prettier/tests/method-chain
Christopher Chedeau d39facc022 Only allow same-line arrow-less body for explicit nodes (#966)
In practice, trying to allow calls to be inlined is causing a lot of code to look very weird and unstable as seen by the four issues this is fixing. It also requires us to add a conditional group and do hackery around it.

Fixes #959
Fixes #760
Fixes #615
Fixes #625
2017-03-09 09:08:12 -08:00
..
__snapshots__ Only allow same-line arrow-less body for explicit nodes (#966) 2017-03-09 09:08:12 -08:00
break-last-call.js Reimplement MemberExpression printing (#469) 2017-01-31 12:32:42 -08:00
comment.js Properly support member chains comments (#668) 2017-02-13 09:05:18 -08:00
first_long.js Add `this` for Member factory whitelist and remove softline (#782) 2017-02-23 09:41:44 -05:00
inline_merge.js Fix indentation of a merged group (#828) 2017-02-28 10:55:32 -05:00
jsfmt.spec.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
logical.js Allow breaking for logical expressions in member chains (#827) 2017-02-28 09:31:04 -08:00
multiple-members.js Reimplement MemberExpression printing (#469) 2017-01-31 12:32:42 -08:00
square_0.js Group [0] at the end of the previous chain instead of beginning of next one (#784) 2017-02-23 07:34:52 -08:00
test.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
this.js Make all the member expressions but the last one part of the first group (#589) 2017-02-03 16:18:54 -05:00