| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Field and Description |
|---|---|
FunctionInformationMap |
Result.functionInformationMap |
| Modifier and Type | Method and Description |
|---|---|
FunctionInformationMap |
FunctionInformationMap.Builder.build() |
| Constructor and Description |
|---|
Result(JSError[] errors,
JSError[] warnings,
String debugLog,
VariableMap variableMap,
VariableMap propertyMap,
VariableMap namedAnonFunctionMap,
FunctionInformationMap functionInformationMap,
SourceMap sourceMap,
String externExport) |
Copyright © 2009–2021 Google. All rights reserved.