pub fn decode_data_url(url: &str) -> Result<DecodedMap>Expand description
Loads a sourcemap from a data URL.
The URL should match the regex
data:application/json;(charset=utf-?8;)?base64,(?<base64sourcemap>.+).
pub fn decode_data_url(url: &str) -> Result<DecodedMap>Loads a sourcemap from a data URL.
The URL should match the regex
data:application/json;(charset=utf-?8;)?base64,(?<base64sourcemap>.+).