| 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) |
| 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.