-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
0.0.15 regression "Unexpected end of file" #20
Comments
It looks like the problem is now an EOF error whenever there is a template string with an embedded expression - the opposite of #16. |
let foo = `${42}`; |
Ooh I think I've got it. PR coming ... soon-ish. |
Rich-Harris
added a commit
that referenced
this issue
Apr 15, 2019
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm still digging through what causes this, but the current v3 svelte site throws an unexpected EOF error on Firefox. This is not present when manually switching back to 0.0.14.
The text was updated successfully, but these errors were encountered: