Skip to content

Commit a16fbbb

Browse files
Sync svelte docs (#1675)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 4c0b2bf commit a16fbbb

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
@@ -561,6 +561,12 @@ Cannot use `await` in deriveds and template expressions, or at the top level of
561561
`$host()` can only be used inside custom element component instances
562562
```
563563

564+
### illegal_await_expression
565+
566+
```
567+
`use:`, `transition:` and `animate:` directives, attachments and bindings do not support await expressions
568+
```
569+
564570
### illegal_element_attribute
565571

566572
```

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
@@ -566,6 +566,12 @@ Cannot use `await` in deriveds and template expressions, or at the top level of
566566
`$host()` can only be used inside custom element component instances
567567
```
568568

569+
### illegal_await_expression
570+
571+
```
572+
`use:`, `transition:` and `animate:` directives, attachments and bindings do not support await expressions
573+
```
574+
569575
### illegal_element_attribute
570576

571577
```

0 commit comments

Comments
 (0)