biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into astro/js-jsx-lexing
Princesseuh:astro/js-jsx-lexing
60 minutes ago
Merge branch 'main' into astro/js-jsx-lexing
Princesseuh:astro/js-jsx-lexing
1 hour ago
fix(noFloatingPromises): various bugs
dyc3/fix-no-floating-promises-things
2 hours ago
fix(noUnusedVariables): a value merged with a used namespace is not unused A reference to a name shared by a value and a namespace resolves to the namespace, since it is the later declaration, so the value keeps no references of its own. is_value_merged_with_exported_namespace rescued the value only when the namespace was EXPORTED, so function F() {} namespace F {} F() reported F as unused even though it is called. Count references on the namespace instead of asking is_unused about it: is_unused ends by consulting is_declaration_merged_with_used, which routes back here, so the natural symmetric call recurses until the stack overflows. A namespace binding cannot be assigned to, so any reference to it is a read. An unused merged pair still reports; no existing snapshot changed.
rawsun007:fix/no-unused-variables-namespace-merge
5 hours ago
fix(noDescendingSpecificity): compare against the highest specificity for a repeated tail selector Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
main
6 hours ago
[autofix.ci] apply automated fixes
HarperZ9:fix/declare-modifier-order-11500
6 hours ago
Update crates/biome_js_formatter/src/utils/mod.rs
HarperZ9:fix/declare-modifier-order-11500
6 hours ago
test(formatter): cover declare accessibility ordering
HarperZ9:fix/declare-modifier-order-11500
6 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(js/parser): read Astro template expression contents as Astro does
#11440
1 hour ago
9b25a1f
Princesseuh:astro/js-jsx-lexing
CodSpeed Performance Gauge
0%
fix(noFloatingPromises): various bugs
#11532
2 hours ago
0b78b87
dyc3/fix-no-floating-promises-things
CodSpeed Performance Gauge
0%
fix(noUnusedVariables): a value merged with a used namespace is not unused 🤖🤖🤖
#11531
6 hours ago
2955931
rawsun007:fix/no-unused-variables-namespace-merge
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs