You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'd be cautious of publishing a dual package, especially since require(esm) will soon be in all LTS node versions and typescript
if it was up to me, i'd still opt for going esm-only and keeping any CJS/older-node consumers on the old version (but backporting fixes if we ever needed any). its a fairly simple package so i can't see many fixes being needed, if any
Most consumers are running in node (without a bundler) so this has been fine so far as CJS
However, it is the only one of the many alternatives that doesn't ship modern modules. So it would be good to solve that
To avoid having to ship a dual package (which would mean doubling the package size), my suggestion is basically:
Id be happy to help out if needed
The text was updated successfully, but these errors were encountered: