node-source-map-support
node-source-map-support copied to clipboard
Adds source map support to node.js (for stack traces)
@pfhayes As a dependency of some other major open source projects please consider some easy security improvements to your project: 1. Enable Branch Protection: This is critical for preventing unauthorized...
Previously, supportRelativeURL would return an invalid response if both `file` and `url` were absolute. ```js sourceMapSupport.supportRelativeURL( 'http://127.0.0.1:1336/chunk/chunk.js', 'http://127.0.0.1:1336/chunk/chunk.js.map' ); // Returns 'http://127.0.0.1:1336/chunk/http:/127.0.0.1:1336/chunk/chunk.js.map' ``` As a result, retrieveSourceMap would do the...
Despite the name of the argument, `supportRelativeURL`'s second argument, `url`, will be mangled if it is a fully-qualified URL, leading to error paths like `/Users/ckknight/Code/myproject/https:/github.com/ckknight/myproject/blob/...` instead of the expected URL....
## Background _Note: examples use the Node.js REPL with strict mode: `node --use_strict`._ ### Inheritance and Shadowing Objects in JavaScript [inherit properties from their prototype chain](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain). For example, the "toString"...
I have a project using [sequelize](https://npmjs.com/package/sequelize) and is also written in typescript, so I use this package to show the typescript files in stack traces. However, when using this, all...
Hi, this is somewhat of a duplicate of these issues: #252, #249, and #86. But I wanted to call more attention to it. I am getting this error when attempting...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [browserify](https://github.com/browserify/browserify), [http-server](https://github.com/http-party/http-server), [mocha](https://github.com/mochajs/mocha) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from...
Hi! I am arriving here via using jest 22+. I have quite a headache debugging why my WASM stack traces in jest: ``` RuntimeError: Aborted(-1) at abort (/mnt/user-data/adam/scratch/out.js:986:11) at _logstr...
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Removes `json5` Updates `webpack` from 1.15.0 to 5.75.0 Release notes Sourced from...
Bumps [qs](https://github.com/ljharb/qs) from 2.3.3 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...