It's all *so fast*. Small project (~1k loc, ~10 files), but type checking in 90ms, building in 60ms, linting in 70ms, and formatting in 80ms is fantastic.
🚀 The future of web dev tooling is bright. Nice work @typescriptlang.org and @voidzero.dev!
It's all *so fast*. Small project (~1k loc, ~10 files), but type checking in 90ms, building in 60ms, linting in 70ms, and formatting in 80ms is fantastic.
🚀 The future of web dev tooling is bright. Nice work @typescriptlang.org and @voidzero.dev!
Then join our newsletter!
voidzero.dev/newsletter
Get our monthly recaps covering updates around @vite.dev, @vitest.dev, @rolldown.rs, and Oxc straight to your inbox, as well as interesting projects from the Vite community.
Then join our newsletter!
voidzero.dev/newsletter
Get our monthly recaps covering updates around @vite.dev, @vitest.dev, @rolldown.rs, and Oxc straight to your inbox, as well as interesting projects from the Vite community.
👆 Interaction tests
♿️ Accessibility tests
🖼️ Visual tests
🛡️ Coverage reports
🚥 Test widget to run tests automatically
👆 Interaction tests
♿️ Accessibility tests
🖼️ Visual tests
🛡️ Coverage reports
🚥 Test widget to run tests automatically
main.vitest.dev/guide/browse...
main.vitest.dev/guide/browse...
Apart from performance improvements and fixes, this release expands your test setup flexibility with new options. Check out the release notes here.
Apart from performance improvements and fixes, this release expands your test setup flexibility with new options. Check out the release notes here.
Set the notification here👇
youtube.com/live/IL5dHHI...
Set the notification here👇
youtube.com/live/IL5dHHI...
- Adoption growth: Vite (#1), Vitest (#2)
- Highest retention: Vitest (#1), Vite (#2), #3 Astro is also Vite-based
- Highest interest: Rolldown (#1), Vitest (#2), Vite (#3)
- Most Write-Ins: #1 Analog is Vite-based
- Adoption growth: Vite (#1), Vitest (#2)
- Highest retention: Vitest (#1), Vite (#2), #3 Astro is also Vite-based
- Highest interest: Rolldown (#1), Vitest (#2), Vite (#3)
- Most Write-Ins: #1 Analog is Vite-based
𝗨𝗻𝗽𝗹𝘂𝗴𝗶𝗻 𝗧𝘂𝗿𝗯𝗼 𝗖𝗼𝗻𝘀𝗼𝗹𝗲 now use `oxc-parser` as the parser under the hood!
Special thanks to @boshen.github.io and OXC Team for their hard work!
Give it a try👇
utc.yuy1n.io
𝗨𝗻𝗽𝗹𝘂𝗴𝗶𝗻 𝗧𝘂𝗿𝗯𝗼 𝗖𝗼𝗻𝘀𝗼𝗹𝗲 now use `oxc-parser` as the parser under the hood!
Special thanks to @boshen.github.io and OXC Team for their hard work!
Give it a try👇
utc.yuy1n.io
It's a drop-in replacement. Dev and prod work exactly the same, and the prod build went from 8.51s to 2.95s (~3x speedup) with zero code changes.
It's a drop-in replacement. Dev and prod work exactly the same, and the prod build went from 8.51s to 2.95s (~3x speedup) with zero code changes.
Most parser usages are for magic string manipulation :thinking: we may be able to do the magic string manipulation on the Rust side as well.
Most parser usages are for magic string manipulation :thinking: we may be able to do the magic string manipulation on the Rust side as well.
vite.dev/blog/announc...
vite.dev/blog/announc...
We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.
It's time to #FreeJavaScript.
deno.com/blog/deno-v-...
We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.
It's time to #FreeJavaScript.
deno.com/blog/deno-v-...
Quote this post to keep the appreciation train going! List 3 OSS repos with links, star them on GH, and star all repos of our quote train 🤩
- ecosystem-cleanup github.com/es-tooling/e...
- sonda github.com/filipsobol/s...
- oxc github.com/oxc-project/...
Quote this post to keep the appreciation train going and
👉 list 3 OSS repos with links
⭐ star them on GH
🌟 star all repos of ur quote train 🤩
Mine:
- github.com/vitejs/vite
- github.com/web-infra-de...
- github.com/nrwl/nx (obsly 😅)
Quote this post to keep the appreciation train going! List 3 OSS repos with links, star them on GH, and star all repos of our quote train 🤩
- ecosystem-cleanup github.com/es-tooling/e...
- sonda github.com/filipsobol/s...
- oxc github.com/oxc-project/...
🔶 ES2024 library types
🔷 Checker: Never-initialized variables
🔷 Checker: Stricter JSON imports
🔷 Emit: Extension rewriting (*.ts to *.js)
🔷 DTS: Computed methods
🔷 IDE: Better tsconfig discovery
🔷 Perf: Code Caching ⚡️ 2.5x faster startup
devblogs.microsoft.com/typescript/a...
🔶 ES2024 library types
🔷 Checker: Never-initialized variables
🔷 Checker: Stricter JSON imports
🔷 Emit: Extension rewriting (*.ts to *.js)
🔷 DTS: Computed methods
🔷 IDE: Better tsconfig discovery
🔷 Perf: Code Caching ⚡️ 2.5x faster startup