pub type SourceMapMappings = Vec<Line>;
Decoded source map mappings: a list of lines, each containing segments.
pub struct SourceMapMappings { /* private fields */ }