Package | Description |
---|---|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyFile
SourceFile containing dependency information.
|
class |
VirtualFile
Class used to represent a "virtual" file.
|
Modifier and Type | Field and Description |
---|---|
private SourceFile |
DependencyFile.delegate
A source file to delegate functionality too.
|
Constructor and Description |
---|
DependencyFile(SourceFile delegate)
Creates a new dependency file.
|