-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unsupported export syntax #74
Comments
Thank you for the bug report! |
Is this something you would be interested in fixing? |
This bug will most likely require a change to resast since the Alternatively the method We could push the later into 0.8.1 and slate the former for a 0.9.0 update |
For reference, I have created rusty-ecma/resast#7 |
I would prefer the AST to be in clean state with all identifier really being identifier. |
Following syntax seems to be not supported:
export * as A from "M";
Tested on source location branch
The text was updated successfully, but these errors were encountered: