Uses of Class
com.google.javascript.jscomp.SourceMapInput
Packages that use SourceMapInput
-
Uses of SourceMapInput in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type SourceMapInputModifier and TypeMethodDescriptionabstract voidAbstractCompiler.addInputSourceMap(String name, SourceMapInput sourceMap) Adds aSourceMapInputfor the givensourceFileName, to be used for error reporting and source map combining.voidCompiler.addInputSourceMap(String sourceFileName, SourceMapInput inputSourceMap) Method parameters in com.google.javascript.jscomp with type arguments of type SourceMapInputModifier and TypeMethodDescriptionvoidCompilerOptions.setInputSourceMaps(com.google.common.collect.ImmutableMap<String, SourceMapInput> inputSourceMaps) Sets the input sourcemap files, indexed by the JS files they refer to.