Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Class and Description |
---|---|
class |
CompilerInput
A class for the internal representation of an input to the compiler.
|
class |
JSModule
A JavaScript module has a unique name, consists of a list of compiler inputs, and can depend on
other modules.
|
class |
LazyParsedDependencyInfo
A DependencyInfo class that determines load flags by parsing the AST just-in-time.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDependencyInfo
A class to hold JS dependency information for a single .js file.
|
Copyright © 2009-2020 Google. All Rights Reserved.