mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
import semmle.javascript.ES2015Modules
|
|
|
|
query predicate test_ImportSpecifiers(ImportSpecifier is, VarDecl res) { res = is.getLocal() }
|