(iterable)
| 54429 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
| 54430 | parcelHelpers.defineInteropFlag(exports); |
| 54431 | function _asyncIterator(iterable) { |
| 54432 | var method, async, sync, retry = 2; |
| 54433 | for("undefined" != typeof Symbol && (async = Symbol.asyncIterator, sync = Symbol.iterator); retry--;){ |
| 54434 | if (async && null != (method = iterable[async])) return method.call(iterable); |
| 54435 | if (sync && null != (method = iterable[sync])) return new AsyncFromSyncIterator(method.call(iterable)); |
| 54436 | async = "@@asyncIterator", sync = "@@iterator"; |
| 54437 | } |
| 54438 | throw new TypeError("Object is not async iterable"); |
| 54439 | } |
| 54440 | exports.default = _asyncIterator; |
| 54441 | function AsyncFromSyncIterator(s1) { |
| 54442 | function AsyncFromSyncIteratorContinuation(r) { |
nothing calls this directly
no outgoing calls
no test coverage detected