We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0821f6 commit 1e4ecc4Copy full SHA for 1e4ecc4
javascript/ql/lib/semmle/javascript/Tokens.qll
@@ -6,6 +6,7 @@ module;
6
7
import javascript
8
9
+pragma[nomagic]
10
private predicate adjacentTokens(Token token1, Token token2) {
11
exists(TopLevel top, int index |
12
tokeninfo(token1, _, top, index, _) and
0 commit comments