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
Parse and operate on GraphQL language source files.