-
Notifications
You must be signed in to change notification settings - Fork 336
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
Property issue in ObjectPattern #358
Comments
wisec
pushed a commit
to wisec/escodegen
that referenced
this issue
Nov 29, 2017
Any feedback? |
I've hit this bug with fuse-box bundler which uses acorn parser.
produced
Your patch fixes it well, thanks! Hope it will be merged and released soon. |
@michaelficarra @Constellation any feedback would be welcome. Thanks |
michaelficarra
added a commit
that referenced
this issue
Jan 31, 2018
michaelficarra
added a commit
that referenced
this issue
Feb 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello I've stumbled in this code example:
Escodegen outputs the following code from Esprima AST:
Which is obviously wrong.
Sample code to reproduce:
Thanks!
The text was updated successfully, but these errors were encountered: