ClosureBundler |
A utility class to assist in creating JS bundle files.
|
DependencyFile |
SourceFile containing dependency information.
|
DependencyInfo |
A data structure for JS dependency information for a single .js file.
|
DependencyInfo.Base |
|
DependencyInfo.Require |
A dependency link between two files, e.g.
|
DependencyInfo.Require.Type |
|
DependencyResolver |
|
DepsFileRegexParser |
A parser that can extract dependency information from existing deps.js files.
|
DepsGenerator.InclusionStrategy |
|
JsFileFullParser.FileInfo |
The dependency information contained in a .js source file.
|
JsFileFullParser.FileInfo.ModuleType |
The module system declared by the file, e.g.
|
JsFileFullParser.Reporter |
Interface for reporting errors.
|
JsFileLineParser |
Base class for classes that parse JavaScript sources on a line-by-line basis.
|
JsFileRegexParser |
A parser that can extract dependency information from a .js file, including goog.require,
goog.provide, goog.module, import statements, and export statements.
|
ModuleLoader |
Provides compile-time locate semantics for ES6 and CommonJS modules.
|
ModuleLoader.Builder |
Builder
|
ModuleLoader.ModulePath |
A path to a module.
|
ModuleLoader.ModuleResolverFactory |
An enum used to specify what algorithm to use to locate non path-based modules
|
ModuleLoader.PathEscaper |
Indicates whether to escape characters in paths.
|
ModuleLoader.PathResolver |
An enum indicating whether to absolutize paths.
|
ModuleLoader.ResolutionMode |
Standard path base resolution algorithms that are accepted as a command line flag.
|
ModuleResolver |
Base class for algorithms that resolve JavaScript module references to input files.
|
NodeModuleResolver |
Resolution algorithm for NodeJS.
|
ServiceException |
An exception thrown by the compilation service.
|
SimpleDependencyInfo |
A class to hold JS dependency information for a single .js file.
|
SimpleDependencyInfo.Builder |
Builder for constructing instances of SimpleDependencyInfo.
|
SortedDependencies |
A sorted list of inputs with dependency information.
|
SortedDependencies.MissingProvideException |
|
SourceFile |
An interface for representing source files for the Compilation Service.
|