Uses of Package
com.google.javascript.jscomp.deps
Packages that use com.google.javascript.jscomp.deps
Package
Description
-
Classes in com.google.javascript.jscomp.deps used by com.google.javascript.jscompClassDescriptionA data structure for JS dependency information for a single .js file.A dependency link between two files, e.g.Provides compile-time locate semantics for ES6 and CommonJS modules.A path to a module.Indicates whether to escape characters in paths.Standard path base resolution algorithms that are accepted as a command line flag.
-
Classes in com.google.javascript.jscomp.deps used by com.google.javascript.jscomp.bundleClassDescriptionA data structure for JS dependency information for a single .js file.
-
Classes in com.google.javascript.jscomp.deps used by com.google.javascript.jscomp.depsClassDescriptionA utility class to assist in creating JS bundle files.SourceFile containing dependency information.A data structure for JS dependency information for a single .js file.A dependency link between two files, e.g.Interface for DependencyResolver to keep in line with
DefaultDependencyResolver
, which doesn't provide an interface.A parser that can extract dependency information from existing deps.js files.The dependency information contained in a .js source file.The module system declared by the file, e.g.Interface for reporting errors.Base class for classes that parse JavaScript sources on a line-by-line basis.A parser that can extract dependency information from a .js file, including goog.require, goog.provide, goog.module, import statements, and export statements.Provides compile-time locate semantics for ES6 and CommonJS modules.BuilderA path to a module.An enum used to specify what algorithm to use to locate non path-based modulesIndicates whether to escape characters in paths.An enum indicating whether to absolutize paths.Standard path base resolution algorithms that are accepted as a command line flag.Base class for algorithms that resolve JavaScript module references to input files.Resolution algorithm for NodeJS.An exception thrown by the compilation service.A class to hold JS dependency information for a single .js file.Builder for constructing instances of SimpleDependencyInfo.An interface for representing source files for the Compilation Service. -
Classes in com.google.javascript.jscomp.deps used by com.google.javascript.jscomp.modules
-
Classes in com.google.javascript.jscomp.deps used by com.google.javascript.jscomp.transpileClassDescriptionStandard path base resolution algorithms that are accepted as a command line flag.