Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
class |
CrossChunkReferenceCollector
Collects global variable references for use by
CrossChunkCodeMotion . |
class |
FindModuleDependencies
Find and update any direct dependencies of an input.
|
static class |
NodeTraversal.AbstractScopedCallback
Abstract scoped callback to visit all nodes in postorder.
|
class |
ReferenceCollectingCallback
A helper class for passes that want to access all information about where a variable is
referenced and declared at once and then make a decision as to how it should be handled, possibly
inlining, reordering, or generating warnings.
|
Copyright © 2009-2020 Google. All Rights Reserved.