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
Node is implementing a new API — process.getBuiltinModule (see: nodejs/node#52762) — which would be very handy for us to build hybrid polyfills: unjs/unenv#181
As discussed with @jasnell, providing this API as an alternative way to expose the native node: modules is preferable to other things we considered (e.g. exporting all apis via workerd:node:* or node-unenv:* prefixes.
The text was updated successfully, but these errors were encountered:
Node is implementing a new API — process.getBuiltinModule (see: nodejs/node#52762) — which would be very handy for us to build hybrid polyfills: unjs/unenv#181
As discussed with @jasnell, providing this API as an alternative way to expose the native
node:
modules is preferable to other things we considered (e.g. exporting all apis viaworkerd:node:*
ornode-unenv:*
prefixes.The text was updated successfully, but these errors were encountered: