TYPES_BLOCK: Set<
    "EachBlock"
    | "IfBlock"
    | "AwaitBlock"
    | "KeyBlock"
    | "SnippetBlock",
> = ...

Set containing all of the types related to block AST nodes. The ones with pattern {#<block-name>} ... {/<block-name>}.