pub fn parse_stmt_block_body<'a, P: Parser<'a>>( p: &mut P, allow_directives: bool, end: Option<&P::Token>, ) -> PResult<Vec<Stmt>>