bind-get-set
Dominic Gannaway 1 day ago
parent 23eb1f6de1
commit f75a781a64

@ -424,6 +424,12 @@ Imports of `svelte/internal/*` are forbidden. It contains private runtime code w
The arguments keyword cannot be used within the template or at the top level of a component The arguments keyword cannot be used within the template or at the top level of a component
``` ```
### invalid_bind_directive
```
Bind directive getter/setter values (`bind:thing={ getter, setter }`) must be two JavaScript expressions separated by a single comma and enclosed in curly braces
```
### js_parse_error ### js_parse_error
``` ```

Loading…
Cancel
Save