difft::parse::syntax

Function change_positions

Source
pub(crate) fn change_positions<'a>(
    nodes: &[&'a Syntax<'a>],
    change_map: &ChangeMap<'a>,
) -> Vec<MatchedPos>
Expand description

Walk nodes and return a vec of all the changed positions.