-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Object rest support #1540
Comments
TehShrike
added a commit
to TehShrike/svelte
that referenced
this issue
Jun 13, 2018
Trying to track down sveltejs#1540
It's nothing to do with acorn, it's a bug in |
this is fixed in 2.9.10 (cc @PaulMaly) |
@Rich-Harris Great! Thanks! |
Rich-Harris
added a commit
that referenced
this issue
Oct 27, 2018
handle rest elements in computed properties
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rest operator breaks the Svelte parser right now: https://svelte.technology/repl?version=2.7.2&gist=5cfe2e66a18895f0d8956fdd8ff45d0a
Maybe this would be fixed by bumping the acorn version? It's supposed to be supported in acorn ^5.4.1, but there have been some bug fixes to the spread operator since then, so who knows.
https://github.com/acornjs/acorn/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered: