pub fn parse_block(
    working_set: &mut StateWorkingSet<'_>,
    lite_block: &LiteBlock,
    scoped: bool,
    expand_aliases_denylist: &[usize]
) -> (Block, Option<ParseError>)