Documentation / @andrew_l/search-query-language / NodeProgram
Interface: NodeProgram
Root node of the AST.
Extends
Properties
body
body:
NodeExpression
[]
end
end:
number
End positions of the node in the source code.
Inherited from
start
start:
number
Start positions of the node in the source code.
Inherited from
type
type:
"program"
Type of the node.