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
If the cli binary is converted into esm format, it would make it easier for URL imports, making the world a better place to live in. Well maybe that was an exaggeration, but atleast it would make https://esm.sh work.
I could use it over reejs URL imports, basically URL imports for nodejs & bun (and works alongside with deno ofc).
Why would you be importing it at all though? As mentioned, it's a CLI, generally not something you'd ever want to import.
Also is there any reason why you're still bundling cjs and not esm though?
This repo hasn't seen any development in a couple years, if you hadn't noticed. Node 12 was the original release target and it did not have great ESM support (though module format is mostly irrelevant for a CLI).
Pretty sure nodejs can do much better with esm.
I'm not quite sure what you think would be better?
If the cli binary is converted into esm format, it would make it easier for URL imports, making the world a better place to live in. Well maybe that was an exaggeration, but atleast it would make https://esm.sh work.
Currently neither https://cdn.jsdelivr.net/npm/wmr/wmr.cjs/+esm works nor https://esm.sh/wmr/wmr.cjs works.
Considering nodejs now supports esm, it would be better to make the code ready for the future 😁
The text was updated successfully, but these errors were encountered: