import { NodeBase } from "https://deno.land/x/windmill@v1.416.0/node_modules/yaml/dist/nodes/Node.d.ts";
Properties
optional
range: Range | nullThe [start, value-end, node-end]
character offsets for the part of the
source parsed into this node (undefined if not parsed). The value-end
and node-end
positions are themselves not included in their respective
ranges.
optional
srcToken: TokenThe CST token that was composed into this node.