pub type SourceMap = Arc<IndexMap<FileId, Arc<SourceFile>>>;
A map of source files relevant to a given document
pub struct SourceMap { /* private fields */ }