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
The things to do to update this are listed in this gist, but we need to consider how making these upgrades could affect our build as well as dependent modules that we don't control.
The text was updated successfully, but these errors were encountered:
Good point. I think we also need to consider whether this affects the local dev experience in some way. We heavily rely on require even though most of our code uses import statements already.
Update to this ticket: at least the serverless-api package is now configured in a way that it does not compile away inline await import() but it does still convert everything else to require. This should solve that problem if we change the settings in the other packages as well
Modules like ora@6 and wrap-ansi@8 (and upcoming chalk@5 and boxen@6) have updated to publish pure ESM packages.
The things to do to update this are listed in this gist, but we need to consider how making these upgrades could affect our build as well as dependent modules that we don't control.
The text was updated successfully, but these errors were encountered: