prettier/tests/typescript/conformance
Christopher Chedeau 5ba0b0ec87 Add semi for functions without body (#2025)
We don't need to be overly restrictive and should add the semi if there's no body

Fixes #2003
2017-06-07 11:51:17 -07:00
..
ambient fix(typescript): print static before accessibility, fixes #1855 (#1862) 2017-06-02 07:16:11 -07:00
classes Move accessibility before static (#1908) 2017-06-02 14:27:19 -07:00
comments update typescript parser (#1578) 2017-05-10 14:11:50 -07:00
declarationEmit/typePredicates fix(typescript): handle undefined variable declarations (#1645) 2017-05-21 08:03:38 -07:00
es6 feat(typescript): add TSTypeAssertionExpression and naive TSX detection (#1545) 2017-05-07 08:09:52 -07:00
expressions chore(build): update snapshot test (#1549) 2017-05-07 20:04:32 -07:00
interfaces/interfaceDeclarations Use semi-colon for object separator (#1918) 2017-06-02 15:32:51 -07:00
internalModules/importDeclarations Use semi-colon for object separator (#1918) 2017-06-02 15:32:51 -07:00
parser/ecmascript5/Statements fix(typescript): handle undefined variable declarations (#1645) 2017-05-21 08:03:38 -07:00
types Add semi for functions without body (#2025) 2017-06-07 11:51:17 -07:00