This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Kevin Deng
sxzz.dev
did:plc:llafowfaldxtb7w7p4oca337
Do you prefer `.mjs` or `.js` for Node libraries?
I used to favor `.js`, but `.mjs` seems to improve toolchain performance. Since Node will support CJS for the foreseeable future, we need an easier way to tell ESM and CJS apart.
https://github.com/rolldown/tsdown/pull/517
2025-09-28T23:02:01.354Z