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:
@@ -1 +1 @@
|
||||
SyntaxError: <CWD>\test.js: Unexpected token, expected ";" (2:10)
|
||||
SyntaxError: <CWD>\test.js: Missing semicolon (2:10)
|
||||
|
||||
@@ -1 +1 @@
|
||||
SyntaxError: <CWD>/test.js: Unexpected token, expected ";" (2:10)
|
||||
SyntaxError: <CWD>/test.js: Missing semicolon (2:10)
|
||||
|
||||
Reference in New Issue
Block a user