prettier/tests/typescript/custom
jackyho112 b77b1c82a7 Strip away unnecessary quotes in keys in type objects and interfaces (#2643)
* Use printPropertyKey function to print keys in object type property in TS and Flow

* Remove flow test modification

* Add tests for new object key cases

* Add new test file

* Fix some styles
2017-08-21 20:08:38 +10:00
..
abstract Add supertype tests and add TSAbstractClassProperty (#1467) 2017-04-30 17:41:19 -07:00
call feat(typescript): print semi instead of comma in TS interface (#1548) 2017-05-07 07:39:21 -07:00
computedProperties Strip away unnecessary quotes in keys in type objects and interfaces (#2643) 2017-08-21 20:08:38 +10:00
declare Print semi after DeclareFunction, fixes #2534 (#2536) 2017-07-24 21:55:16 +10:00
modifiers fix(typescript): print readonly and ? tokens in TSMappedType (#1535) 2017-05-06 10:30:59 -07:00
module feat(typescript): print semi instead of comma in TS interface (#1548) 2017-05-07 07:39:21 -07:00
new feat(typescript): print semi instead of comma in TS interface (#1548) 2017-05-07 07:39:21 -07:00
stability fix(typescript): remove extraneous newline with namespace exports (#1542) 2017-05-06 20:28:49 -07:00
typeParameters TypeScript: Remove parens from type annotations where possible (#2098) 2017-06-11 18:06:47 -07:00