-
Notifications
You must be signed in to change notification settings - Fork 74
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
Support JSXSpreadChild #75
Comments
Hmm, I even commented on PR that introduced it, but don't remember one detail: facebook/jsx#59 (comment) Let's wait for an answer. |
Been a while; thoughts on this? |
It's been long stabilised, so I'll accept a PR implementing it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See JSX AST tree.
JSXSpreadChild
example:<div>{...children}</div>
.Esprima has an open issue with the same problem.
I do not think I will be able to submit a PR for this though, but I still thought it might be beneficial to report the issue.
The text was updated successfully, but these errors were encountered: