node-source-map-support icon indicating copy to clipboard operation
node-source-map-support copied to clipboard

Better Electron Support

Open mattdesl opened this issue 9 years ago • 2 comments

Thanks to https://github.com/evanw/node-source-map-support/pull/79 this supports Electron already (an environment where we are both in a "browser" and in "node").

It might be good to do the same logic here, so that fs is used when possible rather than synchronous XHR (which is deprecated anyways): https://github.com/evanw/node-source-map-support/blob/70c54a8ab65103f307558a901299b998d1bb45c7/source-map-support.js#L63-L76

mattdesl avatar Feb 01 '16 21:02 mattdesl

Good idea :)

PR are welcome :p

julien-f avatar Feb 01 '16 21:02 julien-f

https://github.com/evanw/node-source-map-support/pull/140

niieani avatar Jul 04 '16 07:07 niieani