Hacker News new | ask | show | jobs
by djmashko2 3385 days ago
I think you missed that the parent meant that libraries are compiled _before_ publishing. So even if the library is written with ES6 you can simply require it with no build setup.
1 comments

Many (most?) libraries are not built that way. There are plenty of libraries that use async in their exports.