Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
static ModuleIdentifier |
ModuleIdentifier.forClosure(java.lang.String name) |
static ModuleIdentifier |
ModuleIdentifier.forFile(java.lang.String filepath) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CompilerInput> |
JSModuleGraph.manageDependencies(java.util.List<ModuleIdentifier> entryPoints,
java.util.List<CompilerInput> inputs)
Applies a DependencyOptions in "dependency sorting" and "dependency pruning"
mode to the given list of inputs.
|
DependencyOptions |
DependencyOptions.setEntryPoints(java.util.Collection<ModuleIdentifier> symbols)
Adds a collection of symbols to always keep.
|
AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setEntryPoints(java.util.List<ModuleIdentifier> entryPoints)
Set module entry points, which makes the compiler only include
those files and sort them in dependency order.
|
Copyright © 2009-2017 Google. All Rights Reserved.