Recover from "missing semicolon" errors (#12437)

* Recover from "missing semicolon" errors

* Update other tests

* Fix flow

* Fix windows test

* Add back deleted test
This commit is contained in:
Nicolò Ribaudo
2021-02-01 10:08:43 +01:00
committed by GitHub
parent 2ea0a5d021
commit 8cf0a757d5
127 changed files with 2077 additions and 164 deletions

View File

@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \";\" (1:11)"
"throws": "Unexpected token (1:19)"
}