Update babylon to 7.0.0-beta.4 (#1047)

Fixes #700
master
Christopher Chedeau 2017-03-20 09:46:31 -07:00 committed by James Long
parent b012f7531e
commit 569791a57a
3 changed files with 7 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"dependencies": {
"ast-types": "0.9.8",
"babel-code-frame": "6.22.0",
"babylon": "6.15.0",
"babylon": "7.0.0-beta.4",
"chalk": "1.1.3",
"esutils": "2.0.2",
"flow-parser": "0.40.0",

View File

@ -80,7 +80,7 @@ export default (async function foo() {});
exports[`export_default_function_declaration_async.js 2`] = `
"export default async function foo() {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
export default (async function foo() {});
export default async function foo() {}
"
`;

View File

@ -274,10 +274,14 @@ babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.21.0:
lodash "^4.2.0"
to-fast-properties "^1.0.1"
babylon@6.15.0, babylon@^6.11.0, babylon@^6.13.0:
babylon@^6.11.0, babylon@^6.13.0:
version "6.15.0"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.15.0.tgz#ba65cfa1a80e1759b0e89fb562e27dccae70348e"
babylon@babylon@7.0.0-beta.4:
version "7.0.0-beta.4"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.4.tgz#82db799d2667f61bbaf34456dbfa91c37613459d"
balanced-match@^0.4.1:
version "0.4.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"