Uses of Class
com.google.javascript.jscomp.deps.ModuleLoader.ModulePath
-
Packages that use ModuleLoader.ModulePath Package Description com.google.javascript.jscomp Provides the core compiler and its public API.com.google.javascript.jscomp.deps Analyzes information about dependencies between files.com.google.javascript.jscomp.modules -
-
Uses of ModuleLoader.ModulePath in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return ModuleLoader.ModulePath Modifier and Type Method Description ModuleLoader.ModulePathCompilerInput. getPath()Methods in com.google.javascript.jscomp with parameters of type ModuleLoader.ModulePath Modifier and Type Method Description static java.lang.StringProcessCommonJSModules. getModuleName(ModuleLoader.ModulePath input) -
Uses of ModuleLoader.ModulePath in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that return ModuleLoader.ModulePath Modifier and Type Method Description ModuleLoader.ModulePathModuleLoader. resolve(java.lang.String path)Resolves a path into aModuleLoader.ModulePath.ModuleLoader.ModulePathModuleLoader.ModulePath. resolveJsModule(java.lang.String moduleAddress)Find a JS modulerequireName.ModuleLoader.ModulePathModuleLoader.ModulePath. resolveJsModule(java.lang.String moduleAddress, java.lang.String sourcename, int lineno, int colno)Find a JS modulerequireName.ModuleLoader.ModulePathModuleLoader.ModulePath. resolveModuleAsPath(java.lang.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.ModulePath Modifier and Type Method Description booleanModuleLoader.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.ModulePath Modifier and Type Method Description abstract ModuleLoader.ModulePathExport. modulePath()Returns the path of the containing moduleabstract ModuleLoader.ModulePathImport. modulePath()Returns the path of the containing module, if from an ES module.abstract ModuleLoader.ModulePathModule. path()Path of this module.abstract ModuleLoader.ModulePathModuleMetadataMap.ModuleMetadata. path()Methods in com.google.javascript.jscomp.modules with parameters of type ModuleLoader.ModulePath Modifier and Type Method Description ModuleModuleMap. getModule(ModuleLoader.ModulePath path)abstract Module.BuilderModule.Builder. path(ModuleLoader.ModulePath value)abstract ModuleMetadataMap.ModuleMetadata.BuilderModuleMetadataMap.ModuleMetadata.Builder. path(ModuleLoader.ModulePath value)com.google.javascript.jscomp.modules.UnresolvedModuleEsModuleProcessor. process(ModuleMetadataMap.ModuleMetadata metadata, ModuleLoader.ModulePath path, Node script)
-