Uses of Class
com.google.javascript.jscomp.deps.ModuleLoader.ModulePath
Packages that use ModuleLoader.ModulePath
Package
Description
-
Uses of ModuleLoader.ModulePath in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return ModuleLoader.ModulePathMethods in com.google.javascript.jscomp with parameters of type ModuleLoader.ModulePathModifier and TypeMethodDescriptionstatic String
ProcessCommonJSModules.getModuleName
(ModuleLoader.ModulePath input) -
Uses of ModuleLoader.ModulePath in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that return ModuleLoader.ModulePathModifier and TypeMethodDescriptionResolves a path into aModuleLoader.ModulePath
.@Nullable ModuleLoader.ModulePath
ModuleLoader.ModulePath.resolveJsModule
(String moduleAddress, String sourcename, int lineno, int colno) Find a JS modulerequireName
.ModuleLoader.ModulePath.resolveModuleAsPath
(String moduleAddress) Treats the module address as a path and returns the name of that module.Methods in com.google.javascript.jscomp.deps with parameters of type ModuleLoader.ModulePathModifier and TypeMethodDescriptionboolean
ModuleLoader.ModulePath.equalsIgnoreLeadingSlash
(ModuleLoader.ModulePath other) Determines if this path is the same as another path, ignoring any potential leading slashes on both. -
Uses of ModuleLoader.ModulePath in com.google.javascript.jscomp.modules
Methods in com.google.javascript.jscomp.modules that return ModuleLoader.ModulePathModifier and TypeMethodDescription@Nullable ModuleLoader.ModulePath
Export.modulePath()
Returns the value of themodulePath
record component.@Nullable ModuleLoader.ModulePath
Import.modulePath()
Returns the value of themodulePath
record component.@Nullable ModuleLoader.ModulePath
Module.path()
Returns the value of thepath
record component.abstract @Nullable ModuleLoader.ModulePath
ModuleMetadataMap.ModuleMetadata.path()
Methods in com.google.javascript.jscomp.modules with parameters of type ModuleLoader.ModulePathModifier and TypeMethodDescription@Nullable Module
ModuleMap.getModule
(ModuleLoader.ModulePath path) abstract Module.Builder
Module.Builder.path
(@Nullable ModuleLoader.ModulePath value) ModuleMetadataMap.ModuleMetadata.Builder.path
(@Nullable ModuleLoader.ModulePath value) com.google.javascript.jscomp.modules.UnresolvedModule
EsModuleProcessor.process
(ModuleMetadataMap.ModuleMetadata metadata, ModuleLoader.ModulePath path, Node script) Constructors in com.google.javascript.jscomp.modules with parameters of type ModuleLoader.ModulePathModifierConstructorDescriptionExport
(@Nullable String exportName, @Nullable String moduleRequest, @Nullable String importName, @Nullable String localName, @Nullable ModuleLoader.ModulePath modulePath, @Nullable Node exportNode, @Nullable Node nameNode, ModuleMetadataMap.ModuleMetadata moduleMetadata, @Nullable String closureNamespace, boolean mutated) Creates an instance of aExport
record class.Import
(String moduleRequest, String importName, String localName, @Nullable ModuleLoader.ModulePath modulePath, Node importNode, Node nameNode) Creates an instance of aImport
record class.Module
(ModuleMetadataMap.ModuleMetadata metadata, @Nullable ModuleLoader.ModulePath path, com.google.common.collect.ImmutableMap<String, Binding> namespace, com.google.common.collect.ImmutableMap<String, Binding> boundNames, com.google.common.collect.ImmutableMap<String, Export> localNameToLocalExport, @Nullable String closureNamespace) Creates an instance of aModule
record class.