evanw / node-source-map-support

Adds source map support to node.js (for stack traces)
MIT License
2.16k stars 223 forks source link

Move from source-map to source-map-js #286

Open 7rulnik opened 3 years ago

7rulnik commented 3 years ago

I made the fork of source-map@0.6 which is 4x times faster and still sync and written in JS only.

More info about fork here: https://github.com/7rulnik/source-map-js#difference-between-original-source-map

It partly solves https://github.com/evanw/node-source-map-support/issues/206

7rulnik commented 3 years ago

I see that old node versions are failing. Is it still actual? image

pkit commented 3 years ago

Oh, god, finally somebody with a common sense

onigoetz commented 2 years ago

I'd love to see this merged, @evanw is there a plan to merge this ? can we help with something ?