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 +1 @@
SyntaxError: <CWD>\test.js: Unexpected token, expected ";" (2:10)
SyntaxError: <CWD>\test.js: Missing semicolon (2:10)

View File

@@ -1 +1 @@
SyntaxError: <CWD>/test.js: Unexpected token, expected ";" (2:10)
SyntaxError: <CWD>/test.js: Missing semicolon (2:10)