prettier/tests/last_argument_expansion
Christopher Chedeau ffc1b3702e Remove parenthesis for JSX inside of arrow functions (#1733)
I didn't intend for putting parenthesis there in the first place but it slept through. Since it was going to trigger a ton of changes I held up changing it, but I feel like we need to do it sooner than later otherwise we're not going to be able to do it. A lot of people writing functional components are going to be very happy about this change :)
2017-05-25 16:26:49 -07:00
..
__snapshots__ Remove parenthesis for JSX inside of arrow functions (#1733) 2017-05-25 16:26:49 -07:00
arrow.js Add CallExpression to the last argument expansion whitelist (#470) 2017-01-26 17:24:50 -05:00
break-parent.js Use breakParent inside of last arrow expansion (#559) 2017-02-03 16:15:21 -05:00
break.js Avoid breaking arguments for last arg expansion (#1305) 2017-04-18 08:40:08 -07:00
edge_case.js Fix edge cases triggered by newlines in arrow functions (#1217) 2017-04-13 09:21:18 -07:00
jsfmt.spec.js Last argument expansion works for arrow functions that return JSX (#211) 2017-01-15 00:04:50 -05:00
jsx.js Last argument expansion works for arrow functions that return JSX (#211) 2017-01-15 00:04:50 -05:00
object.js Last argument expansion works for arrow functions that return JSX (#211) 2017-01-15 00:04:50 -05:00
overflow.js Fix overflow for last argument expansion (#1224) 2017-04-12 20:24:50 -07:00