method
module.default.SourceMap.findOrigin
lineNumber: number,
columnNumber: number
Given a 1-indexed lineNumber and columnNumber from a call site in the generated source, find the corresponding call site location in the original source.
If the lineNumber and columnNumber provided are not found in any source map, then an empty object is returned.
@param lineNumber
The 1-indexed line number of the call site in the generated source
@param columnNumber
The 1-indexed column number of the call site in the generated source