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 void
AbstractCompiler.addInputSourceMap
(String name, SourceMapInput sourceMap) Adds aSourceMapInput
for the givensourceFileName
, to be used for error reporting and source map combining.void
Compiler.addInputSourceMap
(String sourceFileName, SourceMapInput inputSourceMap) Method parameters in com.google.javascript.jscomp with type arguments of type SourceMapInputModifier and TypeMethodDescriptionvoid
CompilerOptions.setInputSourceMaps
(com.google.common.collect.ImmutableMap<String, SourceMapInput> inputSourceMaps) Sets the input sourcemap files, indexed by the JS files they refer to.