BlockKind: Kind & (
    | "let"
    | "const"
    | "class"
    | "function-strict"
    | "function-sloppy-near")