Skip to content
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

Handle trailing comma in object literals #248

Closed
gomesalexandre opened this issue Feb 7, 2020 · 0 comments · Fixed by #249
Closed

Handle trailing comma in object literals #248

gomesalexandre opened this issue Feb 7, 2020 · 0 comments · Fixed by #249

Comments

@gomesalexandre
Copy link
Contributor

gomesalexandre commented Feb 7, 2020

Currently in object literals, if trying to use a trailing comma, parsing will fail e.g

const simpleObj = {a: 'b'};
const willThrowParsingError = { a: 'b', };

This seems to be related to #214, or at least it could be tackled in the scope of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant