Bun 1.0 is out (fastest JavaScript runtime) [video]
youtube.comI'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