Skip to main content

parse_incremental_suffix

Function parse_incremental_suffix 

Source
pub fn parse_incremental_suffix(
    input: &str,
    config: Option<Config>,
    old_tree: &SyntaxNode,
    old_edit_range: (usize, usize),
    new_edit_range: (usize, usize),
) -> IncrementalParseResult
Expand description

Incrementally update a syntax tree by reparsing either a bounded section window (between top-level headings) or from a safe restart boundary to EOF.