/restore-source-map-to-file

Restore original file from source map file.

Primary LanguageTypeScriptMIT LicenseMIT

restore-source-map-to-file

Restore original file from source map file.

Install

Install with npm:

npm install restore-source-map-to-file # not yet

Usage

Usage
  $ restore-source-map-to-file [source-map-file] --out-dir [dir]

Options
  --out-dir Output dir

Examples
  $ restore-source-map-to-file main.js.map --out-dir ./main-original

Changelog

See Releases page.

Running tests

npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu