public final class GatherModuleMetadata extends java.lang.Object implements CompilerPass
ModuleMetadataMap.| Constructor and Description |
|---|
GatherModuleMetadata(AbstractCompiler compiler,
boolean processCommonJsModules,
ModuleLoader.ResolutionMode moduleResolutionMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Node externs,
Node root)
Process the JS with root node root.
|
public GatherModuleMetadata(AbstractCompiler compiler, boolean processCommonJsModules, ModuleLoader.ResolutionMode moduleResolutionMode)
public void process(Node externs, Node root)
CompilerPassprocess in interface CompilerPassexterns - Top of external JS treeroot - Top of JS treeCopyright © 2009-2018 Google. All Rights Reserved.