| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
ExternExportsPass.PropertyExport
A property export.
|
private class |
ExternExportsPass.SymbolExport
A symbol export.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ExternExportsPass.Export> |
ExternExportsPass.exports
The exports found.
|