Paste a Source Map v3 file (the JSON inside a .map file, or a data:application/json;base64,... inline map) to decode its VLQ-encoded mappings string. Browse the included sources, inspect the decoded segment table, and look up the original location of a generated line:column from a stack trace.
data:application/json;base64,... URL from a //# sourceMappingURL= comment. The full file (sources included) stays in your browser.| Gen L:C | Source | Orig L:C | Name |
|---|
version: 3, sources, optional sourcesContent, names, and the giant mappings string.;, segments by ,. Each segment is 1, 4, or 5 Base64 VLQ values: generated column, source index, original line, original column, and (optionally) name index — each value relative to the previous segment.A-Za-z0-9+/ via Base64.data:application/json;charset=utf-8;base64,... appended to bundles. The decoder here strips the prefix and decodes automatically.