Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractCommandLineRunner.JsonFileSpec> |
AbstractCommandLineRunner.filesToStreamOut |
Modifier and Type | Method and Description |
---|---|
(package private) AbstractCommandLineRunner.JsonFileSpec |
AbstractCommandLineRunner.createJsonFile(B options,
java.lang.String outputMarker,
com.google.common.base.Function<java.lang.String,java.lang.String> escaper)
Save the compiler output to a JsonFileSpec to be later written to
stdout
|
private AbstractCommandLineRunner.JsonFileSpec |
AbstractCommandLineRunner.createJsonFileFromModule(JSModule module)
Given an output module, convert it to a JSONFileSpec with associated
sourcemap
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractCommandLineRunner.JsonFileSpec> |
AbstractCommandLineRunner.parseJsonFilesFromInputStream() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<SourceFile> |
AbstractCommandLineRunner.createInputs(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
java.util.List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles,
boolean allowStdIn,
java.util.List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of source files, zips and json files.
|
protected java.util.List<SourceFile> |
AbstractCommandLineRunner.createInputs(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
java.util.List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles,
java.util.List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of source files and json files.
|
private java.util.List<SourceFile> |
AbstractCommandLineRunner.createSourceInputs(java.util.List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs,
java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
java.util.List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles)
Creates JS source code inputs from a list of files.
|