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 |
---|
DependencyInfo
A data structure for JS dependency information for a single .js file.
|
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 |
SortedDependencies.CircularDependencyException |
SortedDependencies.MissingProvideException |
Copyright © 2009-2014 Google. All Rights Reserved.