pub fn decode<R: Read>(rdr: R) -> Result<DecodedMap>
Expand description
Decodes a sourcemap or sourcemap index from a reader
This supports both sourcemaps and sourcemap indexes unless the specialized methods on the individual types.
pub fn decode<R: Read>(rdr: R) -> Result<DecodedMap>
Decodes a sourcemap or sourcemap index from a reader
This supports both sourcemaps and sourcemap indexes unless the specialized methods on the individual types.