Package | Description |
---|---|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
Modifier and Type | Method and Description |
---|---|
String |
SourceFile.getContent() |
Collection<String> |
DependencyResolver.getDependencies(Collection<String> symbols)
Gets a list of dependencies for *the provided list of symbols.
|
Collection<String> |
DependencyResolver.getDependencies(Collection<String> symbols,
Set<String> seen) |
Collection<String> |
DependencyResolver.getDependencies(String code)
Gets a list of dependencies for the provided code.
|
Collection<String> |
DependencyResolver.getDependencies(String code,
Set<String> seen,
boolean addClosureBaseFile) |
String |
SourceFile.getName() |
boolean |
SourceFile.wasModified() |
Copyright © 2009–2024 Google. All rights reserved.