2018-01-09 15:36:42 +01:00

24 lines
402 B
JavaScript

function g() {
return _g.apply(this, arguments);
}
function _g() {
_g = babelHelpers.wrapAsyncGenerator(function* () {
var _this = this;
() => this;
function f() {
() => this;
}
/*#__PURE__*/
babelHelpers.asyncToGenerator(function* () {
_this;
yield 1;
});
yield babelHelpers.awaitAsyncGenerator(1);
});
return _g.apply(this, arguments);
}