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