Skip to content

Commit

Permalink
Update babel parser (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Aug 8, 2021
1 parent d53d935 commit 7febb42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
},
"devDependencies": {
"@babel/code-frame": "7.14.5",
"@babel/core": "7.14.8",
"@babel/eslint-parser": "7.14.9",
"@babel/core": "7.15.0",
"@babel/eslint-parser": "7.15.0",
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
"@typescript-eslint/parser": "^4.29.0",
"ava": "^3.15.0",
Expand Down
1 change: 0 additions & 1 deletion test/integration/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
babelrc: false,
configFile: false,
parserOpts: {
allowAwaitOutsideFunction: true,
plugins: [
'jsx',
'doExpressions',
Expand Down
1 change: 0 additions & 1 deletion test/utils/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class Tester {
configFile: false,
...testerOptions.parserOptions.babelOptions,
parserOpts: {
allowAwaitOutsideFunction: true,
...testerOptions.parserOptions.babelOptions.parserOpts,
plugins: babelPlugins,
},
Expand Down

0 comments on commit 7febb42

Please sign in to comment.