Bump regenerator-transform and regen fixture (#7137)
This commit is contained in:
parent
4208099f5b
commit
ebbd5c7321
@ -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);
|
||||
};
|
||||
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user