biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor: bindings are just computed functions
feat/better-salsa-tracking
2 hours ago
refactor: bindings are just computed functions
feat/better-salsa-tracking
2 hours ago
fix(css/parser): allow & as a trailing sub-selector in compound selectors Fixes #7718. CSS Nesting Module Level 1 specifies that `&` (nesting selector) is a valid <subclass-selector> and can appear after a type selector, e.g. `h1& { ... }`. Previously SubSelectorList::START_SET did not include T![&], so the parser stopped at `&` after `h1` and emitted a parse error. Changes: - css.ungram: add CssNestedSelector to AnyCssSubSelector - generated nodes.rs: regenerated via `cargo run -p xtask_codegen -- grammar css` - nested_selector.rs: add parse_nested_selector_as_sub_selector (bare &, no SCSS suffix) for use in sub-selector position - mod.rs: add T![&] to SubSelectorList::START_SET and dispatch to parse_nested_selector_as_sub_selector in parse_sub_selector - specificity.rs: add CssNestedSelector arm (ZERO_SPECIFICITY, consistent with how the leading & is treated) - sub_selector.rs: add CssNestedSelector arm (regenerated via `cargo run -p xtask_codegen -- formatter`) - add test fixture ok/nesting/trailing_amp.css with snapshot Note: This PR was written primarily by Claude Code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PranavAchar01:fix/css-nesting-trailing-amp
4 hours ago
refactor: bindings are now tracked
feat/better-salsa-tracking
19 hours ago
refactor: bindings are now tracked
feat/better-salsa-tracking
19 hours ago
chore: add changeset Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
minseong0324:fix/no-misleading-return-type-generic-alias-unions
1 day ago
chore: add changeset Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
minseong0324:fix/no-misleading-return-type-generic-alias-unions
1 day ago
chore: add changeset Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
minseong0324:fix/no-misleading-return-type-generic-alias-unions
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
refactor(core): semantic, embedded bindings and references as salsa tracked functions
#10672
2 hours ago
3f02a2e
feat/better-salsa-tracking
CodSpeed Performance Gauge
0%
fix(css/parser): allow & as a trailing sub-selector in compound selectors
#10678
5 hours ago
d6af008
PranavAchar01:fix/css-nesting-trailing-amp
CodSpeed Performance Gauge
0%
fix(lint): fix false negative in noMisleadingReturnType for generic type alias annotations
#10432
1 day ago
ccf3597
minseong0324:fix/no-misleading-return-type-generic-alias-unions
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs