| 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) |
AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setSourceMapLocationMappings(List<SourceMap.LocationMapping> locationMappings)
The source map location mappings to use, if generated.
|
Copyright © 2009-2016 Google. All Rights Reserved.