Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.bundle | |
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
com.google.javascript.jscomp.transpile |
Class and Description |
---|
DependencyInfo
A data structure for JS dependency information for a single .js file.
|
DependencyInfo.Base
Abstract base implementation that defines derived accessors such
as
DependencyInfo.Base.isModule() . |
DependencyInfo.Require
A dependency link between two files, e.g.
|
ModuleLoader.ModulePath
A path to a module.
|
ModuleLoader.PathEscaper
Indicates whether to escape characters in paths.
|
ModuleLoader.ResolutionMode
Standard path base resolution algorithms that are accepted as a command line flag.
|
SortedDependencies.MissingProvideException |
Class and Description |
---|
DependencyInfo
A data structure for JS dependency information for a single .js file.
|
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.
|
DependencyInfo.Base
Abstract base implementation that defines derived accessors such
as
DependencyInfo.Base.isModule() . |
DependencyInfo.Require
A dependency link between two files, e.g.
|
DependencyInfo.Require.Type |
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 dependency information from a .js file, including
goog.require, goog.provide, goog.module, import statements, and export statements.
|
ModuleLoader
Provides compile-time locate semantics for ES6 and CommonJS modules.
|
ModuleLoader.ModulePath
A path to a module.
|
ModuleLoader.ModuleResolverFactory
An enum used to specify what algorithm to use to locate non path-based modules
|
ModuleLoader.PathEscaper
Indicates whether to escape characters in paths.
|
ModuleLoader.PathResolver
An enum indicating whether to absolutize paths.
|
ModuleLoader.ResolutionMode
Standard path base resolution algorithms that are accepted as a command line flag.
|
ModuleResolver
Base class for algorithms that resolve JavaScript module references to input files.
|
NodeModuleResolver
Resolution algorithm for NodeJS.
|
ServiceException
An exception thrown by the compilation service.
|
SimpleDependencyInfo
A class to hold JS dependency information for a single .js file.
|
SimpleDependencyInfo.Builder
Builder for constructing instances of SimpleDependencyInfo.
|
SortedDependencies
A sorted list of inputs with dependency information.
|
SortedDependencies.MissingProvideException |
SourceFile
An interface for representing source files for the Compilation Service.
|
Class and Description |
---|
ModuleLoader.ResolutionMode
Standard path base resolution algorithms that are accepted as a command line flag.
|
Copyright © 2009-2018 Google. All Rights Reserved.