Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Method and Description |
---|---|
List<CompilerInput> |
JSModuleGraph.manageDependencies(DependencyOptions depOptions,
List<CompilerInput> inputs)
Apply the dependency options to the list of sources, returning a new
source list re-ordering and dropping files as necessary.
|
List<CompilerInput> |
JSModuleGraph.manageDependencies(List<ModuleIdentifier> entryPoints,
List<CompilerInput> inputs)
Applies a DependencyOptions in "dependency sorting" and "dependency pruning"
mode to the given list of inputs.
|
Modifier and Type | Method and Description |
---|---|
INPUT |
SortedDependencies.getInputProviding(String symbol)
Return the input that gives us the given symbol.
|
INPUT |
Es6SortedDependencies.getInputProviding(String symbolName) |
Copyright © 2009-2017 Google. All Rights Reserved.