sindresorhus / awesome-nodejs

:zap: Delightful Node.js packages and resources
https://node.cool
Creative Commons Zero v1.0 Universal
58.34k stars 5.83k forks source link

add proxyquire #1150

Closed Selenium39 closed 2 years ago

sindresorhus commented 3 years ago

I have mixed feelings about adding it. On one hand, it has been quite useful in the past. However, it has been inactive for a couple of years, and it does not support ESM (which is not possible yet). ESM support would require a complete rewrite and I don't think that will happen there.

aladdin-add commented 3 years ago

yes, it's a good point. I had moved from proxyquire to something like testdouble for esm supporting.