mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Note that `CustomImport.ql` is still separate since it customises the standard library and would hence influennce other tests.
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
import ModuleImportNode
|
|
import ModuleImportNode_getAConstructorInvocation
|
|
import moduleImport
|
|
import moduleMember
|
|
import ModuleImportNode_getPath
|
|
import ModuleImportNode_getAMethodCall
|
|
import ModuleImportNode_getAMemberInvocation
|
|
import moduleImportProp
|
|
import ModuleImportNode_getAMemberCall
|
|
import ModuleImportNode_getAPropertyRead
|