Function rustjs::deno_core::sourcemap::decode_slice

source ยท
pub fn decode_slice(slice: &[u8]) -> Result<DecodedMap, Error>
Expand description

Decodes a sourcemap or sourcemap index from a byte slice

This supports both sourcemaps and sourcemap indexes unless the specialized methods on the individual types.