pub type SourceMapHandle<UL> = Arc<RwLock<SourceMap<UL>>>;
A shared SourceMap, for tools that build one while they run.
SourceMap
pub struct SourceMapHandle<UL> { /* private fields */ }