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 classCollects global variable references for use byCrossChunkCodeMotion.final classRenames variables declared in function bodies so they don't shadow any variable referenced in the param list.classFind and update any direct dependencies of an input.static classAn traversal base class that tracks and caches the ControlFlowGraph (CFG) during the traversal.static classAbstract scoped callback to visit all nodes in postorder.final classReplaces 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 TypeClassDescriptionclassInstrument branch coverage for javascript.