Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractCommandLineRunner.JsonFileSpec> |
AbstractCommandLineRunner.parseJsonFilesFromInputStream() |
Modifier and Type | Method and Description |
---|---|
protected List<SourceFile> |
AbstractCommandLineRunner.createInputs(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles,
boolean allowStdIn,
List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of source files, zips and json files.
|
protected List<SourceFile> |
AbstractCommandLineRunner.createInputs(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles,
List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of source files and json files.
|
Copyright © 2009-2017 Google. All Rights Reserved.