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.
|
Class and Description |
---|
DependencyInfo
A data structure for JS dependency information for a single .js file.
|
ModuleLoader.ResolutionMode
An enum used to specify what algorithm to use to locate non path-based modules
|
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.
|
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.
|
JsFunctionParser.SymbolInfo |
ModuleLoader
Provides compile-time locate semantics for ES6 and CommonJS modules.
|
ModuleLoader.ModulePath
A path to a module.
|
ModuleLoader.PathResolver
An enum indicating whether to absolutize paths.
|
ModuleLoader.ResolutionMode
An enum used to specify what algorithm to use to locate non path-based modules
|
ModuleResolver
Base class for algorithms that resolve JavaScript module references to input files.
|
ServiceException
An exception thrown by the compilation service.
|
SimpleDependencyInfo
A class to hold JS dependency information for a single .js file.
|
SortedDependencies
A sorted list of inputs with dependency information.
|
SortedDependencies.MissingProvideException |
SourceFile
An interface for representing source files for the Compilation Service.
|
Copyright © 2009-2017 Google. All Rights Reserved.