Uses of Class
com.google.javascript.jscomp.deps.ModuleResolver
Packages that use ModuleResolver
-
Uses of ModuleResolver in com.google.javascript.jscomp.deps
Subclasses of ModuleResolver in com.google.javascript.jscomp.depsModifier and TypeClassDescriptionclass
Resolution algorithm for Browsers.class
Limited superset of theBrowserModuleResolver
that allows for replacing some path prefixes before resolving.class
Resolution algorithm for NodeJS.class
Resolution algorithm for Webpack.Methods in com.google.javascript.jscomp.deps that return ModuleResolverModifier 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)