Bump regenerator-transform and regen fixture (#7137)

This commit is contained in:
Brian Ng 2017-12-30 16:44:22 -06:00 committed by GitHub
parent 4208099f5b
commit ebbd5c7321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ function _foo() {
while (1) {
switch (_context3.prev = _context3.next) {
case 0:
_bar2 = function _bar2() {
_bar2 = function _ref2() {
_bar2 = _asyncToGenerator(
/*#__PURE__*/
regeneratorRuntime.mark(function _callee2() {
@ -89,7 +89,7 @@ function _foo() {
return _bar2.apply(this, arguments);
};
bar = function bar() {
bar = function _ref() {
return _bar2.apply(this, arguments);
};

View File

@ -7,7 +7,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"regenerator-transform": "^0.12.2"
"regenerator-transform": "^0.12.3"
},
"license": "MIT",
"peerDependencies": {