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 Add tests for exponentiation 2015-09-18 17:44:19 -07:00
compoundExponentiationAssignmentLHSCannotBeAssigned.ts Add and update tests for exponentiation 2015-09-21 16:16:28 -07:00
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 Add tests 2015-10-02 19:23:04 -07:00
emitCompoundExponentiationAssignmentWithIndexingOnLHS2.ts Add and update tests 2015-10-05 19:03:02 -07:00
emitCompoundExponentiationAssignmentWithIndexingOnLHS3.ts Add tests 2015-10-02 19:23:04 -07:00
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 Update existed baselines that are affected by ES7 UnaryExpression 2015-09-21 15:44:59 -07:00
emitCompoundExponentiationOperator2.ts Add and update tests for exponentiation 2015-09-21 16:16:28 -07:00
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 Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithEnum.ts Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithEnumUnion.ts Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithInvalidOperands.ts Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithInvalidSimpleUnaryExpressionOperands.ts Add and update tests 2015-10-05 19:03:02 -07:00
exponentiationOperatorWithNew.ts Add tests 2015-10-02 19:23:04 -07:00
exponentiationOperatorWithNullValueAndInvalidOperands.ts Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithNullValueAndValidOperands.ts Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithOnlyNullValueOrUndefinedValue.ts Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithTemplateStringInvalid.ts Add tests 2015-10-02 19:23:04 -07:00
exponentiationOperatorWithTemplateStringInvalidES6.ts Add tests 2015-10-02 19:23:04 -07:00
exponentiationOperatorWithTypeParameter.ts Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithUndefinedValueAndInvalidOperands.ts Add tests for exponentiation 2015-09-18 17:44:19 -07:00
exponentiationOperatorWithUndefinedValueAndValidOperands.ts Update existed baselines that are affected by ES7 UnaryExpression 2015-09-21 15:44:59 -07:00