Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Method and Description |
---|---|
ModuleLoader |
Compiler.getModuleLoader() |
Modifier and Type | Field and Description |
---|---|
static ModuleLoader |
ModuleLoader.EMPTY
A trivial module loader with no roots.
|
Modifier and Type | Method and Description |
---|---|
JsFileRegexParser |
JsFileRegexParser.setModuleLoader(ModuleLoader loader)
Sets a list of "module root" URIs, which allow relativizing filenames for modules.
|
Constructor and Description |
---|
DepsGenerator(java.util.Collection<SourceFile> deps,
java.util.Collection<SourceFile> srcs,
DepsGenerator.InclusionStrategy mergeStrategy,
java.lang.String closurePathAbs,
ErrorManager errorManager,
ModuleLoader loader)
Creates a new DepsGenerator.
|
Copyright © 2009-2020 Google. All Rights Reserved.