prettier/tests/typescript/conformance/types
Lucas Azzola 3471ce4584 feat(typescript): print semi instead of comma in TS interface (#1548) 2017-05-07 07:39:21 -07:00
..
abstractKeyword add TSAbstractKeyword (#1505) 2017-05-04 09:48:24 -07:00
any Prittier printing of snapshots (#1190) 2017-04-12 13:41:51 -07:00
constKeyword add TSConstKeyword (#1502) 2017-05-04 09:37:00 -07:00
constructorType Fix handling of new keyword and call signatures and improve type parameter formatting (#1491) 2017-05-03 08:01:45 -07:00
decorator add TSDecorator (#1488) 2017-05-02 16:03:23 -07:00
enumDeclaration [WIP] add TSNamespaceExportDeclaration (#1459) 2017-05-01 09:25:49 -07:00
firstTypeNode add printer branch for TSFirstTypeNode (#1332) 2017-04-19 09:03:55 -07:00
functions fix TSFunctionType failing on TypeParameters (#1394) 2017-04-23 10:17:03 -07:00
importEqualsDeclaration [WIP] add TSNamespaceExportDeclaration (#1459) 2017-05-01 09:25:49 -07:00
indexedAccesType add TSLastTypeNode and TSIndexedAccessType (#1370) 2017-04-20 18:01:34 -07:00
interfaceDeclaration feat(typescript): print semi instead of comma in TS interface (#1548) 2017-05-07 07:39:21 -07:00
intersectionType add TSIntersectionType (#1395) 2017-04-23 10:27:40 -07:00
lastTypeNode add TSLastTypeNode and TSIndexedAccessType (#1370) 2017-04-20 18:01:34 -07:00
mappedType add TSMappedType and TSTypeParameter (#1393) 2017-04-23 10:16:25 -07:00
methodSignature add TSMethodSignature (#1416) 2017-04-25 14:15:33 -07:00
moduleDeclaration TypeScript: correctly print nested namespaces (#1522) 2017-05-05 21:14:07 -07:00
namespaceExportDeclaration [WIP] add TSNamespaceExportDeclaration (#1459) 2017-05-01 09:25:49 -07:00
never add printer branches for some TypeScript nodes (#1331) 2017-04-19 15:41:18 -07:00
nonNullExpression add printer branches for some TypeScript nodes (#1331) 2017-04-19 15:41:18 -07:00
parameterProperty add TSParameterProperty to typescript ast nodes (#1507) 2017-05-04 11:19:50 -07:00
symbol add printer branches for some TypeScript nodes (#1331) 2017-04-19 15:41:18 -07:00
thisType Add supertype tests and add TSAbstractClassProperty (#1467) 2017-04-30 17:41:19 -07:00
tuple Remove trailing whitespace (#1259) 2017-04-13 18:31:49 -07:00
typeOperator add TSTypeOperator (#1396) 2017-04-23 08:25:25 -07:00
typeParameter feat(typescript): print semi instead of comma in TS interface (#1548) 2017-05-07 07:39:21 -07:00
typeParameters/typeParameterLists Add supertype tests and add TSAbstractClassProperty (#1467) 2017-04-30 17:41:19 -07:00
typeReference fix TSTypeReference not printing typeArguments (#1392) 2017-04-23 08:31:50 -07:00
undefined add printer branches for some TypeScript nodes (#1331) 2017-04-19 15:41:18 -07:00
union Prittier printing of snapshots (#1190) 2017-04-12 13:41:51 -07:00
variableDeclarator fix VariableDeclarator not printing type parameters (#1415) 2017-04-25 14:08:30 -07:00