Update regenerator-transform (#9558)

This commit is contained in:
Nicolò Ribaudo
2019-02-21 23:24:31 +01:00
committed by GitHub
parent 879a59085b
commit b8d045f5cf
20 changed files with 28 additions and 28 deletions

View File

@@ -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);
}