VoidZero (@voidzerodev) 's Twitter Profile
VoidZero

@voidzerodev

Unified Tooling for JavaScript

ID: 1697094426735349760

linkhttps://voidzero.dev calendar_today31-08-2023 03:50:35

50 Tweet

10,10K Followers

45 Following

ViteConf (@viteconf) 's Twitter Profile Photo

⚡ Speaker highlight: Evan You ViteConf wouldn’t be the same without Evan You creator of Vue & Vite ⚡. His talks always drop major news (hello Rolldown & @VoidZeroDev!). This year, he'll reveal how Vite is evolving beyond a build tool - into a full Rust-based toolchain,

⚡ Speaker highlight: Evan You

ViteConf wouldn’t be the same without <a href="/youyuxi/">Evan You</a> creator of <a href="/vuejs/">Vue</a> &amp; <a href="/vite_js/">Vite ⚡</a>. His talks always drop major news (hello <a href="/rolldown_rs/">Rolldown</a> &amp; @VoidZeroDev!). This year, he'll reveal how Vite is evolving beyond a build tool - into a full Rust-based toolchain,
Evan You (@youyuxi) 's Twitter Profile Photo

The Oxc team just cracked two things: - JS custom rules, with ESLint compatible API. We invested heavily into the underlying implementation to make it fast without the typical data-passing drawback of JS-in-native plugins. More details soon! - Type-aware rules. Full coverage

Boshen (@boshen_c) 's Twitter Profile Photo

oxlint + tsgolint = no slow down! no-floating-promises completes 4.4k files in 3.2 seconds, in the vscode repo. typescript-go is the future, all credits to the ts-go team! We just glued everything together 😀 github.com/microsoft/type…

oxlint + tsgolint = no slow down!

no-floating-promises completes 4.4k files in 3.2 seconds, in the vscode repo.

typescript-go is the future, all credits to the ts-go team! We just glued everything together 😀 

github.com/microsoft/type…
Cam (@cameron_c2) 's Twitter Profile Photo

🚀oxlint v1.8.0 is out! Highlights: 🛠️ Auto-fixer for react/exhaustive-deps. 🐛 Dozens of bug fixes (Svelte support, error handling, autofix tweaks) & refactors under the hood. 🔜 Custom JS plugins coming soon!

🦋 Alexander Lichter (@thealexlichter) 's Twitter Profile Photo

👀 Angular is adopting Rolldown for their experimental chunk optimization feature. Super curious to see the build speed improvements over Rollup and what else is in the cards for Rolldown & Angular! github.com/angular/angula…

🦋 Alexander Lichter (@thealexlichter) 's Twitter Profile Photo

Top-level-var support Did you know that Rolldown supports converting your top-level variables to `var`? It seems weird at first, but is actually helpful - and your output is still ESM and modern code! The transform *can* improve performance due to avoiding "temporal dead

Top-level-var support

Did you know that <a href="/rolldown_rs/">Rolldown</a> supports converting your top-level variables to `var`? It seems weird at first, but is actually helpful - and your output is still ESM and modern code!

The transform *can* improve performance due to avoiding "temporal dead
ViteConf (@viteconf) 's Twitter Profile Photo

ViteConf 2025 is 🔥Thanks to our amazing partners: ElevenLabs Passionate People VoidZero typesense | Accel Sentry bolt.new Want your brand in the spotlight this October? Partner with us and visit viteconf.amsterdam/sponsor #ViteConf2025 #ViteConf

ViteConf 2025 is 🔥Thanks to our amazing partners:
<a href="/elevenlabsio/">ElevenLabs</a> <a href="/passionpeopleNL/">Passionate People</a> <a href="/voidzerodev/">VoidZero</a> <a href="/typesense/">typesense |</a> <a href="/Accel/">Accel</a> <a href="/getsentry/">Sentry</a> <a href="/boltdotnew/">bolt.new</a> 

Want your brand in the spotlight this October? Partner with us and visit viteconf.amsterdam/sponsor

#ViteConf2025 #ViteConf
Kenneth Skovhus (@kenneth_skovhus) 's Twitter Profile Photo

Production build of the Linear client in 7 seconds! VoidZero has been extending oxc support for styled components, which enabled us to switch from plugin-react-swc to plugin-react-oxc. That's 6.5X faster compared to Vite classic. 🤯

VoidZero (@voidzerodev) 's Twitter Profile Photo

What's new in ViteLand? Our July 2025 recap is out 🎉 Announcing the first in-person ViteConf 📈 Vite ⚡ surpassing webpack's downloads ⏩ Major performance boosts for Rolldown 🔥 Type-aware linting & custom rules for Oxlint 👀 and more voidzero.dev/posts/whats-ne…

Boshen (@boshen_c) 's Twitter Profile Photo

`oxlint --type-aware`. Mic drop. It's incomplete and have numerous problems, including a noticeable performance issue. BUT, you can finally see your floating promises quickly! PR: github.com/rolldown/rolld… Problems: github.com/oxc-project/ts…

`oxlint --type-aware`. Mic drop.

It's incomplete and have numerous problems, including a noticeable performance issue.

BUT, you can finally see your floating promises quickly!

PR: github.com/rolldown/rolld…
Problems: github.com/oxc-project/ts…
🦋 Alexander Lichter (@thealexlichter) 's Twitter Profile Photo

43x faster than webpack?! Remember how 🦊 GitLab got 2.6x faster builds and ~100x less memory consumption when using Rolldown? Now, with all the native plugins enabled, they are down to 22s. That is almost 7x compared to the original 2.5 minutes of Vite, almost halving the

43x faster than webpack?!

Remember how <a href="/gitlab/">🦊 GitLab</a> got 2.6x faster builds and ~100x less memory consumption when using <a href="/rolldown_rs/">Rolldown</a>?

Now, with all the native plugins enabled, they are down to 22s. That is almost 7x compared to the original 2.5 minutes of Vite, almost halving the
Evan You (@youyuxi) 's Twitter Profile Photo

We don’t talk about this enough but Rolldown has been quietly and continuously shipping various bundle size improvements (CJS treeshaking, gzip-friendly codegen, cross-module dead code elimination…) Speed and quality, pick two

🦋 Alexander Lichter (@thealexlichter) 's Twitter Profile Photo

ICYMI: In the latest Rolldown-powered Vite ⚡ version, we've enabled the rust-based resolver plugin by default! This will lead to even faster builds in case you don't use the experimental native plugins yet. Want to try out more rust-based core plugins? Then enable it via

Boshen (@boshen_c) 's Twitter Profile Photo

For PR 13000 I moved some functions around to let Rust give me a 13% perf improvement for the minifier. github.com/oxc-project/ox…

For PR 13000 I moved some functions around to let Rust give me a 13% perf improvement for the minifier.

github.com/oxc-project/ox…