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
Converting all modules running in the loader thread to ESM should not be a
9
+
breaking change for most users since it primarily affects internal implementation
10
+
details. However, if you were referencing internal CJS files like `hook.js` this will no longer work.
11
+
12
+
### Features
13
+
14
+
* convert all modules running in loader thread to ESM ([#210](https://github.com/nodejs/import-in-the-middle/issues/210)) ([da7c7a6](https://github.com/nodejs/import-in-the-middle/commit/da7c7a6904a40bf394b7b2a271a2838711c5417c))
0 commit comments