prettier/tests/typescript/compiler
Christopher Chedeau fc88aa185b Add parenthesis around binary expression inside of update expression (#1672)
This is not valid code but TypeScript parses it. It's easy to fix so might as well so we have one less failing test.
2017-05-23 12:33:03 -07:00
..
__snapshots__ Add parenthesis around binary expression inside of update expression (#1672) 2017-05-23 12:33:03 -07:00
ClassDeclaration22.ts test(typescript): do not fail debug check on Literal -> Identifier (#1540) 2017-05-06 19:39:19 -07:00
anyIsAssignableToObject.ts fix(typescript): add TSInterfaceHeritage to ast-types (#1644) 2017-05-21 08:10:04 -07:00
badArrayIndex.ts Print empty member lookup (#1506) 2017-05-04 11:20:52 -07:00
castOfAwait.ts feat(typescript): add TSTypeAssertionExpression and naive TSX detection (#1545) 2017-05-07 08:09:52 -07:00
castParentheses.ts feat(typescript): add TSTypeAssertionExpression and naive TSX detection (#1545) 2017-05-07 08:09:52 -07:00
castTest.ts feat(typescript): add TSTypeAssertionExpression and naive TSX detection (#1545) 2017-05-07 08:09:52 -07:00
checkInfiniteExpansionTermination.ts fix(typescript): print typeArguments in TSExpressionWithTypeArguments (#1530) 2017-05-06 06:17:48 -07:00
commentInNamespaceDeclarationWithIdentifierPathName.ts fix(typescript): add TSNamespaceFunctionDeclaration to ast-types (#1543) 2017-05-06 21:33:07 -07:00
commentsInterface.ts fix(TypeScript): define TSFunctionType AST node (#1529) 2017-05-05 22:14:12 -07:00
decrementAndIncrementOperators.ts Add parenthesis around binary expression inside of update expression (#1672) 2017-05-23 12:33:03 -07:00
downlevelLetConst1.ts fix(typescript): handle undefined variable declarations (#1645) 2017-05-21 08:03:38 -07:00
errorOnInitializerInInterfaceProperty.ts fix(typescript): fix a handful of ast(prettier(input)) issues (#1544) 2017-05-06 22:34:47 -07:00
functionOverloadsOnGenericArity1.ts fix(typescript): print typeParameters on TSMethodSignature (#1523) 2017-05-05 21:11:13 -07:00
globalIsContextualKeyword.ts fix(typescript): handle global namespace without modifiers (#1646) 2017-05-21 08:09:29 -07:00
indexSignatureWithInitializer.ts TypeScript: improve handling of computed properties (#1532) 2017-05-06 08:00:26 -07:00
jsfmt.spec.js Print empty member lookup (#1506) 2017-05-04 11:20:52 -07:00
mappedTypeWithCombinedTypeMappers.ts TypeScript: print modifiers on TSIndexSignature and TSPropertySignature (#1531) 2017-05-06 06:18:23 -07:00
modifiersOnInterfaceIndexSignature1.ts TypeScript: print modifiers on TSIndexSignature and TSPropertySignature (#1531) 2017-05-06 06:18:23 -07:00