Live data from Hacker News

Bun 1.0 is out (fastest JavaScript runtime) [video]

youtube.com

1–2 of 2 posts

Re: Bun 1.0 is out (fastest JavaScript runtime) [video]

#2
I'm pleasantly surprised I can run my nodejs based tools without any changes with simply "bun run [script]" instead of "yarn [script]"

It doesn't seem to make tools like webpack/eslint/playwright run any faster than nodejs (eslint was actually slower)

Sadly, I can't run anything else because my projects were made with webpack specific APIs like require.context and DefinePlugin