Location
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Properties
readonlyend
The character offset at which this Node ends.
readonlyendToken
The Token at which this Node ends.
readonlysource
The Source document the AST represents.
readonlystart
The character offset at which this Node begins.
readonlystartToken
The Token at which this Node begins.
Accessors
[toStringTag]
Returns string
Methods
toJSON
Returns { end?: number; start?: number }
end: number
start: number
Contains a range of UTF-8 character offsets and token references that identify the region of the source from which the AST derived.