biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(css_formatter): align syntax-owned casing policy (#10889)
main
1 hour ago
[autofix.ci] apply automated fixes
Functionhx:fix/biome-10897
1 hour ago
fix(css_formatter): handle custom media casing
db/css-case-policy
2 hours ago
refactor(html_parser): use at_ts for the v-bind argument guard Replace the two chained `p.at(...)` checks with a single `p.at_ts(token_set![...])`, matching the token-set style used elsewhere in the Vue parser. No behavior change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Socialpranker:fix-vue-v-bind-shorthand-no-arg
2 hours ago
fix(lint/noNegationInEqualityCheck): three HIGH-severity fixes from codex review r5 Fix 1 — ASI guard misses generated parentheses: When function/class/object expressions are wrapped in parens, the ASI check still inspected the raw argument. If a newline precedes the bang, the wrapping produces which starts with '(' — a parse-changing ASI hazard. Fix: re-check has_newline after paren-wrapping and skip the fix. Fix 2 — Line comment newlines dropped: The COMMENT-only filter on l_paren.trailing and r_paren.leading trivia preserved // comments but discarded their terminating newline, causing the replacement operator to be commented out. Fix: also preserve Newline trivia pieces in the filter. Fix 3 — Leading comments on argument lost: replace_node overwrites the argument's first-token leading trivia with the old binary's first-token leading trivia, clobbering comments attached directly to the surviving expression. Fix: collect negated_expr's own leading trivia and route it to the new operator before replace_node runs. Signed-off-by: Yuchen Fan <functionhx@gmail.com>
Functionhx:fix/biome-10897
2 hours ago
fix: incorrect change
ci/cargo-shear
3 hours ago
fix: incorrect change
ci/cargo-shear
3 hours ago
fix(inference): harden Salsa type inference (#10932)
main
3 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(lint): add noNegationInEqualityCheck rule
#10915
2 hours ago
96ee4ee
Functionhx:fix/biome-10897
CodSpeed Performance Gauge
0%
feat(css_formatter): align syntax-owned casing policy
#10889
2 hours ago
ab3ab63
db/css-case-policy
CodSpeed Performance Gauge
0%
fix(parser): accept argument-less v-bind shorthand `:="props"` in HTML/Vue
#10901
4 days ago
549e7e0
Socialpranker:fix-vue-v-bind-shorthand-no-arg
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs