Skip to content

Commit f75a781

Browse files
committed
build
1 parent 23eb1f6 commit f75a781

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

documentation/docs/98-reference/.generated/compile-errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,12 @@ Imports of `svelte/internal/*` are forbidden. It contains private runtime code w
424424
The arguments keyword cannot be used within the template or at the top level of a component
425425
```
426426

427+
### invalid_bind_directive
428+
429+
```
430+
Bind directive getter/setter values (`bind:thing={ getter, setter }`) must be two JavaScript expressions separated by a single comma and enclosed in curly braces
431+
```
432+
427433
### js_parse_error
428434

429435
```

0 commit comments

Comments
 (0)