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 |
---|---|
private java.util.Collection<CompilerInput> |
JSModuleGraph.createEntryPointInputs(DependencyOptions depOptions,
java.util.List<CompilerInput> inputs,
SortedDependencies<CompilerInput> sorter) |
Modifier and Type | Class and Description |
---|---|
class |
ClosureSortedDependencies<INPUT extends DependencyInfo>
A sorted list of inputs with dependency information.
|
class |
Es6SortedDependencies<INPUT extends DependencyInfo>
A sorted list of inputs following the ES6 module ordering spec.
|