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.
|
Class and Description |
---|
DependencyInfo
A data structure for JS dependency information for a single .js file.
|
SortedDependencies
A sorted list of inputs with dependency information.
|
SortedDependencies.CircularDependencyException |
SortedDependencies.MissingProvideException |
Class and Description |
---|
DependencyInfo
A data structure for JS dependency information for a single .js file.
|
JsFileLineParser
Base class for classes that parse JavaScript sources on a line-by-line basis.
|
JsFileLineParser.ParseException
Thrown by base classes to signify a problem parsing a line.
|
JsFileParser
GWT compatible no-op replacement for
JsFileParser |
JsFunctionParser.SymbolInfo |
ServiceException
An exception thrown by the compilation service.
|
SimpleDependencyInfo
A class to hold JS dependency information for a single .js file.
|
SortedDependencies
A sorted list of inputs with dependency information.
|
SortedDependencies.CircularDependencyException |
SortedDependencies.MissingProvideException |
SourceFile
An interface for representing source files for the Compilation Service.
|