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 Issue is still open but I'm able to successfully load ok-computer from Node CommonJS require; from Node ES6 import...from; and from Deno. What is the case that isn't supported?
All environments are supported, however the ESM build isn't being used by Node as I had expected. It instead was pulling in the CJS build. Not really a big deal but a bug nonetheless.
Think it a) needs "exports" and b) needs .mjs extension, that way older versions can continue to load the cjs version.
e.g.
Not sure if it's ok to have
"module"
with an mjs path?The text was updated successfully, but these errors were encountered: