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 classSimpleSourceMap.LocationMappingthat 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.sourceMapLocationMappingsMethod parameters in com.google.javascript.jscomp with type arguments of type SourceMap.LocationMappingModifier and TypeMethodDescriptionvoidSourceMap.setPrefixMappings(List<? extends SourceMap.LocationMapping> sourceMapLocationMappings) AbstractCommandLineRunner.CommandLineConfig.setSourceMapLocationMappings(List<SourceMap.LocationMapping> locationMappings) The source map location mappings to use, if generated.voidCompilerOptions.setSourceMapLocationMappings(List<? extends SourceMap.LocationMapping> sourceMapLocationMappings)