Uses of Class
com.google.javascript.jscomp.SourceMap.Format
-
Packages that use SourceMap.Format Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of SourceMap.Format in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as SourceMap.Format Modifier and Type Field Description SourceMap.FormatCompilerOptions. sourceMapFormatThe source map file formatMethods in com.google.javascript.jscomp that return SourceMap.Format Modifier and Type Method Description static SourceMap.FormatSourceMap.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SourceMap.Format[]SourceMap.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type SourceMap.Format Modifier and Type Method Description AbstractCommandLineRunner.CommandLineConfigAbstractCommandLineRunner.CommandLineConfig. setSourceMapFormat(SourceMap.Format format)The source map format to use, if generated.voidCompilerOptions. setSourceMapFormat(SourceMap.Format sourceMapFormat)
-