Files
codeql/javascript/ql/test/library-tests/JSLint/JSLintGlobal.ql
2018-08-02 17:53:23 +01:00

5 lines
121 B
Plaintext

import javascript
from JSLintGlobal decl, string name, boolean b
where decl.declaresGlobal(name, b)
select decl, b, name