TypeScript/tests/cases/conformance/expressions/typeGuards
2015-06-06 13:59:19 +08:00
..
typeGuardFunction.ts Fixes CR feedback 2015-06-06 13:59:19 +08:00
typeGuardFunctionErrors.ts Fixes CR feedback 2015-06-06 13:59:19 +08:00
typeGuardFunctionGenerics.ts Adds tests 2015-06-03 16:58:56 +08:00
typeGuardOfFormExpr1AndExpr2.ts TypeGuard of for expr1 && expr2 2014-11-06 13:04:37 -08:00
typeGuardOfFormExpr1OrExpr2.ts Typeguards of form expr1 || expr2 2014-11-06 13:04:40 -08:00
typeGuardOfFormInstanceOf.ts Test typeguard of form instance of 2014-11-06 13:04:30 -08:00
typeGuardOfFormInstanceOfOnInterface.ts Add test case for instance of type guard with interface with prototype property 2014-11-12 12:36:06 -08:00
typeGuardOfFormIsType.ts Adds tests 2015-06-03 16:58:56 +08:00
typeGuardOfFormIsTypeOnInterfaces.ts Adds tests 2015-06-03 16:58:56 +08:00
typeGuardOfFormNotExpr.ts Typeguards of form !expr 2014-11-06 13:04:43 -08:00
typeGuardOfFormTypeOfBoolean.ts Modifying tests and accepting new baselines 2014-11-14 10:42:31 -08:00
typeGuardOfFormTypeOfEqualEqualHasNoEffect.ts Add test cases for typeof x == s and typeof x != s form of typeguard which has no effect on narrowing type 2014-11-12 12:49:29 -08:00
typeGuardOfFormTypeOfNotEqualHasNoEffect.ts Add test cases for typeof x == s and typeof x != s form of typeguard which has no effect on narrowing type 2014-11-12 12:49:29 -08:00
typeGuardOfFormTypeOfNumber.ts Modifying tests and accepting new baselines 2014-11-14 10:42:31 -08:00
typeGuardOfFormTypeOfOther.ts Modifying tests and accepting new baselines 2014-11-14 10:42:31 -08:00
typeGuardOfFormTypeOfString.ts Modifying tests and accepting new baselines 2014-11-14 10:42:31 -08:00
typeGuardsDefeat.ts Modifying tests and accepting new baselines 2014-11-14 10:42:31 -08:00
typeGuardsInClassAccessors.ts Tests for typeguards allowed on variables and parameters only 2014-11-06 13:04:27 -08:00
typeGuardsInClassMethods.ts Tests for typeguards allowed on variables and parameters only 2014-11-06 13:04:27 -08:00
typeGuardsInConditionalExpression.ts Tests for conditional expression typeguards 2014-11-06 13:04:18 -08:00
typeGuardsInExternalModule.ts Tests for typeguards allowed on variables and parameters only 2014-11-06 13:04:27 -08:00
typeGuardsInFunction.ts Tests for typeguards allowed on variables and parameters only 2014-11-06 13:04:27 -08:00
typeGuardsInFunctionAndModuleBlock.ts Addressing CR feedback 2014-11-14 13:36:09 -08:00
typeGuardsInGlobal.ts Tests for typeguards allowed on variables and parameters only 2014-11-06 13:04:27 -08:00
typeGuardsInIfStatement.ts TypeGuards narrow types in if statement works per spec: 2014-11-06 13:04:08 -08:00
typeGuardsInModule.ts Tests for typeguards allowed on variables and parameters only 2014-11-06 13:04:27 -08:00
typeGuardsInProperties.ts Tests for typeguards allowed on variables and parameters only 2014-11-06 13:04:27 -08:00
typeGuardsInRightOperandOfAndAndOperator.ts TypeGuards in right operand of && operation 2014-11-06 13:04:21 -08:00
typeGuardsInRightOperandOfOrOrOperator.ts Type guards in || operator 2014-11-06 13:04:24 -08:00
typeGuardsObjectMethods.ts Tests for typeguards allowed on variables and parameters only 2014-11-06 13:04:27 -08:00
typeGuardsOnClassProperty.ts Address code review 2015-04-16 20:09:03 -07:00
typeGuardsWithAny.ts Type guard narrows type any in a primitive type check 2015-01-08 14:27:39 -08:00
typeGuardsWithInstanceOf.ts Fix narrow type for instanceOf and add testcases 2015-01-14 11:30:58 -08:00
typeGuardsWithInstanceOfByConstructorSignature.ts Update test 2015-05-06 20:18:32 -07:00
TypeGuardWithArrayUnion.ts Improved handing of union types in type guards 2015-01-12 14:51:20 -08:00
TypeGuardWithEnumUnion.ts Adding tests 2015-01-24 17:23:22 -08:00