Package com.google.javascript.jscomp.deps

Analyzes information about dependencies between files.

See:
          Description

Interface Summary
DependencyInfo A data structure for JS dependency information for a single .js file.
 

Class Summary
DepsFileParser A parser that can extract dependency information from existing deps.js files.
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 A parser that can extract dependency information from a .js file.
JsFunctionParser.SymbolInfo  
SimpleDependencyInfo A class to hold JS dependency information for a single .js file.
SortedDependencies<INPUT extends DependencyInfo> A sorted list of inputs with dependency information.
 

Exception Summary
SortedDependencies.CircularDependencyException  
SortedDependencies.MissingProvideException  
 

Package com.google.javascript.jscomp.deps Description

Analyzes information about dependencies between files.