Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
private static void |
CollapseProperties.rewriteAliasProps(GlobalNamespace.Name name,
Node value,
int depth,
java.util.Set<GlobalNamespace.AstChange> newNodes) |
(package private) void |
GlobalNamespace.scanNewNodes(java.util.Set<GlobalNamespace.AstChange> newNodes)
If the client adds new nodes to the AST, scan these new nodes
to see if they've added any references to the global namespace.
|