The children of the node
undefined
// Match a node with the value "foo" and a child with the value "bar"
{ type: DockerKeyword, value: "foo", children: [{ type: DockerKeyword, value: "bar" }] }
Readonly
typeThe type of the node
Readonly
valueThe value of the node
undefined
// Match a node with the value "foo"
{ type: DockerKeyword, value: "foo" }
Generated using TypeDoc
Implementation of Query that simplify queries