mirror of
https://github.com/github/codeql.git
synced 2026-05-20 22:27:18 +02:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
import javascript
|
|
import semmle.javascript.internal.PathResolution
|
|
|
|
query predicate importTarget(Import imprt, string value) {
|
|
imprt.getImportedModule().getFile().getRelativePath() = value
|
|
}
|