Package com.google.javascript.jscomp
Class GenerateExports
java.lang.Object
com.google.javascript.jscomp.GenerateExports
- All Implemented Interfaces:
CompilerPass
Generates goog.exportSymbol/goog.exportProperty for the @export annotation.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MISSING_GOOG_FOR_EXPORT
-
-
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
-