mirror of
https://github.com/github/codeql.git
synced 2026-03-21 06:57:09 +01:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
import javascript
|
|
|
|
query predicate test_OtherImports(Import imprt, Module res) {
|
|
not imprt instanceof ImportDeclaration and res = imprt.getImportedModule()
|
|
}
|