1 Star 0 Fork 1K

lucas/微信电商小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
promise.js 63.11 KB
一键复制 编辑 原始数据 按行查看 历史
赵同学 提交于 7年前 . zhao
/* @preserve
* The MIT License (MIT)
*
* Copyright (c) 2013-2017 Petka Antonov
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
*/
/**
* bluebird build version 3.5.0
* Features enabled: core
* Features disabled: race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each
*/
!function (t) { if ("object" == typeof exports && "undefined" != typeof module) module.exports = t(); else if ("function" == typeof define && define.amd) define([], t); else { var e; "undefined" != typeof window ? e = window : "undefined" != typeof global ? e = global : "undefined" != typeof self && (e = self), e.Promise = t() } }(function () { var t, e, n; return function r(t, e, n) { function i(a, s) { if (!e[a]) { if (!t[a]) { var c = "function" == typeof _dereq_ && _dereq_; if (!s && c) return c(a, !0); if (o) return o(a, !0); var l = new Error("Cannot find module '" + a + "'"); throw l.code = "MODULE_NOT_FOUND", l } var u = e[a] = { exports: {} }; t[a][0].call(u.exports, function (e) { var n = t[a][1][e]; return i(n ? n : e) }, u, u.exports, r, t, e, n) } return e[a].exports } for (var o = "function" == typeof _dereq_ && _dereq_, a = 0; a < n.length; a++)i(n[a]); return i }({ 1: [function (t, e, n) { "use strict"; function r() { this._customScheduler = !1, this._isTickUsed = !1, this._lateQueue = new u(16), this._normalQueue = new u(16), this._haveDrainedQueues = !1, this._trampolineEnabled = !0; var t = this; this.drainQueues = function () { t._drainQueues() }, this._schedule = l } function i(t, e, n) { this._lateQueue.push(t, e, n), this._queueTick() } function o(t, e, n) { this._normalQueue.push(t, e, n), this._queueTick() } function a(t) { this._normalQueue._pushOne(t), this._queueTick() } var s; try { throw new Error } catch (c) { s = c } var l = t("./schedule"), u = t("./queue"), p = t("./util"); r.prototype.setScheduler = function (t) { var e = this._schedule; return this._schedule = t, this._customScheduler = !0, e }, r.prototype.hasCustomScheduler = function () { return this._customScheduler }, r.prototype.enableTrampoline = function () { this._trampolineEnabled = !0 }, r.prototype.disableTrampolineIfNecessary = function () { p.hasDevTools && (this._trampolineEnabled = !1) }, r.prototype.haveItemsQueued = function () { return this._isTickUsed || this._haveDrainedQueues }, r.prototype.fatalError = function (t, e) { e ? (process.stderr.write("Fatal " + (t instanceof Error ? t.stack : t) + "\n"), process.exit(2)) : this.throwLater(t) }, r.prototype.throwLater = function (t, e) { if (1 === arguments.length && (e = t, t = function () { throw e }), "undefined" != typeof setTimeout) setTimeout(function () { t(e) }, 0); else try { this._schedule(function () { t(e) }) } catch (n) { throw new Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n") } }, p.hasDevTools ? (r.prototype.invokeLater = function (t, e, n) { this._trampolineEnabled ? i.call(this, t, e, n) : this._schedule(function () { setTimeout(function () { t.call(e, n) }, 100) }) }, r.prototype.invoke = function (t, e, n) { this._trampolineEnabled ? o.call(this, t, e, n) : this._schedule(function () { t.call(e, n) }) }, r.prototype.settlePromises = function (t) { this._trampolineEnabled ? a.call(this, t) : this._schedule(function () { t._settlePromises() }) }) : (r.prototype.invokeLater = i, r.prototype.invoke = o, r.prototype.settlePromises = a), r.prototype._drainQueue = function (t) { for (; t.length() > 0;) { var e = t.shift(); if ("function" == typeof e) { var n = t.shift(), r = t.shift(); e.call(n, r) } else e._settlePromises() } }, r.prototype._drainQueues = function () { this._drainQueue(this._normalQueue), this._reset(), this._haveDrainedQueues = !0, this._drainQueue(this._lateQueue) }, r.prototype._queueTick = function () { this._isTickUsed || (this._isTickUsed = !0, this._schedule(this.drainQueues)) }, r.prototype._reset = function () { this._isTickUsed = !1 }, e.exports = r, e.exports.firstLineError = s }, { "./queue": 17, "./schedule": 18, "./util": 21 }], 2: [function (t, e, n) { "use strict"; e.exports = function (t, e, n, r) { var i = !1, o = function (t, e) { this._reject(e) }, a = function (t, e) { e.promiseRejectionQueued = !0, e.bindingPromise._then(o, o, null, this, t) }, s = function (t, e) { 0 === (50397184 & this._bitField) && this._resolveCallback(e.target) }, c = function (t, e) { e.promiseRejectionQueued || this._reject(t) }; t.prototype.bind = function (o) { i || (i = !0, t.prototype._propagateFrom = r.propagateFromFunction(), t.prototype._boundValue = r.boundValueFunction()); var l = n(o), u = new t(e); u._propagateFrom(this, 1); var p = this._target(); if (u._setBoundTo(l), l instanceof t) { var f = { promiseRejectionQueued: !1, promise: u, target: p, bindingPromise: l }; p._then(e, a, void 0, u, f), l._then(s, c, void 0, u, f), u._setOnCancel(l) } else u._resolveCallback(p); return u }, t.prototype._setBoundTo = function (t) { void 0 !== t ? (this._bitField = 2097152 | this._bitField, this._boundTo = t) : this._bitField = -2097153 & this._bitField }, t.prototype._isBound = function () { return 2097152 === (2097152 & this._bitField) }, t.bind = function (e, n) { return t.resolve(n).bind(e) } } }, {}], 3: [function (t, e, n) { "use strict"; function r() { try { Promise === o && (Promise = i) } catch (t) { } return o } var i; "undefined" != typeof Promise && (i = Promise); var o = t("./promise")(); o.noConflict = r, e.exports = o }, { "./promise": 15 }], 4: [function (t, e, n) { "use strict"; e.exports = function (e, n, r, i) { var o = t("./util"), a = o.tryCatch, s = o.errorObj, c = e._async; e.prototype["break"] = e.prototype.cancel = function () { if (!i.cancellation()) return this._warn("cancellation is disabled"); for (var t = this, e = t; t._isCancellable();) { if (!t._cancelBy(e)) { e._isFollowing() ? e._followee().cancel() : e._cancelBranched(); break } var n = t._cancellationParent; if (null == n || !n._isCancellable()) { t._isFollowing() ? t._followee().cancel() : t._cancelBranched(); break } t._isFollowing() && t._followee().cancel(), t._setWillBeCancelled(), e = t, t = n } }, e.prototype._branchHasCancelled = function () { this._branchesRemainingToCancel-- }, e.prototype._enoughBranchesHaveCancelled = function () { return void 0 === this._branchesRemainingToCancel || this._branchesRemainingToCancel <= 0 }, e.prototype._cancelBy = function (t) { return t === this ? (this._branchesRemainingToCancel = 0, this._invokeOnCancel(), !0) : (this._branchHasCancelled(), this._enoughBranchesHaveCancelled() ? (this._invokeOnCancel(), !0) : !1) }, e.prototype._cancelBranched = function () { this._enoughBranchesHaveCancelled() && this._cancel() }, e.prototype._cancel = function () { this._isCancellable() && (this._setCancelled(), c.invoke(this._cancelPromises, this, void 0)) }, e.prototype._cancelPromises = function () { this._length() > 0 && this._settlePromises() }, e.prototype._unsetOnCancel = function () { this._onCancelField = void 0 }, e.prototype._isCancellable = function () { return this.isPending() && !this._isCancelled() }, e.prototype.isCancellable = function () { return this.isPending() && !this.isCancelled() }, e.prototype._doInvokeOnCancel = function (t, e) { if (o.isArray(t)) for (var n = 0; n < t.length; ++n)this._doInvokeOnCancel(t[n], e); else if (void 0 !== t) if ("function" == typeof t) { if (!e) { var r = a(t).call(this._boundValue()); r === s && (this._attachExtraTrace(r.e), c.throwLater(r.e)) } } else t._resultCancelled(this) }, e.prototype._invokeOnCancel = function () { var t = this._onCancel(); this._unsetOnCancel(), c.invoke(this._doInvokeOnCancel, this, t) }, e.prototype._invokeInternalOnCancel = function () { this._isCancellable() && (this._doInvokeOnCancel(this._onCancel(), !0), this._unsetOnCancel()) }, e.prototype._resultCancelled = function () { this.cancel() } } }, { "./util": 21 }], 5: [function (t, e, n) { "use strict"; e.exports = function (e) { function n(t, n, s) { return function (c) { var l = s._boundValue(); t: for (var u = 0; u < t.length; ++u) { var p = t[u]; if (p === Error || null != p && p.prototype instanceof Error) { if (c instanceof p) return o(n).call(l, c) } else if ("function" == typeof p) { var f = o(p).call(l, c); if (f === a) return f; if (f) return o(n).call(l, c) } else if (r.isObject(c)) { for (var h = i(p), _ = 0; _ < h.length; ++_) { var d = h[_]; if (p[d] != c[d]) continue t } return o(n).call(l, c) } } return e } } var r = t("./util"), i = t("./es5").keys, o = r.tryCatch, a = r.errorObj; return n } }, { "./es5": 10, "./util": 21 }], 6: [function (t, e, n) { "use strict"; e.exports = function (t) { function e() { this._trace = new e.CapturedTrace(r()) } function n() { return i ? new e : void 0 } function r() { var t = o.length - 1; return t >= 0 ? o[t] : void 0 } var i = !1, o = []; return t.prototype._promiseCreated = function () { }, t.prototype._pushContext = function () { }, t.prototype._popContext = function () { return null }, t._peekContext = t.prototype._peekContext = function () { }, e.prototype._pushContext = function () { void 0 !== this._trace && (this._trace._promiseCreated = null, o.push(this._trace)) }, e.prototype._popContext = function () { if (void 0 !== this._trace) { var t = o.pop(), e = t._promiseCreated; return t._promiseCreated = null, e } return null }, e.CapturedTrace = null, e.create = n, e.deactivateLongStackTraces = function () { }, e.activateLongStackTraces = function () { var n = t.prototype._pushContext, o = t.prototype._popContext, a = t._peekContext, s = t.prototype._peekContext, c = t.prototype._promiseCreated; e.deactivateLongStackTraces = function () { t.prototype._pushContext = n, t.prototype._popContext = o, t._peekContext = a, t.prototype._peekContext = s, t.prototype._promiseCreated = c, i = !1 }, i = !0, t.prototype._pushContext = e.prototype._pushContext, t.prototype._popContext = e.prototype._popContext, t._peekContext = t.prototype._peekContext = r, t.prototype._promiseCreated = function () { var t = this._peekContext(); t && null == t._promiseCreated && (t._promiseCreated = this) } }, e } }, {}], 7: [function (t, e, n) { "use strict"; e.exports = function (e, n) { function r(t, e) { return { promise: e } } function i() { return !1 } function o(t, e, n) { var r = this; try { t(e, n, function (t) { if ("function" != typeof t) throw new TypeError("onCancel must be a function, got: " + I.toString(t)); r._attachCancellationCallback(t) }) } catch (i) { return i } } function a(t) { if (!this._isCancellable()) return this; var e = this._onCancel(); void 0 !== e ? I.isArray(e) ? e.push(t) : this._setOnCancel([e, t]) : this._setOnCancel(t) } function s() { return this._onCancelField } function c(t) { this._onCancelField = t } function l() { this._cancellationParent = void 0, this._onCancelField = void 0 } function u(t, e) { if (0 !== (1 & e)) { this._cancellationParent = t; var n = t._branchesRemainingToCancel; void 0 === n && (n = 0), t._branchesRemainingToCancel = n + 1 } 0 !== (2 & e) && t._isBound() && this._setBoundTo(t._boundTo) } function p(t, e) { 0 !== (2 & e) && t._isBound() && this._setBoundTo(t._boundTo) } function f() { var t = this._boundTo; return void 0 !== t && t instanceof e ? t.isFulfilled() ? t.value() : void 0 : t } function h() { this._trace = new x(this._peekContext()) } function _(t, e) { if (H(t)) { var n = this._trace; if (void 0 !== n && e && (n = n._parent), void 0 !== n) n.attachExtraTrace(t); else if (!t.__stackCleaned__) { var r = E(t); I.notEnumerableProp(t, "stack", r.message + "\n" + r.stack.join("\n")), I.notEnumerableProp(t, "__stackCleaned__", !0) } } } function d(t, e, n, r, i) { if (void 0 === t && null !== e && X) { if (void 0 !== i && i._returnedNonUndefined()) return; if (0 === (65535 & r._bitField)) return; n && (n += " "); var o = "", a = ""; if (e._trace) { for (var s = e._trace.stack.split("\n"), c = C(s), l = c.length - 1; l >= 0; --l) { var u = c[l]; if (!V.test(u)) { var p = u.match(Q); p && (o = "at " + p[1] + ":" + p[2] + ":" + p[3] + " "); break } } if (c.length > 0) for (var f = c[0], l = 0; l < s.length; ++l)if (s[l] === f) { l > 0 && (a = "\n" + s[l - 1]); break } } var h = "a promise was created in a " + n + "handler " + o + "but was not returned from it, see http://goo.gl/rRqMUw" + a; r._warn(h, !0, e) } } function v(t, e) { var n = t + " is deprecated and will be removed in a future version."; return e && (n += " Use " + e + " instead."), y(n) } function y(t, n, r) { if (ot.warnings) { var i, o = new U(t); if (n) r._attachExtraTrace(o); else if (ot.longStackTraces && (i = e._peekContext())) i.attachExtraTrace(o); else { var a = E(o); o.stack = a.message + "\n" + a.stack.join("\n") } tt("warning", o) || k(o, "", !0) } } function g(t, e) { for (var n = 0; n < e.length - 1; ++n)e[n].push("From previous event:"), e[n] = e[n].join("\n"); return n < e.length && (e[n] = e[n].join("\n")), t + "\n" + e.join("\n") } function m(t) { for (var e = 0; e < t.length; ++e)(0 === t[e].length || e + 1 < t.length && t[e][0] === t[e + 1][0]) && (t.splice(e, 1), e--) } function b(t) { for (var e = t[0], n = 1; n < t.length; ++n) { for (var r = t[n], i = e.length - 1, o = e[i], a = -1, s = r.length - 1; s >= 0; --s)if (r[s] === o) { a = s; break } for (var s = a; s >= 0; --s) { var c = r[s]; if (e[i] !== c) break; e.pop(), i-- } e = r } } function C(t) { for (var e = [], n = 0; n < t.length; ++n) { var r = t[n], i = " (No stack trace)" === r || q.test(r), o = i && nt(r); i && !o && (M && " " !== r.charAt(0) && (r = " " + r), e.push(r)) } return e } function w(t) { for (var e = t.stack.replace(/\s+$/g, "").split("\n"), n = 0; n < e.length; ++n) { var r = e[n]; if (" (No stack trace)" === r || q.test(r)) break } return n > 0 && "SyntaxError" != t.name && (e = e.slice(n)), e } function E(t) { var e = t.stack, n = t.toString(); return e = "string" == typeof e && e.length > 0 ? w(t) : [" (No stack trace)"], { message: n, stack: "SyntaxError" == t.name ? e : C(e) } } function k(t, e, n) { if ("undefined" != typeof console) { var r; if (I.isObject(t)) { var i = t.stack; r = e + G(i, t) } else r = e + String(t); "function" == typeof L ? L(r, n) : ("function" == typeof console.log || "object" == typeof console.log) && console.log(r) } } function j(t, e, n, r) { var i = !1; try { "function" == typeof e && (i = !0, "rejectionHandled" === t ? e(r) : e(n, r)) } catch (o) { B.throwLater(o) } "unhandledRejection" === t ? tt(t, n, r) || i || k(n, "Unhandled rejection ") : tt(t, r) } function F(t) { var e; if ("function" == typeof t) e = "[function " + (t.name || "anonymous") + "]"; else { e = t && "function" == typeof t.toString ? t.toString() : I.toString(t); var n = /\[object [a-zA-Z0-9$_]+\]/; if (n.test(e)) try { var r = JSON.stringify(t); e = r } catch (i) { } 0 === e.length && (e = "(empty array)") } return "(<" + T(e) + ">, no stack trace)" } function T(t) { var e = 41; return t.length < e ? t : t.substr(0, e - 3) + "..." } function P() { return "function" == typeof it } function R(t) { var e = t.match(rt); return e ? { fileName: e[1], line: parseInt(e[2], 10) } : void 0 } function S(t, e) { if (P()) { for (var n, r, i = t.stack.split("\n"), o = e.stack.split("\n"), a = -1, s = -1, c = 0; c < i.length; ++c) { var l = R(i[c]); if (l) { n = l.fileName, a = l.line; break } } for (var c = 0; c < o.length; ++c) { var l = R(o[c]); if (l) { r = l.fileName, s = l.line; break } } 0 > a || 0 > s || !n || !r || n !== r || a >= s || (nt = function (t) { if (D.test(t)) return !0; var e = R(t); return e && e.fileName === n && a <= e.line && e.line <= s ? !0 : !1 }) } } function x(t) { this._parent = t, this._promisesCreated = 0; var e = this._length = 1 + (void 0 === t ? 0 : t._length); it(this, x), e > 32 && this.uncycle() } var O, A, L, N = e._getDomain, B = e._async, U = t("./errors").Warning, I = t("./util"), H = I.canAttachTrace, D = /[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/, V = /\((?:timers\.js):\d+:\d+\)/, Q = /[\/<\(](.+?):(\d+):(\d+)\)?\s*$/, q = null, G = null, M = !1, W = !(0 == I.env("BLUEBIRD_DEBUG") || !I.env("BLUEBIRD_DEBUG") && "development" !== I.env("NODE_ENV")), $ = !(0 == I.env("BLUEBIRD_WARNINGS") || !W && !I.env("BLUEBIRD_WARNINGS")), z = !(0 == I.env("BLUEBIRD_LONG_STACK_TRACES") || !W && !I.env("BLUEBIRD_LONG_STACK_TRACES")), X = 0 != I.env("BLUEBIRD_W_FORGOTTEN_RETURN") && ($ || !!I.env("BLUEBIRD_W_FORGOTTEN_RETURN")); e.prototype.suppressUnhandledRejections = function () { var t = this._target(); t._bitField = -1048577 & t._bitField | 524288 }, e.prototype._ensurePossibleRejectionHandled = function () { 0 === (524288 & this._bitField) && (this._setRejectionIsUnhandled(), B.invokeLater(this._notifyUnhandledRejection, this, void 0)) }, e.prototype._notifyUnhandledRejectionIsHandled = function () { j("rejectionHandled", O, void 0, this) }, e.prototype._setReturnedNonUndefined = function () { this._bitField = 268435456 | this._bitField }, e.prototype._returnedNonUndefined = function () { return 0 !== (268435456 & this._bitField) }, e.prototype._notifyUnhandledRejection = function () { if (this._isRejectionUnhandled()) { var t = this._settledValue(); this._setUnhandledRejectionIsNotified(), j("unhandledRejection", A, t, this) } }, e.prototype._setUnhandledRejectionIsNotified = function () { this._bitField = 262144 | this._bitField }, e.prototype._unsetUnhandledRejectionIsNotified = function () { this._bitField = -262145 & this._bitField }, e.prototype._isUnhandledRejectionNotified = function () { return (262144 & this._bitField) > 0 }, e.prototype._setRejectionIsUnhandled = function () { this._bitField = 1048576 | this._bitField }, e.prototype._unsetRejectionIsUnhandled = function () { this._bitField = -1048577 & this._bitField, this._isUnhandledRejectionNotified() && (this._unsetUnhandledRejectionIsNotified(), this._notifyUnhandledRejectionIsHandled()) }, e.prototype._isRejectionUnhandled = function () { return (1048576 & this._bitField) > 0 }, e.prototype._warn = function (t, e, n) { return y(t, e, n || this) }, e.onPossiblyUnhandledRejection = function (t) { var e = N(); A = "function" == typeof t ? null === e ? t : I.domainBind(e, t) : void 0 }, e.onUnhandledRejectionHandled = function (t) { var e = N(); O = "function" == typeof t ? null === e ? t : I.domainBind(e, t) : void 0 }; var K = function () { }; e.longStackTraces = function () { if (B.haveItemsQueued() && !ot.longStackTraces) throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n"); if (!ot.longStackTraces && P()) { var t = e.prototype._captureStackTrace, r = e.prototype._attachExtraTrace; ot.longStackTraces = !0, K = function () { if (B.haveItemsQueued() && !ot.longStackTraces) throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n"); e.prototype._captureStackTrace = t, e.prototype._attachExtraTrace = r, n.deactivateLongStackTraces(), B.enableTrampoline(), ot.longStackTraces = !1 }, e.prototype._captureStackTrace = h, e.prototype._attachExtraTrace = _, n.activateLongStackTraces(), B.disableTrampolineIfNecessary() } }, e.hasLongStackTraces = function () { return ot.longStackTraces && P() }; var J = function () { try { if ("function" == typeof CustomEvent) { var t = new CustomEvent("CustomEvent"); return I.global.dispatchEvent(t), function (t, e) { var n = new CustomEvent(t.toLowerCase(), { detail: e, cancelable: !0 }); return !I.global.dispatchEvent(n) } } if ("function" == typeof Event) { var t = new Event("CustomEvent"); return I.global.dispatchEvent(t), function (t, e) { var n = new Event(t.toLowerCase(), { cancelable: !0 }); return n.detail = e, !I.global.dispatchEvent(n) } } var t = document.createEvent("CustomEvent"); return t.initCustomEvent("testingtheevent", !1, !0, {}), I.global.dispatchEvent(t), function (t, e) { var n = document.createEvent("CustomEvent"); return n.initCustomEvent(t.toLowerCase(), !1, !0, e), !I.global.dispatchEvent(n) } } catch (e) { } return function () { return !1 } }(), Y = function () { return I.isNode ? function () { return process.emit.apply(process, arguments) } : I.global ? function (t) { var e = "on" + t.toLowerCase(), n = I.global[e]; return n ? (n.apply(I.global, [].slice.call(arguments, 1)), !0) : !1 } : function () { return !1 } }(), Z = { promiseCreated: r, promiseFulfilled: r, promiseRejected: r, promiseResolved: r, promiseCancelled: r, promiseChained: function (t, e, n) { return { promise: e, child: n } }, warning: function (t, e) { return { warning: e } }, unhandledRejection: function (t, e, n) { return { reason: e, promise: n } }, rejectionHandled: r }, tt = function (t) { var e = !1; try { e = Y.apply(null, arguments) } catch (n) { B.throwLater(n), e = !0 } var r = !1; try { r = J(t, Z[t].apply(null, arguments)) } catch (n) { B.throwLater(n), r = !0 } return r || e }; e.config = function (t) { if (t = Object(t), "longStackTraces" in t && (t.longStackTraces ? e.longStackTraces() : !t.longStackTraces && e.hasLongStackTraces() && K()), "warnings" in t) { var n = t.warnings; ot.warnings = !!n, X = ot.warnings, I.isObject(n) && "wForgottenReturn" in n && (X = !!n.wForgottenReturn) } if ("cancellation" in t && t.cancellation && !ot.cancellation) { if (B.haveItemsQueued()) throw new Error("cannot enable cancellation after promises are in use"); e.prototype._clearCancellationData = l, e.prototype._propagateFrom = u, e.prototype._onCancel = s, e.prototype._setOnCancel = c, e.prototype._attachCancellationCallback = a, e.prototype._execute = o, et = u, ot.cancellation = !0 } return "monitoring" in t && (t.monitoring && !ot.monitoring ? (ot.monitoring = !0, e.prototype._fireEvent = tt) : !t.monitoring && ot.monitoring && (ot.monitoring = !1, e.prototype._fireEvent = i)), e }, e.prototype._fireEvent = i, e.prototype._execute = function (t, e, n) { try { t(e, n) } catch (r) { return r } }, e.prototype._onCancel = function () { }, e.prototype._setOnCancel = function (t) { }, e.prototype._attachCancellationCallback = function (t) { }, e.prototype._captureStackTrace = function () { }, e.prototype._attachExtraTrace = function () { }, e.prototype._clearCancellationData = function () { }, e.prototype._propagateFrom = function (t, e) { }; var et = p, nt = function () { return !1 }, rt = /[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/; I.inherits(x, Error), n.CapturedTrace = x, x.prototype.uncycle = function () { var t = this._length; if (!(2 > t)) { for (var e = [], n = {}, r = 0, i = this; void 0 !== i; ++r)e.push(i), i = i._parent; t = this._length = r; for (var r = t - 1; r >= 0; --r) { var o = e[r].stack; void 0 === n[o] && (n[o] = r) } for (var r = 0; t > r; ++r) { var a = e[r].stack, s = n[a]; if (void 0 !== s && s !== r) { s > 0 && (e[s - 1]._parent = void 0, e[s - 1]._length = 1), e[r]._parent = void 0, e[r]._length = 1; var c = r > 0 ? e[r - 1] : this; t - 1 > s ? (c._parent = e[s + 1], c._parent.uncycle(), c._length = c._parent._length + 1) : (c._parent = void 0, c._length = 1); for (var l = c._length + 1, u = r - 2; u >= 0; --u)e[u]._length = l, l++; return } } } }, x.prototype.attachExtraTrace = function (t) { if (!t.__stackCleaned__) { this.uncycle(); for (var e = E(t), n = e.message, r = [e.stack], i = this; void 0 !== i;)r.push(C(i.stack.split("\n"))), i = i._parent; b(r), m(r), I.notEnumerableProp(t, "stack", g(n, r)), I.notEnumerableProp(t, "__stackCleaned__", !0) } }; var it = function () { var t = /^\s*at\s*/, e = function (t, e) { return "string" == typeof t ? t : void 0 !== e.name && void 0 !== e.message ? e.toString() : F(e) }; if ("number" == typeof Error.stackTraceLimit && "function" == typeof Error.captureStackTrace) { Error.stackTraceLimit += 6, q = t, G = e; var n = Error.captureStackTrace; return nt = function (t) { return D.test(t) }, function (t, e) { Error.stackTraceLimit += 6, n(t, e), Error.stackTraceLimit -= 6 } } var r = new Error; if ("string" == typeof r.stack && r.stack.split("\n")[0].indexOf("stackDetection@") >= 0) return q = /@/, G = e, M = !0, function (t) { t.stack = (new Error).stack }; var i; try { throw new Error } catch (o) { i = "stack" in o } return "stack" in r || !i || "number" != typeof Error.stackTraceLimit ? (G = function (t, e) { return "string" == typeof t ? t : "object" != typeof e && "function" != typeof e || void 0 === e.name || void 0 === e.message ? F(e) : e.toString() },null): (q = t, G = e,function(t){ Error.stackTraceLimit += 6; try { throw new Error } catch (e) { t.stack = e.stack } Error.stackTraceLimit -= 6 }) }([]); "undefined" != typeof console && "undefined" != typeof console.warn && (L = function (t) { console.warn(t) }, I.isNode && process.stderr.isTTY ? L = function (t, e) { var n = e ? "" : ""; console.warn(n + t + "\n") } : I.isNode || "string" != typeof (new Error).stack || (L = function (t, e) { console.warn("%c" + t, e ? "color: darkorange" : "color: red") })); var ot = { warnings: $, longStackTraces: !1, cancellation: !1, monitoring: !1 }; return z && e.longStackTraces(), { longStackTraces: function () { return ot.longStackTraces }, warnings: function () { return ot.warnings }, cancellation: function () { return ot.cancellation }, monitoring: function () { return ot.monitoring }, propagateFromFunction: function () { return et }, boundValueFunction: function () { return f }, checkForgottenReturns: d, setBounds: S, warn: y, deprecated: v, CapturedTrace: x, fireDomEvent: J, fireGlobalEvent: Y }}}, { "./errors": 9, "./util": 21 }], 8: [function (t, e, n) { "use strict"; e.exports = function (t) { function e() { return this.value } function n() { throw this.reason } t.prototype["return"] = t.prototype.thenReturn = function (n) { return n instanceof t && n.suppressUnhandledRejections(), this._then(e, void 0, void 0, { value: n }, void 0) }, t.prototype["throw"] = t.prototype.thenThrow = function (t) { return this._then(n, void 0, void 0, { reason: t }, void 0) }, t.prototype.catchThrow = function (t) { if (arguments.length <= 1) return this._then(void 0, n, void 0, { reason: t }, void 0); var e = arguments[1], r = function () { throw e }; return this.caught(t, r) }, t.prototype.catchReturn = function (n) { if (arguments.length <= 1) return n instanceof t && n.suppressUnhandledRejections(), this._then(void 0, e, void 0, { value: n }, void 0); var r = arguments[1]; r instanceof t && r.suppressUnhandledRejections(); var i = function () { return r }; return this.caught(n, i) } } }, {}], 9: [function (t, e, n) { "use strict"; function r(t, e) { function n(r) { return this instanceof n ? (p(this, "message", "string" == typeof r ? r : e), p(this, "name", t), void (Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : Error.call(this))) : new n(r) } return u(n, Error), n } function i(t) { return this instanceof i ? (p(this, "name", "OperationalError"), p(this, "message", t), this.cause = t, this.isOperational = !0, void (t instanceof Error ? (p(this, "message", t.message), p(this, "stack", t.stack)) : Error.captureStackTrace && Error.captureStackTrace(this, this.constructor))) : new i(t) } var o, a, s = t("./es5"), c = s.freeze, l = t("./util"), u = l.inherits, p = l.notEnumerableProp, f = r("Warning", "warning"), h = r("CancellationError", "cancellation error"), _ = r("TimeoutError", "timeout error"), d = r("AggregateError", "aggregate error"); try { o = TypeError, a = RangeError } catch (v) { o = r("TypeError", "type error"), a = r("RangeError", "range error") } for (var y = "join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "), g = 0; g < y.length; ++g)"function" == typeof Array.prototype[y[g]] && (d.prototype[y[g]] = Array.prototype[y[g]]); s.defineProperty(d.prototype, "length", { value: 0, configurable: !1, writable: !0, enumerable: !0 }), d.prototype.isOperational = !0; var m = 0; d.prototype.toString = function () { var t = Array(4 * m + 1).join(" "), e = "\n" + t + "AggregateError of:\n"; m++ , t = Array(4 * m + 1).join(" "); for (var n = 0; n < this.length; ++n) { for (var r = this[n] === this ? "[Circular AggregateError]" : this[n] + "", i = r.split("\n"), o = 0; o < i.length; ++o)i[o] = t + i[o]; r = i.join("\n"), e += r + "\n" } return m-- , e }, u(i, Error); var b = Error.__BluebirdErrorTypes__; b || (b = c({ CancellationError: h, TimeoutError: _, OperationalError: i, RejectionError: i, AggregateError: d }), s.defineProperty(Error, "__BluebirdErrorTypes__", { value: b, writable: !1, enumerable: !1, configurable: !1 })), e.exports = { Error: Error, TypeError: o, RangeError: a, CancellationError: b.CancellationError, OperationalError: b.OperationalError, TimeoutError: b.TimeoutError, AggregateError: b.AggregateError, Warning: f } }, { "./es5": 10, "./util": 21 }], 10: [function (t, e, n) { var r = function () { "use strict"; return void 0 === this }(); if (r) e.exports = { freeze: Object.freeze, defineProperty: Object.defineProperty, getDescriptor: Object.getOwnPropertyDescriptor, keys: Object.keys, names: Object.getOwnPropertyNames, getPrototypeOf: Object.getPrototypeOf, isArray: Array.isArray, isES5: r, propertyIsWritable: function (t, e) { var n = Object.getOwnPropertyDescriptor(t, e); return !(n && !n.writable && !n.set) } }; else { var i = {}.hasOwnProperty, o = {}.toString, a = {}.constructor.prototype, s = function (t) { var e = []; for (var n in t) i.call(t, n) && e.push(n); return e }, c = function (t, e) { return { value: t[e] } }, l = function (t, e, n) { return t[e] = n.value, t }, u = function (t) { return t }, p = function (t) { try { return Object(t).constructor.prototype } catch (e) { return a } }, f = function (t) { try { return "[object Array]" === o.call(t) } catch (e) { return !1 } }; e.exports = { isArray: f, keys: s, names: s, defineProperty: l, getDescriptor: c, freeze: u, getPrototypeOf: p, isES5: r, propertyIsWritable: function () { return !0 } } } }, {}], 11: [function (t, e, n) { "use strict"; e.exports = function (e, n, r) { function i(t, e, n) { this.promise = t, this.type = e, this.handler = n, this.called = !1, this.cancelPromise = null } function o(t) { this.finallyHandler = t } function a(t, e) { return null != t.cancelPromise ? (arguments.length > 1 ? t.cancelPromise._reject(e) : t.cancelPromise._cancel(), t.cancelPromise = null, !0) : !1 } function s() { return l.call(this, this.promise._target()._settledValue()) } function c(t) { return a(this, t) ? void 0 : (f.e = t, f) } function l(t) { var i = this.promise, l = this.handler; if (!this.called) { this.called = !0; var u = this.isFinallyHandler() ? l.call(i._boundValue()) : l.call(i._boundValue(), t); if (u === r) return u; if (void 0 !== u) { i._setReturnedNonUndefined(); var h = n(u, i); if (h instanceof e) { if (null != this.cancelPromise) { if (h._isCancelled()) { var _ = new p("late cancellation observer"); return i._attachExtraTrace(_), f.e = _, f } h.isPending() && h._attachCancellationCallback(new o(this)) } return h._then(s, c, void 0, this, void 0) } } } return i.isRejected() ? (a(this), f.e = t, f) : (a(this), t) } var u = t("./util"), p = e.CancellationError, f = u.errorObj, h = t("./catch_filter")(r); return i.prototype.isFinallyHandler = function () { return 0 === this.type }, o.prototype._resultCancelled = function () { a(this.finallyHandler) }, e.prototype._passThrough = function (t, e, n, r) { return "function" != typeof t ? this.then() : this._then(n, r, void 0, new i(this, e, t), void 0) }, e.prototype.lastly = e.prototype["finally"] = function (t) { return this._passThrough(t, 0, l, l) }, e.prototype.tap = function (t) { return this._passThrough(t, 1, l) }, e.prototype.tapCatch = function (t) { var n = arguments.length; if (1 === n) return this._passThrough(t, 1, void 0, l); var r, i = new Array(n - 1), o = 0; for (r = 0; n - 1 > r; ++r) { var a = arguments[r]; if (!u.isObject(a)) return e.reject(new TypeError("tapCatch statement predicate: expecting an object but got " + u.classString(a))); i[o++] = a } i.length = o; var s = arguments[r]; return this._passThrough(h(i, s, this), 1, void 0, l) }, i } }, { "./catch_filter": 5, "./util": 21 }], 12: [function (t, e, n) { "use strict"; e.exports = function (e, n, r, i, o, a) { var s = t("./util"); s.canEvaluate, s.tryCatch, s.errorObj; e.join = function () { var t, e = arguments.length - 1; if (e > 0 && "function" == typeof arguments[e]) { t = arguments[e]; var r } var i = [].slice.call(arguments); t && i.pop(); var r = new n(i).promise(); return void 0 !== t ? r.spread(t) : r } } }, { "./util": 21 }], 13: [function (t, e, n) { "use strict"; e.exports = function (e, n, r, i, o) { var a = t("./util"), s = a.tryCatch; e.method = function (t) { if ("function" != typeof t) throw new e.TypeError("expecting a function but got " + a.classString(t)); return function () { var r = new e(n); r._captureStackTrace(), r._pushContext(); var i = s(t).apply(this, arguments), a = r._popContext(); return o.checkForgottenReturns(i, a, "Promise.method", r), r._resolveFromSyncValue(i), r } }, e.attempt = e["try"] = function (t) { if ("function" != typeof t) return i("expecting a function but got " + a.classString(t)); var r = new e(n); r._captureStackTrace(), r._pushContext(); var c; if (arguments.length > 1) { o.deprecated("calling Promise.try with more than 1 argument"); var l = arguments[1], u = arguments[2]; c = a.isArray(l) ? s(t).apply(u, l) : s(t).call(u, l) } else c = s(t)(); var p = r._popContext(); return o.checkForgottenReturns(c, p, "Promise.try", r), r._resolveFromSyncValue(c), r }, e.prototype._resolveFromSyncValue = function (t) { t === a.errorObj ? this._rejectCallback(t.e, !1) : this._resolveCallback(t, !0) } } }, { "./util": 21 }], 14: [function (t, e, n) { "use strict"; function r(t) { return t instanceof Error && u.getPrototypeOf(t) === Error.prototype } function i(t) { var e; if (r(t)) { e = new l(t), e.name = t.name, e.message = t.message, e.stack = t.stack; for (var n = u.keys(t), i = 0; i < n.length; ++i) { var o = n[i]; p.test(o) || (e[o] = t[o]) } return e } return a.markAsOriginatingFromRejection(t), t } function o(t, e) { return function (n, r) { if (null !== t) { if (n) { var o = i(s(n)); t._attachExtraTrace(o), t._reject(o) } else if (e) { var a = [].slice.call(arguments, 1); t._fulfill(a) } else t._fulfill(r); t = null } } } var a = t("./util"), s = a.maybeWrapAsError, c = t("./errors"), l = c.OperationalError, u = t("./es5"), p = /^(?:name|message|stack|cause)$/; e.exports = o }, { "./errors": 9, "./es5": 10, "./util": 21 }], 15: [function (t, e, n) {
"use strict"; e.exports = function () {
function n() { } function r(t, e) { if (null == t || t.constructor !== i) throw new g("the promise constructor cannot be invoked directly\n\n See http://goo.gl/MqrFmX\n"); if ("function" != typeof e) throw new g("expecting a function but got " + h.classString(e)) } function i(t) { t !== b && r(this, t), this._bitField = 0, this._fulfillmentHandler0 = void 0, this._rejectionHandler0 = void 0, this._promise0 = void 0, this._receiver0 = void 0, this._resolveFromExecutor(t), this._promiseCreated(), this._fireEvent("promiseCreated", this) } function o(t) { this.promise._resolveCallback(t) } function a(t) { this.promise._rejectCallback(t, !1) } function s(t) { var e = new i(b); e._fulfillmentHandler0 = t, e._rejectionHandler0 = t, e._promise0 = t, e._receiver0 = t } var c, l = function () { return new g("circular promise resolution chain\n\n See http://goo.gl/MqrFmX\n") }, u = function () { return new i.PromiseInspection(this._target()) }, p = function (t) { return i.reject(new g(t)) }, f = {}, h = t("./util"); c = h.isNode ? function () { var t = process.domain; return void 0 === t && (t = null), t } : function () { return null }, h.notEnumerableProp(i, "_getDomain", c); var _ = t("./es5"), d = t("./async"), v = new d; _.defineProperty(i, "_async", { value: v }); var y = t("./errors"), g = i.TypeError = y.TypeError; i.RangeError = y.RangeError; var m = i.CancellationError = y.CancellationError; i.TimeoutError = y.TimeoutError, i.OperationalError = y.OperationalError, i.RejectionError = y.OperationalError, i.AggregateError = y.AggregateError; var b = function () { }, C = {}, w = {}, E = t("./thenables")(i, b), k = t("./promise_array")(i, b, E, p, n), j = t("./context")(i), F = (j.create, t("./debuggability")(i, j)), T = (F.CapturedTrace, t("./finally")(i, E, w)), P = t("./catch_filter")(w), R = t("./nodeback"), S = h.errorObj, x = h.tryCatch; return i.prototype.toString = function () { return "[object Promise]" }, i.prototype.caught = i.prototype["catch"] = function (t) { var e = arguments.length; if (e > 1) { var n, r = new Array(e - 1), i = 0; for (n = 0; e - 1 > n; ++n) { var o = arguments[n]; if (!h.isObject(o)) return p("Catch statement predicate: expecting an object but got " + h.classString(o)); r[i++] = o } return r.length = i, t = arguments[n], this.then(void 0, P(r, t, this)) } return this.then(void 0, t) }, i.prototype.reflect = function () { return this._then(u, u, void 0, this, void 0) }, i.prototype.then = function (t, e) { if (F.warnings() && arguments.length > 0 && "function" != typeof t && "function" != typeof e) { var n = ".then() only accepts functions but was passed: " + h.classString(t); arguments.length > 1 && (n += ", " + h.classString(e)), this._warn(n) } return this._then(t, e, void 0, void 0, void 0) }, i.prototype.done = function (t, e) { var n = this._then(t, e, void 0, void 0, void 0); n._setIsFinal() }, i.prototype.spread = function (t) {
return "function" != typeof t ? p("expecting a function but got " + h.classString(t)) : this.all()._then(t, void 0, void 0, C, void 0);
}, i.prototype.toJSON = function () { var t = { isFulfilled: !1, isRejected: !1, fulfillmentValue: void 0, rejectionReason: void 0 }; return this.isFulfilled() ? (t.fulfillmentValue = this.value(), t.isFulfilled = !0) : this.isRejected() && (t.rejectionReason = this.reason(), t.isRejected = !0), t }, i.prototype.all = function () { return arguments.length > 0 && this._warn(".all() was passed arguments but it does not take any"), new k(this).promise() }, i.prototype.error = function (t) { return this.caught(h.originatesFromRejection, t) }, i.getNewLibraryCopy = e.exports, i.is = function (t) { return t instanceof i }, i.fromNode = i.fromCallback = function (t) { var e = new i(b); e._captureStackTrace(); var n = arguments.length > 1 ? !!Object(arguments[1]).multiArgs : !1, r = x(t)(R(e, n)); return r === S && e._rejectCallback(r.e, !0), e._isFateSealed() || e._setAsyncGuaranteed(), e }, i.all = function (t) { return new k(t).promise() }, i.cast = function (t) { var e = E(t); return e instanceof i || (e = new i(b), e._captureStackTrace(), e._setFulfilled(), e._rejectionHandler0 = t), e }, i.resolve = i.fulfilled = i.cast, i.reject = i.rejected = function (t) { var e = new i(b); return e._captureStackTrace(), e._rejectCallback(t, !0), e }, i.setScheduler = function (t) { if ("function" != typeof t) throw new g("expecting a function but got " + h.classString(t)); return v.setScheduler(t) }, i.prototype._then = function (t, e, n, r, o) { var a = void 0 !== o, s = a ? o : new i(b), l = this._target(), u = l._bitField; a || (s._propagateFrom(this, 3), s._captureStackTrace(), void 0 === r && 0 !== (2097152 & this._bitField) && (r = 0 !== (50397184 & u) ? this._boundValue() : l === this ? void 0 : this._boundTo), this._fireEvent("promiseChained", this, s)); var p = c(); if (0 !== (50397184 & u)) { var f, _, d = l._settlePromiseCtx; 0 !== (33554432 & u) ? (_ = l._rejectionHandler0, f = t) : 0 !== (16777216 & u) ? (_ = l._fulfillmentHandler0, f = e, l._unsetRejectionIsUnhandled()) : (d = l._settlePromiseLateCancellationObserver, _ = new m("late cancellation observer"), l._attachExtraTrace(_), f = e), v.invoke(d, l, { handler: null === p ? f : "function" == typeof f && h.domainBind(p, f), promise: s, receiver: r, value: _ }) } else l._addCallbacks(t, e, s, r, p); return s }, i.prototype._length = function () { return 65535 & this._bitField }, i.prototype._isFateSealed = function () { return 0 !== (117506048 & this._bitField) }, i.prototype._isFollowing = function () { return 67108864 === (67108864 & this._bitField) }, i.prototype._setLength = function (t) { this._bitField = -65536 & this._bitField | 65535 & t }, i.prototype._setFulfilled = function () { this._bitField = 33554432 | this._bitField, this._fireEvent("promiseFulfilled", this) }, i.prototype._setRejected = function () { this._bitField = 16777216 | this._bitField, this._fireEvent("promiseRejected", this) }, i.prototype._setFollowing = function () { this._bitField = 67108864 | this._bitField, this._fireEvent("promiseResolved", this) }, i.prototype._setIsFinal = function () { this._bitField = 4194304 | this._bitField }, i.prototype._isFinal = function () { return (4194304 & this._bitField) > 0 }, i.prototype._unsetCancelled = function () { this._bitField = -65537 & this._bitField }, i.prototype._setCancelled = function () { this._bitField = 65536 | this._bitField, this._fireEvent("promiseCancelled", this) }, i.prototype._setWillBeCancelled = function () { this._bitField = 8388608 | this._bitField }, i.prototype._setAsyncGuaranteed = function () { v.hasCustomScheduler() || (this._bitField = 134217728 | this._bitField) }, i.prototype._receiverAt = function (t) { var e = 0 === t ? this._receiver0 : this[4 * t - 4 + 3]; return e === f ? void 0 : void 0 === e && this._isBound() ? this._boundValue() : e }, i.prototype._promiseAt = function (t) { return this[4 * t - 4 + 2] }, i.prototype._fulfillmentHandlerAt = function (t) { return this[4 * t - 4 + 0] }, i.prototype._rejectionHandlerAt = function (t) { return this[4 * t - 4 + 1] }, i.prototype._boundValue = function () { }, i.prototype._migrateCallback0 = function (t) { var e = (t._bitField, t._fulfillmentHandler0), n = t._rejectionHandler0, r = t._promise0, i = t._receiverAt(0); void 0 === i && (i = f), this._addCallbacks(e, n, r, i, null) }, i.prototype._migrateCallbackAt = function (t, e) { var n = t._fulfillmentHandlerAt(e), r = t._rejectionHandlerAt(e), i = t._promiseAt(e), o = t._receiverAt(e); void 0 === o && (o = f), this._addCallbacks(n, r, i, o, null) }, i.prototype._addCallbacks = function (t, e, n, r, i) { var o = this._length(); if (o >= 65531 && (o = 0, this._setLength(0)), 0 === o) this._promise0 = n, this._receiver0 = r, "function" == typeof t && (this._fulfillmentHandler0 = null === i ? t : h.domainBind(i, t)), "function" == typeof e && (this._rejectionHandler0 = null === i ? e : h.domainBind(i, e)); else { var a = 4 * o - 4; this[a + 2] = n, this[a + 3] = r, "function" == typeof t && (this[a + 0] = null === i ? t : h.domainBind(i, t)), "function" == typeof e && (this[a + 1] = null === i ? e : h.domainBind(i, e)) } return this._setLength(o + 1), o }, i.prototype._proxy = function (t, e) { this._addCallbacks(void 0, void 0, e, t, null) }, i.prototype._resolveCallback = function (t, e) { if (0 === (117506048 & this._bitField)) { if (t === this) return this._rejectCallback(l(), !1); var n = E(t, this); if (!(n instanceof i)) return this._fulfill(t); e && this._propagateFrom(n, 2); var r = n._target(); if (r === this) return void this._reject(l()); var o = r._bitField; if (0 === (50397184 & o)) { var a = this._length(); a > 0 && r._migrateCallback0(this); for (var s = 1; a > s; ++s)r._migrateCallbackAt(this, s); this._setFollowing(), this._setLength(0), this._setFollowee(r) } else if (0 !== (33554432 & o)) this._fulfill(r._value()); else if (0 !== (16777216 & o)) this._reject(r._reason()); else { var c = new m("late cancellation observer"); r._attachExtraTrace(c), this._reject(c) } } }, i.prototype._rejectCallback = function (t, e, n) { var r = h.ensureErrorObject(t), i = r === t; if (!i && !n && F.warnings()) { var o = "a promise was rejected with a non-error: " + h.classString(t); this._warn(o, !0) } this._attachExtraTrace(r, e ? i : !1), this._reject(t) }, i.prototype._resolveFromExecutor = function (t) { if (t !== b) { var e = this; this._captureStackTrace(), this._pushContext(); var n = !0, r = this._execute(t, function (t) { e._resolveCallback(t) }, function (t) { e._rejectCallback(t, n) }); n = !1, this._popContext(), void 0 !== r && e._rejectCallback(r, !0) } }, i.prototype._settlePromiseFromHandler = function (t, e, n, r) { var i = r._bitField; if (0 === (65536 & i)) { r._pushContext(); var o; e === C ? n && "number" == typeof n.length ? o = x(t).apply(this._boundValue(), n) : (o = S, o.e = new g("cannot .spread() a non-array: " + h.classString(n))) : o = x(t).call(e, n); var a = r._popContext(); i = r._bitField, 0 === (65536 & i) && (o === w ? r._reject(n) : o === S ? r._rejectCallback(o.e, !1) : (F.checkForgottenReturns(o, a, "", r, this), r._resolveCallback(o))) } }, i.prototype._target = function () { for (var t = this; t._isFollowing();)t = t._followee(); return t }, i.prototype._followee = function () { return this._rejectionHandler0 }, i.prototype._setFollowee = function (t) { this._rejectionHandler0 = t }, i.prototype._settlePromise = function (t, e, r, o) { var a = t instanceof i, s = this._bitField, c = 0 !== (134217728 & s); 0 !== (65536 & s) ? (a && t._invokeInternalOnCancel(), r instanceof T && r.isFinallyHandler() ? (r.cancelPromise = t, x(e).call(r, o) === S && t._reject(S.e)) : e === u ? t._fulfill(u.call(r)) : r instanceof n ? r._promiseCancelled(t) : a || t instanceof k ? t._cancel() : r.cancel()) : "function" == typeof e ? a ? (c && t._setAsyncGuaranteed(), this._settlePromiseFromHandler(e, r, o, t)) : e.call(r, o, t) : r instanceof n ? r._isResolved() || (0 !== (33554432 & s) ? r._promiseFulfilled(o, t) : r._promiseRejected(o, t)) : a && (c && t._setAsyncGuaranteed(), 0 !== (33554432 & s) ? t._fulfill(o) : t._reject(o)) }, i.prototype._settlePromiseLateCancellationObserver = function (t) { var e = t.handler, n = t.promise, r = t.receiver, o = t.value; "function" == typeof e ? n instanceof i ? this._settlePromiseFromHandler(e, r, o, n) : e.call(r, o, n) : n instanceof i && n._reject(o) }, i.prototype._settlePromiseCtx = function (t) { this._settlePromise(t.promise, t.handler, t.receiver, t.value) }, i.prototype._settlePromise0 = function (t, e, n) { var r = this._promise0, i = this._receiverAt(0); this._promise0 = void 0, this._receiver0 = void 0, this._settlePromise(r, t, i, e) }, i.prototype._clearCallbackDataAtIndex = function (t) { var e = 4 * t - 4; this[e + 2] = this[e + 3] = this[e + 0] = this[e + 1] = void 0 }, i.prototype._fulfill = function (t) { var e = this._bitField; if (!((117506048 & e) >>> 16)) { if (t === this) { var n = l(); return this._attachExtraTrace(n), this._reject(n) } this._setFulfilled(), this._rejectionHandler0 = t, (65535 & e) > 0 && (0 !== (134217728 & e) ? this._settlePromises() : v.settlePromises(this)) } }, i.prototype._reject = function (t) { var e = this._bitField; if (!((117506048 & e) >>> 16)) return this._setRejected(), this._fulfillmentHandler0 = t, this._isFinal() ? v.fatalError(t, h.isNode) : void ((65535 & e) > 0 ? v.settlePromises(this) : this._ensurePossibleRejectionHandled()) }, i.prototype._fulfillPromises = function (t, e) { for (var n = 1; t > n; n++) { var r = this._fulfillmentHandlerAt(n), i = this._promiseAt(n), o = this._receiverAt(n); this._clearCallbackDataAtIndex(n), this._settlePromise(i, r, o, e) } }, i.prototype._rejectPromises = function (t, e) { for (var n = 1; t > n; n++) { var r = this._rejectionHandlerAt(n), i = this._promiseAt(n), o = this._receiverAt(n); this._clearCallbackDataAtIndex(n), this._settlePromise(i, r, o, e) } }, i.prototype._settlePromises = function () { var t = this._bitField, e = 65535 & t; if (e > 0) { if (0 !== (16842752 & t)) { var n = this._fulfillmentHandler0; this._settlePromise0(this._rejectionHandler0, n, t), this._rejectPromises(e, n) } else { var r = this._rejectionHandler0; this._settlePromise0(this._fulfillmentHandler0, r, t), this._fulfillPromises(e, r) } this._setLength(0) } this._clearCancellationData() }, i.prototype._settledValue = function () { var t = this._bitField; return 0 !== (33554432 & t) ? this._rejectionHandler0 : 0 !== (16777216 & t) ? this._fulfillmentHandler0 : void 0 }, i.defer = i.pending = function () { F.deprecated("Promise.defer", "new Promise"); var t = new i(b); return { promise: t, resolve: o, reject: a } }, h.notEnumerableProp(i, "_makeSelfResolutionError", l), t("./method")(i, b, E, p, F), t("./bind")(i, b, E, F), t("./cancel")(i, k, p, F), t("./direct_resolve")(i), t("./synchronous_inspection")(i), t("./join")(i, k, E, b, v, c), i.Promise = i, i.version = "3.5.0", h.toFastProperties(i), h.toFastProperties(i.prototype), s({ a: 1 }), s({ b: 2 }), s({ c: 3 }), s(1), s(function () { }), s(void 0), s(!1), s(new i(b)), F.setBounds(d.firstLineError, h.lastLineError), i
}
}, { "./async": 1, "./bind": 2, "./cancel": 4, "./catch_filter": 5, "./context": 6, "./debuggability": 7, "./direct_resolve": 8, "./errors": 9, "./es5": 10, "./finally": 11, "./join": 12, "./method": 13, "./nodeback": 14, "./promise_array": 16, "./synchronous_inspection": 19, "./thenables": 20, "./util": 21 }], 16: [function (t, e, n) { "use strict"; e.exports = function (e, n, r, i, o) { function a(t) { switch (t) { case -2: return []; case -3: return {}; case -6: return new Map } } function s(t) { var r = this._promise = new e(n); t instanceof e && r._propagateFrom(t, 3), r._setOnCancel(this), this._values = t, this._length = 0, this._totalResolved = 0, this._init(void 0, -2) } var c = t("./util"); c.isArray; return c.inherits(s, o), s.prototype.length = function () { return this._length }, s.prototype.promise = function () { return this._promise }, s.prototype._init = function l(t, n) { var o = r(this._values, this._promise); if (o instanceof e) { o = o._target(); var s = o._bitField; if (this._values = o, 0 === (50397184 & s)) return this._promise._setAsyncGuaranteed(), o._then(l, this._reject, void 0, this, n); if (0 === (33554432 & s)) return 0 !== (16777216 & s) ? this._reject(o._reason()) : this._cancel(); o = o._value() } if (o = c.asArray(o), null === o) { var u = i("expecting an array or an iterable object but got " + c.classString(o)).reason(); return void this._promise._rejectCallback(u, !1) } return 0 === o.length ? void (-5 === n ? this._resolveEmptyArray() : this._resolve(a(n))) : void this._iterate(o) }, s.prototype._iterate = function (t) { var n = this.getActualLength(t.length); this._length = n, this._values = this.shouldCopyValues() ? new Array(n) : this._values; for (var i = this._promise, o = !1, a = null, s = 0; n > s; ++s) { var c = r(t[s], i); c instanceof e ? (c = c._target(), a = c._bitField) : a = null, o ? null !== a && c.suppressUnhandledRejections() : null !== a ? 0 === (50397184 & a) ? (c._proxy(this, s), this._values[s] = c) : o = 0 !== (33554432 & a) ? this._promiseFulfilled(c._value(), s) : 0 !== (16777216 & a) ? this._promiseRejected(c._reason(), s) : this._promiseCancelled(s) : o = this._promiseFulfilled(c, s) } o || i._setAsyncGuaranteed() }, s.prototype._isResolved = function () { return null === this._values }, s.prototype._resolve = function (t) { this._values = null, this._promise._fulfill(t) }, s.prototype._cancel = function () { !this._isResolved() && this._promise._isCancellable() && (this._values = null, this._promise._cancel()) }, s.prototype._reject = function (t) { this._values = null, this._promise._rejectCallback(t, !1) }, s.prototype._promiseFulfilled = function (t, e) { this._values[e] = t; var n = ++this._totalResolved; return n >= this._length ? (this._resolve(this._values), !0) : !1 }, s.prototype._promiseCancelled = function () { return this._cancel(), !0 }, s.prototype._promiseRejected = function (t) { return this._totalResolved++ , this._reject(t), !0 }, s.prototype._resultCancelled = function () { if (!this._isResolved()) { var t = this._values; if (this._cancel(), t instanceof e) t.cancel(); else for (var n = 0; n < t.length; ++n)t[n] instanceof e && t[n].cancel() } }, s.prototype.shouldCopyValues = function () { return !0 }, s.prototype.getActualLength = function (t) { return t }, s } }, { "./util": 21 }], 17: [function (t, e, n) { "use strict"; function r(t, e, n, r, i) { for (var o = 0; i > o; ++o)n[o + r] = t[o + e], t[o + e] = void 0 } function i(t) { this._capacity = t, this._length = 0, this._front = 0 } i.prototype._willBeOverCapacity = function (t) { return this._capacity < t }, i.prototype._pushOne = function (t) { var e = this.length(); this._checkCapacity(e + 1); var n = this._front + e & this._capacity - 1; this[n] = t, this._length = e + 1 }, i.prototype.push = function (t, e, n) { var r = this.length() + 3; if (this._willBeOverCapacity(r)) return this._pushOne(t), this._pushOne(e), void this._pushOne(n); var i = this._front + r - 3; this._checkCapacity(r); var o = this._capacity - 1; this[i + 0 & o] = t, this[i + 1 & o] = e, this[i + 2 & o] = n, this._length = r }, i.prototype.shift = function () { var t = this._front, e = this[t]; return this[t] = void 0, this._front = t + 1 & this._capacity - 1, this._length-- , e }, i.prototype.length = function () { return this._length }, i.prototype._checkCapacity = function (t) { this._capacity < t && this._resizeTo(this._capacity << 1) }, i.prototype._resizeTo = function (t) { var e = this._capacity; this._capacity = t; var n = this._front, i = this._length, o = n + i & e - 1; r(this, 0, this, e, o) }, e.exports = i }, {}], 18: [function (t, e, n) { "use strict"; var r, i = t("./util"), o = function () { throw new Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n") }, a = i.getNativePromise(); if (i.isNode && "undefined" == typeof MutationObserver) { var s = global.setImmediate, c = process.nextTick; r = i.isRecentNode ? function (t) { s.call(global, t) } : function (t) { c.call(process, t) } } else if ("function" == typeof a && "function" == typeof a.resolve) { var l = a.resolve(); r = function (t) { l.then(t) } } else r = "undefined" == typeof MutationObserver || "undefined" != typeof window && window.navigator && (window.navigator.standalone || window.cordova) ? "undefined" != typeof setImmediate ? function (t) { setImmediate(t) } : "undefined" != typeof setTimeout ? function (t) { setTimeout(t, 0) } : o : function () { var t = document.createElement("div"), e = { attributes: !0 }, n = !1, r = document.createElement("div"), i = new MutationObserver(function () { t.classList.toggle("foo"), n = !1 }); i.observe(r, e); var o = function () { n || (n = !0, r.classList.toggle("foo")) }; return function (n) { var r = new MutationObserver(function () { r.disconnect(), n() }); r.observe(t, e), o() } }(); e.exports = r }, { "./util": 21 }], 19: [function (t, e, n) { "use strict"; e.exports = function (t) { function e(t) { void 0 !== t ? (t = t._target(), this._bitField = t._bitField, this._settledValueField = t._isFateSealed() ? t._settledValue() : void 0) : (this._bitField = 0, this._settledValueField = void 0) } e.prototype._settledValue = function () { return this._settledValueField }; var n = e.prototype.value = function () { if (!this.isFulfilled()) throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n"); return this._settledValue() }, r = e.prototype.error = e.prototype.reason = function () { if (!this.isRejected()) throw new TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n"); return this._settledValue() }, i = e.prototype.isFulfilled = function () { return 0 !== (33554432 & this._bitField) }, o = e.prototype.isRejected = function () { return 0 !== (16777216 & this._bitField) }, a = e.prototype.isPending = function () { return 0 === (50397184 & this._bitField) }, s = e.prototype.isResolved = function () { return 0 !== (50331648 & this._bitField) }; e.prototype.isCancelled = function () { return 0 !== (8454144 & this._bitField) }, t.prototype.__isCancelled = function () { return 65536 === (65536 & this._bitField) }, t.prototype._isCancelled = function () { return this._target().__isCancelled() }, t.prototype.isCancelled = function () { return 0 !== (8454144 & this._target()._bitField) }, t.prototype.isPending = function () { return a.call(this._target()) }, t.prototype.isRejected = function () { return o.call(this._target()) }, t.prototype.isFulfilled = function () { return i.call(this._target()) }, t.prototype.isResolved = function () { return s.call(this._target()) }, t.prototype.value = function () { return n.call(this._target()) }, t.prototype.reason = function () { var t = this._target(); return t._unsetRejectionIsUnhandled(), r.call(t) }, t.prototype._value = function () { return this._settledValue() }, t.prototype._reason = function () { return this._unsetRejectionIsUnhandled(), this._settledValue() }, t.PromiseInspection = e } }, {}], 20: [function (t, e, n) { "use strict"; e.exports = function (e, n) { function r(t, r) { if (u(t)) { if (t instanceof e) return t; var i = o(t); if (i === l) { r && r._pushContext(); var c = e.reject(i.e); return r && r._popContext(), c } if ("function" == typeof i) { if (a(t)) { var c = new e(n); return t._then(c._fulfill, c._reject, void 0, c, null), c } return s(t, i, r) } } return t } function i(t) { return t.then } function o(t) { try { return i(t) } catch (e) { return l.e = e, l } } function a(t) { try { return p.call(t, "_promise0") } catch (e) { return !1 } } function s(t, r, i) { function o(t) { s && (s._resolveCallback(t), s = null) } function a(t) { s && (s._rejectCallback(t, p, !0), s = null) } var s = new e(n), u = s; i && i._pushContext(), s._captureStackTrace(), i && i._popContext(); var p = !0, f = c.tryCatch(r).call(t, o, a); return p = !1, s && f === l && (s._rejectCallback(f.e, !0, !0), s = null), u } var c = t("./util"), l = c.errorObj, u = c.isObject, p = {}.hasOwnProperty; return r } }, { "./util": 21 }], 21: [function (t, e, n) { "use strict"; function r() { try { var t = R; return R = null, t.apply(this, arguments) } catch (e) { return P.e = e, P } } function i(t) { return R = t, r } function o(t) { return null == t || t === !0 || t === !1 || "string" == typeof t || "number" == typeof t } function a(t) { return "function" == typeof t || "object" == typeof t && null !== t } function s(t) { return o(t) ? new Error(v(t)) : t } function c(t, e) { var n, r = t.length, i = new Array(r + 1); for (n = 0; r > n; ++n)i[n] = t[n]; return i[n] = e, i } function l(t, e, n) { if (!F.isES5) return {}.hasOwnProperty.call(t, e) ? t[e] : void 0; var r = Object.getOwnPropertyDescriptor(t, e); return null != r ? null == r.get && null == r.set ? r.value : n : void 0 } function u(t, e, n) { if (o(t)) return t; var r = { value: n, configurable: !0, enumerable: !1, writable: !0 }; return F.defineProperty(t, e, r), t } function p(t) { throw t } function f(t) { try { if ("function" == typeof t) { var e = F.names(t.prototype), n = F.isES5 && e.length > 1, r = e.length > 0 && !(1 === e.length && "constructor" === e[0]), i = A.test(t + "") && F.names(t).length > 0; if (n || r || i) return !0 } return !1 } catch (o) { return !1 } } function h(t) { function e() { } e.prototype = t; for (var n = 8; n--;)new e; return t } function _(t) { return L.test(t) } function d(t, e, n) { for (var r = new Array(t), i = 0; t > i; ++i)r[i] = e + i + n; return r } function v(t) { try { return t + "" } catch (e) { return "[no string representation]" } } function y(t) { return null !== t && "object" == typeof t && "string" == typeof t.message && "string" == typeof t.name } function g(t) { try { u(t, "isOperational", !0) } catch (e) { } } function m(t) { return null == t ? !1 : t instanceof Error.__BluebirdErrorTypes__.OperationalError || t.isOperational === !0 } function b(t) { return y(t) && F.propertyIsWritable(t, "stack") } function C(t) { return {}.toString.call(t) } function w(t, e, n) { for (var r = F.names(t), i = 0; i < r.length; ++i) { var o = r[i]; if (n(o)) try { F.defineProperty(e, o, F.getDescriptor(t, o)) } catch (a) { } } } function E(t) { return H ? process.env[t] : void 0 } function k() { if ("function" == typeof Promise) try { var t = new Promise(function () { }); if ("[object Promise]" === {}.toString.call(t)) return Promise } catch (e) { } } function j(t, e) { return t.bind(e) } var F = t("./es5"), T = "undefined" == typeof navigator, P = { e: {} }, R, S = "undefined" != typeof self ? self : "undefined" != typeof window ? window : "undefined" != typeof global ? global : void 0 !== this ? this : null, x = function (t, e) { function n() { this.constructor = t, this.constructor$ = e; for (var n in e.prototype) r.call(e.prototype, n) && "$" !== n.charAt(n.length - 1) && (this[n + "$"] = e.prototype[n]) } var r = {}.hasOwnProperty; return n.prototype = e.prototype, t.prototype = new n, t.prototype }, O = function () { var t = [Array.prototype, Object.prototype, Function.prototype], e = function (e) { for (var n = 0; n < t.length; ++n)if (t[n] === e) return !0; return !1 }; if (F.isES5) { var n = Object.getOwnPropertyNames; return function (t) { for (var r = [], i = Object.create(null); null != t && !e(t);) { var o; try { o = n(t) } catch (a) { return r } for (var s = 0; s < o.length; ++s) { var c = o[s]; if (!i[c]) { i[c] = !0; var l = Object.getOwnPropertyDescriptor(t, c); null != l && null == l.get && null == l.set && r.push(c) } } t = F.getPrototypeOf(t) } return r } } var r = {}.hasOwnProperty; return function (n) { if (e(n)) return []; var i = []; t: for (var o in n) if (r.call(n, o)) i.push(o); else { for (var a = 0; a < t.length; ++a)if (r.call(t[a], o)) continue t; i.push(o) } return i } }(), A = /this\s*\.\s*\S+\s*=/, L = /^[a-z$_][a-z$_0-9]*$/i, N = function () { return "stack" in new Error ? function (t) { return b(t) ? t : new Error(v(t)) } : function (t) { if (b(t)) return t; try { throw new Error(v(t)) } catch (e) { return e } } }(), B = function (t) { return F.isArray(t) ? t : null }; if ("undefined" != typeof Symbol && Symbol.iterator) { var U = "function" == typeof Array.from ? function (t) { return Array.from(t) } : function (t) { for (var e, n = [], r = t[Symbol.iterator](); !(e = r.next()).done;)n.push(e.value); return n }; B = function (t) { return F.isArray(t) ? t : null != t && "function" == typeof t[Symbol.iterator] ? U(t) : null } } var I = "undefined" != typeof process && "[object process]" === C(process).toLowerCase(), H = "undefined" != typeof process && "undefined" != typeof process.env, D = { isClass: f, isIdentifier: _, inheritedDataKeys: O, getDataPropertyOrDefault: l, thrower: p, isArray: F.isArray, asArray: B, notEnumerableProp: u, isPrimitive: o, isObject: a, isError: y, canEvaluate: T, errorObj: P, tryCatch: i, inherits: x, withAppended: c, maybeWrapAsError: s, toFastProperties: h, filledRange: d, toString: v, canAttachTrace: b, ensureErrorObject: N, originatesFromRejection: m, markAsOriginatingFromRejection: g, classString: C, copyDescriptors: w, hasDevTools: "undefined" != typeof chrome && chrome && "function" == typeof chrome.loadTimes, isNode: I, hasEnvVariables: H, env: E, global: S, getNativePromise: k, domainBind: j }; D.isRecentNode = D.isNode && function () { var t = process.versions.node.split(".").map(Number); return 0 === t[0] && t[1] > 10 || t[0] > 0 }(), D.isNode && D.toFastProperties(process); try { throw new Error } catch (V) { D.lastLineError = V } e.exports = D }, { "./es5": 10 }]}, { }, [3]) (3)}), "undefined" != typeof window && null !== window ? window.P = window.Promise : "undefined" != typeof self && null !== self && (self.P = self.Promise);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/lucas-code/wechatApp.git
git@gitee.com:lucas-code/wechatApp.git
lucas-code
wechatApp
微信电商小程序
master

搜索帮助