Uses of Enum Class
com.google.javascript.jscomp.deps.ModuleLoader.PathEscaper
Packages that use ModuleLoader.PathEscaper
-
Uses of ModuleLoader.PathEscaper in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return ModuleLoader.PathEscaperMethods in com.google.javascript.jscomp with parameters of type ModuleLoader.PathEscaperModifier and TypeMethodDescriptionvoidCompilerOptions.setPathEscaper(ModuleLoader.PathEscaper pathEscaper) -
Uses of ModuleLoader.PathEscaper in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that return ModuleLoader.PathEscaperModifier and TypeMethodDescriptionstatic ModuleLoader.PathEscaperReturns the enum constant of this class with the specified name.static ModuleLoader.PathEscaper[]ModuleLoader.PathEscaper.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp.deps with parameters of type ModuleLoader.PathEscaperModifier and TypeMethodDescriptionBrowserWithTransformedPrefixesModuleResolver.Factory.create(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) ModuleLoader.ModuleResolverFactory.create(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) NodeModuleResolver.Factory.create(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) WebpackModuleResolver.Factory.create(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) ModuleLoader.Builder.setPathEscaper(ModuleLoader.PathEscaper x) Determines if / how paths should be escapedConstructors in com.google.javascript.jscomp.deps with parameters of type ModuleLoader.PathEscaperModifierConstructorDescriptionBrowserModuleResolver(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) BrowserWithTransformedPrefixesModuleResolver(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper, com.google.common.collect.ImmutableMap<String, String> prefixReplacements) ModuleResolver(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) NodeModuleResolver(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, Map<String, String> packageJsonMainEntries, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) WebpackModuleResolver(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, Map<String, String> modulesById, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper)