biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(analyzer): scope Vue template globals correctly
saberoueslati:analyzer/fix-vue-slots-undeclared
23 minutes ago
adressed review comment
saberoueslati:analyzer/fix-no-unused-variables-overload
1 hour ago
fix(lint): handle unused type parameters in overload signatures
saberoueslati:analyzer/fix-no-unused-variables-overload
2 hours ago
Adressed review comments
saberoueslati:formatter/fix-jsx-fragment-attribute-panic
3 hours ago
break down tests
17-prepare-legacy-type-removal
5 hours ago
break down tests
17-prepare-legacy-type-removal
5 hours ago
perf(inference): cache typeof-guard invalidation scans narrowing_invalidated_within did a full descendants() scan of the guarded consequent for every reference identifier resolved inside it, so a branch with N references re-scanned the same subtree N times -- quadratic in branch size on the LSP hot path. Add a thread_local cache keyed by (JsSyntaxNode, name), sized to a small entry cap since each entry's node key keeps its whole syntax tree alive via rowan's parent chain (bounding retained trees, not raw bytes). JsSyntaxNode's Eq/Hash are green-tree-identity based and rowan's trees are immutable, so cached entries stay valid for as long as the tree they came from is reachable. Also reuse the already-available TokenText for the name instead of allocating a String on every lookup, including cache hits.
IxxyDev:js-type-info/narrowing-typeof-guards
5 hours ago
feat: remove formatting, only parse and lint for style attributes
dyc3/html-style-attribute-css
6 hours ago
Latest Branches
CodSpeed Performance Gauge
+1%
fix(analyzer): scope Vue template globals correctly
#11227
1 hour ago
d706eb2
saberoueslati:analyzer/fix-vue-slots-undeclared
CodSpeed Performance Gauge
0%
fix(lint): handle unused type parameters in overload signatures
#11226
2 hours ago
5903c30
saberoueslati:analyzer/fix-no-unused-variables-overload
CodSpeed Performance Gauge
0%
fix(lint/noUselessFragments): panic when fixing a fragment used as a JSX attribute value
#11172
3 hours ago
dc613b5
saberoueslati:formatter/fix-jsx-fragment-attribute-panic
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs