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 926e79d commit b2da4feCopy full SHA for b2da4fe
javascript/ql/src/semmle/javascript/internal/StmtContainers.qll
@@ -8,7 +8,7 @@
8
private import javascript
9
10
cached
11
-private StmtContainer getStmtContainer(@node_in_stmt_container node) {
+private StmtContainer getStmtContainer(NodeInStmtContainer node) {
12
exprContainers(node, result)
13
or
14
stmtContainers(node, result)
0 commit comments