evanw / node-source-map-support

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

Fix retrieveSourceMapURL to prevent false matches in CoffeeScript codebase #283

Open danielbayley opened 3 years ago

danielbayley commented 3 years ago

This bug was hard to track down! It breaks all my tests, and has been a real hinderance to my _jest-preset-coffeescript_ package. Fixes #254.