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
true ESM requires path to be explicit in order to find them. remote path resolver like http import isn't so good at locating this extension-less paths cuz it can't scan the dir if you meant ./foo/index.js or ./foo.js
this would allow to run the code without having to even compile it first.
The text was updated successfully, but these errors were encountered:
true ESM requires path to be explicit in order to find them. remote path resolver like http import isn't so good at locating this extension-less paths cuz it can't scan the dir if you meant
./foo/index.js
or./foo.js
this would allow to run the code without having to even compile it first.
The text was updated successfully, but these errors were encountered: