We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Yes. Sometimes dev's maybe thought that this is a bug
Describe the solution you'd like The compiler should give a compile error
Additional context
<h1 class:={true}>Hello!</h1>
https://svelte.dev/repl/4afa49d00f544af18d89594881340a54?version=3.31.2
The text was updated successfully, but these errors were encountered:
Fixes sveltejs#5858: Class binding name cannot be empty
7cf806b
As of 3.32.1, this is prevented at parse time - https://svelte.dev/repl/4afa49d00f544af18d89594881340a54?version=3.32.1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Yes. Sometimes dev's maybe thought that this is a bug
Describe the solution you'd like
The compiler should give a compile error
Additional context
https://svelte.dev/repl/4afa49d00f544af18d89594881340a54?version=3.31.2
The text was updated successfully, but these errors were encountered: