Cam
@Cameron_C2
i write code @voidzerodev
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…
22.3x faster builds?! I noticed that @getoutline started using rolldown-vite (per Evan's tweet) but they didn't use the experimental native plugins. So I sent a PR to enable them. Build time went down to 2.12s on CI. That's a 22.3x speedup compared to the original 47.27s 🔥…
Example: PR: github.com/outline/outlin… Bundle size: -5.28% initial JS loaded app.relative-ci.com/projects/TMquf… Build: 47.27s -> 5.40s (8.8x faster!) Installing deps now takes longer than the actual build 😂
@vercubejs just switched from ESLint to OXLint (@rolldown_rs) - and the difference is wild 😳🔥 Lint time dropped from 6.15s ➝ 0.59s 🚀 That’s a ~10x speed boost, with zero compromise. Check out the PR: github.com/vercube/vercub…
PostHog migrated from ESLint to Oxlint - pre-commit hook went from 7.7s to 230ms (97% reduction!!!) github.com/PostHog/postho…
oxc-minify's constant folding is getting more powerful as we speak... 🔥
I’ve worked with the talented team at @voidzerodev over the last months to enable migrating @linear to Rolldown-Vite. A production build of the Linear client now takes 13 seconds. That’s bundling 10320 modules with a fair amount of complexity. ⚡️ (1) 3.5x faster production…
The @rolldown_rs-powered @vite_js version is out for a while, giving 2~16x build speed improvements! If you ever wondered how to switch, then no worries. I show you how in less than 90 seconds! Also, one more goodie for @reactjs users (switching to the Oxc-based Vite plugin)
Big cheers to the JSNation OSS Awards winners🎉 🏆Breakthrough of the Year: @rolldown_rs 🚀Most Exciting Tech: @tan_stack Form 🛠️Productivity Booster: @zodtypes 🤖Powered by AI: @micro__agent 🌍Community of the Year: @meetjs A lovely part of JSNation💛youtube.com/live/mQ9jSzh7g…
Switched my linter from eslint to oxlint today. It's incredibly fast! How? Just tell claude to migrate from eslint to oxlint.
Oxlint 1.0 has arrived!
We're thrilled to announce the first stable release of Oxlint - version 1.0! Our Rust-powered JavaScript/TypeScript linter delivers 50~100x faster performance than ESLint with 500+ rules and zero configuration required. Time to give it a try! voidzero.dev/posts/announci…
We're thrilled to announce the first stable release of Oxlint - version 1.0! Our Rust-powered JavaScript/TypeScript linter delivers 50~100x faster performance than ESLint with 500+ rules and zero configuration required. Time to give it a try! voidzero.dev/posts/announci…
Released Oxlint v0.18.0! This release improves diagnostics and fixes bugs! Next up 1.0 👀 github.com/oxc-project/ox…
Wonder what @rolldown_rs is exactly? Here is the 37-second explainer you didn't know you needed (Sound on 🔊)!