TypeScript/tests/cases/conformance/es7
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
..
exponentiationOperator Add suggestion diagnostics for unused label and unreachable code (#24261) 2018-05-22 07:56:29 -07:00
trailingCommasInBindingPatterns.ts Error on rest parameter with trailing comma (#22262) 2018-03-29 13:12:23 -07:00
trailingCommasInFunctionParametersAndArguments.ts Allow rest parameter trailing commas in ambient contexts (#23139) 2018-04-04 11:33:29 -07:00
trailingCommasInGetter.ts