| Crates.io | unsourcemap |
| lib.rs | unsourcemap |
| version | 0.2.1 |
| created_at | 2025-03-20 11:44:31.822409+00 |
| updated_at | 2025-03-20 11:44:31.822409+00 |
| description | A tool to unsource JavaScript source maps. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1599123 |
| size | 24,445 |
Rewrite of unwebpack-sourcemap in Rust. Recovers source files from sourcemaps generated from webpack, writing them into the specified directory.
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