Package com.google.javascript.jscomp
Class SourceMapInput
java.lang.Object
com.google.javascript.jscomp.SourceMapInput
A lazy-loaded SourceMapConsumerV3 instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the original location of this sourcemap file on disk.@Nullable String
@Nullable SourceMapConsumerV3
getSourceMap
(ErrorManager errorManager) Gets the source map, reading from disk and parsing if necessary.
-
Constructor Details
-
SourceMapInput
-
-
Method Details
-
getSourceMap
Gets the source map, reading from disk and parsing if necessary. Returns null if the sourcemap cannot be resolved or is malformed. -
getOriginalPath
Gets the original location of this sourcemap file on disk. -
getRawSourceMapContents
-