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
Error messages, could be made more useful. for example, about 15 minutes after starting out with svelte, I got hit with this
svelte version 1.3.0 compiling Button.html... Unexpected end of input 9: } 10: }; 11: </script>
after a very long long period of agony, I discovered that in my markup, instead of <button></button> I had done <button><button>
<button></button
<button><button>
checkout example on repl
A more useful error could point out that <button> is missing a closing tag.
<button> is missing a closing tag
The text was updated successfully, but these errors were encountered:
more informative error message when elements/blocks are left open (#258)
f85e343
Merge pull request #319 from sveltejs/gh-258
25d68a3
more informative error message when elements/blocks are left open
Sorry for the delayed response — this is fixed in 1.8.1. Thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Error messages, could be made more useful.
for example, about 15 minutes after starting out with svelte, I got hit with this
after a very long long period of agony, I discovered that in my markup, instead of
<button></button
> I had done<button><button>
checkout example on repl
A more useful error could point out that
<button> is missing a closing tag
.The text was updated successfully, but these errors were encountered: