Uses of Interface
com.google.javascript.jscomp.NodeTraversal.ScopedCallback
-
Packages that use NodeTraversal.ScopedCallback Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of NodeTraversal.ScopedCallback in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement NodeTraversal.ScopedCallback Modifier and Type Class Description classCrossChunkReferenceCollectorCollects global variable references for use byCrossChunkCodeMotion.classFindModuleDependenciesFind and update any direct dependencies of an input.static classNodeTraversal.AbstractScopedCallbackAbstract scoped callback to visit all nodes in postorder.classReferenceCollectingCallbackA 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.
-