Hacker News new | ask | show | jobs
Bun 1.0 is out (fastest JavaScript runtime) [video] (youtube.com)
7 points by flying-pig 1021 days ago
1 comments

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