Package com.google.javascript.jscomp
Class J2clClinitPrunerPass
java.lang.Object
com.google.javascript.jscomp.J2clClinitPrunerPass
- All Implemented Interfaces:
CompilerPass
An optimization pass to prune J2CL clinits.
-
Method Summary
-
Method Details
-
process
Description copied from interface:CompilerPass
Process the JS with root node root. Can modify the contents of each Node tree- Specified by:
process
in interfaceCompilerPass
- Parameters:
externs
- Top of external JS treeroot
- Top of JS tree
-