pub fn collect_parsing_errors(
node: &Node<'_>,
source: &[u8],
errors: &mut Vec<ParseError>,
)Expand description
Given the root node of a Tree Sitter parsing result, accumulates all errors that were emitted.
pub fn collect_parsing_errors(
node: &Node<'_>,
source: &[u8],
errors: &mut Vec<ParseError>,
)Given the root node of a Tree Sitter parsing result, accumulates all errors that were emitted.