export load hook
export the 'load' hook, required by node 16.12 and greater,
https://nodejs.org/api/esm.html#loadurl-context-defaultload
Note: In a previous version of this API, this was split across 3 separate, now deprecated, hooks (getFormat, getSource, and transformSource).