-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Destructuring assignment fails in 0.2 and 0.3 with babel7 #802
Comments
Thanks for trying this out with babel-7. I'm debugging this right now and fixed the mentioned issue (Duplicate declaration), but after this fix, there is something else that's broken as well. I will fix that and update. |
@boopathi let me know how I can help, is there a branch I can take a look at? |
I pushed to the branch: PR - #487 |
Thanks for the quick turnaround will give it a run and report back |
babel-7 is merged to master. |
Input Code
Actual Output
Expected Output
Details
I narrow down the bug to the
babel-plugin-minify-mangle-names
plugin.This reproduces in preset package 0.2 and 0.3 when using babel
7.0.0-beta.40
(I know is not officially support it yet, but since a trivial example fails, I wonder if there will more of these bugs).I will try to figure out the root cause and submit a PR, but in the mean time any hints from the owners of the code will be appreciated.
The text was updated successfully, but these errors were encountered: