concurrently icon indicating copy to clipboard operation
concurrently copied to clipboard

Making concurrently a purely ESM package

Open aqeelat opened this issue 1 year ago • 1 comments

Since concurrently is mostly run via CLI, what is stopping it from being converted to ESM? Are there any implications that are slipping my mind?

I'm willing to try converting it if the change would be accepted.

aqeelat avatar May 28 '24 12:05 aqeelat

Hey! Nothing really stopping it, it's just that I wouldn't like to exclude some CJS users of the API. I don't think there's any benefit of doing this change either, other than using newer versions of e.g. chalk?

Also a fun read: https://www.reddit.com/r/node/comments/14rg9ym/esm_not_gaining_traction_in_backend_node/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Seems like the numbers are a bit dated, but chalk ESM-only is still 10x less popular than its previous, CJS version. chalk versions on npm

gustavohenke avatar Jun 22 '24 06:06 gustavohenke

I'm closing this issue for now, but happy to read what others think.

gustavohenke avatar Oct 06 '24 01:10 gustavohenke