SourceOrigin

sealed external interface SourceOrigin(source)

Properties

Link copied to clipboard
abstract var columnNumber: Double

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

Link copied to clipboard
abstract var fileName: String

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

Link copied to clipboard
abstract var lineNumber: Double

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

Link copied to clipboard
abstract var name: String?

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