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 1f7671c commit c583b48Copy full SHA for c583b48
javascript/ql/lib/semmle/javascript/Tokens.qll
@@ -4,6 +4,7 @@
4
5
import javascript
6
7
+pragma[nomagic]
8
private predicate adjacentTokens(Token token1, Token token2) {
9
exists(TopLevel top, int index |
10
tokeninfo(token1, _, top, index, _) and
0 commit comments