Interface: Location<>

index.Location

Location inside source text

Table of contents

Properties

Properties

endColumn

endColumn: undefined | number

Column of the last character of the Token. 1-indexed.

Defined in

src/locations.js:10


endLine

endLine: undefined | number

Line of the last character. 1-indexed.

Defined in

src/locations.js:9


endOffset

endOffset: number

Offset behind the last character. 0-indexed.

Defined in

src/locations.js:8


startColumn

startColumn: undefined | number

Column of the first character of the Token. 1-indexed.

Defined in

src/locations.js:7


startLine

startLine: undefined | number

Line of the first character. 1-indexed.

Defined in

src/locations.js:6


startOffset

startOffset: number

Offset of the first character. 0-indexed.

Defined in

src/locations.js:5