Avatar for the biomejs user
biomejs
biome
BlogDocsChangelog

Performance History

Latest Results

fix(html_parser): skip embedded-language treatment for <pre> in Svelte In Svelte files, <pre> was being parsed the same way as <script>/<style>: its entire content was consumed as a single raw HTML_LITERAL token inside HtmlEmbeddedContent. That prevented the expression-tracking passes in parse_embedded_nodes from seeing any Svelte blocks inside <pre>, so variables referenced only via <pre>{@html expr}</pre> or <pre>{expr}</pre> were still incorrectly reported as unused by noUnusedVariables. The formatter already has an independent HTML_VERBATIM_TAGS list that includes "pre", which causes it to emit <pre> content verbatim regardless of how the parser represents the children. Skipping the embedded-language path in the parser for Svelte is therefore safe: formatting is unchanged, and {@html} / interpolation nodes inside <pre> are now visible as proper AST descendants. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mokto:fix/svelte-at-html-reference
3 hours ago
chore: apply review suggestions — patch bump + descriptive changeset
Adit-Jain-srm:feat/use-includes-last-index-of
22 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
[WIP] fix(html): register {@html} expression as a template reference in Svelte#10535
3 hours ago
e89610b
Mokto:fix/svelte-at-html-reference
CodSpeed Performance Gauge
-6%
3 hours ago
2d6c788
Mokto:fix/svelte-vue-astro-unused-self-suppression
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs