Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<SourceMap.LocationMapping> |
CompilerOptions.sourceMapLocationMappings |
Modifier and Type | Method and Description |
---|---|
void |
SourceMap.setPrefixMappings(java.util.List<SourceMap.LocationMapping> sourceMapLocationMappings) |
AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setSourceMapLocationMappings(java.util.List<SourceMap.LocationMapping> locationMappings)
The source map location mappings to use, if generated.
|
void |
CompilerOptions.setSourceMapLocationMappings(java.util.List<SourceMap.LocationMapping> sourceMapLocationMappings) |
Copyright © 2009-2018 Google. All Rights Reserved.