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
Adding initial check for require before globalThis.require seemingly uses different globally available method. I thought these are the same methods but this doesn’t seem to be the case.
There’s even module check script for checking CJS and ESM format which passes every time, but this really seems like weird edge case.
Node.js REPL:
./mock/empty.js
does exist though, maybe the relative resolution system broke somehow.Able to import from a regular file though.
The text was updated successfully, but these errors were encountered: