Skip to content

Update createObjectExpression.js #92

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

Merged
merged 1 commit into from
May 20, 2017
Merged

Update createObjectExpression.js #92

merged 1 commit into from
May 20, 2017

Conversation

pbarbiero
Copy link
Contributor

From #89
Identifiers can't have quotes. If the key is supposed to be a string, it should be t.stringLiteral(name). Because it is an identifier it is an invalid AST.

Demo still works just fine with this, and #89 is resolved.

From #89
`Identifiers can't have quotes. If the key is supposed to be a string, it should be t.stringLiteral(name). Because it is an identifier it is an invalid AST.`
@gajus gajus merged commit d221d7c into gajus:master May 20, 2017
@gajus
Copy link
Owner

gajus commented May 20, 2017

Thank you @pbarbiero

@pbarbiero pbarbiero deleted the patch-1 branch May 20, 2017 13:18
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 this pull request may close these issues.

2 participants