Sha256: e8d850ef116539e137b8bfa17603de22a5355a93018dc0deba306e99f9e4bb35

Contents?: true

Size: 809 Bytes

Versions: 48

Compression:

Stored size: 809 Bytes

Contents

function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
  try {
    var info = gen[key](arg);
    var value = info.value;
  } catch (error) {
    reject(error);
    return;
  }

  if (info.done) {
    resolve(value);
  } else {
    Promise.resolve(value).then(_next, _throw);
  }
}

function _asyncToGenerator(fn) {
  return function () {
    var self = this,
        args = arguments;
    return new Promise(function (resolve, reject) {
      var gen = fn.apply(self, args);

      function _next(value) {
        asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
      }

      function _throw(err) {
        asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
      }

      _next(undefined);
    });
  };
}

module.exports = _asyncToGenerator;

Version data entries

48 entries across 48 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@babel/runtime/helpers/asyncToGenerator.js
disco_app-0.18.0 test/dummy/node_modules/@babel/runtime/helpers/asyncToGenerator.js
disco_app-0.18.2 test/dummy/node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-5.0.7 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-5.0.6 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-5.0.5 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-5.0.4 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-5.0.3 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-5.0.2 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-5.0.1 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-4.3.5 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-5.0.0 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-4.3.4 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-4.3.3 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-4.3.2 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-4.3.1 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-4.3 node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-4.2.3 node_modules/@babel/runtime/helpers/asyncToGenerator.js
tang-0.2.1 spec/tang_app/node_modules/@babel/runtime/helpers/asyncToGenerator.js
trusty-cms-4.2.2 node_modules/@babel/runtime/helpers/asyncToGenerator.js