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
{{ message }}
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
if a version of node has the backend for running esm then it should have whatever other infrastructure we have, otherwise it should be able to use existing solutions right? (i can already override require.extensions to use babel in lots of node versions) plus i don't think we need to worry about versions of node past the oldest lts
require
an ESM-only package.I think the idea here is that somehow
require
can be polyfilled in old versions of Node to support importing ESM packages.Use case 10.
The text was updated successfully, but these errors were encountered: