Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<SourceMap.LocationMapping> |
SourceMap.prefixMappings |
private com.google.common.collect.ImmutableList<SourceMap.LocationMapping> |
AbstractCommandLineRunner.CommandLineConfig.sourceMapLocationMappings |
java.util.List<SourceMap.LocationMapping> |
CompilerOptions.sourceMapLocationMappings |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<SourceMap.LocationMapping> |
CommandLineRunner.Flags.getSourceMapLocationMappings() |
Modifier and Type | Method and Description |
---|---|
void |
SourceMap.setPrefixMappings(java.util.List<SourceMap.LocationMapping> sourceMapLocationMappings) |
(package private) 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) |