pub type SourceMapHandle<UL> = Arc<RwLock<SourceMap<UL>>>;
pub struct SourceMapHandle<UL> { /* private fields */ }