-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
export-default-from proposal is enabled #9473
Comments
I'm not entirely sure why, Parcel has the export-default-from proposal enabled:
and according to that, what you're seeing is the correct behaviour... tc39/proposal-export-default-from#2 |
Hi @mischnic, Ahh, interesting that parcel is implementing Stage 1 proposals. Anyway it's clear now why it happens. Thanks! I've adopted naming changes withing the code to void situation however the proposal endup. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. |
Here is an example:
The code uses reserved
keyword
from, but in this context it's completely valid JavaScript.The text was updated successfully, but these errors were encountered: