Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.modules |
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,
ModuleMap moduleMap,
com.google.javascript.jscomp.PreprocessorSymbolTable preprocessorSymbolTable)
Creates a new Es6RewriteModules instance which can be used to rewrite ES6 modules to a
concatenable form.
|
Modifier and Type | Method and Description |
---|---|
static ModuleMetadataMap |
ModuleMetadataMap.emptyForTesting() |
Constructor and Description |
---|
ModuleMapCreator(AbstractCompiler compiler,
ModuleMetadataMap moduleMetadataMap) |
Copyright © 2009-2019 Google. All Rights Reserved.