UNPKG

source-mapper

Version:

Replace strack traces with original sources using source maps

74 lines (47 loc) 1.69 kB
# Changes ## 2.1.0 - [`f5ce89a`](https://github.com/mantoni/source-mapper.js/commit/f5ce89ad6573fae8d8079996adbd073f4f0c316b) Drop support for outdated node - [`cd89236`](https://github.com/mantoni/source-mapper.js/commit/cd8923655025af6c164992d1cd8cf1622626be4e) Fix Puppeteer stacks - [`ca9e2b6`](https://github.com/mantoni/source-mapper.js/commit/ca9e2b6b74070dd1e438c756232ce3c6468de2d1) Use Studio Changes to generate change log - [`6e6de74`](https://github.com/mantoni/source-mapper.js/commit/6e6de74a8d964be650688de555f98afbdf4674b2) Add package-lock.json - [`eb42c4c`](https://github.com/mantoni/source-mapper.js/commit/eb42c4cc65879738da1f2f2e46ef3bf5a24d5452) Upgrade JSLint to v0.12 - [`7dec2b9`](https://github.com/mantoni/source-mapper.js/commit/7dec2b9d7b077034d3584d7e62891cb92f252a1e) Upgrade Browserify to v16 - [`29be5ef`](https://github.com/mantoni/source-mapper.js/commit/29be5ef01126f9cdf5c62734db4063dcbc933ccb) Upgrade Mocha to v5 ## 2.0.0 - Streams 3 ## 1.0.6 - Don't print a potentially wrong column number ## 1.0.5 - Add "files" to package.json ## 1.0.4 - Bump through2 to ^1.1 to align with browserify ## 1.0.3 - Handle more stack trace formats and unify indentation ## 1.0.2 - Bump dependencies - Remove unused require - Run tests on node 0.10 and 0.12 ## 1.0.1 - Fix parsing traces with columns - Improve matcher regexp and trace formatting ## 1.0.0 - Use Browserify 5.9 for testing - Map `<anonymous>` lines - Use through2 - Use convert-source-map ^0.4 ## 0.3.0 - Add optional `offset` parameter ## 0.2.1 - Map IE 10 stack traces ## 0.2.0 - Reduce false matches - Add support to map single lines ## 0.1.0 - Initial release