Skip to main content

find_errors

Function find_errors 

Source
pub fn find_errors(
    node: Node<'_>,
    source: &str,
    depth: usize,
) -> Vec<DslDiagnostic>
Expand description

Find errors in the AST and return them as structured diagnostics