Skip to content

SourceMap

Domain: sourcemap

Source map discovery, fetching, parsing, and source tree reconstruction.

Profiles

  • full

Typical scenarios

  • Discover source maps automatically
  • Reconstruct source trees

Common combinations

  • core + sourcemap

Full tool list (6)

ToolDescription
sourcemap_discoverDiscover source maps on the current page.
sourcemap_fetch_and_parseFetch a source map from URL and parse to original sources.
sourcemap_coverageSummarize mapped and unmapped source coverage.
sourcemap_lookupResolve generated code position to original source.
sourcemap_reconstruct_treeReconstruct source files from a source map.
sourcemap_parse_v4Parse source map with ECMA-426 v4 scope/debug-id support; falls back to v3.

Released under AGPL-3.0-only