Uses of Record Class
com.google.javascript.jscomp.ModuleIdentifier
Packages that use ModuleIdentifier
-
Uses of ModuleIdentifier in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return ModuleIdentifierModifier and TypeMethodDescriptionstatic ModuleIdentifier
ModuleIdentifier.forClosure
(String name) Returns an identifier for a Closure namespace.static ModuleIdentifier
Returns an identifier for an ES or CommonJS module.static ModuleIdentifier
ModuleIdentifier.forFlagValue
(String flagValue) Returns an identifier for an --entry_point flag value.Methods in com.google.javascript.jscomp that return types with arguments of type ModuleIdentifierModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<ModuleIdentifier> DependencyOptions.entryPoints()
Returns the value of theentryPoints
record component.com.google.common.collect.ImmutableList
<ModuleIdentifier> DependencyOptions.getEntryPoints()
Method parameters in com.google.javascript.jscomp with type arguments of type ModuleIdentifierModifier and TypeMethodDescriptionstatic DependencyOptions
DependencyOptions.pruneAllowNoEntryPoints
(Iterable<ModuleIdentifier> entryPoints) Returns aDependencyOptions
using theDependencyOptions.DependencyMode.PRUNE
mode with the given entry points.static DependencyOptions
DependencyOptions.pruneForEntryPoints
(Iterable<ModuleIdentifier> entryPoints) Returns aDependencyOptions
using theDependencyOptions.DependencyMode.PRUNE
mode with the given entry points.static DependencyOptions
DependencyOptions.pruneLegacyForEntryPoints
(Iterable<ModuleIdentifier> entryPoints) Deprecated.Constructor parameters in com.google.javascript.jscomp with type arguments of type ModuleIdentifierModifierConstructorDescriptionDependencyOptions
(DependencyOptions.DependencyMode mode, com.google.common.collect.ImmutableList<ModuleIdentifier> entryPoints) Creates an instance of aDependencyOptions
record class.
DependencyOptions.pruneForEntryPoints(Iterable)
with a complete list of entry points.