Module Closure
Import path
import javascript
Predicates
getClosureNamespaceFromSourceNode | Gets the closure namespace path addressed by the given data flow node, if any. |
getWrittenClosureNamespace | Gets the closure namespace path written to by the given property write, if any. |
isClosureNamespace | Holds if |
moduleImport | Gets a data flow node that refers to the given value exported from a Closure module. |
Classes
ClosureModule | A module using the Closure module system, declared using |
ClosureModuleDeclaration | A top-level call to |
ClosureNamespaceAccess | A data flow node that returns the value of a closure namespace. |
ClosureNamespaceRef | A reference to a Closure namespace. |
ClosureProvideCall | A top-level call to |
ClosureRequireCall | A call to |
ClosureScript | A global Closure script, that is, a toplevel that is executed in the global scope and contains a toplevel call to |