diff --git a/documentation/docs/98-reference/.generated/compile-errors.md b/documentation/docs/98-reference/.generated/compile-errors.md index b32bc6b89c..1e8c7ed3a8 100644 --- a/documentation/docs/98-reference/.generated/compile-errors.md +++ b/documentation/docs/98-reference/.generated/compile-errors.md @@ -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 ``` +### 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 ```