Revert diagnostic error number change

This commit is contained in:
Ron Buckton
2016-11-18 17:05:00 -08:00
parent c72509b190
commit 32bcc9749b
19 changed files with 49 additions and 49 deletions

View File

@@ -293,15 +293,15 @@
},
"A 'for-await-of' statement is only allowed within an async function or async generator.": {
"category": "Error",
"code": 1104
"code": 1103
},
"A 'continue' statement can only be used within an enclosing iteration statement.": {
"category": "Error",
"code": 1105
"code": 1104
},
"A 'break' statement can only be used within an enclosing iteration or switch statement.": {
"category": "Error",
"code": 1106
"code": 1105
},
"Jump target cannot cross function boundary.": {
"category": "Error",