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.
2 parents 1a572bc + d2231ba commit 29e3df0Copy full SHA for 29e3df0
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