Bun’s REPL has been completely rewritten with many improvements (both practical and cosmetic), there's a
--compile --target=browser option for building self-contained HTML files with all JS, CSS, and assets included (ideal for simple JS-powered single page apps), full support for TC39 stage 3 ES decorators, a faster event loop, barrel import optimization, and more.Jarred Sumner
