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(com.google.common.collect.ImmutableList<JSError> errors,
com.google.common.collect.ImmutableList<JSError> warnings,
VariableMap variableMap,
VariableMap propertyMap,
VariableMap namedAnonFunctionMap,
SourceMap sourceMap,
java.lang.String externExport) |
Copyright © 2009-2019 Google. All Rights Reserved.