mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
import javascript
|
|
|
|
from JSLintGlobal decl, string name, boolean b
|
|
where decl.declaresGlobal(name, b)
|
|
select decl, b, name
|