Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ModuleIdentifier> |
AbstractCommandLineRunner.CommandLineConfig.entryPoints |
private java.util.Set<ModuleIdentifier> |
DependencyOptions.entryPoints |
Modifier and Type | Method and Description |
---|---|
static ModuleIdentifier |
ModuleIdentifier.forClosure(java.lang.String name) |
static ModuleIdentifier |
ModuleIdentifier.forFile(java.lang.String filepath) |
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.List<ModuleIdentifier> |
AbstractCommandLineRunner.CommandLineConfig.entryPointsFromClosureEntryPoints(java.util.List<java.lang.String> closureEntryPoints)
Helper method to convert a list of closure entry points a list of the new
ModuleIdentifier values
|
(package private) java.util.Collection<ModuleIdentifier> |
DependencyOptions.getEntryPoints() |
Modifier and Type | Method and Description |
---|---|
(package private) static DependencyOptions |
AbstractCommandLineRunner.createDependencyOptions(CompilerOptions.DependencyMode dependencyMode,
java.util.List<ModuleIdentifier> entryPoints)
A helper function for creating the dependency options object.
|
java.util.List<CompilerInput> |
JSModuleGraph.manageDependencies(java.util.List<ModuleIdentifier> entryPoints,
java.util.List<CompilerInput> inputs)
Applies a DependencyOptions in "dependency sorting" and "dependency pruning"
mode to the given list of inputs.
|
DependencyOptions |
DependencyOptions.setEntryPoints(java.util.Collection<ModuleIdentifier> symbols)
Adds a collection of symbols to always keep.
|
(package private) AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setEntryPoints(java.util.List<ModuleIdentifier> entryPoints)
Set module entry points, which makes the compiler only include
those files and sort them in dependency order.
|