Skip to content
BEAD

Source Map Decoder

Map bundled positions (file:line:col) back to original source files using a .map file.

Source map (.map JSON)
Bundled positionOriginal sourceLine:ColSymbol
bundle.js:12:345Not found in this map.
bundle.js:1:10500src/app.ts1:22
chunk-XYZ.js:42:6Not found in this map.

Inputs

  • The .map file (paste it or load it)
  • One or more bundled-file positions like bundle.js:12:345

Output

The original source path, line, column, and (when present) the symbol name — the form you actually want to read.

Privacy

All decoding runs in your browser. The map and positions never leave the page.

You might also like

Used in these workflows