| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Field and Description |
|---|---|
SourceMap |
Result.sourceMap |
| Modifier and Type | Method and Description |
|---|---|
SourceMap |
Compiler.getSourceMap() |
| Modifier and Type | Method and Description |
|---|---|
CodePrinter.Builder |
CodePrinter.Builder.setSourceMap(SourceMap sourceMap)
Sets the source map to which to write the metadata about
the generated source code.
|
| Constructor and Description |
|---|
Result(JSError[] errors,
JSError[] warnings,
String debugLog,
VariableMap variableMap,
VariableMap propertyMap,
VariableMap namedAnonFunctionMap,
FunctionInformationMap functionInformationMap,
SourceMap sourceMap,
String externExport) |
Copyright © 2009-2015 Google. All Rights Reserved.