interface Module.SourceOrigin
Properties Jump to heading
optional
Jump to headingname: string
The name of the range in the source map, if one was provided
Jump to headingfileName: string
The file name of the original source, as reported in the SourceMap
Jump to headinglineNumber: number
The 1-indexed lineNumber of the corresponding call site in the original source
Jump to headingcolumnNumber: number
The 1-indexed columnNumber of the corresponding call site in the original source