Skip to content

Commit

Permalink
Update flow-parser to 0.148.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwade committed Apr 9, 2021
1 parent f6660a7 commit f39e138
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-prettier": "3.3.1",
"espree": "7.3.1",
"esprima": "4.0.1",
"flow-parser": "0.87.0",
"flow-parser": "0.148.0",
"jest": "24.8.0",
"meriyah": "4.1.2",
"prettier": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion test/cli.test.js
Expand Up @@ -659,7 +659,7 @@ describe("parse errors", () => {
Object {
"code": 1,
"message": "Attempt 1: The test function returned an error:
SyntaxError: Unexpected identifier (4:14)
SyntaxError: Unexpected identifier, expected the token \`;\` (4:14)
<stack trace>
2 |
3 | function add(a, b) {
Expand Down

0 comments on commit f39e138

Please sign in to comment.