Skip to content

Commit c583b48

Browse files
committed
JS: Add pragma[nomagic] just to be safe
The DIL is unchanged
1 parent 1f7671c commit c583b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/ql/lib/semmle/javascript/Tokens.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import javascript
66

7+
pragma[nomagic]
78
private predicate adjacentTokens(Token token1, Token token2) {
89
exists(TopLevel top, int index |
910
tokeninfo(token1, _, top, index, _) and

0 commit comments

Comments
 (0)