Uses of Class
com.google.javascript.jscomp.SourceMap.DetailLevel
-
Packages that use SourceMap.DetailLevel Package Description com.google.javascript.jscomp -
-
Uses of SourceMap.DetailLevel in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as SourceMap.DetailLevel Modifier and Type Field Description SourceMap.DetailLevel
CompilerOptions. sourceMapDetailLevel
The detail level for the generated source map.Methods in com.google.javascript.jscomp that return SourceMap.DetailLevel Modifier and Type Method Description static SourceMap.DetailLevel
SourceMap.DetailLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SourceMap.DetailLevel[]
SourceMap.DetailLevel. 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.DetailLevel Modifier and Type Method Description AbstractCommandLineRunner.CommandLineConfig
AbstractCommandLineRunner.CommandLineConfig. setSourceMapDetailLevel(SourceMap.DetailLevel level)
The detail supplied in the source map file, if generated.void
CompilerOptions. setSourceMapDetailLevel(SourceMap.DetailLevel sourceMapDetailLevel)
-