biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: resolve clippy unused variable in compute_marker_indent Replace the pure-space char-count loop with chars().count() so the loop variable is no longer unused. Behavior is unchanged.
xsourabhsharma:fix/md-space-tab-sublist
4 hours ago
fix: resolve clippy unused variable in compute_marker_indent Replace the pure-space char-count loop with chars().count() so the loop variable is no longer unused. Behavior is unchanged.
xsourabhsharma:fix/md-space-tab-sublist
4 hours ago
fix(md): handle multi-space-plus-tab sublist indents compute_marker_indent now scans through leading tabs (column-relative) to the marker when the line's leading whitespace contains a tab, so 2space+tab and 3space+tab indents that expand to column 4 are measured as 4 rather than as the space count only. Pure-space lines keep the original behavior. Adds regression tests for both variants. All fuzz genLooseTabSublist cases (space+tab, 2space+tab, 3space+tab, pure tab) now parse as three sibling list items.
xsourabhsharma:fix/md-space-tab-sublist
4 hours ago
fix(md): handle multi-space-plus-tab sublist indents compute_marker_indent now scans through leading tabs (column-relative) to the marker when the line's leading whitespace contains a tab, so 2space+tab and 3space+tab indents that expand to column 4 are measured as 4 rather than as the space count only. Pure-space lines keep the original behavior. Adds regression tests for both variants. All fuzz genLooseTabSublist cases (space+tab, 2space+tab, 3space+tab, pure tab) now parse as three sibling list items.
xsourabhsharma:fix/md-space-tab-sublist
4 hours ago
feat(assist): add groups and sortScope options to useSortedAttributes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
THernandez03:feat/useSortedAttributes-scope-groups
8 hours ago
refactor(useFlatMap): improve docs and diagnostics (#10712)
main
9 hours ago
fix(lint/noFloatingPromises): handle callable interface types in overload selection Extend resolve_function to also inspect Interface and Object types for a call signature member, so overloads that differ only by whether a callable-interface callback returns a Promise are correctly matched.
IxxyDev:js-type-info/select-function-overload
9 hours ago
refactor(useFlatMap): improve docs and diagnostics
conaclos/useFlatMap_improve-diagnostic
10 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(md): parse space+tab indented sublists as nested list items
#10703
4 hours ago
8aa8a54
xsourabhsharma:fix/md-space-tab-sublist
CodSpeed Performance Gauge
0%
feat(assist): add `groups` and `sortScope` options to useSortedAttributes
#10714
1 day ago
01ccbde
THernandez03:feat/useSortedAttributes-scope-groups
CodSpeed Performance Gauge
0%
fix(lint/noFloatingPromises): select the matching overload
#10586
5 days ago
5629f4d
IxxyDev:js-type-info/select-function-overload
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs