pub type FileMap = IndexMap<PathBuf, Vec<FileChange>>;
Mapping from file paths to the list of version FileChanges to apply.
FileChange
pub struct FileMap { /* private fields */ }