sindresorhus / clean-stack

Clean up error stack traces
MIT License
337 stars 29 forks source link

Commonjs module #26

Closed ZIMkaRU closed 3 years ago

ZIMkaRU commented 3 years ago

Hello) Great work with this module, I like it I saw ECMAScript module for the last version, but can we have this like commonjs module?

sindresorhus commented 3 years ago

Duplicate of #25

ZIMkaRU commented 3 years ago

CommonJS packages cannot import ESM packages synchronously. I need to use it with a logger immediately after launching app. There's no way to wait Is it possible to add both module styles CommonJS and ESM to use the last version?

ZIMkaRU commented 3 years ago

@sindresorhus ?

sindresorhus commented 3 years ago

I don't plan to provide CommonJS fallbacks.

ZIMkaRU commented 3 years ago

ohh, ok sorry to hear that, thanks for the answer