biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(lint): add ignoreIfStatements option to useNullishCoalescing Detect if statements that only assign to a nullish variable (e.g. `if (!a) { a = b }`) and offer a ??= fix when the test catches exactly null/undefined. The ignoreIfStatements option (default false) disables this detection.
pkallos:pk/use-nullish-coalescing-ignore-if-statements
3 minutes ago
feat(lint): add ignoreIfStatements option to useNullishCoalescing Detect if statements that only assign to a nullish variable (e.g. `if (!a) { a = b }`) and offer a ??= fix when the test catches exactly null/undefined. The ignoreIfStatements option (default false) disables this detection.
pkallos:pk/use-nullish-coalescing-ignore-if-statements
3 minutes ago
feat(lint): add ignoreIfStatements option to useNullishCoalescing Detect if statements that only assign to a nullish variable (e.g. `if (!a) { a = b }`) and offer a ??= fix when the test catches exactly null/undefined. The ignoreIfStatements option (default false) disables this detection.
pkallos:pk/use-nullish-coalescing-ignore-if-statements
15 minutes ago
feat(lint): add ignoreIfStatements option to useNullishCoalescing Detect if statements that only assign to a nullish variable (e.g. `if (!a) { a = b }`) and offer a ??= fix when the test catches exactly null/undefined. The ignoreIfStatements option (default false) disables this detection.
pkallos:pk/use-nullish-coalescing-ignore-if-statements
16 minutes ago
feat(lint): add ignoreIfStatements option to useNullishCoalescing Detect if statements that only assign to a nullish variable (e.g. `if (!a) { a = b }`) and offer a ??= fix when the test catches exactly null/undefined. The ignoreIfStatements option (default false) disables this detection.
pkallos:pk/use-nullish-coalescing-ignore-if-statements
22 minutes ago
refactor(useSortedClasses): store value sort keys as syntax text views Drop the per-candidate String allocations: value keys now hold SyntaxNodeText views into the tree and compare by streaming chars through biome_string_case's Collator with code-point weights.
johncarmack1984:feat/use-sorted-classes-value-order
41 minutes ago
chore(xtask): migrate Symbol global types
minseong0324:codex/chore-global-types-symbol
2 hours ago
fix(linter): inference regression
fix/regression-inference
6 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(lint): add ignoreIfStatements option to useNullishCoalescing
#10822
21 days ago
4d9d1ac
pkallos:pk/use-nullish-coalescing-ignore-if-statements
CodSpeed Performance Gauge
0%
feat(useSortedClasses): order same-utility values in sort_v4
#11016
54 minutes ago
f74d440
johncarmack1984:feat/use-sorted-classes-value-order
CodSpeed Performance Gauge
0%
chore(xtask): migrate Symbol global types
#11034
7 hours ago
67db3ee
minseong0324:codex/chore-global-types-symbol
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs