Skip to content

Conversation

@harig
Copy link
Contributor

@harig harig commented Mar 21, 2013

No description provided.

harig and others added 3 commits March 19, 2013 22:22
…ions

Example code where the issue is visible:
(function(){}()); --> the outer set of parens are dropped
(a=b,c=d,e=f); --> the outer set of parens are dropped

Both the issues are visible when node.to_ecma() is used.
Unittests for the dropping parens bug (Issue rspivak#42)
@miketaylr
Copy link
Contributor

Tested this locally and all the issues in #42 are fixed. +1

rspivak added a commit that referenced this pull request Mar 23, 2013
Fix for issue #42 - missing parentheses in some expressions
@rspivak rspivak merged commit 6bc33ac into rspivak:master Mar 23, 2013
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.

3 participants