| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
private AbstractCommandLineRunner.JsonFileSpec |
AbstractCommandLineRunner.createJsonFileFromModule(JSModule module)
Given an output module, convert it to a JSONFileSpec with associated
sourcemap
|
private DiagnosticType |
AbstractCommandLineRunner.outputModuleBinaryAndSourceMaps(java.util.List<JSModule> modules,
B options) |