| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
static DependencyOptions.ModuleIdentifier |
DependencyOptions.ModuleIdentifier.forClosure(String name) |
static DependencyOptions.ModuleIdentifier |
DependencyOptions.ModuleIdentifier.forFile(String filepath) |
| Modifier and Type | Method and Description |
|---|---|
List<CompilerInput> |
JSModuleGraph.manageDependencies(List<DependencyOptions.ModuleIdentifier> entryPoints,
List<CompilerInput> inputs)
Applies a DependencyOptions in "dependency sorting" and "dependency pruning"
mode to the given list of inputs.
|
DependencyOptions |
DependencyOptions.setEntryPoints(Collection<DependencyOptions.ModuleIdentifier> symbols)
Adds a collection of symbols to always keep.
|
Copyright © 2009-2016 Google. All Rights Reserved.