pub type Updates = HashMap<PathBuf, BTreeSet<(usize, usize, String)>>;
Updates to be applied to the sources.
source_path -> (start, end, new_value)
pub struct Updates { /* private fields */ }