Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
List<SourceMap.LocationMapping> |
CompilerOptions.sourceMapLocationMappings |
Modifier and Type | Method and Description |
---|---|
void |
SourceMap.setPrefixMappings(List<SourceMap.LocationMapping> sourceMapLocationMappings) |
void |
CompilerOptions.setSourceMapLocationMappings(List<SourceMap.LocationMapping> sourceMapLocationMappings) |
Copyright © 2009-2015 Google. All Rights Reserved.