@valbuild/next 0.21.2 → 0.23.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.
- package/client/dist/valbuild-next-client.cjs.dev.js +19 -19
- package/client/dist/valbuild-next-client.cjs.prod.js +19 -19
- package/client/dist/valbuild-next-client.esm.js +19 -19
- package/package.json +4 -4
- package/server/dist/valbuild-next-server.cjs.dev.js +202 -202
- package/server/dist/valbuild-next-server.cjs.prod.js +202 -202
- package/server/dist/valbuild-next-server.esm.js +202 -202
|
@@ -5,304 +5,304 @@ import { draftMode } from 'next/headers';
|
|
|
5
5
|
|
|
6
6
|
function _regeneratorRuntime() {
|
|
7
7
|
_regeneratorRuntime = function () {
|
|
8
|
-
return
|
|
8
|
+
return e;
|
|
9
9
|
};
|
|
10
|
-
var
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
var t,
|
|
11
|
+
e = {},
|
|
12
|
+
r = Object.prototype,
|
|
13
|
+
n = r.hasOwnProperty,
|
|
14
|
+
o = Object.defineProperty || function (t, e, r) {
|
|
15
|
+
t[e] = r.value;
|
|
15
16
|
},
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
function define(
|
|
21
|
-
return Object.defineProperty(
|
|
22
|
-
value:
|
|
17
|
+
i = "function" == typeof Symbol ? Symbol : {},
|
|
18
|
+
a = i.iterator || "@@iterator",
|
|
19
|
+
c = i.asyncIterator || "@@asyncIterator",
|
|
20
|
+
u = i.toStringTag || "@@toStringTag";
|
|
21
|
+
function define(t, e, r) {
|
|
22
|
+
return Object.defineProperty(t, e, {
|
|
23
|
+
value: r,
|
|
23
24
|
enumerable: !0,
|
|
24
25
|
configurable: !0,
|
|
25
26
|
writable: !0
|
|
26
|
-
}),
|
|
27
|
+
}), t[e];
|
|
27
28
|
}
|
|
28
29
|
try {
|
|
29
30
|
define({}, "");
|
|
30
|
-
} catch (
|
|
31
|
-
define = function (
|
|
32
|
-
return
|
|
31
|
+
} catch (t) {
|
|
32
|
+
define = function (t, e, r) {
|
|
33
|
+
return t[e] = r;
|
|
33
34
|
};
|
|
34
35
|
}
|
|
35
|
-
function wrap(
|
|
36
|
-
var
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
return
|
|
40
|
-
value: makeInvokeMethod(
|
|
41
|
-
}),
|
|
36
|
+
function wrap(t, e, r, n) {
|
|
37
|
+
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
38
|
+
a = Object.create(i.prototype),
|
|
39
|
+
c = new Context(n || []);
|
|
40
|
+
return o(a, "_invoke", {
|
|
41
|
+
value: makeInvokeMethod(t, r, c)
|
|
42
|
+
}), a;
|
|
42
43
|
}
|
|
43
|
-
function tryCatch(
|
|
44
|
+
function tryCatch(t, e, r) {
|
|
44
45
|
try {
|
|
45
46
|
return {
|
|
46
47
|
type: "normal",
|
|
47
|
-
arg:
|
|
48
|
+
arg: t.call(e, r)
|
|
48
49
|
};
|
|
49
|
-
} catch (
|
|
50
|
+
} catch (t) {
|
|
50
51
|
return {
|
|
51
52
|
type: "throw",
|
|
52
|
-
arg:
|
|
53
|
+
arg: t
|
|
53
54
|
};
|
|
54
55
|
}
|
|
55
56
|
}
|
|
56
|
-
|
|
57
|
-
var
|
|
57
|
+
e.wrap = wrap;
|
|
58
|
+
var h = "suspendedStart",
|
|
59
|
+
l = "suspendedYield",
|
|
60
|
+
f = "executing",
|
|
61
|
+
s = "completed",
|
|
62
|
+
y = {};
|
|
58
63
|
function Generator() {}
|
|
59
64
|
function GeneratorFunction() {}
|
|
60
65
|
function GeneratorFunctionPrototype() {}
|
|
61
|
-
var
|
|
62
|
-
define(
|
|
66
|
+
var p = {};
|
|
67
|
+
define(p, a, function () {
|
|
63
68
|
return this;
|
|
64
69
|
});
|
|
65
|
-
var
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
var
|
|
69
|
-
function defineIteratorMethods(
|
|
70
|
-
["next", "throw", "return"].forEach(function (
|
|
71
|
-
define(
|
|
72
|
-
return this._invoke(
|
|
70
|
+
var d = Object.getPrototypeOf,
|
|
71
|
+
v = d && d(d(values([])));
|
|
72
|
+
v && v !== r && n.call(v, a) && (p = v);
|
|
73
|
+
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
74
|
+
function defineIteratorMethods(t) {
|
|
75
|
+
["next", "throw", "return"].forEach(function (e) {
|
|
76
|
+
define(t, e, function (t) {
|
|
77
|
+
return this._invoke(e, t);
|
|
73
78
|
});
|
|
74
79
|
});
|
|
75
80
|
}
|
|
76
|
-
function AsyncIterator(
|
|
77
|
-
function invoke(
|
|
78
|
-
var
|
|
79
|
-
if ("throw" !==
|
|
80
|
-
var
|
|
81
|
-
|
|
82
|
-
return
|
|
83
|
-
invoke("next",
|
|
84
|
-
}, function (
|
|
85
|
-
invoke("throw",
|
|
86
|
-
}) :
|
|
87
|
-
|
|
88
|
-
}, function (
|
|
89
|
-
return invoke("throw",
|
|
81
|
+
function AsyncIterator(t, e) {
|
|
82
|
+
function invoke(r, o, i, a) {
|
|
83
|
+
var c = tryCatch(t[r], t, o);
|
|
84
|
+
if ("throw" !== c.type) {
|
|
85
|
+
var u = c.arg,
|
|
86
|
+
h = u.value;
|
|
87
|
+
return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
|
|
88
|
+
invoke("next", t, i, a);
|
|
89
|
+
}, function (t) {
|
|
90
|
+
invoke("throw", t, i, a);
|
|
91
|
+
}) : e.resolve(h).then(function (t) {
|
|
92
|
+
u.value = t, i(u);
|
|
93
|
+
}, function (t) {
|
|
94
|
+
return invoke("throw", t, i, a);
|
|
90
95
|
});
|
|
91
96
|
}
|
|
92
|
-
|
|
97
|
+
a(c.arg);
|
|
93
98
|
}
|
|
94
|
-
var
|
|
95
|
-
|
|
96
|
-
value: function (
|
|
99
|
+
var r;
|
|
100
|
+
o(this, "_invoke", {
|
|
101
|
+
value: function (t, n) {
|
|
97
102
|
function callInvokeWithMethodAndArg() {
|
|
98
|
-
return new
|
|
99
|
-
invoke(
|
|
103
|
+
return new e(function (e, r) {
|
|
104
|
+
invoke(t, n, e, r);
|
|
100
105
|
});
|
|
101
106
|
}
|
|
102
|
-
return
|
|
107
|
+
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
103
108
|
}
|
|
104
109
|
});
|
|
105
110
|
}
|
|
106
|
-
function makeInvokeMethod(
|
|
107
|
-
var
|
|
108
|
-
return function (
|
|
109
|
-
if (
|
|
110
|
-
if (
|
|
111
|
-
if ("throw" ===
|
|
112
|
-
return
|
|
111
|
+
function makeInvokeMethod(e, r, n) {
|
|
112
|
+
var o = h;
|
|
113
|
+
return function (i, a) {
|
|
114
|
+
if (o === f) throw new Error("Generator is already running");
|
|
115
|
+
if (o === s) {
|
|
116
|
+
if ("throw" === i) throw a;
|
|
117
|
+
return {
|
|
118
|
+
value: t,
|
|
119
|
+
done: !0
|
|
120
|
+
};
|
|
113
121
|
}
|
|
114
|
-
for (
|
|
115
|
-
var
|
|
116
|
-
if (
|
|
117
|
-
var
|
|
118
|
-
if (
|
|
119
|
-
if (
|
|
120
|
-
return
|
|
122
|
+
for (n.method = i, n.arg = a;;) {
|
|
123
|
+
var c = n.delegate;
|
|
124
|
+
if (c) {
|
|
125
|
+
var u = maybeInvokeDelegate(c, n);
|
|
126
|
+
if (u) {
|
|
127
|
+
if (u === y) continue;
|
|
128
|
+
return u;
|
|
121
129
|
}
|
|
122
130
|
}
|
|
123
|
-
if ("next" ===
|
|
124
|
-
if (
|
|
125
|
-
|
|
126
|
-
} else "return" ===
|
|
127
|
-
|
|
128
|
-
var
|
|
129
|
-
if ("normal" ===
|
|
130
|
-
if (
|
|
131
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
132
|
+
if (o === h) throw o = s, n.arg;
|
|
133
|
+
n.dispatchException(n.arg);
|
|
134
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
135
|
+
o = f;
|
|
136
|
+
var p = tryCatch(e, r, n);
|
|
137
|
+
if ("normal" === p.type) {
|
|
138
|
+
if (o = n.done ? s : l, p.arg === y) continue;
|
|
131
139
|
return {
|
|
132
|
-
value:
|
|
133
|
-
done:
|
|
140
|
+
value: p.arg,
|
|
141
|
+
done: n.done
|
|
134
142
|
};
|
|
135
143
|
}
|
|
136
|
-
"throw" ===
|
|
144
|
+
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
137
145
|
}
|
|
138
146
|
};
|
|
139
147
|
}
|
|
140
|
-
function maybeInvokeDelegate(
|
|
141
|
-
var
|
|
142
|
-
|
|
143
|
-
if (
|
|
144
|
-
var
|
|
145
|
-
if ("throw" ===
|
|
146
|
-
var
|
|
147
|
-
return
|
|
148
|
+
function maybeInvokeDelegate(e, r) {
|
|
149
|
+
var n = r.method,
|
|
150
|
+
o = e.iterator[n];
|
|
151
|
+
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;
|
|
152
|
+
var i = tryCatch(o, e.iterator, r.arg);
|
|
153
|
+
if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
|
|
154
|
+
var a = i.arg;
|
|
155
|
+
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);
|
|
148
156
|
}
|
|
149
|
-
function pushTryEntry(
|
|
150
|
-
var
|
|
151
|
-
tryLoc:
|
|
157
|
+
function pushTryEntry(t) {
|
|
158
|
+
var e = {
|
|
159
|
+
tryLoc: t[0]
|
|
152
160
|
};
|
|
153
|
-
1 in
|
|
161
|
+
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
154
162
|
}
|
|
155
|
-
function resetTryEntry(
|
|
156
|
-
var
|
|
157
|
-
|
|
163
|
+
function resetTryEntry(t) {
|
|
164
|
+
var e = t.completion || {};
|
|
165
|
+
e.type = "normal", delete e.arg, t.completion = e;
|
|
158
166
|
}
|
|
159
|
-
function Context(
|
|
167
|
+
function Context(t) {
|
|
160
168
|
this.tryEntries = [{
|
|
161
169
|
tryLoc: "root"
|
|
162
|
-
}],
|
|
170
|
+
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
163
171
|
}
|
|
164
|
-
function values(
|
|
165
|
-
if (
|
|
166
|
-
var
|
|
167
|
-
if (
|
|
168
|
-
if ("function" == typeof
|
|
169
|
-
if (!isNaN(
|
|
170
|
-
var
|
|
171
|
-
|
|
172
|
-
for (; ++
|
|
173
|
-
return next.value =
|
|
172
|
+
function values(e) {
|
|
173
|
+
if (e || "" === e) {
|
|
174
|
+
var r = e[a];
|
|
175
|
+
if (r) return r.call(e);
|
|
176
|
+
if ("function" == typeof e.next) return e;
|
|
177
|
+
if (!isNaN(e.length)) {
|
|
178
|
+
var o = -1,
|
|
179
|
+
i = function next() {
|
|
180
|
+
for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
|
|
181
|
+
return next.value = t, next.done = !0, next;
|
|
174
182
|
};
|
|
175
|
-
return
|
|
183
|
+
return i.next = i;
|
|
176
184
|
}
|
|
177
185
|
}
|
|
178
|
-
|
|
179
|
-
next: doneResult
|
|
180
|
-
};
|
|
181
|
-
}
|
|
182
|
-
function doneResult() {
|
|
183
|
-
return {
|
|
184
|
-
value: undefined,
|
|
185
|
-
done: !0
|
|
186
|
-
};
|
|
186
|
+
throw new TypeError(typeof e + " is not iterable");
|
|
187
187
|
}
|
|
188
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
188
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
|
|
189
189
|
value: GeneratorFunctionPrototype,
|
|
190
190
|
configurable: !0
|
|
191
|
-
}),
|
|
191
|
+
}), o(GeneratorFunctionPrototype, "constructor", {
|
|
192
192
|
value: GeneratorFunction,
|
|
193
193
|
configurable: !0
|
|
194
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype,
|
|
195
|
-
var
|
|
196
|
-
return !!
|
|
197
|
-
},
|
|
198
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(
|
|
199
|
-
},
|
|
194
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
195
|
+
var e = "function" == typeof t && t.constructor;
|
|
196
|
+
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
197
|
+
}, e.mark = function (t) {
|
|
198
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
199
|
+
}, e.awrap = function (t) {
|
|
200
200
|
return {
|
|
201
|
-
__await:
|
|
201
|
+
__await: t
|
|
202
202
|
};
|
|
203
|
-
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype,
|
|
203
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
|
|
204
204
|
return this;
|
|
205
|
-
}),
|
|
206
|
-
void 0 ===
|
|
207
|
-
var
|
|
208
|
-
return
|
|
209
|
-
return
|
|
205
|
+
}), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
|
|
206
|
+
void 0 === i && (i = Promise);
|
|
207
|
+
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
208
|
+
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
209
|
+
return t.done ? t.value : a.next();
|
|
210
210
|
});
|
|
211
|
-
}, defineIteratorMethods(
|
|
211
|
+
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
212
212
|
return this;
|
|
213
|
-
}), define(
|
|
213
|
+
}), define(g, "toString", function () {
|
|
214
214
|
return "[object Generator]";
|
|
215
|
-
}),
|
|
216
|
-
var
|
|
217
|
-
|
|
218
|
-
for (var
|
|
219
|
-
return
|
|
220
|
-
for (;
|
|
221
|
-
var
|
|
222
|
-
if (
|
|
215
|
+
}), e.keys = function (t) {
|
|
216
|
+
var e = Object(t),
|
|
217
|
+
r = [];
|
|
218
|
+
for (var n in e) r.push(n);
|
|
219
|
+
return r.reverse(), function next() {
|
|
220
|
+
for (; r.length;) {
|
|
221
|
+
var t = r.pop();
|
|
222
|
+
if (t in e) return next.value = t, next.done = !1, next;
|
|
223
223
|
}
|
|
224
224
|
return next.done = !0, next;
|
|
225
225
|
};
|
|
226
|
-
},
|
|
226
|
+
}, e.values = values, Context.prototype = {
|
|
227
227
|
constructor: Context,
|
|
228
|
-
reset: function (
|
|
229
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent =
|
|
228
|
+
reset: function (e) {
|
|
229
|
+
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);
|
|
230
230
|
},
|
|
231
231
|
stop: function () {
|
|
232
232
|
this.done = !0;
|
|
233
|
-
var
|
|
234
|
-
if ("throw" ===
|
|
233
|
+
var t = this.tryEntries[0].completion;
|
|
234
|
+
if ("throw" === t.type) throw t.arg;
|
|
235
235
|
return this.rval;
|
|
236
236
|
},
|
|
237
|
-
dispatchException: function (
|
|
238
|
-
if (this.done) throw
|
|
239
|
-
var
|
|
240
|
-
function handle(
|
|
241
|
-
return
|
|
237
|
+
dispatchException: function (e) {
|
|
238
|
+
if (this.done) throw e;
|
|
239
|
+
var r = this;
|
|
240
|
+
function handle(n, o) {
|
|
241
|
+
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
242
242
|
}
|
|
243
|
-
for (var
|
|
244
|
-
var
|
|
245
|
-
|
|
246
|
-
if ("root" ===
|
|
247
|
-
if (
|
|
248
|
-
var
|
|
249
|
-
|
|
250
|
-
if (
|
|
251
|
-
if (this.prev <
|
|
252
|
-
if (this.prev <
|
|
253
|
-
} else if (
|
|
254
|
-
if (this.prev <
|
|
243
|
+
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
244
|
+
var i = this.tryEntries[o],
|
|
245
|
+
a = i.completion;
|
|
246
|
+
if ("root" === i.tryLoc) return handle("end");
|
|
247
|
+
if (i.tryLoc <= this.prev) {
|
|
248
|
+
var c = n.call(i, "catchLoc"),
|
|
249
|
+
u = n.call(i, "finallyLoc");
|
|
250
|
+
if (c && u) {
|
|
251
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
252
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
253
|
+
} else if (c) {
|
|
254
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
255
255
|
} else {
|
|
256
|
-
if (!
|
|
257
|
-
if (this.prev <
|
|
256
|
+
if (!u) throw new Error("try statement without catch or finally");
|
|
257
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
|
-
abrupt: function (
|
|
263
|
-
for (var
|
|
264
|
-
var
|
|
265
|
-
if (
|
|
266
|
-
var
|
|
262
|
+
abrupt: function (t, e) {
|
|
263
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
264
|
+
var o = this.tryEntries[r];
|
|
265
|
+
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
266
|
+
var i = o;
|
|
267
267
|
break;
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
-
|
|
271
|
-
var
|
|
272
|
-
return
|
|
270
|
+
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
271
|
+
var a = i ? i.completion : {};
|
|
272
|
+
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
273
273
|
},
|
|
274
|
-
complete: function (
|
|
275
|
-
if ("throw" ===
|
|
276
|
-
return "break" ===
|
|
274
|
+
complete: function (t, e) {
|
|
275
|
+
if ("throw" === t.type) throw t.arg;
|
|
276
|
+
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;
|
|
277
277
|
},
|
|
278
|
-
finish: function (
|
|
279
|
-
for (var
|
|
280
|
-
var
|
|
281
|
-
if (
|
|
278
|
+
finish: function (t) {
|
|
279
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
280
|
+
var r = this.tryEntries[e];
|
|
281
|
+
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
282
282
|
}
|
|
283
283
|
},
|
|
284
|
-
catch: function (
|
|
285
|
-
for (var
|
|
286
|
-
var
|
|
287
|
-
if (
|
|
288
|
-
var
|
|
289
|
-
if ("throw" ===
|
|
290
|
-
var
|
|
291
|
-
resetTryEntry(
|
|
284
|
+
catch: function (t) {
|
|
285
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
286
|
+
var r = this.tryEntries[e];
|
|
287
|
+
if (r.tryLoc === t) {
|
|
288
|
+
var n = r.completion;
|
|
289
|
+
if ("throw" === n.type) {
|
|
290
|
+
var o = n.arg;
|
|
291
|
+
resetTryEntry(r);
|
|
292
292
|
}
|
|
293
|
-
return
|
|
293
|
+
return o;
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
throw new Error("illegal catch attempt");
|
|
297
297
|
},
|
|
298
|
-
delegateYield: function (
|
|
298
|
+
delegateYield: function (e, r, n) {
|
|
299
299
|
return this.delegate = {
|
|
300
|
-
iterator: values(
|
|
301
|
-
resultName:
|
|
302
|
-
nextLoc:
|
|
303
|
-
}, "next" === this.method && (this.arg =
|
|
300
|
+
iterator: values(e),
|
|
301
|
+
resultName: r,
|
|
302
|
+
nextLoc: n
|
|
303
|
+
}, "next" === this.method && (this.arg = t), y;
|
|
304
304
|
}
|
|
305
|
-
},
|
|
305
|
+
}, e;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|