CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Module API::Internal

Provides access to API graph nodes without taking into account types from models.

Import path

import javascript

Predicates

getAModuleImportRaw

Gets a node corresponding to an import of module m without taking into account types from models.

getANodeOfTypeRaw

Gets a node whose type has the given qualified name, not including types from models.

getClassInstance

Gets a sink node that represents instances of cls.