Skip to content

Commit

Permalink
Update output fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 21, 2020
1 parent 8cae49c commit 11b3987
Showing 1 changed file with 28 additions and 24 deletions.
Expand Up @@ -7,34 +7,38 @@ function _foo() {
/*#__PURE__*/
regeneratorRuntime.mark(function _callee2() {
return regeneratorRuntime.wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
/*#__PURE__*/
(function () {
var _ref = babelHelpers.asyncToGenerator(
while (1) {
switch (_context2.prev = _context2.next) {
case 0:
/*#__PURE__*/
regeneratorRuntime.mark(function _callee(number) {
var tmp;
return regeneratorRuntime.wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
tmp = number;
(function () {
var _ref = babelHelpers.asyncToGenerator(
/*#__PURE__*/
regeneratorRuntime.mark(function _callee(number) {
var tmp;
return regeneratorRuntime.wrap(function _callee$(_context) {
while (1) {
switch (_context.prev = _context.next) {
case 0:
tmp = number;

case 1:
case "end":
return _context.stop();
}
}, _callee);
}));
case 1:
case "end":
return _context.stop();
}
}
}, _callee);
}));

return function (_x) {
return _ref.apply(this, arguments);
};
})();
return function (_x) {
return _ref.apply(this, arguments);
};
})();

case 1:
case "end":
return _context2.stop();
case 1:
case "end":
return _context2.stop();
}
}
}, _callee2);
}));
Expand Down

0 comments on commit 11b3987

Please sign in to comment.