node-source-map-support
node-source-map-support copied to clipboard
Adds source map support to node.js (for stack traces)
I think source-map-support is most frequently used in testing and I just ran into an issue where I was using sinon to set up a mock HTTP server during a...
There is a function called `isInBrowser()` which is used to not run XMLHttpRequest's in Node. The documentation also mentions this, and the option to specify `{ environment: 'node' }`. However,...
This is a wonderful little project, and we use it over at [ts-jest](https://github.com/kulshekhar/ts-jest) - it would be wonderful to not only get correct line numbers in stacktraces, but also in...
Say that I have a project like this: ``` %project_root% ├─coffee │ └─sub_folder │ │ └─bar.coffee │ └─foo.coffee ├─js │ └─sub_folder │ │ └─bar.js │ └─foo.js ├─map │ └─sub_folder │...
Is there any interest in trying to find a way to add support for PhantomJS as well? I played around with it a little bit and could not find a...
I've build an Electron/Angular app and use electron buildin popup menu's. Popup menu's get dynamically build when user clicks a link element. ``` import * as electron from 'electron'; /*...
My name is Fei Xia, I from china, Ceo of Diakor company. I want you help us to develop a Facial shaping design software,I will pay for it. Could you...
rollup outputs inlined module members which have no require. This makes it so there's no way to use the hookRequire option of this module for inline source maps. Also with...
:wave: I just noticed that if I have: ``` js #!/usr/bin/env node ``` on top of my file, the error line is not the correct one. The error message itself...