TypeScript/tests/cases/conformance/statements
Toan Nguyen 0c76803854
Fix typos in comments (#41307)
* Fix typo fuction -> function

* Fix typo assignement -> assignment
2020-11-30 15:02:07 -08: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 Update tests 2016-09-21 16:03:51 -07:00
for-ofStatements Reset error record in downlevel for-of (#31519) 2019-05-22 11:18:07 -07:00
forStatements
ifDoWhileStatements
labeledStatements add grammar check for labeled declaration (#25317) 2018-07-18 15:37:27 -06:00
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