Avatar for the biomejs user
biomejs
biome
BlogDocsChangelog

Performance History

Latest Results

fix(svelte): share script-block scope so cross-referenced bindings aren't flagged as unused A Svelte component's `<script module>` and `<script>` compile to one module and share a top-level scope, but each block was analyzed as an isolated embedded snippet. A binding (import, function, or variable) declared in one block and used only in the other was therefore reported as unused by noUnusedImports / noUnusedVariables / useImportType. The workspace now also collects value/type references from Svelte source `<script>` snippets (not just template snippets), so a name referenced in the sibling block counts as used. Gated to Svelte, where the two blocks genuinely share a module scope; Vue/Astro are unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mokto:fix/svelte-script-cross-references
2 hours ago
chore: apply review suggestions — patch bump + descriptive changeset
Adit-Jain-srm:feat/use-includes-last-index-of
15 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
[WIP - waiting for 10473] fix(svelte): share `<script module>`/`<script>` scope for unused-binding rules#10606
2 hours ago
de4c1aa
Mokto:fix/svelte-script-cross-references
CodSpeed Performance Gauge
0%
3 hours ago
e1851db
Mokto:fix/svelte-vue-astro-unused-self-suppression
CodSpeed Performance Gauge
0%
16 hours ago
160c495
Adit-Jain-srm:feat/use-includes-last-index-of
© 2026 CodSpeed Technology
Home Terms Privacy Docs