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
This is required on Windows if the argument passed to `import()` is
an absolute path. Without it `tape test.js` fails if test.js is ESM.
Covered by existing tests: `node test/import.js` fails without this.
See nodejs/node@a084632
0 commit comments