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 |
---|---|
abstract ModuleMetadataMap |
AbstractCompiler.getModuleMetadataMap() |
ModuleMetadataMap |
Compiler.getModuleMetadataMap() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractCompiler.setModuleMetadataMap(ModuleMetadataMap moduleMetadataMap) |
void |
Compiler.setModuleMetadataMap(ModuleMetadataMap moduleMetadataMap) |
Constructor and Description |
---|
CheckMissingRequires(AbstractCompiler compiler,
ModuleMetadataMap moduleMetadataMap) |
ClosureCheckModule(AbstractCompiler compiler,
ModuleMetadataMap moduleMetadataMap) |
Modifier and Type | Method and Description |
---|---|
static ModuleMetadataMap |
ModuleMetadataMap.emptyForTesting() |
Constructor and Description |
---|
ModuleMapCreator(AbstractCompiler compiler,
ModuleMetadataMap moduleMetadataMap) |
Copyright © 2009-2020 Google. All Rights Reserved.