Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/source_map/lib/util.js>parseSourceMapInput

Port of mozilla / source-map to deno.
Latest
function parseSourceMapInput
import { parseSourceMapInput } from "https://deno.land/x/source_map@0.8.0-beta.1/lib/util.js";

Strip any JSON XSSI avoidance prefix from the string (as documented in the source maps specification), and then parse the string as JSON.