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 |
---|---|
com.google.common.collect.ImmutableList<CompilerInput> |
JSModuleGraph.manageDependencies(AbstractCompiler compiler,
DependencyOptions dependencyOptions)
Apply the dependency options to the list of sources, returning a new source list re-ordering
and dropping files as necessary.
|
Modifier and Type | Method and Description |
---|---|
INPUT |
Es6SortedDependencies.getInputProviding(java.lang.String symbolName) |
INPUT |
SortedDependencies.getInputProviding(java.lang.String symbol)
Return the input that gives us the given symbol.
|
Copyright © 2009-2019 Google. All Rights Reserved.