-
-
Notifications
You must be signed in to change notification settings - Fork 79
Bug: Attributes' value with spread operator is not being parsed #30
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
Comments
Thank you for this issue.
Ah, sorry. |
Thanks! |
I confirmed that the paths of |
I'm thinking about AST, It will be:
Probably we will have to modify some rules which are checking |
Hey @mysticatea I'm facing the same problem of @pedroSoaresll here. I'm actually stuck on version |
I confirmed the following issue: vuejs/eslint-plugin-vue#497
This code:
results in the following AST:
Whereas for this:
we get the correct AST with
VOnExpression
:Can we parse objects with spread operators inside attributes' values properly? Same applies to attributes and bindings.
The text was updated successfully, but these errors were encountered: