prettier/tests/typescript/conformance
Christopher Chedeau ba69e9fe22 Remove ast-types from comments traversal (#1744)
It's very annoying to have to have a static definition of the ast, we should instead just traverse the objects to discover it. We just need to make sure not to have any cycles, but it's also good for debugging anyway.

This fixed a few comments already :)
2017-05-26 11:44:32 -07:00
..
ambient feat(typescript): add delcare modifier support for vars, classes and functions (#1436) 2017-04-27 09:37:42 -07:00
classes Fix handling of new keyword and call signatures and improve type parameter formatting (#1491) 2017-05-03 08:01:45 -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 fix TSInterfaceDeclaration, TSInterfaceBody, TSInterfaceHeritage (#1599) 2017-05-12 17:13:38 -07:00
internalModules/importDeclarations Remove ast-types from comments traversal (#1744) 2017-05-26 11:44:32 -07:00
parser/ecmascript5/Statements fix(typescript): handle undefined variable declarations (#1645) 2017-05-21 08:03:38 -07:00
types feat(typescript): print semi instead of comma in TS interface (#1548) 2017-05-07 07:39:21 -07:00