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.PathResolver pathResolver,
ModuleLoader.ResolutionMode resolutionMode) |
ModuleLoader(ErrorHandler errorHandler,
java.lang.Iterable<java.lang.String> moduleRoots,
java.lang.Iterable<? extends DependencyInfo> inputs,
ModuleLoader.PathResolver pathResolver,
ModuleLoader.ResolutionMode resolutionMode,
java.util.Map<java.lang.String,java.lang.String> lookupMap)
Creates an instance of the module loader which can be used to locate ES6 and CommonJS modules.
|
Copyright © 2009-2018 Google. All Rights Reserved.