Class ModuleMapCreator
java.lang.Object
com.google.javascript.jscomp.modules.ModuleMapCreator
- All Implemented Interfaces:
CompilerPass
Creates a
ModuleMap.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModuleMapCreator(AbstractCompiler compiler, ModuleMetadataMap moduleMetadataMap) -
Method Summary
-
Field Details
-
DOES_NOT_HAVE_EXPORT
-
DOES_NOT_HAVE_EXPORT_WITH_DETAILS
-
-
Constructor Details
-
ModuleMapCreator
-
-
Method Details
-
process
Description copied from interface:CompilerPassProcess the JS with root node root. Can modify the contents of each Node tree- Specified by:
processin interfaceCompilerPass- Parameters:
externs- Top of external JS treeroot- Top of JS tree
-