We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da43d4 commit d2231baCopy full SHA for d2231ba
calls-to-dollar-arg.ql
@@ -1 +1,5 @@
1
+import javascript
2
3
+from CallExpr dollarCall, Expr dollarArg
4
+where dollarCall.getCalleeName() = "$" and dollarCall.getArgument(0) = dollarArg
5
+select dollarArg
0 commit comments