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
nodejs/node#37468 consolidates the loader hooks to only 2x functions. If/when it lands, we'll need to export implementations of those functions. We should be able to implement them largely on top of what we already have. The default* functions we get from node will be different, though.
nodejs/node#37468 consolidates the loader hooks to only 2x functions. If/when it lands, we'll need to export implementations of those functions. We should be able to implement them largely on top of what we already have. The
default*
functions we get from node will be different, though.Updated node docs are here: https://github.com/nodejs/node/blob/master/doc/api/esm.md#loaders
The text was updated successfully, but these errors were encountered: