Bun

interface

module.default.SourceOrigin

interface SourceOrigin

  • columnNumber: number

    The 1-indexed columnNumber of the corresponding call site in the original source

  • fileName: string

    The file name of the original source, as reported in the SourceMap

  • lineNumber: number

    The 1-indexed lineNumber of the corresponding call site in the original source

  • name: undefined | string

    The name of the range in the source map, if one was provided