See: Description
| Interface | Description |
|---|---|
| DependencyInfo |
A data structure for JS dependency information for a single .js file.
|
| DependencyResolver |
Interface for DependencyResolver to keep in line with
DefaultDependencyResolver, which doesn't
provide an interface. |
| SortedDependencies<INPUT extends DependencyInfo> |
A sorted list of inputs with dependency information.
|
| SourceFile |
An interface for representing source files for the Compilation Service.
|
| Class | Description |
|---|---|
| ClosureBundler |
GWT compatible no-op replacement for
ClosureBundler |
| ClosureSortedDependencies<INPUT extends DependencyInfo> |
A sorted list of inputs with dependency information.
|
| DefaultDependencyResolver |
GWT compatible no-op replacement for
DefaultDependencyResolver |
| DependencyFile |
GWT compatible no-op replacement for
DependencyFile |
| DependencyInfo.Base |
Abstract base implementation that defines derived accessors such
as
DependencyInfo.Base.isModule(). |
| DepsFileParser |
A parser that can extract dependency information from existing deps.js files.
|
| DepsGenerator |
GWT compatible no-op replacement for
DepsGenerator |
| Es6SortedDependencies<INPUT extends DependencyInfo> |
A sorted list of inputs following the ES6 module ordering spec.
|
| JsFileLineParser |
Base class for classes that parse JavaScript sources on a line-by-line basis.
|
| JsFileParser |
GWT compatible no-op replacement for
JsFileParser |
| JsFunctionParser |
A parser that can extract dependency information from a .js file.
|
| JsFunctionParser.SymbolInfo | |
| PathUtil |
Utility methods for manipulation of UNIX-like paths.
|
| SimpleDependencyInfo |
A class to hold JS dependency information for a single .js file.
|
| SourceCodeEscapers |
GWT compatible no-op replacement for
SourceCodeEscapers |
| VirtualFile |
Class used to represent a "virtual" file.
|
| Exception | Description |
|---|---|
| ServiceException |
An exception thrown by the compilation service.
|
| SortedDependencies.CircularDependencyException | |
| SortedDependencies.MissingProvideException |
Copyright © 2009–2023 Google. All rights reserved.