Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommandLineRunner.checkModuleName(String name) |
protected void |
AbstractCommandLineRunner.checkModuleName(String name)
Validates the module name.
|
protected List<SourceFile> |
CommandLineRunner.createExterns(CompilerOptions options) |
protected List<SourceFile> |
AbstractCommandLineRunner.createExterns(CompilerOptions options) |
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.
|
protected int |
AbstractCommandLineRunner.doRun()
Parses command-line arguments and runs the compiler.
|
protected void |
AbstractCommandLineRunner.setRunOptions(CompilerOptions options)
Sets options based on the configurations set flags API.
|
Copyright © 2009-2016 Google. All Rights Reserved.