Skip to content

Commit 5fc24f4

Browse files
authored
feat(html): support for svelte #each (#8493)
1 parent 922b04f commit 5fc24f4

File tree

110 files changed

+5880
-359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+5880
-359
lines changed

.changeset/green-clubs-search.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@biomejs/biome": patch
3+
---
4+
5+
Added support for parsing and formatting the Svelte `{#each}` syntax, when `html.experimentalFullSupportEnabled` is set to `true`.
6+
7+
```diff
8+
- {#each items as item }
9+
+ {#each items as item}
10+
11+
{/each}
12+
```

crates/biome_html_factory/src/generated/node_factory.rs

Lines changed: 175 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)