Open sindresorhus opened 3 years ago
We need to wait for the loader hooks to be stable first: https://nodejs.org/dist/latest/docs/api/esm.html#esm_hooks
Is this ticket the reason why my import below isn't getting a fresh module?
import
clearModule(moduleId); await import(moduleId); // isn't fresh
We need to wait for the loader hooks to be stable first: https://nodejs.org/dist/latest/docs/api/esm.html#esm_hooks