TypeScript/tests/cases/conformance/expressions/typeGuards
Anders Hejlsberg 92df0297c8 Fixing tests
2016-04-09 18:31:19 -07:00
..
typeGuardEnums.ts
typeGuardFunction.ts
typeGuardFunctionErrors.ts
typeGuardFunctionGenerics.ts
typeGuardFunctionOfFormThis.ts Fixing tests 2016-04-09 18:31:19 -07:00
typeGuardFunctionOfFormThisErrors.ts feedback from pr 2015-12-03 13:46:37 -08:00
typeGuardInClass.ts update test with pr feedback 2015-11-17 14:34:02 -08:00
typeGuardNesting.ts
typeGuardOfFormExpr1AndExpr2.ts
typeGuardOfFormExpr1OrExpr2.ts
typeGuardOfFormFunctionEquality.ts Add test 2016-02-12 15:08:07 -08:00
typeGuardOfFormInstanceOf.ts
typeGuardOfFormInstanceOfOnInterface.ts
typeGuardOfFormIsType.ts
typeGuardOfFormIsTypeOnInterfaces.ts
typeGuardOfFormNotExpr.ts
typeGuardOfFormThisMember.ts grand unified theory of predicate types 2015-12-08 17:08:57 -08:00
typeGuardOfFormThisMemberErrors.ts grand unified theory of predicate types 2015-12-08 17:08:57 -08:00
typeGuardOfFormTypeOfBoolean.ts Fix some tests 2016-03-29 19:59:05 -07:00
typeGuardOfFormTypeOfEqualEqualHasNoEffect.ts
typeGuardOfFormTypeOfNotEqualHasNoEffect.ts
typeGuardOfFormTypeOfNumber.ts Fix some tests 2016-03-29 19:59:05 -07:00
typeGuardOfFormTypeOfOther.ts Fix some tests 2016-03-29 19:59:05 -07:00
typeGuardOfFormTypeOfPrimitiveSubtype.ts Fix #6277 - stop looking for any specifically, and use isTypeSubtypeOf like the old code 2016-01-03 07:43:30 -05:00
typeGuardOfFormTypeOfString.ts Fix some tests 2016-03-29 19:59:05 -07:00
typeGuardRedundancy.ts
typeGuardsDefeat.ts
typeGuardsInClassAccessors.ts
typeGuardsInClassMethods.ts
typeGuardsInConditionalExpression.ts Fixing some tests 2016-03-26 08:20:06 -07:00
typeGuardsInDoStatement.ts Add control flow tests 2016-03-25 21:29:58 +01:00
typeGuardsInExternalModule.ts
typeGuardsInForStatement.ts Add control flow tests 2016-03-25 21:29:58 +01:00
typeGuardsInFunction.ts
typeGuardsInFunctionAndModuleBlock.ts loosen walk up containers, add extra test 2015-11-11 15:30:09 -08:00
typeGuardsInGlobal.ts
typeGuardsInIfStatement.ts Fixing some tests 2016-03-26 08:20:06 -07:00
typeGuardsInModule.ts
typeGuardsInProperties.ts
typeGuardsInRightOperandOfAndAndOperator.ts Fixing some tests 2016-03-26 08:20:06 -07:00
typeGuardsInRightOperandOfOrOrOperator.ts Fixing some tests 2016-03-26 08:20:06 -07:00
typeGuardsInWhileStatement.ts Add control flow tests 2016-03-25 21:29:58 +01:00
typeGuardsObjectMethods.ts
typeGuardsOnClassProperty.ts
typeGuardsWithAny.ts
typeGuardsWithInstanceOf.ts
typeGuardsWithInstanceOfByConstructorSignature.ts
typeGuardTautologicalConsistiency.ts
typeGuardTypeOfUndefined.ts exhaustive tests 2015-11-13 13:33:54 -08:00
TypeGuardWithArrayUnion.ts
TypeGuardWithEnumUnion.ts
typePredicateASI.ts
typePredicateOnVariableDeclaration01.ts Added tests. 2016-02-12 15:22:06 -08:00
typePredicateOnVariableDeclaration02.ts Added tests. 2016-02-12 15:22:06 -08:00