Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
static class |
SourceMap.PrefixLocationMapping
Simple
SourceMap.LocationMapping that strips a prefix from a location. |
Modifier and Type | Field and Description |
---|---|
java.util.List<? extends SourceMap.LocationMapping> |
CompilerOptions.sourceMapLocationMappings |
Modifier and Type | Method and Description |
---|---|
void |
SourceMap.setPrefixMappings(java.util.List<? extends SourceMap.LocationMapping> sourceMapLocationMappings) |
void |
CompilerOptions.setSourceMapLocationMappings(java.util.List<? extends SourceMap.LocationMapping> sourceMapLocationMappings) |
AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setSourceMapLocationMappings(java.util.List<SourceMap.LocationMapping> locationMappings)
The source map location mappings to use, if generated.
|
Copyright © 2009-2020 Google. All Rights Reserved.