Avatar for the vercel user
vercel
next.js
BlogDocsChangelog

Branches performance

Pull requests

Turbopack: show specific SWC error messages as error titles#91022
last run
13 hours ago
fix test expectations for ecmascript error title changes Co-Authored-By: Claude <noreply@anthropic.com>
15 hours ago
a7c1398
sokra/ecmascript-file-error
CodSpeed Performance Gauge
+1%
docs
2 days ago
4d1ab99
mischnic/chunk-group-shared-app-router
CodSpeed Performance Gauge
0%
correct architecture width assertion The comment explicitly states the assumption is "at least a 32 bit width architecture" (>= 32). However, the strict less-than operator (<) enforces a strictly > 32-bit architecture. On any 32-bit target (e.g., i686 or wasm32), usize::BITS is 32. Because 32 < 32 evaluates to false, this const assertion causes an immediate compile-time panic, unintentionally hard-locking Turbopack to 64-bit systems. Changed the < operator to <= so that 32 <= 32 passes, accurately reflecting the stated "at least 32 bit" assumption and restoring standard 32-bit compilation compatibility.
2 days ago
4a0cdb5
Kuldeep-Dilliwar:patch-1
CodSpeed Performance Gauge
0%
feat(next): add experimental markdown output
3 days ago
331d26a
feedthejim/markdown-mode
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs