prettier/tests/line_suffix_boundary
Christopher Chedeau e50aaeccfb Introduce line-suffix-boundary (#750)
The idea is that if you reach the end of the `}` inside of a template literal, we have to flush the trailing comma, otherwise it would generate invalid code. We also need the same special case for JSX.

I don't like adding yet another type of document but it seems like the most elegant way to solve the problem.

Fixes #623
2017-02-23 09:26:26 -08:00
..
__snapshots__ Introduce line-suffix-boundary (#750) 2017-02-23 09:26:26 -08:00
boundary.js Introduce line-suffix-boundary (#750) 2017-02-23 09:26:26 -08:00
jsfmt.spec.js Introduce line-suffix-boundary (#750) 2017-02-23 09:26:26 -08:00