TypeScript/tests/cases/conformance/statements
2021-05-12 06:11:08 -07: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-await-ofStatements Reset error variable in downlevel for-await-of loop (#38170) 2020-04-24 14:59:41 -07:00
for-inStatements fix(43879): forbid async in the left hand in a for-of statement (#43886) 2021-05-12 06:11:08 -07:00
for-ofStatements Reset error record in downlevel for-of (#31519) 2019-05-22 11:18:07 -07: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 Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
switchStatements Fix typos in comments (#41307) 2020-11-30 15:02:07 -08:00
throwStatements partially suppress reachability errors in tests 2015-10-13 11:17:10 -07:00
tryStatements fix(40222): fix crash on using destructuring in a catch clause (#40240) 2020-09-08 11:49:45 -07:00
VariableStatements Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
withStatements Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00