Uses of Class
com.google.javascript.jscomp.SourceMap.DetailLevel
-
Packages that use SourceMap.DetailLevel Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
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.DetailLevelCompilerOptions. sourceMapDetailLevelThe detail level for the generated source map.Methods in com.google.javascript.jscomp that return SourceMap.DetailLevel Modifier and Type Method Description static SourceMap.DetailLevelSourceMap.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.CommandLineConfigAbstractCommandLineRunner.CommandLineConfig. setSourceMapDetailLevel(SourceMap.DetailLevel level)The detail supplied in the source map file, if generated.voidCompilerOptions. setSourceMapDetailLevel(SourceMap.DetailLevel sourceMapDetailLevel)
-