TypeScript/tests/cases/conformance/controlFlow
Nathan Shively-Sanders 1de76cd605
Control flow for element access expressions (#31478)
* Control flow for element access expressions

Draft version, just want to see how performance is

* Add baselines

* Fix cast lint

* Cleanup to share code path

* Fix errant diffs
2019-07-16 10:10:58 -07:00
..
constLocalsInFunctionExpressions.ts
controlFlowAssignmentExpression.ts
controlFlowBinaryAndExpression.ts
controlFlowBinaryOrExpression.ts
controlFlowCommaOperator.ts
controlFlowConditionalExpression.ts
controlFlowDeleteOperator.ts
controlFlowDestructuringDeclaration.ts
controlFlowDoWhileStatement.ts
controlFlowElementAccess.ts Elt access assignment uses declared, not narrowed type (#27574) 2018-10-05 11:30:10 -07:00
controlFlowElementAccess2.ts Control flow for element access expressions (#31478) 2019-07-16 10:10:58 -07:00
controlFlowForInStatement.ts
controlFlowForOfStatement.ts
controlFlowForStatement.ts
controlFlowIfStatement.ts
controlFlowIIFE.ts avoid generated helpers in baseline 2018-04-20 16:39:37 +02:00
controlFlowInstanceofExtendsFunction.ts Replace subtype check in derivedness check with flags and structure checks (#27403) 2018-10-04 12:55:39 -07:00
controlFlowInstanceOfGuardPrimitives.ts Primitives should not be instanceof... anything (#27402) 2018-09-27 15:49:51 -07:00
controlFlowIteration.ts
controlFlowIterationErrors.ts
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
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
typeGuardsTypeParameters.ts Add failing repro 2017-03-05 14:07:33 -08:00