-
|
And then I saw the following in
It seems unusable personally: un-ts/synckit#235. Don't get me wrong, I'm just trying to understand why |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey! I have written some notes about backstory: unjs/obuild#24 TLDR, two projects can co-exist, really, they allow bundling libs but with very different visions. At the same time, we share a common stack. Regarding CommonJS support, with Node.js 18 being EOL and all active runtimes supporting ESM and Node.js support of |
Beta Was this translation helpful? Give feedback.
Hey! I have written some notes about backstory: unjs/obuild#24
TLDR, two projects can co-exist, really, they allow bundling libs but with very different visions. At the same time, we share a common stack.
Regarding CommonJS support, with Node.js 18 being EOL and all active runtimes supporting ESM and Node.js support of
require(esm), it is probably now a practical move for new major versions and libraries.