fn novel_regions_after_unchanged<'a>( nodes: &[&'a Syntax<'a>], change_map: &ChangeMap<'a>, ) -> Vec<(usize, usize)>
Return the start and end indexes of sequences of novel nodes that occur after unchanged nodes.