Skip to content

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

Node.end


start

start: number

Start positions of the node in the source code.

Inherited from

Node.start


type

type: "program"

Type of the node.

Overrides

Node.type