Package | Description |
---|---|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Method and Description |
---|---|
static ModuleLoader.PathResolver |
ModuleLoader.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.
|
Constructor and 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.
|
Copyright © 2009-2020 Google. All Rights Reserved.