Optional
childrenundefined
// Match a node with the value "foo" and a child with the value "bar"
{ type: DockerKeyword, value: "foo", children: [{ type: DockerKeyword, value: "bar" }] }
The type of the node
Optional
valueThe value of the node
undefined
// Match a node with the value "foo"
{ type: DockerKeyword, value: "foo" }
Generated using TypeDoc
The children of the node