Environment information
Details
CLI:
Version: 2.4.11
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
BIOME_LOG_PATH: unset
BIOME_LOG_PREFIX_NAME: unset
BIOME_LOG_LEVEL: unset
BIOME_LOG_KIND: unset
BIOME_CONFIG_PATH: unset
BIOME_THREADS: unset
BIOME_WATCHER_KIND: unset
BIOME_WATCHER_POLLING_INTERVAL: unset
NO_COLOR: unset
TERM: xterm-kitty
JS_RUNTIME_VERSION: v25.9.0
JS_RUNTIME_NAME: node
NODE_PACKAGE_MANAGER: pnpm/10.33.0
Biome Configuration:
Status: Loaded successfully
Path: biome.json
Formatter enabled: true
Linter enabled: true
Assist enabled: true
VCS enabled: true
HTML full support enabled: true
Workspace:
Open Documents: 0
What happened?
After bumping biome from 2.4.9 to 2.4.11, a parser error on #snippet with typed parameters occurs. For example:
{#snippet add(a: any, b: float)} <- expected `,` but instead found `:`
{a} + {b} = {a + b}
{/snippet}
Here's a minimal reproduction: Biome Playground
Expected result
On official Svelte playground this syntax is valid: Svelte Playground
Code of Conduct
Environment information
Details
What happened?
After bumping biome from 2.4.9 to 2.4.11, a parser error on
#snippetwith typed parameters occurs. For example:Here's a minimal reproduction: Biome Playground
Expected result
On official Svelte playground this syntax is valid: Svelte Playground
Code of Conduct