Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
ModuleMetadataMap |
Compiler.getModuleMetadataMap() |
abstract ModuleMetadataMap |
AbstractCompiler.getModuleMetadataMap() |
Modifier and Type | Method and Description |
---|---|
void |
Compiler.setModuleMetadataMap(ModuleMetadataMap moduleMetadataMap) |
abstract void |
AbstractCompiler.setModuleMetadataMap(ModuleMetadataMap moduleMetadataMap) |
Constructor and Description |
---|
ClosureCheckModule(AbstractCompiler compiler,
ModuleMetadataMap moduleMetadataMap) |
Es6RewriteModules(AbstractCompiler compiler,
ModuleMetadataMap moduleMetadataMap,
com.google.javascript.jscomp.PreprocessorSymbolTable preprocessorSymbolTable)
Creates a new Es6RewriteModules instance which can be used to rewrite ES6 modules to a
concatenable form.
|
Copyright © 2009-2019 Google. All Rights Reserved.