mirror of
https://github.com/github/codeql.git
synced 2026-07-12 23:15:40 +02:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
import javascript
|
|
import semmle.javascript.internal.paths.PathExprResolver
|
|
|
|
query predicate importTarget(Import imprt, string value) {
|
|
imprt.getImportedModule().getFile().getRelativePath() = value
|
|
}
|