TypeScript/tests/cases/conformance/statements
Wenlu Wang ed8b76424e add grammar check for labeled declaration (#25317)
* add grammar check for labeled function declaration

* fix debug failed on labeled class declaration

* move labeled statement check to binder and add more pattern for check

* update diagnostic message

* update baseline
2018-07-18 15:37:27 -06:00
..
breakStatements partially suppress reachability errors in tests 2015-10-13 11:17:10 -07:00
continueStatements addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
for-inStatements Update tests 2016-09-21 16:03:51 -07:00
for-ofStatements Fix #21617: Give detailed message on for-of of iterators without downlevelIteration 2018-03-01 23:13:04 +01:00
forStatements addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
ifDoWhileStatements addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
labeledStatements add grammar check for labeled declaration (#25317) 2018-07-18 15:37:27 -06:00
returnStatements
switchStatements
throwStatements partially suppress reachability errors in tests 2015-10-13 11:17:10 -07:00
tryStatements Typo 2017-08-02 20:55:19 +02:00
VariableStatements
withStatements