Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
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<String> files,
boolean allowStdIn)
Creates inputs from a list of files.
|
protected List<SourceFile> |
AbstractCommandLineRunner.createInputs(List<String> files,
List<String> zips,
boolean allowStdIn)
Creates inputs from a list of source files and zips.
|
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-2015 Google. All Rights Reserved.