| 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.CircularDependencyException |
| SortedDependencies.MissingProvideException |
| Class and Description |
|---|
| 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.
|
| DependencyResolver
Interface for DependencyResolver to keep in line with
DefaultDependencyResolver, which doesn't
provide an interface. |
| DepsFileParser
A parser that can extract dependency information from existing deps.js files.
|
| DepsGenerator.InclusionStrategy |
| JsFileLineParser
Base class for classes that parse JavaScript sources on a line-by-line basis.
|
| JsFileParser
A parser that can extract goog.require() and goog.provide() dependency
information from a .js file.
|
| JsFunctionParser.SymbolInfo |
| ServiceException
An exception thrown by the compilation service.
|
| SortedDependencies
A sorted list of inputs with dependency information.
|
| SortedDependencies.CircularDependencyException |
| SortedDependencies.MissingProvideException |
| SourceFile
An interface for representing source files for the Compilation Service.
|
Copyright © 2009-2015 Google. All Rights Reserved.