Closed marzipankaiser closed 4 months ago
Future work:
Future work:
- [x] Double-check whether we need to parenthesize objects or literals in certain places.
Update: You were right btw, that the receiver in a method call has to be parenthesized even if it is an object or number literal (but it seems to work for arrays).
Fixes #505 by parenthesizing the arguments of
RawExpr
s unless they are already atomic expressions.Also tries to add few parentheses into the generated code.