@compilot/web-sdk-wallet-wagmi 2.49.0-staging → 2.50.0
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.
|
@@ -5,306 +5,116 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var identitySchemas = require('@nexeraid/identity-schemas');
|
|
6
6
|
var actions = require('wagmi/actions');
|
|
7
7
|
|
|
8
|
-
function
|
|
9
|
-
|
|
10
|
-
return e;
|
|
11
|
-
};
|
|
12
|
-
var t,
|
|
13
|
-
e = {},
|
|
14
|
-
r = Object.prototype,
|
|
15
|
-
n = r.hasOwnProperty,
|
|
16
|
-
o = Object.defineProperty || function (t, e, r) {
|
|
17
|
-
t[e] = r.value;
|
|
18
|
-
},
|
|
19
|
-
i = "function" == typeof Symbol ? Symbol : {},
|
|
20
|
-
a = i.iterator || "@@iterator",
|
|
21
|
-
c = i.asyncIterator || "@@asyncIterator",
|
|
22
|
-
u = i.toStringTag || "@@toStringTag";
|
|
23
|
-
function define(t, e, r) {
|
|
24
|
-
return Object.defineProperty(t, e, {
|
|
25
|
-
value: r,
|
|
26
|
-
enumerable: !0,
|
|
27
|
-
configurable: !0,
|
|
28
|
-
writable: !0
|
|
29
|
-
}), t[e];
|
|
30
|
-
}
|
|
8
|
+
function _regeneratorDefine(e, r, n, t) {
|
|
9
|
+
var i = Object.defineProperty;
|
|
31
10
|
try {
|
|
32
|
-
|
|
33
|
-
} catch (
|
|
34
|
-
|
|
35
|
-
return t[e] = r;
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
function wrap(t, e, r, n) {
|
|
39
|
-
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
40
|
-
a = Object.create(i.prototype),
|
|
41
|
-
c = new Context(n || []);
|
|
42
|
-
return o(a, "_invoke", {
|
|
43
|
-
value: makeInvokeMethod(t, r, c)
|
|
44
|
-
}), a;
|
|
45
|
-
}
|
|
46
|
-
function tryCatch(t, e, r) {
|
|
47
|
-
try {
|
|
48
|
-
return {
|
|
49
|
-
type: "normal",
|
|
50
|
-
arg: t.call(e, r)
|
|
51
|
-
};
|
|
52
|
-
} catch (t) {
|
|
53
|
-
return {
|
|
54
|
-
type: "throw",
|
|
55
|
-
arg: t
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
e.wrap = wrap;
|
|
60
|
-
var h = "suspendedStart",
|
|
61
|
-
l = "suspendedYield",
|
|
62
|
-
f = "executing",
|
|
63
|
-
s = "completed",
|
|
64
|
-
y = {};
|
|
65
|
-
function Generator() {}
|
|
66
|
-
function GeneratorFunction() {}
|
|
67
|
-
function GeneratorFunctionPrototype() {}
|
|
68
|
-
var p = {};
|
|
69
|
-
define(p, a, function () {
|
|
70
|
-
return this;
|
|
71
|
-
});
|
|
72
|
-
var d = Object.getPrototypeOf,
|
|
73
|
-
v = d && d(d(values([])));
|
|
74
|
-
v && v !== r && n.call(v, a) && (p = v);
|
|
75
|
-
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
76
|
-
function defineIteratorMethods(t) {
|
|
77
|
-
["next", "throw", "return"].forEach(function (e) {
|
|
78
|
-
define(t, e, function (t) {
|
|
79
|
-
return this._invoke(e, t);
|
|
80
|
-
});
|
|
81
|
-
});
|
|
11
|
+
i({}, "", {});
|
|
12
|
+
} catch (e) {
|
|
13
|
+
i = 0;
|
|
82
14
|
}
|
|
83
|
-
function
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}) : e.resolve(h).then(function (t) {
|
|
94
|
-
u.value = t, i(u);
|
|
95
|
-
}, function (t) {
|
|
96
|
-
return invoke("throw", t, i, a);
|
|
15
|
+
_regeneratorDefine = function (e, r, n, t) {
|
|
16
|
+
if (r) i ? i(e, r, {
|
|
17
|
+
value: n,
|
|
18
|
+
enumerable: !t,
|
|
19
|
+
configurable: !t,
|
|
20
|
+
writable: !t
|
|
21
|
+
}) : e[r] = n;else {
|
|
22
|
+
function o(r, n) {
|
|
23
|
+
_regeneratorDefine(e, r, function (e) {
|
|
24
|
+
return this._invoke(r, n, e);
|
|
97
25
|
});
|
|
98
26
|
}
|
|
99
|
-
|
|
27
|
+
o("next", 0), o("throw", 1), o("return", 2);
|
|
100
28
|
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
29
|
+
}, _regeneratorDefine(e, r, n, t);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
function _regenerator() {
|
|
33
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
34
|
+
var e,
|
|
35
|
+
t,
|
|
36
|
+
r = "function" == typeof Symbol ? Symbol : {},
|
|
37
|
+
n = r.iterator || "@@iterator",
|
|
38
|
+
o = r.toStringTag || "@@toStringTag";
|
|
39
|
+
function i(r, n, o, i) {
|
|
40
|
+
var c = n && n.prototype instanceof Generator ? n : Generator,
|
|
41
|
+
u = Object.create(c.prototype);
|
|
42
|
+
return _regeneratorDefine(u, "_invoke", function (r, n, o) {
|
|
43
|
+
var i,
|
|
44
|
+
c,
|
|
45
|
+
u,
|
|
46
|
+
f = 0,
|
|
47
|
+
p = o || [],
|
|
48
|
+
y = !1,
|
|
49
|
+
G = {
|
|
50
|
+
p: 0,
|
|
51
|
+
n: 0,
|
|
52
|
+
v: e,
|
|
53
|
+
a: d,
|
|
54
|
+
f: d.bind(e, 4),
|
|
55
|
+
d: function (t, r) {
|
|
56
|
+
return i = t, c = 0, u = e, G.n = r, a;
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
function d(r, n) {
|
|
60
|
+
for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
|
|
61
|
+
var o,
|
|
62
|
+
i = p[t],
|
|
63
|
+
d = G.p,
|
|
64
|
+
l = i[2];
|
|
65
|
+
r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
108
66
|
}
|
|
109
|
-
|
|
67
|
+
if (o || r > 1) return a;
|
|
68
|
+
throw y = !0, n;
|
|
110
69
|
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
70
|
+
return function (o, p, l) {
|
|
71
|
+
if (f > 1) throw TypeError("Generator is already running");
|
|
72
|
+
for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
|
|
73
|
+
i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
|
|
74
|
+
try {
|
|
75
|
+
if (f = 2, i) {
|
|
76
|
+
if (c || (o = "next"), t = i[o]) {
|
|
77
|
+
if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
|
|
78
|
+
if (!t.done) return t;
|
|
79
|
+
u = t.value, c < 2 && (c = 0);
|
|
80
|
+
} else 1 === c && (t = i.return) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
|
|
81
|
+
i = e;
|
|
82
|
+
} else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
|
|
83
|
+
} catch (t) {
|
|
84
|
+
i = e, c = 1, u = t;
|
|
85
|
+
} finally {
|
|
86
|
+
f = 1;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
119
89
|
return {
|
|
120
90
|
value: t,
|
|
121
|
-
done:
|
|
91
|
+
done: y
|
|
122
92
|
};
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
var c = n.delegate;
|
|
126
|
-
if (c) {
|
|
127
|
-
var u = maybeInvokeDelegate(c, n);
|
|
128
|
-
if (u) {
|
|
129
|
-
if (u === y) continue;
|
|
130
|
-
return u;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
134
|
-
if (o === h) throw o = s, n.arg;
|
|
135
|
-
n.dispatchException(n.arg);
|
|
136
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
137
|
-
o = f;
|
|
138
|
-
var p = tryCatch(e, r, n);
|
|
139
|
-
if ("normal" === p.type) {
|
|
140
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
141
|
-
return {
|
|
142
|
-
value: p.arg,
|
|
143
|
-
done: n.done
|
|
144
|
-
};
|
|
145
|
-
}
|
|
146
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
147
|
-
}
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
|
-
function maybeInvokeDelegate(e, r) {
|
|
151
|
-
var n = r.method,
|
|
152
|
-
o = e.iterator[n];
|
|
153
|
-
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;
|
|
154
|
-
var i = tryCatch(o, e.iterator, r.arg);
|
|
155
|
-
if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
|
|
156
|
-
var a = i.arg;
|
|
157
|
-
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);
|
|
158
|
-
}
|
|
159
|
-
function pushTryEntry(t) {
|
|
160
|
-
var e = {
|
|
161
|
-
tryLoc: t[0]
|
|
162
|
-
};
|
|
163
|
-
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
164
|
-
}
|
|
165
|
-
function resetTryEntry(t) {
|
|
166
|
-
var e = t.completion || {};
|
|
167
|
-
e.type = "normal", delete e.arg, t.completion = e;
|
|
168
|
-
}
|
|
169
|
-
function Context(t) {
|
|
170
|
-
this.tryEntries = [{
|
|
171
|
-
tryLoc: "root"
|
|
172
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
93
|
+
};
|
|
94
|
+
}(r, o, i), !0), u;
|
|
173
95
|
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
return i.next = i;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
throw new TypeError(typeof e + " is not iterable");
|
|
96
|
+
var a = {};
|
|
97
|
+
function Generator() {}
|
|
98
|
+
function GeneratorFunction() {}
|
|
99
|
+
function GeneratorFunctionPrototype() {}
|
|
100
|
+
t = Object.getPrototypeOf;
|
|
101
|
+
var c = [][n] ? t(t([][n]())) : (_regeneratorDefine(t = {}, n, function () {
|
|
102
|
+
return this;
|
|
103
|
+
}), t),
|
|
104
|
+
u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
|
|
105
|
+
function f(e) {
|
|
106
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
|
|
189
107
|
}
|
|
190
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
191
|
-
value: GeneratorFunctionPrototype,
|
|
192
|
-
configurable: !0
|
|
193
|
-
}), o(GeneratorFunctionPrototype, "constructor", {
|
|
194
|
-
value: GeneratorFunction,
|
|
195
|
-
configurable: !0
|
|
196
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
197
|
-
var e = "function" == typeof t && t.constructor;
|
|
198
|
-
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
199
|
-
}, e.mark = function (t) {
|
|
200
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
201
|
-
}, e.awrap = function (t) {
|
|
202
|
-
return {
|
|
203
|
-
__await: t
|
|
204
|
-
};
|
|
205
|
-
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
|
|
206
|
-
return this;
|
|
207
|
-
}), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
|
|
208
|
-
void 0 === i && (i = Promise);
|
|
209
|
-
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
210
|
-
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
211
|
-
return t.done ? t.value : a.next();
|
|
212
|
-
});
|
|
213
|
-
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
108
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine(u), _regeneratorDefine(u, o, "Generator"), _regeneratorDefine(u, n, function () {
|
|
214
109
|
return this;
|
|
215
|
-
}),
|
|
110
|
+
}), _regeneratorDefine(u, "toString", function () {
|
|
216
111
|
return "[object Generator]";
|
|
217
|
-
}),
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
return r.reverse(), function next() {
|
|
222
|
-
for (; r.length;) {
|
|
223
|
-
var t = r.pop();
|
|
224
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
225
|
-
}
|
|
226
|
-
return next.done = !0, next;
|
|
112
|
+
}), (_regenerator = function () {
|
|
113
|
+
return {
|
|
114
|
+
w: i,
|
|
115
|
+
m: f
|
|
227
116
|
};
|
|
228
|
-
}
|
|
229
|
-
constructor: Context,
|
|
230
|
-
reset: function (e) {
|
|
231
|
-
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);
|
|
232
|
-
},
|
|
233
|
-
stop: function () {
|
|
234
|
-
this.done = !0;
|
|
235
|
-
var t = this.tryEntries[0].completion;
|
|
236
|
-
if ("throw" === t.type) throw t.arg;
|
|
237
|
-
return this.rval;
|
|
238
|
-
},
|
|
239
|
-
dispatchException: function (e) {
|
|
240
|
-
if (this.done) throw e;
|
|
241
|
-
var r = this;
|
|
242
|
-
function handle(n, o) {
|
|
243
|
-
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
244
|
-
}
|
|
245
|
-
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
246
|
-
var i = this.tryEntries[o],
|
|
247
|
-
a = i.completion;
|
|
248
|
-
if ("root" === i.tryLoc) return handle("end");
|
|
249
|
-
if (i.tryLoc <= this.prev) {
|
|
250
|
-
var c = n.call(i, "catchLoc"),
|
|
251
|
-
u = n.call(i, "finallyLoc");
|
|
252
|
-
if (c && u) {
|
|
253
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
254
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
255
|
-
} else if (c) {
|
|
256
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
257
|
-
} else {
|
|
258
|
-
if (!u) throw Error("try statement without catch or finally");
|
|
259
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
abrupt: function (t, e) {
|
|
265
|
-
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
266
|
-
var o = this.tryEntries[r];
|
|
267
|
-
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
268
|
-
var i = o;
|
|
269
|
-
break;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
273
|
-
var a = i ? i.completion : {};
|
|
274
|
-
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
275
|
-
},
|
|
276
|
-
complete: function (t, e) {
|
|
277
|
-
if ("throw" === t.type) throw t.arg;
|
|
278
|
-
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;
|
|
279
|
-
},
|
|
280
|
-
finish: function (t) {
|
|
281
|
-
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
282
|
-
var r = this.tryEntries[e];
|
|
283
|
-
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
catch: function (t) {
|
|
287
|
-
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
288
|
-
var r = this.tryEntries[e];
|
|
289
|
-
if (r.tryLoc === t) {
|
|
290
|
-
var n = r.completion;
|
|
291
|
-
if ("throw" === n.type) {
|
|
292
|
-
var o = n.arg;
|
|
293
|
-
resetTryEntry(r);
|
|
294
|
-
}
|
|
295
|
-
return o;
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
throw Error("illegal catch attempt");
|
|
299
|
-
},
|
|
300
|
-
delegateYield: function (e, r, n) {
|
|
301
|
-
return this.delegate = {
|
|
302
|
-
iterator: values(e),
|
|
303
|
-
resultName: r,
|
|
304
|
-
nextLoc: n
|
|
305
|
-
}, "next" === this.method && (this.arg = t), y;
|
|
306
|
-
}
|
|
307
|
-
}, e;
|
|
117
|
+
})();
|
|
308
118
|
}
|
|
309
119
|
|
|
310
120
|
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
@@ -369,33 +179,30 @@ var createWagmiWalletAdapter = function createWagmiWalletAdapter(wagmiConfig) {
|
|
|
369
179
|
return isConnected;
|
|
370
180
|
},
|
|
371
181
|
sign: function () {
|
|
372
|
-
var _sign = _asyncToGenerator(/*#__PURE__*/
|
|
182
|
+
var _sign = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(data) {
|
|
373
183
|
var _getAccount2, address, signature;
|
|
374
|
-
return
|
|
375
|
-
while (1) switch (_context.
|
|
184
|
+
return _regenerator().w(function (_context) {
|
|
185
|
+
while (1) switch (_context.n) {
|
|
376
186
|
case 0:
|
|
377
187
|
_getAccount2 = actions.getAccount(wagmiConfig), address = _getAccount2.address;
|
|
378
188
|
if (address) {
|
|
379
|
-
_context.
|
|
189
|
+
_context.n = 1;
|
|
380
190
|
break;
|
|
381
191
|
}
|
|
382
192
|
throw new Error("Missing address");
|
|
383
|
-
case
|
|
384
|
-
_context.
|
|
193
|
+
case 1:
|
|
194
|
+
_context.n = 2;
|
|
385
195
|
return actions.signMessage(wagmiConfig, {
|
|
386
196
|
message: data.message
|
|
387
197
|
});
|
|
388
|
-
case
|
|
389
|
-
signature = _context.
|
|
390
|
-
return _context.
|
|
198
|
+
case 2:
|
|
199
|
+
signature = _context.v;
|
|
200
|
+
return _context.a(2, {
|
|
391
201
|
signature: signature,
|
|
392
202
|
signerPublicKey: address,
|
|
393
203
|
message: data.message,
|
|
394
204
|
signedMessage: data.message
|
|
395
205
|
});
|
|
396
|
-
case 7:
|
|
397
|
-
case "end":
|
|
398
|
-
return _context.stop();
|
|
399
206
|
}
|
|
400
207
|
}, _callee);
|
|
401
208
|
}));
|