Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
static AbstractCommandLineRunner.JsSourceType |
AbstractCommandLineRunner.JsSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCommandLineRunner.JsSourceType[] |
AbstractCommandLineRunner.JsSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected List<SourceFile> |
AbstractCommandLineRunner.createInputs(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
boolean allowStdIn,
List<com.google.javascript.jscomp.AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of files.
|
protected List<SourceFile> |
AbstractCommandLineRunner.createInputs(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
List<com.google.javascript.jscomp.AbstractCommandLineRunner.JsonFileSpec> jsonFiles,
boolean allowStdIn,
List<com.google.javascript.jscomp.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<com.google.javascript.jscomp.AbstractCommandLineRunner.JsonFileSpec> jsonFiles,
List<com.google.javascript.jscomp.AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of source files and json files.
|
Copyright © 2009–2023 Google. All rights reserved.