#mapping #source-map #unsourcemap

app unsourcemap

A tool to unsource JavaScript source maps

1 unstable release

0.2.1 Mar 20, 2025

#10 in #source-map

Download history 101/week @ 2025-03-17 17/week @ 2025-03-24 1/week @ 2025-03-31

119 downloads per month

Unlicense

12KB
192 lines

unsourcemap

Rewrite of unwebpack-sourcemap in Rust. Recovers source files from sourcemaps generated from webpack, writing them into the specified directory.

Usage

Usage: unsourcemap.exe [OPTIONS]

Options:
  -f, --file-path <FILE_PATH>    Path to source map file (optional)
  -S, --save-path <SAVE_PATH>    Path to the location to save to (optional)
  -s, --source-map <SOURCE_MAP>  Source map content as a string (optional)
  -u, --url <URL>                URL of source map (optional)
  -h, --help                     Print help
  -V, --version                  Print version

Dependencies

~1.8–3MB
~55K SLoC