← All Tools

Source Map Decoder

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.

Paste the raw JSON, or a data:application/json;base64,... URL from a //# sourceMappingURL= comment. The full file (sources included) stays in your browser.

About Source Map v3