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