Uses of Class
com.google.javascript.jscomp.deps.ModuleLoader.PathResolver
-
Packages that use ModuleLoader.PathResolver Package Description com.google.javascript.jscomp.deps -
-
Uses of ModuleLoader.PathResolver in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that return ModuleLoader.PathResolver Modifier and Type Method Description static ModuleLoader.PathResolverModuleLoader.PathResolver. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModuleLoader.PathResolver[]ModuleLoader.PathResolver. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.javascript.jscomp.deps with parameters of type ModuleLoader.PathResolver Constructor Description ModuleLoader(ErrorHandler errorHandler, java.lang.Iterable<java.lang.String> moduleRoots, java.lang.Iterable<? extends DependencyInfo> inputs, ModuleLoader.ModuleResolverFactory factory, ModuleLoader.PathResolver pathResolver)ModuleLoader(ErrorHandler errorHandler, java.lang.Iterable<java.lang.String> moduleRoots, java.lang.Iterable<? extends DependencyInfo> inputs, ModuleLoader.ModuleResolverFactory factory, ModuleLoader.PathResolver pathResolver, ModuleLoader.PathEscaper pathEscaper)Creates an instance of the module loader which can be used to locate ES6 and CommonJS modules.
-