You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#12342 introduced validation that checks that there's no whitespace between { and #/:/@ on control flow blocks. This was done to not break backwards compatibility. We can simplify this in the next major.
Describe the proposed solution
In Svelte 6, remove the validation logic in favor of stricter parsing (so it already errors at the parser stage)