Uses of Enum Class
com.google.javascript.jscomp.SourceMap.Format
Packages that use SourceMap.Format
-
Uses of SourceMap.Format in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as SourceMap.FormatMethods in com.google.javascript.jscomp that return SourceMap.FormatModifier and TypeMethodDescriptionstatic SourceMap.Format
Returns the enum constant of this class with the specified name.static SourceMap.Format[]
SourceMap.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type SourceMap.FormatModifier and TypeMethodDescriptionAbstractCommandLineRunner.CommandLineConfig.setSourceMapFormat
(SourceMap.Format format) The source map format to use, if generated.void
CompilerOptions.setSourceMapFormat
(SourceMap.Format sourceMapFormat)