Skip to content

Commit 1694a6e

Browse files
Sync svelte docs (#1431)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 1efc7ee commit 1694a6e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/.generated/compile-errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,12 @@ The $ name is reserved, and cannot be used for variables and imports
364364
The $ prefix is reserved, and cannot be used for variables and imports
365365
```
366366

367+
### duplicate_class_field
368+
369+
```
370+
`%name%` has already been declared
371+
```
372+
367373
### each_item_invalid_assignment
368374

369375
```

apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,12 @@ The $ name is reserved, and cannot be used for variables and imports
369369
The $ prefix is reserved, and cannot be used for variables and imports
370370
```
371371

372+
### duplicate_class_field
373+
374+
```
375+
`%name%` has already been declared
376+
```
377+
372378
### each_item_invalid_assignment
373379

374380
```

0 commit comments

Comments
 (0)