pub fn collect_parsing_errors(
    node: &Node<'_>,
    source: &[u8],
    errors: &mut Vec<ParseError>
)