Uses of Interface
com.google.javascript.jscomp.SourceMap.LocationMapping
Packages that use SourceMap.LocationMapping
-
Uses of SourceMap.LocationMapping in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement SourceMap.LocationMappingModifier and TypeClassDescriptionstatic final class
SimpleSourceMap.LocationMapping
that strips a prefix from a location.Fields in com.google.javascript.jscomp with type parameters of type SourceMap.LocationMappingModifier and TypeFieldDescriptionList
<? extends SourceMap.LocationMapping> CompilerOptions.sourceMapLocationMappings
Method parameters in com.google.javascript.jscomp with type arguments of type SourceMap.LocationMappingModifier and TypeMethodDescriptionvoid
SourceMap.setPrefixMappings
(List<? extends SourceMap.LocationMapping> sourceMapLocationMappings) AbstractCommandLineRunner.CommandLineConfig.setSourceMapLocationMappings
(List<SourceMap.LocationMapping> locationMappings) The source map location mappings to use, if generated.void
CompilerOptions.setSourceMapLocationMappings
(List<? extends SourceMap.LocationMapping> sourceMapLocationMappings)