### Describe the bug It seems when you have an expression in svelte component of the form `<variable> as something ||= <expr>` svelte is throwing ``` Assigning to rvalue https://svelte.dev/e/js_parse_error ``` ### Reproduction https://svelte.dev/playground/dad6fe4d3b7343f0ae6f5edba84c2a6b?version=5.21.0 ### Logs ```shell ``` ### System Info ```shell NA ``` ### Severity annoyance