Uses of Class
com.google.javascript.jscomp.SourceMapInput
-
Packages that use SourceMapInput Package Description com.google.javascript.jscomp -
-
Uses of SourceMapInput in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return SourceMapInput Modifier and Type Method Description abstract SourceMapInput
AbstractCompiler. getInputSourceMap(java.lang.String sourceFileName)
@Nullable SourceMapInput
Compiler. getInputSourceMap(java.lang.String sourceFileName)
Methods in com.google.javascript.jscomp with parameters of type SourceMapInput Modifier and Type Method Description abstract void
AbstractCompiler. addInputSourceMap(java.lang.String name, SourceMapInput sourceMap)
Adds aSourceMapInput
for the givensourceFileName
, to be used for error reporting and source map combining.void
Compiler. 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 void
CompilerOptions. setInputSourceMaps(com.google.common.collect.ImmutableMap<java.lang.String,SourceMapInput> inputSourceMaps)
Sets the input sourcemap files, indexed by the JS files they refer to.
-