Package com.google.javascript.jscomp.deps
package com.google.javascript.jscomp.deps
Analyzes information about dependencies between files.
-
ClassDescriptionA data structure for JS dependency information for a single .js file.A parser that can extract dependency information from existing deps.js files.Generates deps.js files by scanning JavaScript files for calls to goog.provide(), goog.require() and goog.addDependency().Base class for classes that parse JavaScript sources on a line-by-line basis.A parser that can extract goog.require() and goog.provide() dependency information from a .js file.A parser that can extract dependency information from a .js file.Utility methods for manipulation of UNIX-like paths.A class to hold JS dependency information for a single .js file.SortedDependencies<INPUT extends DependencyInfo>A sorted list of inputs with dependency information.