babelHelpers.asyncToGenerator(function* () { return yield promise; }); babelHelpers.asyncToGenerator(function* () { yield promise; });