Uses of Interface
com.google.javascript.jscomp.NodeTraversal.ScopedCallback
Packages that use NodeTraversal.ScopedCallback
-
Uses of NodeTraversal.ScopedCallback in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement NodeTraversal.ScopedCallbackModifier and TypeClassDescriptionfinal class
Collects global variable references for use byCrossChunkCodeMotion
.final class
Renames variables declared in function bodies so they don't shadow any variable referenced in the param list.class
Find and update any direct dependencies of an input.static class
An traversal base class that tracks and caches the ControlFlowGraph (CFG) during the traversal.static class
Abstract scoped callback to visit all nodes in postorder.final class
Replaces the ES2022 class fields and class static blocks with constructor declaration. -
Uses of NodeTraversal.ScopedCallback in com.google.javascript.jscomp.instrumentation
Classes in com.google.javascript.jscomp.instrumentation that implement NodeTraversal.ScopedCallbackModifier and TypeClassDescriptionclass
Instrument branch coverage for javascript.