hyperlark (TypeScript)
    Preparing search index...

    Type Alias Node

    Node: Tree | Token | null

    A parse-tree node: a Tree, a Token, or null (a maybe_placeholders hole). Distinguish a Tree from a Token by the presence of data.