mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
JavaScript: Consolidate ModuleImportNode tests.
Note that `CustomImport.ql` is still separate since it customises the standard library and would hence influennce other tests.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import javascript
|
||||
|
||||
query predicate test_ModuleImportNode_getAMemberInvocation(
|
||||
DataFlow::ModuleImportNode m, DataFlow::InvokeNode res
|
||||
) {
|
||||
res = m.getAMemberInvocation(_)
|
||||
}
|
||||
Reference in New Issue
Block a user