interface Module.SourceOrigin
optional
name: stringThe name of the range in the source map, if one was provided
fileName: stringThe file name of the original source, as reported in the SourceMap
lineNumber: numberThe 1-indexed lineNumber of the corresponding call site in the original source
columnNumber: numberThe 1-indexed columnNumber of the corresponding call site in the original source