Update regenerator-transform (#9558)
This commit is contained in:
parent
879a59085b
commit
b8d045f5cf
@ -40,7 +40,7 @@ function () {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}));
|
||||
|
||||
function bar() {
|
||||
@ -86,7 +86,7 @@ function _foo() {
|
||||
return _context2.stop();
|
||||
}
|
||||
}
|
||||
}, _callee2, this);
|
||||
}, _callee2);
|
||||
}));
|
||||
return _bar2.apply(this, arguments);
|
||||
};
|
||||
@ -100,7 +100,7 @@ function _foo() {
|
||||
return _context3.stop();
|
||||
}
|
||||
}
|
||||
}, _callee3, this);
|
||||
}, _callee3);
|
||||
}));
|
||||
return _foo.apply(this, arguments);
|
||||
}
|
||||
|
||||
@ -13,7 +13,7 @@ regeneratorRuntime.mark(function _callee() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}))();
|
||||
babelHelpers.asyncToGenerator(
|
||||
/*#__PURE__*/
|
||||
@ -47,7 +47,7 @@ regeneratorRuntime.mark(function _callee2() {
|
||||
case "end":
|
||||
return _context3.stop();
|
||||
}
|
||||
}, _callee3, this);
|
||||
}, _callee3);
|
||||
}));
|
||||
|
||||
function notIIFE() {
|
||||
|
||||
@ -11,7 +11,7 @@ regeneratorRuntime.mark(function _callee() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}))();
|
||||
babelHelpers.asyncToGenerator(
|
||||
/*#__PURE__*/
|
||||
@ -26,7 +26,7 @@ regeneratorRuntime.mark(function _callee2() {
|
||||
case "end":
|
||||
return _context2.stop();
|
||||
}
|
||||
}, _callee2, this);
|
||||
}, _callee2);
|
||||
}))();
|
||||
|
||||
/*#__PURE__*/
|
||||
@ -44,7 +44,7 @@ regeneratorRuntime.mark(function _callee2() {
|
||||
case "end":
|
||||
return _context3.stop();
|
||||
}
|
||||
}, _callee3, this);
|
||||
}, _callee3);
|
||||
}));
|
||||
|
||||
function notIIFE() {
|
||||
@ -68,5 +68,5 @@ regeneratorRuntime.mark(function _callee4() {
|
||||
case "end":
|
||||
return _context4.stop();
|
||||
}
|
||||
}, _callee4, this);
|
||||
}, _callee4);
|
||||
}));
|
||||
|
||||
@ -24,7 +24,7 @@ function _foo() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}));
|
||||
|
||||
return function (_x) {
|
||||
@ -36,7 +36,7 @@ function _foo() {
|
||||
case "end":
|
||||
return _context2.stop();
|
||||
}
|
||||
}, _callee2, this);
|
||||
}, _callee2);
|
||||
}));
|
||||
return _foo.apply(this, arguments);
|
||||
}
|
||||
|
||||
@ -29,7 +29,7 @@ function () {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}));
|
||||
|
||||
function test1() {
|
||||
@ -54,7 +54,7 @@ function () {
|
||||
return _context2.stop();
|
||||
}
|
||||
}
|
||||
}, test2, this);
|
||||
}, test2);
|
||||
});
|
||||
return Example;
|
||||
}();
|
||||
|
||||
@ -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.13.3"
|
||||
"regenerator-transform": "^0.13.4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -11,6 +11,6 @@ var o = {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
})
|
||||
};
|
||||
|
||||
@ -20,7 +20,7 @@ function test(fn) {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}))
|
||||
);
|
||||
}
|
||||
|
||||
@ -27,5 +27,5 @@ function _callee() {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _marked, this);
|
||||
}, _marked);
|
||||
}
|
||||
|
||||
@ -15,5 +15,5 @@ function fn() {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _marked, this);
|
||||
}, _marked);
|
||||
}
|
||||
|
||||
@ -3,4 +3,4 @@ var func = /*#__PURE__*/regeneratorRuntime.mark(function _callee() {var actual;r
|
||||
method().
|
||||
method2();case 2:
|
||||
|
||||
actual = true;case 3:case "end":return _context.stop();}}, _callee, this);});
|
||||
actual = true;case 3:case "end":return _context.stop();}}, _callee);});
|
||||
|
||||
@ -18,7 +18,7 @@ export function giveWord() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _marked, this);
|
||||
}, _marked);
|
||||
}
|
||||
foo;
|
||||
bar;
|
||||
|
||||
@ -9,5 +9,5 @@ _regeneratorRuntime.mark(function _callee() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
});
|
||||
|
||||
@ -17,7 +17,7 @@ export function giveWord() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _marked, this);
|
||||
}, _marked);
|
||||
}
|
||||
foo;
|
||||
bar;
|
||||
|
||||
@ -9,5 +9,5 @@ _regeneratorRuntime.mark(function _callee() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
});
|
||||
|
||||
@ -21,7 +21,7 @@ function _a() {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}));
|
||||
return _a.apply(this, arguments);
|
||||
}
|
||||
|
||||
@ -13,5 +13,5 @@ function a() {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _marked, this);
|
||||
}, _marked);
|
||||
}
|
||||
|
||||
@ -61,7 +61,7 @@ function _agf() {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}));
|
||||
return _agf.apply(this, arguments);
|
||||
}
|
||||
|
||||
@ -85,7 +85,7 @@ function _agf() {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}));
|
||||
return _agf.apply(this, arguments);
|
||||
}
|
||||
|
||||
@ -61,7 +61,7 @@ function _agf() {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}));
|
||||
return _agf.apply(this, arguments);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user