prettier/tests/classes
Thorben von Hacht 1a1de60491 Prettier extends and implements when not fitting in same line (#3689)
* Added prettier layout for class extends and implements

* Added prettier layout for class extends and implements, fix with keeping it in online if it fits

* Added prettier layout for class extends and implements, fixed tests as a side change

* Extends implements comments in same line fix

* Extends implements comments in same line without ugly workaround

* added empty line to test typescript_class/extends_implements.ts

* If only one extends keep old behaviour

* Removed console logs
2018-01-13 16:31:51 +11:00
..
__snapshots__ Prettier extends and implements when not fitting in same line (#3689) 2018-01-13 16:31:51 +11:00
binary.js Fix class inside of binary expression missing parenthesis (#397) 2017-01-22 14:33:04 -08:00
break.js Add group around implements (#1821) 2017-05-30 09:45:07 -07:00
call.js Add parenthesis around class expression when left side of call expression (#409) 2017-01-22 16:22:49 -08:00
empty.js Do not put \n inside of empty object method bodies (#706) 2017-02-15 20:52:54 -05:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
member.js Add parenthesis for class expression on left of member expression (#421) 2017-01-22 19:05:46 -08:00
method.js Comments: attach method name comments with estree parsers, fixes #2141 (#2170) 2017-06-17 22:22:39 +10:00
ternary.js Add parenthesis when class expressions are left of a ternary (#428) 2017-01-22 20:32:17 -08:00