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 spent an hour and a half coming up to speed on ESM vs CommonJS this evening... There's definitely some controversy in the node community(!), but the migration path didn't look too horrible. Here was one of the better migration checklists.
👋 This issue has been marked as stale because it has been open for 2 years with no activity. You can comment on the issue to hold stalebot off for a while, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details.
Some of our dependencies in the
/npm_and_yarn/helpers
are moving to only usingESM
. And based on what I read in https://formidable.com/blog/2021/node-esm-and-exports/, this will likely become more common over time.So we'll need to rewrite our javascript helpers to use ESM in order to update these deps.
At first glance, this is probably a good change, but a fair bit of busy work.
See also #4125 (comment)
The text was updated successfully, but these errors were encountered: