Uses of 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 ModuleIdentifierModuleIdentifier.forClosure(String name) Returns an identifier for a Closure namespace.static ModuleIdentifierReturns an identifier for an ES or CommonJS module.static ModuleIdentifierModuleIdentifier.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 TypeMethodDescriptionabstract 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 ModuleIdentifierModifier and TypeMethodDescriptionstatic DependencyOptionsDependencyOptions.pruneAllowNoEntryPoints(Iterable<ModuleIdentifier> entryPoints) Returns aDependencyOptionsusing theDependencyOptions.DependencyMode.PRUNEmode with the given entry points.static DependencyOptionsDependencyOptions.pruneForEntryPoints(Iterable<ModuleIdentifier> entryPoints) Returns aDependencyOptionsusing theDependencyOptions.DependencyMode.PRUNEmode with the given entry points.static DependencyOptionsDependencyOptions.pruneLegacyForEntryPoints(Iterable<ModuleIdentifier> entryPoints) Deprecated.
DependencyOptions.pruneForEntryPoints(Iterable)with a complete list of entry points.