TypeScript/tests/cases/conformance/statements
2021-05-12 06:11:08 -07:00
..
breakStatements
continueStatements
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
forStatements
ifDoWhileStatements
labeledStatements
returnStatements
switchStatements Fix typos in comments (#41307) 2020-11-30 15:02:07 -08:00
throwStatements
tryStatements fix(40222): fix crash on using destructuring in a catch clause (#40240) 2020-09-08 11:49:45 -07:00
VariableStatements
withStatements