@solana/web3.js 1.87.2 → 1.87.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.iife.js +208 -208
- package/lib/index.iife.js.map +1 -1
- package/lib/index.iife.min.js +1 -1
- package/lib/index.iife.min.js.map +1 -1
- package/package.json +10 -10
package/lib/index.iife.js
CHANGED
|
@@ -16355,14 +16355,14 @@ var solanaWeb3 = (function (exports) {
|
|
|
16355
16355
|
if (hasRequired_typeof) return _typeof.exports;
|
|
16356
16356
|
hasRequired_typeof = 1;
|
|
16357
16357
|
(function (module) {
|
|
16358
|
-
function _typeof(
|
|
16358
|
+
function _typeof(o) {
|
|
16359
16359
|
"@babel/helpers - typeof";
|
|
16360
16360
|
|
|
16361
|
-
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
|
16362
|
-
return typeof
|
|
16363
|
-
} : function (
|
|
16364
|
-
return
|
|
16365
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(
|
|
16361
|
+
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
16362
|
+
return typeof o;
|
|
16363
|
+
} : function (o) {
|
|
16364
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
16365
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
|
|
16366
16366
|
}
|
|
16367
16367
|
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
16368
16368
|
} (_typeof));
|
|
@@ -16378,304 +16378,304 @@ var solanaWeb3 = (function (exports) {
|
|
|
16378
16378
|
var _typeof = require_typeof()["default"];
|
|
16379
16379
|
function _regeneratorRuntime() {
|
|
16380
16380
|
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
|
16381
|
-
return
|
|
16381
|
+
return e;
|
|
16382
16382
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
16383
|
-
var
|
|
16384
|
-
|
|
16385
|
-
|
|
16386
|
-
|
|
16387
|
-
|
|
16383
|
+
var t,
|
|
16384
|
+
e = {},
|
|
16385
|
+
r = Object.prototype,
|
|
16386
|
+
n = r.hasOwnProperty,
|
|
16387
|
+
o = Object.defineProperty || function (t, e, r) {
|
|
16388
|
+
t[e] = r.value;
|
|
16388
16389
|
},
|
|
16389
|
-
|
|
16390
|
-
|
|
16391
|
-
|
|
16392
|
-
|
|
16393
|
-
function define(
|
|
16394
|
-
return Object.defineProperty(
|
|
16395
|
-
value:
|
|
16390
|
+
i = "function" == typeof Symbol ? Symbol : {},
|
|
16391
|
+
a = i.iterator || "@@iterator",
|
|
16392
|
+
c = i.asyncIterator || "@@asyncIterator",
|
|
16393
|
+
u = i.toStringTag || "@@toStringTag";
|
|
16394
|
+
function define(t, e, r) {
|
|
16395
|
+
return Object.defineProperty(t, e, {
|
|
16396
|
+
value: r,
|
|
16396
16397
|
enumerable: !0,
|
|
16397
16398
|
configurable: !0,
|
|
16398
16399
|
writable: !0
|
|
16399
|
-
}),
|
|
16400
|
+
}), t[e];
|
|
16400
16401
|
}
|
|
16401
16402
|
try {
|
|
16402
16403
|
define({}, "");
|
|
16403
|
-
} catch (
|
|
16404
|
-
define = function define(
|
|
16405
|
-
return
|
|
16404
|
+
} catch (t) {
|
|
16405
|
+
define = function define(t, e, r) {
|
|
16406
|
+
return t[e] = r;
|
|
16406
16407
|
};
|
|
16407
16408
|
}
|
|
16408
|
-
function wrap(
|
|
16409
|
-
var
|
|
16410
|
-
|
|
16411
|
-
|
|
16412
|
-
return
|
|
16413
|
-
value: makeInvokeMethod(
|
|
16414
|
-
}),
|
|
16409
|
+
function wrap(t, e, r, n) {
|
|
16410
|
+
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
16411
|
+
a = Object.create(i.prototype),
|
|
16412
|
+
c = new Context(n || []);
|
|
16413
|
+
return o(a, "_invoke", {
|
|
16414
|
+
value: makeInvokeMethod(t, r, c)
|
|
16415
|
+
}), a;
|
|
16415
16416
|
}
|
|
16416
|
-
function tryCatch(
|
|
16417
|
+
function tryCatch(t, e, r) {
|
|
16417
16418
|
try {
|
|
16418
16419
|
return {
|
|
16419
16420
|
type: "normal",
|
|
16420
|
-
arg:
|
|
16421
|
+
arg: t.call(e, r)
|
|
16421
16422
|
};
|
|
16422
|
-
} catch (
|
|
16423
|
+
} catch (t) {
|
|
16423
16424
|
return {
|
|
16424
16425
|
type: "throw",
|
|
16425
|
-
arg:
|
|
16426
|
+
arg: t
|
|
16426
16427
|
};
|
|
16427
16428
|
}
|
|
16428
16429
|
}
|
|
16429
|
-
|
|
16430
|
-
var
|
|
16430
|
+
e.wrap = wrap;
|
|
16431
|
+
var h = "suspendedStart",
|
|
16432
|
+
l = "suspendedYield",
|
|
16433
|
+
f = "executing",
|
|
16434
|
+
s = "completed",
|
|
16435
|
+
y = {};
|
|
16431
16436
|
function Generator() {}
|
|
16432
16437
|
function GeneratorFunction() {}
|
|
16433
16438
|
function GeneratorFunctionPrototype() {}
|
|
16434
|
-
var
|
|
16435
|
-
define(
|
|
16439
|
+
var p = {};
|
|
16440
|
+
define(p, a, function () {
|
|
16436
16441
|
return this;
|
|
16437
16442
|
});
|
|
16438
|
-
var
|
|
16439
|
-
|
|
16440
|
-
|
|
16441
|
-
var
|
|
16442
|
-
function defineIteratorMethods(
|
|
16443
|
-
["next", "throw", "return"].forEach(function (
|
|
16444
|
-
define(
|
|
16445
|
-
return this._invoke(
|
|
16443
|
+
var d = Object.getPrototypeOf,
|
|
16444
|
+
v = d && d(d(values([])));
|
|
16445
|
+
v && v !== r && n.call(v, a) && (p = v);
|
|
16446
|
+
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
16447
|
+
function defineIteratorMethods(t) {
|
|
16448
|
+
["next", "throw", "return"].forEach(function (e) {
|
|
16449
|
+
define(t, e, function (t) {
|
|
16450
|
+
return this._invoke(e, t);
|
|
16446
16451
|
});
|
|
16447
16452
|
});
|
|
16448
16453
|
}
|
|
16449
|
-
function AsyncIterator(
|
|
16450
|
-
function invoke(
|
|
16451
|
-
var
|
|
16452
|
-
if ("throw" !==
|
|
16453
|
-
var
|
|
16454
|
-
|
|
16455
|
-
return
|
|
16456
|
-
invoke("next",
|
|
16457
|
-
}, function (
|
|
16458
|
-
invoke("throw",
|
|
16459
|
-
}) :
|
|
16460
|
-
|
|
16461
|
-
}, function (
|
|
16462
|
-
return invoke("throw",
|
|
16454
|
+
function AsyncIterator(t, e) {
|
|
16455
|
+
function invoke(r, o, i, a) {
|
|
16456
|
+
var c = tryCatch(t[r], t, o);
|
|
16457
|
+
if ("throw" !== c.type) {
|
|
16458
|
+
var u = c.arg,
|
|
16459
|
+
h = u.value;
|
|
16460
|
+
return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
|
|
16461
|
+
invoke("next", t, i, a);
|
|
16462
|
+
}, function (t) {
|
|
16463
|
+
invoke("throw", t, i, a);
|
|
16464
|
+
}) : e.resolve(h).then(function (t) {
|
|
16465
|
+
u.value = t, i(u);
|
|
16466
|
+
}, function (t) {
|
|
16467
|
+
return invoke("throw", t, i, a);
|
|
16463
16468
|
});
|
|
16464
16469
|
}
|
|
16465
|
-
|
|
16470
|
+
a(c.arg);
|
|
16466
16471
|
}
|
|
16467
|
-
var
|
|
16468
|
-
|
|
16469
|
-
value: function value(
|
|
16472
|
+
var r;
|
|
16473
|
+
o(this, "_invoke", {
|
|
16474
|
+
value: function value(t, n) {
|
|
16470
16475
|
function callInvokeWithMethodAndArg() {
|
|
16471
|
-
return new
|
|
16472
|
-
invoke(
|
|
16476
|
+
return new e(function (e, r) {
|
|
16477
|
+
invoke(t, n, e, r);
|
|
16473
16478
|
});
|
|
16474
16479
|
}
|
|
16475
|
-
return
|
|
16480
|
+
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
16476
16481
|
}
|
|
16477
16482
|
});
|
|
16478
16483
|
}
|
|
16479
|
-
function makeInvokeMethod(
|
|
16480
|
-
var
|
|
16481
|
-
return function (
|
|
16482
|
-
if (
|
|
16483
|
-
if (
|
|
16484
|
-
if ("throw" ===
|
|
16485
|
-
return
|
|
16484
|
+
function makeInvokeMethod(e, r, n) {
|
|
16485
|
+
var o = h;
|
|
16486
|
+
return function (i, a) {
|
|
16487
|
+
if (o === f) throw new Error("Generator is already running");
|
|
16488
|
+
if (o === s) {
|
|
16489
|
+
if ("throw" === i) throw a;
|
|
16490
|
+
return {
|
|
16491
|
+
value: t,
|
|
16492
|
+
done: !0
|
|
16493
|
+
};
|
|
16486
16494
|
}
|
|
16487
|
-
for (
|
|
16488
|
-
var
|
|
16489
|
-
if (
|
|
16490
|
-
var
|
|
16491
|
-
if (
|
|
16492
|
-
if (
|
|
16493
|
-
return
|
|
16495
|
+
for (n.method = i, n.arg = a;;) {
|
|
16496
|
+
var c = n.delegate;
|
|
16497
|
+
if (c) {
|
|
16498
|
+
var u = maybeInvokeDelegate(c, n);
|
|
16499
|
+
if (u) {
|
|
16500
|
+
if (u === y) continue;
|
|
16501
|
+
return u;
|
|
16494
16502
|
}
|
|
16495
16503
|
}
|
|
16496
|
-
if ("next" ===
|
|
16497
|
-
if (
|
|
16498
|
-
|
|
16499
|
-
} else "return" ===
|
|
16500
|
-
|
|
16501
|
-
var
|
|
16502
|
-
if ("normal" ===
|
|
16503
|
-
if (
|
|
16504
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
16505
|
+
if (o === h) throw o = s, n.arg;
|
|
16506
|
+
n.dispatchException(n.arg);
|
|
16507
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
16508
|
+
o = f;
|
|
16509
|
+
var p = tryCatch(e, r, n);
|
|
16510
|
+
if ("normal" === p.type) {
|
|
16511
|
+
if (o = n.done ? s : l, p.arg === y) continue;
|
|
16504
16512
|
return {
|
|
16505
|
-
value:
|
|
16506
|
-
done:
|
|
16513
|
+
value: p.arg,
|
|
16514
|
+
done: n.done
|
|
16507
16515
|
};
|
|
16508
16516
|
}
|
|
16509
|
-
"throw" ===
|
|
16517
|
+
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
16510
16518
|
}
|
|
16511
16519
|
};
|
|
16512
16520
|
}
|
|
16513
|
-
function maybeInvokeDelegate(
|
|
16514
|
-
var
|
|
16515
|
-
|
|
16516
|
-
if (
|
|
16517
|
-
var
|
|
16518
|
-
if ("throw" ===
|
|
16519
|
-
var
|
|
16520
|
-
return
|
|
16521
|
+
function maybeInvokeDelegate(e, r) {
|
|
16522
|
+
var n = r.method,
|
|
16523
|
+
o = e.iterator[n];
|
|
16524
|
+
if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
|
|
16525
|
+
var i = tryCatch(o, e.iterator, r.arg);
|
|
16526
|
+
if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
|
|
16527
|
+
var a = i.arg;
|
|
16528
|
+
return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
|
|
16521
16529
|
}
|
|
16522
|
-
function pushTryEntry(
|
|
16523
|
-
var
|
|
16524
|
-
tryLoc:
|
|
16530
|
+
function pushTryEntry(t) {
|
|
16531
|
+
var e = {
|
|
16532
|
+
tryLoc: t[0]
|
|
16525
16533
|
};
|
|
16526
|
-
1 in
|
|
16534
|
+
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
16527
16535
|
}
|
|
16528
|
-
function resetTryEntry(
|
|
16529
|
-
var
|
|
16530
|
-
|
|
16536
|
+
function resetTryEntry(t) {
|
|
16537
|
+
var e = t.completion || {};
|
|
16538
|
+
e.type = "normal", delete e.arg, t.completion = e;
|
|
16531
16539
|
}
|
|
16532
|
-
function Context(
|
|
16540
|
+
function Context(t) {
|
|
16533
16541
|
this.tryEntries = [{
|
|
16534
16542
|
tryLoc: "root"
|
|
16535
|
-
}],
|
|
16543
|
+
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
16536
16544
|
}
|
|
16537
|
-
function values(
|
|
16538
|
-
if (
|
|
16539
|
-
var
|
|
16540
|
-
if (
|
|
16541
|
-
if ("function" == typeof
|
|
16542
|
-
if (!isNaN(
|
|
16543
|
-
var
|
|
16544
|
-
|
|
16545
|
-
for (; ++
|
|
16546
|
-
return next.value =
|
|
16545
|
+
function values(e) {
|
|
16546
|
+
if (e || "" === e) {
|
|
16547
|
+
var r = e[a];
|
|
16548
|
+
if (r) return r.call(e);
|
|
16549
|
+
if ("function" == typeof e.next) return e;
|
|
16550
|
+
if (!isNaN(e.length)) {
|
|
16551
|
+
var o = -1,
|
|
16552
|
+
i = function next() {
|
|
16553
|
+
for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
|
|
16554
|
+
return next.value = t, next.done = !0, next;
|
|
16547
16555
|
};
|
|
16548
|
-
return
|
|
16556
|
+
return i.next = i;
|
|
16549
16557
|
}
|
|
16550
16558
|
}
|
|
16551
|
-
|
|
16552
|
-
next: doneResult
|
|
16553
|
-
};
|
|
16554
|
-
}
|
|
16555
|
-
function doneResult() {
|
|
16556
|
-
return {
|
|
16557
|
-
value: undefined,
|
|
16558
|
-
done: !0
|
|
16559
|
-
};
|
|
16559
|
+
throw new TypeError(_typeof(e) + " is not iterable");
|
|
16560
16560
|
}
|
|
16561
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
16561
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
|
|
16562
16562
|
value: GeneratorFunctionPrototype,
|
|
16563
16563
|
configurable: !0
|
|
16564
|
-
}),
|
|
16564
|
+
}), o(GeneratorFunctionPrototype, "constructor", {
|
|
16565
16565
|
value: GeneratorFunction,
|
|
16566
16566
|
configurable: !0
|
|
16567
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype,
|
|
16568
|
-
var
|
|
16569
|
-
return !!
|
|
16570
|
-
},
|
|
16571
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(
|
|
16572
|
-
},
|
|
16567
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
16568
|
+
var e = "function" == typeof t && t.constructor;
|
|
16569
|
+
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
16570
|
+
}, e.mark = function (t) {
|
|
16571
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
16572
|
+
}, e.awrap = function (t) {
|
|
16573
16573
|
return {
|
|
16574
|
-
__await:
|
|
16574
|
+
__await: t
|
|
16575
16575
|
};
|
|
16576
|
-
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype,
|
|
16576
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
|
|
16577
16577
|
return this;
|
|
16578
|
-
}),
|
|
16579
|
-
void 0 ===
|
|
16580
|
-
var
|
|
16581
|
-
return
|
|
16582
|
-
return
|
|
16578
|
+
}), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
|
|
16579
|
+
void 0 === i && (i = Promise);
|
|
16580
|
+
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
16581
|
+
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
16582
|
+
return t.done ? t.value : a.next();
|
|
16583
16583
|
});
|
|
16584
|
-
}, defineIteratorMethods(
|
|
16584
|
+
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
16585
16585
|
return this;
|
|
16586
|
-
}), define(
|
|
16586
|
+
}), define(g, "toString", function () {
|
|
16587
16587
|
return "[object Generator]";
|
|
16588
|
-
}),
|
|
16589
|
-
var
|
|
16590
|
-
|
|
16591
|
-
for (var
|
|
16592
|
-
return
|
|
16593
|
-
for (;
|
|
16594
|
-
var
|
|
16595
|
-
if (
|
|
16588
|
+
}), e.keys = function (t) {
|
|
16589
|
+
var e = Object(t),
|
|
16590
|
+
r = [];
|
|
16591
|
+
for (var n in e) r.push(n);
|
|
16592
|
+
return r.reverse(), function next() {
|
|
16593
|
+
for (; r.length;) {
|
|
16594
|
+
var t = r.pop();
|
|
16595
|
+
if (t in e) return next.value = t, next.done = !1, next;
|
|
16596
16596
|
}
|
|
16597
16597
|
return next.done = !0, next;
|
|
16598
16598
|
};
|
|
16599
|
-
},
|
|
16599
|
+
}, e.values = values, Context.prototype = {
|
|
16600
16600
|
constructor: Context,
|
|
16601
|
-
reset: function reset(
|
|
16602
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent =
|
|
16601
|
+
reset: function reset(e) {
|
|
16602
|
+
if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
|
|
16603
16603
|
},
|
|
16604
16604
|
stop: function stop() {
|
|
16605
16605
|
this.done = !0;
|
|
16606
|
-
var
|
|
16607
|
-
if ("throw" ===
|
|
16606
|
+
var t = this.tryEntries[0].completion;
|
|
16607
|
+
if ("throw" === t.type) throw t.arg;
|
|
16608
16608
|
return this.rval;
|
|
16609
16609
|
},
|
|
16610
|
-
dispatchException: function dispatchException(
|
|
16611
|
-
if (this.done) throw
|
|
16612
|
-
var
|
|
16613
|
-
function handle(
|
|
16614
|
-
return
|
|
16610
|
+
dispatchException: function dispatchException(e) {
|
|
16611
|
+
if (this.done) throw e;
|
|
16612
|
+
var r = this;
|
|
16613
|
+
function handle(n, o) {
|
|
16614
|
+
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
16615
16615
|
}
|
|
16616
|
-
for (var
|
|
16617
|
-
var
|
|
16618
|
-
|
|
16619
|
-
if ("root" ===
|
|
16620
|
-
if (
|
|
16621
|
-
var
|
|
16622
|
-
|
|
16623
|
-
if (
|
|
16624
|
-
if (this.prev <
|
|
16625
|
-
if (this.prev <
|
|
16626
|
-
} else if (
|
|
16627
|
-
if (this.prev <
|
|
16616
|
+
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
16617
|
+
var i = this.tryEntries[o],
|
|
16618
|
+
a = i.completion;
|
|
16619
|
+
if ("root" === i.tryLoc) return handle("end");
|
|
16620
|
+
if (i.tryLoc <= this.prev) {
|
|
16621
|
+
var c = n.call(i, "catchLoc"),
|
|
16622
|
+
u = n.call(i, "finallyLoc");
|
|
16623
|
+
if (c && u) {
|
|
16624
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
16625
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
16626
|
+
} else if (c) {
|
|
16627
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
16628
16628
|
} else {
|
|
16629
|
-
if (!
|
|
16630
|
-
if (this.prev <
|
|
16629
|
+
if (!u) throw new Error("try statement without catch or finally");
|
|
16630
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
16631
16631
|
}
|
|
16632
16632
|
}
|
|
16633
16633
|
}
|
|
16634
16634
|
},
|
|
16635
|
-
abrupt: function abrupt(
|
|
16636
|
-
for (var
|
|
16637
|
-
var
|
|
16638
|
-
if (
|
|
16639
|
-
var
|
|
16635
|
+
abrupt: function abrupt(t, e) {
|
|
16636
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
16637
|
+
var o = this.tryEntries[r];
|
|
16638
|
+
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
16639
|
+
var i = o;
|
|
16640
16640
|
break;
|
|
16641
16641
|
}
|
|
16642
16642
|
}
|
|
16643
|
-
|
|
16644
|
-
var
|
|
16645
|
-
return
|
|
16643
|
+
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
16644
|
+
var a = i ? i.completion : {};
|
|
16645
|
+
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
16646
16646
|
},
|
|
16647
|
-
complete: function complete(
|
|
16648
|
-
if ("throw" ===
|
|
16649
|
-
return "break" ===
|
|
16647
|
+
complete: function complete(t, e) {
|
|
16648
|
+
if ("throw" === t.type) throw t.arg;
|
|
16649
|
+
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
|
|
16650
16650
|
},
|
|
16651
|
-
finish: function finish(
|
|
16652
|
-
for (var
|
|
16653
|
-
var
|
|
16654
|
-
if (
|
|
16651
|
+
finish: function finish(t) {
|
|
16652
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
16653
|
+
var r = this.tryEntries[e];
|
|
16654
|
+
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
16655
16655
|
}
|
|
16656
16656
|
},
|
|
16657
|
-
"catch": function _catch(
|
|
16658
|
-
for (var
|
|
16659
|
-
var
|
|
16660
|
-
if (
|
|
16661
|
-
var
|
|
16662
|
-
if ("throw" ===
|
|
16663
|
-
var
|
|
16664
|
-
resetTryEntry(
|
|
16657
|
+
"catch": function _catch(t) {
|
|
16658
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
16659
|
+
var r = this.tryEntries[e];
|
|
16660
|
+
if (r.tryLoc === t) {
|
|
16661
|
+
var n = r.completion;
|
|
16662
|
+
if ("throw" === n.type) {
|
|
16663
|
+
var o = n.arg;
|
|
16664
|
+
resetTryEntry(r);
|
|
16665
16665
|
}
|
|
16666
|
-
return
|
|
16666
|
+
return o;
|
|
16667
16667
|
}
|
|
16668
16668
|
}
|
|
16669
16669
|
throw new Error("illegal catch attempt");
|
|
16670
16670
|
},
|
|
16671
|
-
delegateYield: function delegateYield(
|
|
16671
|
+
delegateYield: function delegateYield(e, r, n) {
|
|
16672
16672
|
return this.delegate = {
|
|
16673
|
-
iterator: values(
|
|
16674
|
-
resultName:
|
|
16675
|
-
nextLoc:
|
|
16676
|
-
}, "next" === this.method && (this.arg =
|
|
16673
|
+
iterator: values(e),
|
|
16674
|
+
resultName: r,
|
|
16675
|
+
nextLoc: n
|
|
16676
|
+
}, "next" === this.method && (this.arg = t), y;
|
|
16677
16677
|
}
|
|
16678
|
-
},
|
|
16678
|
+
}, e;
|
|
16679
16679
|
}
|
|
16680
16680
|
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
16681
16681
|
} (regeneratorRuntime$1));
|