Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
DependencyOptions |
CompilerOptions.getDependencyOptions() |
DependencyOptions |
DependencyOptions.setDependencyPruning(boolean enabled)
Enables or disables dependency pruning mode.
|
DependencyOptions |
DependencyOptions.setDependencySorting(boolean enabled)
Enables or disables dependency sorting mode.
|
DependencyOptions |
DependencyOptions.setEntryPoints(Collection<ModuleIdentifier> symbols)
Adds a collection of symbols to always keep.
|
DependencyOptions |
DependencyOptions.setMoocherDropping(boolean enabled)
Enables or disables moocher dropping mode.
|
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.
|
void |
CompilerOptions.setDependencyOptions(DependencyOptions options)
Sets dependency options.
|
Copyright © 2009-2016 Google. All Rights Reserved.