Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
static ModuleIdentifier |
ModuleIdentifier.forClosure(java.lang.String name)
Returns an identifier for a Closure namespace.
|
static ModuleIdentifier |
ModuleIdentifier.forFile(java.lang.String filepath)
Returns an identifier for an ES or CommonJS module.
|
static ModuleIdentifier |
ModuleIdentifier.forFlagValue(java.lang.String flagValue)
Returns an identifier for an --entry_point flag value.
|
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableList<ModuleIdentifier> |
DependencyOptions.getEntryPoints()
Returns the list of explicit entry points.
|
Modifier and Type | Method and Description |
---|---|
static DependencyOptions |
DependencyOptions.pruneForEntryPoints(java.lang.Iterable<ModuleIdentifier> entryPoints)
Returns a
DependencyOptions using the DependencyOptions.DependencyMode.PRUNE mode with the given
entry points. |
static DependencyOptions |
DependencyOptions.pruneLegacyForEntryPoints(java.lang.Iterable<ModuleIdentifier> entryPoints)
Deprecated.
Prefer
DependencyOptions.pruneForEntryPoints(Iterable) with a complete list of entry points. |
Copyright © 2009-2019 Google. All Rights Reserved.