shulaoda
@dalaoshv
Followers
244
Following
2K
Media
13
Statuses
194
Announcing Oxfmt Alpha! 🚀 We’re excited to announce the alpha release of Oxfmt, our Rust-powered formatter. We designed Oxfmt to be easily adoptable, especially for existing Prettier users: ✅ Over 95% compatibility with Prettier's output leading to minimal diffs 🔄 Migrate
voidzero.dev
Oxfmt is a fast Rust-based formatter that is available now in alpha stage and supports JavaScript and TypeScript files. It is 30x faster than Prettier while having >95% compatibility.
18
64
442
Announcing Oxfmt: Oxc Formatter Alpha https://t.co/uqtDZJ7l6j
oxc.rs
A collection of high-performance JavaScript tools written in Rust
10
72
465
tsdown v0.16.0 is out now, featuring Vite DevTools integration! Just install `@vitejs/devtools` and run `tsdown --debug` for an early preview. Big thanks to @antfu7, @webfansplz, and @_hyf0 for their help!
6
19
244
Around this time last year, I was contributing to Rolldown and Oxc when I first heard about VoidZero. I often visited the site, impressedby a small but passionate team of ten — and dreamed of one day being part of it. Great to see it getting better. Congrats! 🚀🎉
We raised a $12.5M Series A round, led by Accel. In this next stage, VoidZero is accelerating development on both our open-source projects and Vite+, the unified JavaScript toolchain. This is only the beginning! https://t.co/1EJzp3nUdp
2
0
24
In the latest version of @rolldown_rs, JSON imports are tree-shaken! No more superfluous JSON values in your bundle, only these that you actually access. Without any change of code or config ✨ Interested in the code? Then check out the PR! https://t.co/6KIgAzPdXP
5
40
505
Finally enabled type-aware linting in Rolldown. https://t.co/MWAUp78PW1
github.com
To enable type aware linting: pnpm add -w -D oxlint-tsgolint add --type-aware to cli enable the rules "typescript/no-floating-promises": "error", &...
4
10
123
✅Announcing Vitest 4.0 ✅ Our latest Vitest update brings Browser Mode to stable, allowing you to test your UI in real browsers like Chrome. Also new: - Visual Regression Testing to catch unintended UI changes - Playwright Trace support for easier debugging
voidzero.dev
Vitest 4.0 is released with Browser Mode being marked stable, Visual Regression testing support, and Playwright Trace support. The Vitest team will focus on performance improvement in the upcoming...
3
112
877
Amazing how AI can explain a problem you’ve spent hours on with all the deep technical details in just a few minutes if you guide it right.🤯 https://t.co/ptXXOvxHc2
github.com
Reproduction link or steps https://stackblitz.com/edit/rolldown-rolldown-starter-stackblitz-lxqqqxld?file=rolldown.config.mjs,package.json #4978 regressed and happens with 1.0.0-beta.42. What is ex...
0
0
11
⚙️ Configuration Improvements - Support `output.cleanDir` option - Deprecated some top-level options
0
0
4
🚀 Rolldown v1.0.0-beta.44 is out! 💥 Breaking Changes - `jsx` → `transform.jsx` - Enabled `minifyInternalExports` by default 🎯 Enhanced Tree-Shaking - JSON default imports tree-shakeable - Typed array constructors marked as pure 📖 More details:
github.com
[1.0.0-beta.44] - 2025-10-20 💥 Breaking Changes Top-level jsx removed, use transform.jsx instead output.minifyInternalExports now enabled by default 🎯 Enhanced Tree-Shaking JSON default imports ...
1
16
137
oxfmt (the oxc-based formatter) is getting very close to ready! - 2-3x faster than Biome - 45x faster than Prettier - Better prettier conformance than Biome means switching won’t cause huge diffs - More flexible line wrapping than Prettier We have tested oxfmt against several
github.com
This issue tracks formatting differences between Oxfmt and Prettier, and documents decisions on whether to align or accept the differences. Background Oxfmt is ported from Biome, but we aim to make...
61
133
2K
The Unified Toolchain for the Web We are thrilled to announce Vite+: A unified, Rust-powered toolchain and drop-in upgrade for @vite_js. Read the full vision in our announcement post! https://t.co/FnIN98xJHa
voidzero.dev
Introducing Vite+, a unified toolchain for JavaScript.
11
80
501
Oxlint 1.23.0 is out! 🌟 Adds support for react-refresh/only-export-components 🐞 Fixes a perf issue with custom plugins 🐞 Fixes custom plugins not being resolved correctly in some scenarios ⚡ More performance improvements to the linter 📖 Details:
github.com
[1.23.0] - 2025-10-13 🚀 Features 452d128 linter: Node/no_process_env (#14536) (Kenneth Skovhus) a9e1261 linter: Implement react-refresh/only-export-components (#14122) (Rintaro Itokawa) a8d542b li...
3
10
116
🚀 Rolldown v1.0.0-beta.43 is published! ⚡ Parallel Sourcemap Generation → 2.18x faster builds than Babel Parser + JS MagicString → Biggest gains for plugins heavily using transform hook 📖 More details:
github.com
[1.0.0-beta.43] - 2025-10-13 ⚡ Parallel Sourcemap Generation with experimental.nativeMagicString 2.18x faster builds than Babel Parser + JS MagicString Biggest gains for plugins heavily using tran...
0
13
130
Over the course of the beta phase, @rolldown_rs got 33% faster while adding *more* features and now produces 34.5% smaller bundles. It's now faster than esbuild, faster than bun, 3x faster than rspack, with bundle size comparable (+/-0.006%) to the state of art (rspack + swc
24
58
1K