unsourcemap

Crates.iounsourcemap
lib.rsunsourcemap
version0.2.1
created_at2025-03-20 11:44:31.822409+00
updated_at2025-03-20 11:44:31.822409+00
descriptionA tool to unsource JavaScript source maps.
homepage
repository
max_upload_size
id1599123
size24,445
(surameow)

documentation

README

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
Commit count: 0

cargo fmt