TypeScript/tests/cases/conformance/controlFlow
2018-09-27 15:49:51 -07:00
..
constLocalsInFunctionExpressions.ts Add new tests 2016-05-26 16:26:40 -07:00
controlFlowAssignmentExpression.ts
controlFlowBinaryAndExpression.ts
controlFlowBinaryOrExpression.ts Add regression test 2016-04-21 10:49:39 -07:00
controlFlowCommaOperator.ts Adding test 2016-04-20 07:09:43 -07:00
controlFlowConditionalExpression.ts
controlFlowDeleteOperator.ts Adding test 2016-05-11 16:57:19 -07:00
controlFlowDestructuringDeclaration.ts Adding test 2016-04-09 17:56:03 -07:00
controlFlowDoWhileStatement.ts
controlFlowForInStatement.ts
controlFlowForOfStatement.ts
controlFlowForStatement.ts
controlFlowIfStatement.ts Disallow left comma operator operands which don't have side effects 2016-09-12 14:45:42 -07:00
controlFlowIIFE.ts avoid generated helpers in baseline 2018-04-20 16:39:37 +02:00
controlFlowInstanceOfGuardPrimitives.ts Primitives should not be instanceof... anything (#27402) 2018-09-27 15:49:51 -07:00
controlFlowIteration.ts Adding regression test 2016-04-25 11:24:39 -07:00
controlFlowIterationErrors.ts Adding tests 2016-04-18 13:51:51 -07:00
controlFlowStringIndex.ts Add a couple of test cases 2017-11-08 10:56:30 -08:00
controlFlowSuperPropertyAccess.ts Test that super is tracked in control flow 2017-03-31 14:18:42 -07:00
controlFlowTruthiness.ts Add tests 2018-09-17 13:01:53 -07:00
controlFlowWhileStatement.ts Adding tests 2016-04-16 15:13:31 -07:00
controlFlowWithTemplateLiterals.ts fix narrowType check with template literals (#21024) 2018-01-08 13:06:58 -08:00
definiteAssignmentAssertions.ts Add tests 2017-11-20 15:08:24 -08:00
definiteAssignmentAssertionsWithObjectShortHand.ts improve parser and error message if definite assignment assertions in object short hand 2018-04-08 18:03:09 +08:00
switchWithConstrainedTypeVariable.ts Add regression test 2017-12-23 19:28:13 -08:00
typeGuardsAsAssertions.ts fix #11463, null assertion block uninitialized error (#14020) 2017-05-23 14:13:32 -07:00
typeGuardsNestedAssignments.ts [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
typeGuardsTypeParameters.ts Add failing repro 2017-03-05 14:07:33 -08:00