TypeScript/tests/cases/conformance/es7/exponentiationOperator
Andy 982c8d0af9
Add suggestion diagnostics for unused label and unreachable code (#24261)
* Add suggestion diagnostics for unused label and unreachable code

* Always error on unused left hand side of comma
2018-05-22 07:56:29 -07:00
..
compoundExponentiationAssignmentLHSCanBeAssigned1.ts
compoundExponentiationAssignmentLHSCannotBeAssigned.ts
compoundExponentiationAssignmentLHSIsReference.ts Update tests 2016-09-21 16:03:51 -07:00
compoundExponentiationAssignmentLHSIsValue.ts Add suggestion diagnostics for unused label and unreachable code (#24261) 2018-05-22 07:56:29 -07:00
emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts
emitCompoundExponentiationAssignmentWithIndexingOnLHS2.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitCompoundExponentiationAssignmentWithIndexingOnLHS3.ts
emitCompoundExponentiationAssignmentWithIndexingOnLHS4.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitCompoundExponentiationOperator1.ts
emitCompoundExponentiationOperator2.ts
emitExponentiationOperator1.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperator2.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperator3.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperator4.ts Update test to parse typeAssertion as simpleUnaryExpression 2015-10-06 15:29:21 -07:00
emitExponentiationOperatorInTempalteString4.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperatorInTempalteString4ES6.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperatorInTemplateString1.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperatorInTemplateString1ES6.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperatorInTemplateString2.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperatorInTemplateString2ES6.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperatorInTemplateString3.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitExponentiationOperatorInTemplateString3ES6.ts Add and update tests 2015-10-05 19:03:02 -07:00
exponentiationOperatorInTemplateStringWithSyntaxError1.ts Add and update tests 2015-10-05 19:03:02 -07:00
exponentiationOperatorInTemplateStringWithSyntaxError2.ts Add and update tests 2015-10-05 19:03:02 -07:00
exponentiationOperatorInTemplateStringWithSyntaxError3.ts Add and update tests 2015-10-05 19:03:02 -07:00
exponentiationOperatorSyntaxError1.ts Add and update tests 2015-10-05 19:03:02 -07:00
exponentiationOperatorSyntaxError2.ts Update tests 2016-09-21 16:03:51 -07:00
exponentiationOperatorWithAnyAndNumber.ts
exponentiationOperatorWithEnum.ts
exponentiationOperatorWithEnumUnion.ts
exponentiationOperatorWithInvalidOperands.ts
exponentiationOperatorWithInvalidSimpleUnaryExpressionOperands.ts Add and update tests 2015-10-05 19:03:02 -07:00
exponentiationOperatorWithNew.ts
exponentiationOperatorWithNullValueAndInvalidOperands.ts
exponentiationOperatorWithNullValueAndValidOperands.ts
exponentiationOperatorWithOnlyNullValueOrUndefinedValue.ts
exponentiationOperatorWithTemplateStringInvalid.ts
exponentiationOperatorWithTemplateStringInvalidES6.ts
exponentiationOperatorWithTypeParameter.ts
exponentiationOperatorWithUndefinedValueAndInvalidOperands.ts
exponentiationOperatorWithUndefinedValueAndValidOperands.ts