mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Add pragma[nomagic] just to be safe
The DIL is unchanged
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
import javascript
|
||||
|
||||
pragma[nomagic]
|
||||
private predicate adjacentTokens(Token token1, Token token2) {
|
||||
exists(TopLevel top, int index |
|
||||
tokeninfo(token1, _, top, index, _) and
|
||||
|
||||
Reference in New Issue
Block a user