biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(markdown_parser): trim trailing newline in tight lists inside blockquotes MdQuotePrefix blocks leaked into list item content, causing last_is_paragraph to evaluate false and skip trailing newline trimming on the first <li> of tight lists nested in blockquotes.
jfmcdowell:fix/md-quoted-list-tight-newline
23 minutes ago
feat(lint): add ignoreMixedLogicalExpressions option to useNullishCoalescing
pkallos:pk/use-nullish-coalescing-ignore-mixed-logical
2 hours ago
fix(ci): checkout repository before benchmark path filtering on push (#9973)
main
5 hours ago
fix(ci): checkout repository before benchmark path filtering on push
dyc3/fix-bench-on-push
5 hours ago
feat(lint/js): add `useVarsOnTop`
dyc3/useVarsOnTop
6 hours ago
small correction
Netail:feat/use-iframe-sandbox
7 hours ago
feat(linter): add nursery rule noUnnecessaryTemplateExpression Add a new nursery lint rule `noUnnecessaryTemplateExpression` that detects and suggests removal of template literals that contain only string literal expressions. A template expression is unnecessary when all interpolations are string literals, since the result can be expressed as a plain string literal instead. For example: `${'hello'}` → 'hello' `prefix_${'suffix'}` → 'prefix_suffix' `${'a'}${'b'}` → 'ab' The rule is inspired by the @typescript-eslint/no-unnecessary-template-expression rule. Unlike the TypeScript ESLint variant, this version operates syntactically without requiring type information, so it only detects cases involving string literal expressions. The fix is marked as Safe because replacing a string literal expression inside a template with an equivalent standalone string literal does not change the runtime behavior. Closes #6988 Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
officialasishkumar:feat/no-unnecessary-template-expression
7 hours ago
small correction
Netail:feat/use-iframe-sandbox
7 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(markdown_parser): trim trailing newline in tight lists inside blockquotes
#9976
58 minutes ago
c0ad4e2
jfmcdowell:fix/md-quoted-list-tight-newline
CodSpeed Performance Gauge
0%
feat(lint): add ignoreMixedLogicalExpressions option to useNullishCoa…
#9974
3 hours ago
1b9fc0a
pkallos:pk/use-nullish-coalescing-ignore-mixed-logical
CodSpeed Performance Gauge
-38%
fix(ci): checkout repository before benchmark path filtering on push
#9973
5 hours ago
d62f635
dyc3/fix-bench-on-push
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs