mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02: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
|