Update regenerator version and test retain lines fixture (#8072)
This commit is contained in:
parent
2d2f37fa6c
commit
9add6d88f5
@ -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.3"
|
||||
"regenerator-transform": "^0.12.4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
var func = /*#__PURE__*/regeneratorRuntime.mark(function _callee() {var actual;return regeneratorRuntime.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;return (
|
||||
obj.
|
||||
method().
|
||||
method2());case 2:
|
||||
var func = /*#__PURE__*/regeneratorRuntime.mark(function _callee() {var actual;return regeneratorRuntime.wrap(function _callee$(_context) {while (1) switch (_context.prev = _context.next) {case 0:_context.next = 2;
|
||||
return obj.
|
||||
method().
|
||||
method2();case 2:
|
||||
|
||||
actual = true;case 3:case "end":return _context.stop();}}, _callee, this);});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user