Uses of Class
com.google.javascript.jscomp.SourceMapInput
-
Packages that use SourceMapInput Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of SourceMapInput in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type SourceMapInput Modifier and Type Method Description abstract voidAbstractCompiler. addInputSourceMap(java.lang.String name, SourceMapInput sourceMap)Adds aSourceMapInputfor the givensourceFileName, to be used for error reporting and source map combining.voidCompiler. addInputSourceMap(java.lang.String sourceFileName, SourceMapInput inputSourceMap)Method parameters in com.google.javascript.jscomp with type arguments of type SourceMapInput Modifier and Type Method Description voidCompilerOptions. setInputSourceMaps(com.google.common.collect.ImmutableMap<java.lang.String,SourceMapInput> inputSourceMaps)Sets the input sourcemap files, indexed by the JS files they refer to.
-