prettier/tests/conditional
Christopher Chedeau 08b8a5f2e7 Do not put parenthesis around not named default export (#819)
We need to add parenthesis around function expressions if they are named otherwise the name leak, but if the function is not named then it's just superfluous.

The conditional change is due to a bad use of switch case where it would fall through the next one. We don't want parenthesis there.
2017-02-27 16:46:17 -05:00
..
__snapshots__ Do not put parenthesis around not named default export (#819) 2017-02-27 16:46:17 -05:00
comments.js Correctly place trailing comments in conditionals (#754) 2017-02-20 20:25:30 -05:00
jsfmt.spec.js Stabilize comments inside of ternaries (#666) 2017-02-13 10:12:31 -05:00
new-expression.js Remove extra parens around ternary arguments of a new call (#776) 2017-02-22 10:28:52 -08:00