Uses of Class
com.google.javascript.jscomp.ModuleIdentifier
-
Packages that use ModuleIdentifier Package Description com.google.javascript.jscomp -
-
Uses of ModuleIdentifier in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return ModuleIdentifier Modifier and Type Method 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.Methods in com.google.javascript.jscomp that return types with arguments of type ModuleIdentifier Modifier and Type Method Description abstract com.google.common.collect.ImmutableList<ModuleIdentifier>
DependencyOptions. getEntryPoints()
Returns the list of explicit entry points.Method parameters in com.google.javascript.jscomp with type arguments of type ModuleIdentifier Modifier and Type Method Description static DependencyOptions
DependencyOptions. pruneAllowNoEntryPoints(java.lang.Iterable<ModuleIdentifier> entryPoints)
Returns aDependencyOptions
using theDependencyOptions.DependencyMode.PRUNE
mode with the given entry points.static DependencyOptions
DependencyOptions. pruneForEntryPoints(java.lang.Iterable<ModuleIdentifier> entryPoints)
Returns aDependencyOptions
using theDependencyOptions.DependencyMode.PRUNE
mode with the given entry points.static DependencyOptions
DependencyOptions. pruneLegacyForEntryPoints(java.lang.Iterable<ModuleIdentifier> entryPoints)
Deprecated.PreferDependencyOptions.pruneForEntryPoints(Iterable)
with a complete list of entry points.
-