-
-
Notifications
You must be signed in to change notification settings - Fork 207
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 for trailing commas in Import/Export statements #148
Comments
Thanks @sebmck, we will get this fixed. |
Putting my parser hat back on and fixing this... 🎩 |
xjamundx
pushed a commit
to xjamundx/espree
that referenced
this issue
Aug 11, 2015
|
Okay should be ready to go |
nzakas
added a commit
that referenced
this issue
Aug 11, 2015
Fix: trailing commas in import/export (fixes #148)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Babel supports this, I need to check with the spec:
import {y,} from 'x';
export {y,} from 'x';
The text was updated successfully, but these errors were encountered: