SourceMapSpan

sealed external interface SourceMapSpan(source)

Properties

Link copied to clipboard
abstract var emittedColumn: Double

Column number in the .js file.

Link copied to clipboard
abstract var emittedLine: Double

Line number in the .js file.

Link copied to clipboard
abstract var nameIndex: Double?

Optional name (index into names array) associated with this span.

Link copied to clipboard
abstract var sourceColumn: Double

Column number in the .ts file.

Link copied to clipboard
abstract var sourceIndex: Double

.ts file (index into sources array) associated with this span

Link copied to clipboard
abstract var sourceLine: Double

Line number in the .ts file.