Uses of Enum Class
com.google.javascript.jscomp.SourceMap.DetailLevel
Packages that use SourceMap.DetailLevel
-
Uses of SourceMap.DetailLevel in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as SourceMap.DetailLevelModifier and TypeFieldDescriptionCompilerOptions.sourceMapDetailLevel
The detail level for the generated source map.Methods in com.google.javascript.jscomp that return SourceMap.DetailLevelModifier and TypeMethodDescriptionstatic SourceMap.DetailLevel
Returns the enum constant of this class with the specified name.static SourceMap.DetailLevel[]
SourceMap.DetailLevel.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.DetailLevelModifier and TypeMethodDescriptionAbstractCommandLineRunner.CommandLineConfig.setSourceMapDetailLevel
(SourceMap.DetailLevel level) The detail supplied in the source map file, if generated.void
CompilerOptions.setSourceMapDetailLevel
(SourceMap.DetailLevel sourceMapDetailLevel)