@flock/wirespec 0.8.51 → 0.8.52
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/clikt-clikt.js +1154 -1154
- package/colormath-root-colormath.js +364 -364
- package/kotlin-kotlin-stdlib-js-ir.js +14 -14
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/markdown.js +1857 -1857
- package/mordant-mordant.js +1594 -1594
- package/package.json +1 -1
- package/wirespec-src-compiler-core.js +3908 -4043
- package/wirespec-src-compiler-core.js.map +1 -1
- package/wirespec-src-compiler-lib.js +220 -220
- package/wirespec-src-compiler-lib.js.map +1 -1
- package/wirespec-src-converter-openapi.js +206 -206
- package/wirespec-src-converter-openapi.js.map +1 -1
- package/wirespec-src-plugin-arguments.js +50 -50
- package/wirespec-src-plugin-cli.js +105 -105
- package/wirespec-src-plugin-cli.js.map +1 -1
- package/wirespec-src-plugin-npm.js +1 -1
|
@@ -40,22 +40,22 @@
|
|
|
40
40
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.i;
|
|
41
41
|
var copyToArray = kotlin_kotlin.$_$.d5;
|
|
42
42
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.ge;
|
|
43
|
-
var Refined = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
43
|
+
var Refined = kotlin_community_flock_wirespec_compiler_core.$_$.r;
|
|
44
44
|
var Enum_0 = kotlin_community_flock_wirespec_compiler_core.$_$.p;
|
|
45
45
|
var Endpoint = kotlin_community_flock_wirespec_compiler_core.$_$.o;
|
|
46
|
-
var Type = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
46
|
+
var Type = kotlin_community_flock_wirespec_compiler_core.$_$.z;
|
|
47
47
|
var Param = kotlin_community_flock_wirespec_compiler_core.$_$.n;
|
|
48
48
|
var Literal = kotlin_community_flock_wirespec_compiler_core.$_$.m;
|
|
49
|
-
var Primitive = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
50
|
-
var Custom = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
51
|
-
var Unit = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
52
|
-
var Any = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
49
|
+
var Primitive = kotlin_community_flock_wirespec_compiler_core.$_$.v;
|
|
50
|
+
var Custom = kotlin_community_flock_wirespec_compiler_core.$_$.u;
|
|
51
|
+
var Unit = kotlin_community_flock_wirespec_compiler_core.$_$.w;
|
|
52
|
+
var Any = kotlin_community_flock_wirespec_compiler_core.$_$.t;
|
|
53
53
|
var Logger = kotlin_community_flock_wirespec_compiler_core.$_$.d1;
|
|
54
54
|
var objectMeta = kotlin_kotlin.$_$.p9;
|
|
55
55
|
var Wirespec_getInstance = kotlin_community_flock_wirespec_compiler_core.$_$.k1;
|
|
56
56
|
var compile = kotlin_community_flock_wirespec_compiler_core.$_$.b1;
|
|
57
57
|
var tokenize = kotlin_community_flock_wirespec_compiler_core.$_$.a1;
|
|
58
|
-
var Parser = kotlin_community_flock_wirespec_compiler_core.$_$.
|
|
58
|
+
var Parser = kotlin_community_flock_wirespec_compiler_core.$_$.q;
|
|
59
59
|
var KotlinEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.d;
|
|
60
60
|
var TypeScriptEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.f;
|
|
61
61
|
var WirespecEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.g;
|
|
@@ -118,34 +118,34 @@
|
|
|
118
118
|
function WsNode() {
|
|
119
119
|
}
|
|
120
120
|
function WsType(name, shape) {
|
|
121
|
-
this.
|
|
121
|
+
this.p23_1 = name;
|
|
122
122
|
this.shape = shape;
|
|
123
123
|
}
|
|
124
124
|
protoOf(WsType).bh = function () {
|
|
125
|
-
return this.
|
|
125
|
+
return this.p23_1;
|
|
126
126
|
};
|
|
127
|
-
protoOf(WsType).
|
|
127
|
+
protoOf(WsType).q23 = function () {
|
|
128
128
|
return this.shape;
|
|
129
129
|
};
|
|
130
130
|
protoOf(WsType).e3 = function () {
|
|
131
|
-
return this.
|
|
131
|
+
return this.p23_1;
|
|
132
132
|
};
|
|
133
133
|
protoOf(WsType).f3 = function () {
|
|
134
134
|
return this.shape;
|
|
135
135
|
};
|
|
136
|
-
protoOf(WsType).
|
|
136
|
+
protoOf(WsType).r23 = function (name, shape) {
|
|
137
137
|
return new WsType(name, shape);
|
|
138
138
|
};
|
|
139
139
|
protoOf(WsType).copy = function (name, shape, $super) {
|
|
140
|
-
name = name === VOID ? this.
|
|
140
|
+
name = name === VOID ? this.p23_1 : name;
|
|
141
141
|
shape = shape === VOID ? this.shape : shape;
|
|
142
|
-
return this.
|
|
142
|
+
return this.r23(name, shape);
|
|
143
143
|
};
|
|
144
144
|
protoOf(WsType).toString = function () {
|
|
145
|
-
return 'WsType(name=' + this.
|
|
145
|
+
return 'WsType(name=' + this.p23_1 + ', shape=' + this.shape + ')';
|
|
146
146
|
};
|
|
147
147
|
protoOf(WsType).hashCode = function () {
|
|
148
|
-
var result = getStringHashCode(this.
|
|
148
|
+
var result = getStringHashCode(this.p23_1);
|
|
149
149
|
result = imul(result, 31) + this.shape.hashCode() | 0;
|
|
150
150
|
return result;
|
|
151
151
|
};
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
if (!(other instanceof WsType))
|
|
156
156
|
return false;
|
|
157
157
|
var tmp0_other_with_cast = other instanceof WsType ? other : THROW_CCE();
|
|
158
|
-
if (!(this.
|
|
158
|
+
if (!(this.p23_1 === tmp0_other_with_cast.p23_1))
|
|
159
159
|
return false;
|
|
160
160
|
if (!this.shape.equals(tmp0_other_with_cast.shape))
|
|
161
161
|
return false;
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
protoOf(WsShape).e3 = function () {
|
|
171
171
|
return this.value;
|
|
172
172
|
};
|
|
173
|
-
protoOf(WsShape).
|
|
173
|
+
protoOf(WsShape).s23 = function (value) {
|
|
174
174
|
return new WsShape(value);
|
|
175
175
|
};
|
|
176
176
|
protoOf(WsShape).copy = function (value, $super) {
|
|
177
177
|
value = value === VOID ? this.value : value;
|
|
178
|
-
return this.
|
|
178
|
+
return this.s23(value);
|
|
179
179
|
};
|
|
180
180
|
protoOf(WsShape).toString = function () {
|
|
181
181
|
return 'WsShape(value=' + toString(this.value) + ')';
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
return true;
|
|
195
195
|
};
|
|
196
196
|
function WsEndpoint(name, method, path, query, headers, cookies, requests, responses) {
|
|
197
|
-
this.
|
|
197
|
+
this.t23_1 = name;
|
|
198
198
|
this.method = method;
|
|
199
199
|
this.path = path;
|
|
200
200
|
this.query = query;
|
|
@@ -204,31 +204,31 @@
|
|
|
204
204
|
this.responses = responses;
|
|
205
205
|
}
|
|
206
206
|
protoOf(WsEndpoint).bh = function () {
|
|
207
|
-
return this.
|
|
207
|
+
return this.t23_1;
|
|
208
208
|
};
|
|
209
|
-
protoOf(WsEndpoint).
|
|
209
|
+
protoOf(WsEndpoint).u23 = function () {
|
|
210
210
|
return this.method;
|
|
211
211
|
};
|
|
212
|
-
protoOf(WsEndpoint).
|
|
212
|
+
protoOf(WsEndpoint).v23 = function () {
|
|
213
213
|
return this.path;
|
|
214
214
|
};
|
|
215
|
-
protoOf(WsEndpoint).
|
|
215
|
+
protoOf(WsEndpoint).w23 = function () {
|
|
216
216
|
return this.query;
|
|
217
217
|
};
|
|
218
|
-
protoOf(WsEndpoint).
|
|
218
|
+
protoOf(WsEndpoint).x23 = function () {
|
|
219
219
|
return this.headers;
|
|
220
220
|
};
|
|
221
|
-
protoOf(WsEndpoint).
|
|
221
|
+
protoOf(WsEndpoint).y23 = function () {
|
|
222
222
|
return this.cookies;
|
|
223
223
|
};
|
|
224
|
-
protoOf(WsEndpoint).
|
|
224
|
+
protoOf(WsEndpoint).z23 = function () {
|
|
225
225
|
return this.requests;
|
|
226
226
|
};
|
|
227
|
-
protoOf(WsEndpoint).
|
|
227
|
+
protoOf(WsEndpoint).a24 = function () {
|
|
228
228
|
return this.responses;
|
|
229
229
|
};
|
|
230
230
|
protoOf(WsEndpoint).e3 = function () {
|
|
231
|
-
return this.
|
|
231
|
+
return this.t23_1;
|
|
232
232
|
};
|
|
233
233
|
protoOf(WsEndpoint).f3 = function () {
|
|
234
234
|
return this.method;
|
|
@@ -236,26 +236,26 @@
|
|
|
236
236
|
protoOf(WsEndpoint).c8 = function () {
|
|
237
237
|
return this.path;
|
|
238
238
|
};
|
|
239
|
-
protoOf(WsEndpoint).
|
|
239
|
+
protoOf(WsEndpoint).b24 = function () {
|
|
240
240
|
return this.query;
|
|
241
241
|
};
|
|
242
|
-
protoOf(WsEndpoint).
|
|
242
|
+
protoOf(WsEndpoint).c24 = function () {
|
|
243
243
|
return this.headers;
|
|
244
244
|
};
|
|
245
|
-
protoOf(WsEndpoint).
|
|
245
|
+
protoOf(WsEndpoint).d24 = function () {
|
|
246
246
|
return this.cookies;
|
|
247
247
|
};
|
|
248
|
-
protoOf(WsEndpoint).
|
|
248
|
+
protoOf(WsEndpoint).e24 = function () {
|
|
249
249
|
return this.requests;
|
|
250
250
|
};
|
|
251
|
-
protoOf(WsEndpoint).
|
|
251
|
+
protoOf(WsEndpoint).f24 = function () {
|
|
252
252
|
return this.responses;
|
|
253
253
|
};
|
|
254
|
-
protoOf(WsEndpoint).
|
|
254
|
+
protoOf(WsEndpoint).g24 = function (name, method, path, query, headers, cookies, requests, responses) {
|
|
255
255
|
return new WsEndpoint(name, method, path, query, headers, cookies, requests, responses);
|
|
256
256
|
};
|
|
257
257
|
protoOf(WsEndpoint).copy = function (name, method, path, query, headers, cookies, requests, responses, $super) {
|
|
258
|
-
name = name === VOID ? this.
|
|
258
|
+
name = name === VOID ? this.t23_1 : name;
|
|
259
259
|
method = method === VOID ? this.method : method;
|
|
260
260
|
path = path === VOID ? this.path : path;
|
|
261
261
|
query = query === VOID ? this.query : query;
|
|
@@ -263,13 +263,13 @@
|
|
|
263
263
|
cookies = cookies === VOID ? this.cookies : cookies;
|
|
264
264
|
requests = requests === VOID ? this.requests : requests;
|
|
265
265
|
responses = responses === VOID ? this.responses : responses;
|
|
266
|
-
return this.
|
|
266
|
+
return this.g24(name, method, path, query, headers, cookies, requests, responses);
|
|
267
267
|
};
|
|
268
268
|
protoOf(WsEndpoint).toString = function () {
|
|
269
|
-
return 'WsEndpoint(name=' + this.
|
|
269
|
+
return 'WsEndpoint(name=' + this.t23_1 + ', method=' + this.method + ', path=' + toString(this.path) + ', query=' + toString(this.query) + ', headers=' + toString(this.headers) + ', cookies=' + toString(this.cookies) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
|
|
270
270
|
};
|
|
271
271
|
protoOf(WsEndpoint).hashCode = function () {
|
|
272
|
-
var result = getStringHashCode(this.
|
|
272
|
+
var result = getStringHashCode(this.t23_1);
|
|
273
273
|
result = imul(result, 31) + this.method.hashCode() | 0;
|
|
274
274
|
result = imul(result, 31) + hashCode(this.path) | 0;
|
|
275
275
|
result = imul(result, 31) + hashCode(this.query) | 0;
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
if (!(other instanceof WsEndpoint))
|
|
286
286
|
return false;
|
|
287
287
|
var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
|
|
288
|
-
if (!(this.
|
|
288
|
+
if (!(this.t23_1 === tmp0_other_with_cast.t23_1))
|
|
289
289
|
return false;
|
|
290
290
|
if (!this.method.equals(tmp0_other_with_cast.method))
|
|
291
291
|
return false;
|
|
@@ -304,34 +304,34 @@
|
|
|
304
304
|
return true;
|
|
305
305
|
};
|
|
306
306
|
function WsEnum(name, entries) {
|
|
307
|
-
this.
|
|
307
|
+
this.h24_1 = name;
|
|
308
308
|
this.entries = entries;
|
|
309
309
|
}
|
|
310
310
|
protoOf(WsEnum).bh = function () {
|
|
311
|
-
return this.
|
|
311
|
+
return this.h24_1;
|
|
312
312
|
};
|
|
313
313
|
protoOf(WsEnum).w = function () {
|
|
314
314
|
return this.entries;
|
|
315
315
|
};
|
|
316
316
|
protoOf(WsEnum).e3 = function () {
|
|
317
|
-
return this.
|
|
317
|
+
return this.h24_1;
|
|
318
318
|
};
|
|
319
319
|
protoOf(WsEnum).f3 = function () {
|
|
320
320
|
return this.entries;
|
|
321
321
|
};
|
|
322
|
-
protoOf(WsEnum).
|
|
322
|
+
protoOf(WsEnum).i24 = function (name, entries) {
|
|
323
323
|
return new WsEnum(name, entries);
|
|
324
324
|
};
|
|
325
325
|
protoOf(WsEnum).copy = function (name, entries, $super) {
|
|
326
|
-
name = name === VOID ? this.
|
|
326
|
+
name = name === VOID ? this.h24_1 : name;
|
|
327
327
|
entries = entries === VOID ? this.entries : entries;
|
|
328
|
-
return this.
|
|
328
|
+
return this.i24(name, entries);
|
|
329
329
|
};
|
|
330
330
|
protoOf(WsEnum).toString = function () {
|
|
331
|
-
return 'WsEnum(name=' + this.
|
|
331
|
+
return 'WsEnum(name=' + this.h24_1 + ', entries=' + toString(this.entries) + ')';
|
|
332
332
|
};
|
|
333
333
|
protoOf(WsEnum).hashCode = function () {
|
|
334
|
-
var result = getStringHashCode(this.
|
|
334
|
+
var result = getStringHashCode(this.h24_1);
|
|
335
335
|
result = imul(result, 31) + hashCode(this.entries) | 0;
|
|
336
336
|
return result;
|
|
337
337
|
};
|
|
@@ -341,41 +341,41 @@
|
|
|
341
341
|
if (!(other instanceof WsEnum))
|
|
342
342
|
return false;
|
|
343
343
|
var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
|
|
344
|
-
if (!(this.
|
|
344
|
+
if (!(this.h24_1 === tmp0_other_with_cast.h24_1))
|
|
345
345
|
return false;
|
|
346
346
|
if (!equals(this.entries, tmp0_other_with_cast.entries))
|
|
347
347
|
return false;
|
|
348
348
|
return true;
|
|
349
349
|
};
|
|
350
350
|
function WsRefined(name, validator) {
|
|
351
|
-
this.
|
|
351
|
+
this.j24_1 = name;
|
|
352
352
|
this.validator = validator;
|
|
353
353
|
}
|
|
354
354
|
protoOf(WsRefined).bh = function () {
|
|
355
|
-
return this.
|
|
355
|
+
return this.j24_1;
|
|
356
356
|
};
|
|
357
|
-
protoOf(WsRefined).
|
|
357
|
+
protoOf(WsRefined).k24 = function () {
|
|
358
358
|
return this.validator;
|
|
359
359
|
};
|
|
360
360
|
protoOf(WsRefined).e3 = function () {
|
|
361
|
-
return this.
|
|
361
|
+
return this.j24_1;
|
|
362
362
|
};
|
|
363
363
|
protoOf(WsRefined).f3 = function () {
|
|
364
364
|
return this.validator;
|
|
365
365
|
};
|
|
366
|
-
protoOf(WsRefined).
|
|
366
|
+
protoOf(WsRefined).l24 = function (name, validator) {
|
|
367
367
|
return new WsRefined(name, validator);
|
|
368
368
|
};
|
|
369
369
|
protoOf(WsRefined).copy = function (name, validator, $super) {
|
|
370
|
-
name = name === VOID ? this.
|
|
370
|
+
name = name === VOID ? this.j24_1 : name;
|
|
371
371
|
validator = validator === VOID ? this.validator : validator;
|
|
372
|
-
return this.
|
|
372
|
+
return this.l24(name, validator);
|
|
373
373
|
};
|
|
374
374
|
protoOf(WsRefined).toString = function () {
|
|
375
|
-
return 'WsRefined(name=' + this.
|
|
375
|
+
return 'WsRefined(name=' + this.j24_1 + ', validator=' + this.validator + ')';
|
|
376
376
|
};
|
|
377
377
|
protoOf(WsRefined).hashCode = function () {
|
|
378
|
-
var result = getStringHashCode(this.
|
|
378
|
+
var result = getStringHashCode(this.j24_1);
|
|
379
379
|
result = imul(result, 31) + getStringHashCode(this.validator) | 0;
|
|
380
380
|
return result;
|
|
381
381
|
};
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
if (!(other instanceof WsRefined))
|
|
386
386
|
return false;
|
|
387
387
|
var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
|
|
388
|
-
if (!(this.
|
|
388
|
+
if (!(this.j24_1 === tmp0_other_with_cast.j24_1))
|
|
389
389
|
return false;
|
|
390
390
|
if (!(this.validator === tmp0_other_with_cast.validator))
|
|
391
391
|
return false;
|
|
@@ -454,12 +454,12 @@
|
|
|
454
454
|
protoOf(WsLiteral).e3 = function () {
|
|
455
455
|
return this.value;
|
|
456
456
|
};
|
|
457
|
-
protoOf(WsLiteral).
|
|
457
|
+
protoOf(WsLiteral).o24 = function (value) {
|
|
458
458
|
return new WsLiteral(value);
|
|
459
459
|
};
|
|
460
460
|
protoOf(WsLiteral).copy = function (value, $super) {
|
|
461
461
|
value = value === VOID ? this.value : value;
|
|
462
|
-
return this.
|
|
462
|
+
return this.o24(value);
|
|
463
463
|
};
|
|
464
464
|
protoOf(WsLiteral).toString = function () {
|
|
465
465
|
return 'WsLiteral(value=' + this.value + ')';
|
|
@@ -481,10 +481,10 @@
|
|
|
481
481
|
this.identifier = identifier;
|
|
482
482
|
this.reference = reference;
|
|
483
483
|
}
|
|
484
|
-
protoOf(WsParam).
|
|
484
|
+
protoOf(WsParam).p24 = function () {
|
|
485
485
|
return this.identifier;
|
|
486
486
|
};
|
|
487
|
-
protoOf(WsParam).
|
|
487
|
+
protoOf(WsParam).q24 = function () {
|
|
488
488
|
return this.reference;
|
|
489
489
|
};
|
|
490
490
|
protoOf(WsParam).e3 = function () {
|
|
@@ -493,13 +493,13 @@
|
|
|
493
493
|
protoOf(WsParam).f3 = function () {
|
|
494
494
|
return this.reference;
|
|
495
495
|
};
|
|
496
|
-
protoOf(WsParam).
|
|
496
|
+
protoOf(WsParam).r24 = function (identifier, reference) {
|
|
497
497
|
return new WsParam(identifier, reference);
|
|
498
498
|
};
|
|
499
499
|
protoOf(WsParam).copy = function (identifier, reference, $super) {
|
|
500
500
|
identifier = identifier === VOID ? this.identifier : identifier;
|
|
501
501
|
reference = reference === VOID ? this.reference : reference;
|
|
502
|
-
return this.
|
|
502
|
+
return this.r24(identifier, reference);
|
|
503
503
|
};
|
|
504
504
|
protoOf(WsParam).toString = function () {
|
|
505
505
|
return 'WsParam(identifier=' + this.identifier + ', reference=' + this.reference + ')';
|
|
@@ -530,12 +530,12 @@
|
|
|
530
530
|
protoOf(Shape).e3 = function () {
|
|
531
531
|
return this.value;
|
|
532
532
|
};
|
|
533
|
-
protoOf(Shape).
|
|
533
|
+
protoOf(Shape).s23 = function (value) {
|
|
534
534
|
return new Shape(value);
|
|
535
535
|
};
|
|
536
536
|
protoOf(Shape).copy = function (value, $super) {
|
|
537
537
|
value = value === VOID ? this.value : value;
|
|
538
|
-
return this.
|
|
538
|
+
return this.s23(value);
|
|
539
539
|
};
|
|
540
540
|
protoOf(Shape).toString = function () {
|
|
541
541
|
return 'Shape(value=' + toString(this.value) + ')';
|
|
@@ -558,10 +558,10 @@
|
|
|
558
558
|
this.reference = reference;
|
|
559
559
|
this.isNullable = isNullable;
|
|
560
560
|
}
|
|
561
|
-
protoOf(WsField).
|
|
561
|
+
protoOf(WsField).p24 = function () {
|
|
562
562
|
return this.identifier;
|
|
563
563
|
};
|
|
564
|
-
protoOf(WsField).
|
|
564
|
+
protoOf(WsField).q24 = function () {
|
|
565
565
|
return this.reference;
|
|
566
566
|
};
|
|
567
567
|
protoOf(WsField).aj = function () {
|
|
@@ -576,14 +576,14 @@
|
|
|
576
576
|
protoOf(WsField).c8 = function () {
|
|
577
577
|
return this.isNullable;
|
|
578
578
|
};
|
|
579
|
-
protoOf(WsField).
|
|
579
|
+
protoOf(WsField).s24 = function (identifier, reference, isNullable) {
|
|
580
580
|
return new WsField(identifier, reference, isNullable);
|
|
581
581
|
};
|
|
582
582
|
protoOf(WsField).copy = function (identifier, reference, isNullable, $super) {
|
|
583
583
|
identifier = identifier === VOID ? this.identifier : identifier;
|
|
584
584
|
reference = reference === VOID ? this.reference : reference;
|
|
585
585
|
isNullable = isNullable === VOID ? this.isNullable : isNullable;
|
|
586
|
-
return this.
|
|
586
|
+
return this.s24(identifier, reference, isNullable);
|
|
587
587
|
};
|
|
588
588
|
protoOf(WsField).toString = function () {
|
|
589
589
|
return 'WsField(identifier=' + this.identifier + ', reference=' + this.reference + ', isNullable=' + this.isNullable + ')';
|
|
@@ -617,12 +617,12 @@
|
|
|
617
617
|
protoOf(WsIdentifier).e3 = function () {
|
|
618
618
|
return this.value;
|
|
619
619
|
};
|
|
620
|
-
protoOf(WsIdentifier).
|
|
620
|
+
protoOf(WsIdentifier).o24 = function (value) {
|
|
621
621
|
return new WsIdentifier(value);
|
|
622
622
|
};
|
|
623
623
|
protoOf(WsIdentifier).copy = function (value, $super) {
|
|
624
624
|
value = value === VOID ? this.value : value;
|
|
625
|
-
return this.
|
|
625
|
+
return this.o24(value);
|
|
626
626
|
};
|
|
627
627
|
protoOf(WsIdentifier).toString = function () {
|
|
628
628
|
return 'WsIdentifier(value=' + this.value + ')';
|
|
@@ -644,35 +644,35 @@
|
|
|
644
644
|
}
|
|
645
645
|
function WsAny(isIterable, isMap) {
|
|
646
646
|
isMap = isMap === VOID ? false : isMap;
|
|
647
|
-
this.
|
|
648
|
-
this.
|
|
647
|
+
this.t24_1 = isIterable;
|
|
648
|
+
this.u24_1 = isMap;
|
|
649
649
|
}
|
|
650
|
-
protoOf(WsAny).
|
|
651
|
-
return this.
|
|
650
|
+
protoOf(WsAny).q1r = function () {
|
|
651
|
+
return this.t24_1;
|
|
652
652
|
};
|
|
653
|
-
protoOf(WsAny).
|
|
654
|
-
return this.
|
|
653
|
+
protoOf(WsAny).k1z = function () {
|
|
654
|
+
return this.u24_1;
|
|
655
655
|
};
|
|
656
656
|
protoOf(WsAny).e3 = function () {
|
|
657
|
-
return this.
|
|
657
|
+
return this.t24_1;
|
|
658
658
|
};
|
|
659
659
|
protoOf(WsAny).f3 = function () {
|
|
660
|
-
return this.
|
|
660
|
+
return this.u24_1;
|
|
661
661
|
};
|
|
662
|
-
protoOf(WsAny).
|
|
662
|
+
protoOf(WsAny).b21 = function (isIterable, isMap) {
|
|
663
663
|
return new WsAny(isIterable, isMap);
|
|
664
664
|
};
|
|
665
665
|
protoOf(WsAny).copy = function (isIterable, isMap, $super) {
|
|
666
|
-
isIterable = isIterable === VOID ? this.
|
|
667
|
-
isMap = isMap === VOID ? this.
|
|
668
|
-
return this.
|
|
666
|
+
isIterable = isIterable === VOID ? this.t24_1 : isIterable;
|
|
667
|
+
isMap = isMap === VOID ? this.u24_1 : isMap;
|
|
668
|
+
return this.b21(isIterable, isMap);
|
|
669
669
|
};
|
|
670
670
|
protoOf(WsAny).toString = function () {
|
|
671
|
-
return 'WsAny(isIterable=' + this.
|
|
671
|
+
return 'WsAny(isIterable=' + this.t24_1 + ', isMap=' + this.u24_1 + ')';
|
|
672
672
|
};
|
|
673
673
|
protoOf(WsAny).hashCode = function () {
|
|
674
|
-
var result = this.
|
|
675
|
-
result = imul(result, 31) + (this.
|
|
674
|
+
var result = this.t24_1 | 0;
|
|
675
|
+
result = imul(result, 31) + (this.u24_1 | 0) | 0;
|
|
676
676
|
return result;
|
|
677
677
|
};
|
|
678
678
|
protoOf(WsAny).equals = function (other) {
|
|
@@ -681,43 +681,43 @@
|
|
|
681
681
|
if (!(other instanceof WsAny))
|
|
682
682
|
return false;
|
|
683
683
|
var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
|
|
684
|
-
if (!(this.
|
|
684
|
+
if (!(this.t24_1 === tmp0_other_with_cast.t24_1))
|
|
685
685
|
return false;
|
|
686
|
-
if (!(this.
|
|
686
|
+
if (!(this.u24_1 === tmp0_other_with_cast.u24_1))
|
|
687
687
|
return false;
|
|
688
688
|
return true;
|
|
689
689
|
};
|
|
690
690
|
function WsUnit(isIterable, isMap) {
|
|
691
691
|
isMap = isMap === VOID ? false : isMap;
|
|
692
|
-
this.
|
|
693
|
-
this.
|
|
692
|
+
this.v24_1 = isIterable;
|
|
693
|
+
this.w24_1 = isMap;
|
|
694
694
|
}
|
|
695
|
-
protoOf(WsUnit).
|
|
696
|
-
return this.
|
|
695
|
+
protoOf(WsUnit).q1r = function () {
|
|
696
|
+
return this.v24_1;
|
|
697
697
|
};
|
|
698
|
-
protoOf(WsUnit).
|
|
699
|
-
return this.
|
|
698
|
+
protoOf(WsUnit).k1z = function () {
|
|
699
|
+
return this.w24_1;
|
|
700
700
|
};
|
|
701
701
|
protoOf(WsUnit).e3 = function () {
|
|
702
|
-
return this.
|
|
702
|
+
return this.v24_1;
|
|
703
703
|
};
|
|
704
704
|
protoOf(WsUnit).f3 = function () {
|
|
705
|
-
return this.
|
|
705
|
+
return this.w24_1;
|
|
706
706
|
};
|
|
707
|
-
protoOf(WsUnit).
|
|
707
|
+
protoOf(WsUnit).b21 = function (isIterable, isMap) {
|
|
708
708
|
return new WsUnit(isIterable, isMap);
|
|
709
709
|
};
|
|
710
710
|
protoOf(WsUnit).copy = function (isIterable, isMap, $super) {
|
|
711
|
-
isIterable = isIterable === VOID ? this.
|
|
712
|
-
isMap = isMap === VOID ? this.
|
|
713
|
-
return this.
|
|
711
|
+
isIterable = isIterable === VOID ? this.v24_1 : isIterable;
|
|
712
|
+
isMap = isMap === VOID ? this.w24_1 : isMap;
|
|
713
|
+
return this.b21(isIterable, isMap);
|
|
714
714
|
};
|
|
715
715
|
protoOf(WsUnit).toString = function () {
|
|
716
|
-
return 'WsUnit(isIterable=' + this.
|
|
716
|
+
return 'WsUnit(isIterable=' + this.v24_1 + ', isMap=' + this.w24_1 + ')';
|
|
717
717
|
};
|
|
718
718
|
protoOf(WsUnit).hashCode = function () {
|
|
719
|
-
var result = this.
|
|
720
|
-
result = imul(result, 31) + (this.
|
|
719
|
+
var result = this.v24_1 | 0;
|
|
720
|
+
result = imul(result, 31) + (this.w24_1 | 0) | 0;
|
|
721
721
|
return result;
|
|
722
722
|
};
|
|
723
723
|
protoOf(WsUnit).equals = function (other) {
|
|
@@ -726,52 +726,52 @@
|
|
|
726
726
|
if (!(other instanceof WsUnit))
|
|
727
727
|
return false;
|
|
728
728
|
var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
|
|
729
|
-
if (!(this.
|
|
729
|
+
if (!(this.v24_1 === tmp0_other_with_cast.v24_1))
|
|
730
730
|
return false;
|
|
731
|
-
if (!(this.
|
|
731
|
+
if (!(this.w24_1 === tmp0_other_with_cast.w24_1))
|
|
732
732
|
return false;
|
|
733
733
|
return true;
|
|
734
734
|
};
|
|
735
735
|
function WsCustom(value, isIterable, isMap) {
|
|
736
736
|
isMap = isMap === VOID ? false : isMap;
|
|
737
737
|
this.value = value;
|
|
738
|
-
this.
|
|
739
|
-
this.
|
|
738
|
+
this.x24_1 = isIterable;
|
|
739
|
+
this.y24_1 = isMap;
|
|
740
740
|
}
|
|
741
741
|
protoOf(WsCustom).y = function () {
|
|
742
742
|
return this.value;
|
|
743
743
|
};
|
|
744
|
-
protoOf(WsCustom).
|
|
745
|
-
return this.
|
|
744
|
+
protoOf(WsCustom).q1r = function () {
|
|
745
|
+
return this.x24_1;
|
|
746
746
|
};
|
|
747
|
-
protoOf(WsCustom).
|
|
748
|
-
return this.
|
|
747
|
+
protoOf(WsCustom).k1z = function () {
|
|
748
|
+
return this.y24_1;
|
|
749
749
|
};
|
|
750
750
|
protoOf(WsCustom).e3 = function () {
|
|
751
751
|
return this.value;
|
|
752
752
|
};
|
|
753
753
|
protoOf(WsCustom).f3 = function () {
|
|
754
|
-
return this.
|
|
754
|
+
return this.x24_1;
|
|
755
755
|
};
|
|
756
756
|
protoOf(WsCustom).c8 = function () {
|
|
757
|
-
return this.
|
|
757
|
+
return this.y24_1;
|
|
758
758
|
};
|
|
759
|
-
protoOf(WsCustom).
|
|
759
|
+
protoOf(WsCustom).g21 = function (value, isIterable, isMap) {
|
|
760
760
|
return new WsCustom(value, isIterable, isMap);
|
|
761
761
|
};
|
|
762
762
|
protoOf(WsCustom).copy = function (value, isIterable, isMap, $super) {
|
|
763
763
|
value = value === VOID ? this.value : value;
|
|
764
|
-
isIterable = isIterable === VOID ? this.
|
|
765
|
-
isMap = isMap === VOID ? this.
|
|
766
|
-
return this.
|
|
764
|
+
isIterable = isIterable === VOID ? this.x24_1 : isIterable;
|
|
765
|
+
isMap = isMap === VOID ? this.y24_1 : isMap;
|
|
766
|
+
return this.g21(value, isIterable, isMap);
|
|
767
767
|
};
|
|
768
768
|
protoOf(WsCustom).toString = function () {
|
|
769
|
-
return 'WsCustom(value=' + this.value + ', isIterable=' + this.
|
|
769
|
+
return 'WsCustom(value=' + this.value + ', isIterable=' + this.x24_1 + ', isMap=' + this.y24_1 + ')';
|
|
770
770
|
};
|
|
771
771
|
protoOf(WsCustom).hashCode = function () {
|
|
772
772
|
var result = getStringHashCode(this.value);
|
|
773
|
-
result = imul(result, 31) + (this.
|
|
774
|
-
result = imul(result, 31) + (this.
|
|
773
|
+
result = imul(result, 31) + (this.x24_1 | 0) | 0;
|
|
774
|
+
result = imul(result, 31) + (this.y24_1 | 0) | 0;
|
|
775
775
|
return result;
|
|
776
776
|
};
|
|
777
777
|
protoOf(WsCustom).equals = function (other) {
|
|
@@ -782,52 +782,52 @@
|
|
|
782
782
|
var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
|
|
783
783
|
if (!(this.value === tmp0_other_with_cast.value))
|
|
784
784
|
return false;
|
|
785
|
-
if (!(this.
|
|
785
|
+
if (!(this.x24_1 === tmp0_other_with_cast.x24_1))
|
|
786
786
|
return false;
|
|
787
|
-
if (!(this.
|
|
787
|
+
if (!(this.y24_1 === tmp0_other_with_cast.y24_1))
|
|
788
788
|
return false;
|
|
789
789
|
return true;
|
|
790
790
|
};
|
|
791
791
|
function WsPrimitive(type, isIterable, isMap) {
|
|
792
792
|
isMap = isMap === VOID ? false : isMap;
|
|
793
793
|
this.type = type;
|
|
794
|
-
this.
|
|
795
|
-
this.
|
|
794
|
+
this.z24_1 = isIterable;
|
|
795
|
+
this.a25_1 = isMap;
|
|
796
796
|
}
|
|
797
|
-
protoOf(WsPrimitive).
|
|
797
|
+
protoOf(WsPrimitive).b25 = function () {
|
|
798
798
|
return this.type;
|
|
799
799
|
};
|
|
800
|
-
protoOf(WsPrimitive).
|
|
801
|
-
return this.
|
|
800
|
+
protoOf(WsPrimitive).q1r = function () {
|
|
801
|
+
return this.z24_1;
|
|
802
802
|
};
|
|
803
|
-
protoOf(WsPrimitive).
|
|
804
|
-
return this.
|
|
803
|
+
protoOf(WsPrimitive).k1z = function () {
|
|
804
|
+
return this.a25_1;
|
|
805
805
|
};
|
|
806
806
|
protoOf(WsPrimitive).e3 = function () {
|
|
807
807
|
return this.type;
|
|
808
808
|
};
|
|
809
809
|
protoOf(WsPrimitive).f3 = function () {
|
|
810
|
-
return this.
|
|
810
|
+
return this.z24_1;
|
|
811
811
|
};
|
|
812
812
|
protoOf(WsPrimitive).c8 = function () {
|
|
813
|
-
return this.
|
|
813
|
+
return this.a25_1;
|
|
814
814
|
};
|
|
815
|
-
protoOf(WsPrimitive).
|
|
815
|
+
protoOf(WsPrimitive).c25 = function (type, isIterable, isMap) {
|
|
816
816
|
return new WsPrimitive(type, isIterable, isMap);
|
|
817
817
|
};
|
|
818
818
|
protoOf(WsPrimitive).copy = function (type, isIterable, isMap, $super) {
|
|
819
819
|
type = type === VOID ? this.type : type;
|
|
820
|
-
isIterable = isIterable === VOID ? this.
|
|
821
|
-
isMap = isMap === VOID ? this.
|
|
822
|
-
return this.
|
|
820
|
+
isIterable = isIterable === VOID ? this.z24_1 : isIterable;
|
|
821
|
+
isMap = isMap === VOID ? this.a25_1 : isMap;
|
|
822
|
+
return this.c25(type, isIterable, isMap);
|
|
823
823
|
};
|
|
824
824
|
protoOf(WsPrimitive).toString = function () {
|
|
825
|
-
return 'WsPrimitive(type=' + this.type + ', isIterable=' + this.
|
|
825
|
+
return 'WsPrimitive(type=' + this.type + ', isIterable=' + this.z24_1 + ', isMap=' + this.a25_1 + ')';
|
|
826
826
|
};
|
|
827
827
|
protoOf(WsPrimitive).hashCode = function () {
|
|
828
828
|
var result = this.type.hashCode();
|
|
829
|
-
result = imul(result, 31) + (this.
|
|
830
|
-
result = imul(result, 31) + (this.
|
|
829
|
+
result = imul(result, 31) + (this.z24_1 | 0) | 0;
|
|
830
|
+
result = imul(result, 31) + (this.a25_1 | 0) | 0;
|
|
831
831
|
return result;
|
|
832
832
|
};
|
|
833
833
|
protoOf(WsPrimitive).equals = function (other) {
|
|
@@ -838,9 +838,9 @@
|
|
|
838
838
|
var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
|
|
839
839
|
if (!this.type.equals(tmp0_other_with_cast.type))
|
|
840
840
|
return false;
|
|
841
|
-
if (!(this.
|
|
841
|
+
if (!(this.z24_1 === tmp0_other_with_cast.z24_1))
|
|
842
842
|
return false;
|
|
843
|
-
if (!(this.
|
|
843
|
+
if (!(this.a25_1 === tmp0_other_with_cast.a25_1))
|
|
844
844
|
return false;
|
|
845
845
|
return true;
|
|
846
846
|
};
|
|
@@ -889,12 +889,12 @@
|
|
|
889
889
|
protoOf(WsRequest).e3 = function () {
|
|
890
890
|
return this.content;
|
|
891
891
|
};
|
|
892
|
-
protoOf(WsRequest).
|
|
892
|
+
protoOf(WsRequest).f25 = function (content) {
|
|
893
893
|
return new WsRequest(content);
|
|
894
894
|
};
|
|
895
895
|
protoOf(WsRequest).copy = function (content, $super) {
|
|
896
896
|
content = content === VOID ? this.content : content;
|
|
897
|
-
return this.
|
|
897
|
+
return this.f25(content);
|
|
898
898
|
};
|
|
899
899
|
protoOf(WsRequest).toString = function () {
|
|
900
900
|
return 'WsRequest(content=' + this.content + ')';
|
|
@@ -916,7 +916,7 @@
|
|
|
916
916
|
this.status = status;
|
|
917
917
|
this.content = content;
|
|
918
918
|
}
|
|
919
|
-
protoOf(WsResponse).
|
|
919
|
+
protoOf(WsResponse).g25 = function () {
|
|
920
920
|
return this.status;
|
|
921
921
|
};
|
|
922
922
|
protoOf(WsResponse).uz = function () {
|
|
@@ -928,13 +928,13 @@
|
|
|
928
928
|
protoOf(WsResponse).f3 = function () {
|
|
929
929
|
return this.content;
|
|
930
930
|
};
|
|
931
|
-
protoOf(WsResponse).
|
|
931
|
+
protoOf(WsResponse).h25 = function (status, content) {
|
|
932
932
|
return new WsResponse(status, content);
|
|
933
933
|
};
|
|
934
934
|
protoOf(WsResponse).copy = function (status, content, $super) {
|
|
935
935
|
status = status === VOID ? this.status : status;
|
|
936
936
|
content = content === VOID ? this.content : content;
|
|
937
|
-
return this.
|
|
937
|
+
return this.h25(status, content);
|
|
938
938
|
};
|
|
939
939
|
protoOf(WsResponse).toString = function () {
|
|
940
940
|
return 'WsResponse(status=' + this.status + ', content=' + this.content + ')';
|
|
@@ -962,10 +962,10 @@
|
|
|
962
962
|
this.reference = reference;
|
|
963
963
|
this.isNullable = isNullable;
|
|
964
964
|
}
|
|
965
|
-
protoOf(WsContent).
|
|
965
|
+
protoOf(WsContent).b25 = function () {
|
|
966
966
|
return this.type;
|
|
967
967
|
};
|
|
968
|
-
protoOf(WsContent).
|
|
968
|
+
protoOf(WsContent).q24 = function () {
|
|
969
969
|
return this.reference;
|
|
970
970
|
};
|
|
971
971
|
protoOf(WsContent).aj = function () {
|
|
@@ -980,14 +980,14 @@
|
|
|
980
980
|
protoOf(WsContent).c8 = function () {
|
|
981
981
|
return this.isNullable;
|
|
982
982
|
};
|
|
983
|
-
protoOf(WsContent).
|
|
983
|
+
protoOf(WsContent).i25 = function (type, reference, isNullable) {
|
|
984
984
|
return new WsContent(type, reference, isNullable);
|
|
985
985
|
};
|
|
986
986
|
protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
|
|
987
987
|
type = type === VOID ? this.type : type;
|
|
988
988
|
reference = reference === VOID ? this.reference : reference;
|
|
989
989
|
isNullable = isNullable === VOID ? this.isNullable : isNullable;
|
|
990
|
-
return this.
|
|
990
|
+
return this.i25(type, reference, isNullable);
|
|
991
991
|
};
|
|
992
992
|
protoOf(WsContent).toString = function () {
|
|
993
993
|
return 'WsContent(type=' + this.type + ', reference=' + this.reference + ', isNullable=' + this.isNullable + ')';
|
|
@@ -1030,20 +1030,20 @@
|
|
|
1030
1030
|
function produce_0(_this__u8e3s4) {
|
|
1031
1031
|
var tmp;
|
|
1032
1032
|
if (_this__u8e3s4 instanceof Type) {
|
|
1033
|
-
tmp = new WsType(_this__u8e3s4.
|
|
1033
|
+
tmp = new WsType(_this__u8e3s4.t1w_1, produce_1(_this__u8e3s4.u1w_1));
|
|
1034
1034
|
} else {
|
|
1035
1035
|
if (_this__u8e3s4 instanceof Endpoint) {
|
|
1036
|
-
tmp = new WsEndpoint(_this__u8e3s4.
|
|
1036
|
+
tmp = new WsEndpoint(_this__u8e3s4.x1w_1, produce_2(_this__u8e3s4.y1w_1), produce_3(_this__u8e3s4.z1w_1), produce_4(_this__u8e3s4.a1x_1), produce_4(_this__u8e3s4.b1x_1), produce_4(_this__u8e3s4.c1x_1), produce_5(_this__u8e3s4.d1x_1), produce_6(_this__u8e3s4.e1x_1));
|
|
1037
1037
|
} else {
|
|
1038
1038
|
if (_this__u8e3s4 instanceof Enum_0) {
|
|
1039
1039
|
var tmp$ret$0;
|
|
1040
1040
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1041
|
-
var tmp0_toTypedArray = _this__u8e3s4.
|
|
1041
|
+
var tmp0_toTypedArray = _this__u8e3s4.c1t_1;
|
|
1042
1042
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
1043
|
-
tmp = new WsEnum(_this__u8e3s4.
|
|
1043
|
+
tmp = new WsEnum(_this__u8e3s4.b1t_1, tmp$ret$0);
|
|
1044
1044
|
} else {
|
|
1045
1045
|
if (_this__u8e3s4 instanceof Refined) {
|
|
1046
|
-
tmp = new WsRefined(_this__u8e3s4.
|
|
1046
|
+
tmp = new WsRefined(_this__u8e3s4.v1w_1, _this__u8e3s4.w1w_1.k1y_1);
|
|
1047
1047
|
} else {
|
|
1048
1048
|
noWhenBranchMatchedException();
|
|
1049
1049
|
}
|
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
var tmp$ret$3;
|
|
1057
1057
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1058
1058
|
// Inline function 'kotlin.collections.map' call
|
|
1059
|
-
var tmp0_map = _this__u8e3s4.
|
|
1059
|
+
var tmp0_map = _this__u8e3s4.w1x_1;
|
|
1060
1060
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1061
1061
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
1062
1062
|
var tmp0_iterator = tmp0_map.c();
|
|
@@ -1115,10 +1115,10 @@
|
|
|
1115
1115
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1116
1116
|
var tmp;
|
|
1117
1117
|
if (item instanceof Literal) {
|
|
1118
|
-
tmp = new WsLiteral(item.
|
|
1118
|
+
tmp = new WsLiteral(item.l1z_1);
|
|
1119
1119
|
} else {
|
|
1120
1120
|
if (item instanceof Param) {
|
|
1121
|
-
tmp = new WsParam(produce_8(item.
|
|
1121
|
+
tmp = new WsParam(produce_8(item.a1z_1), produce_9(item.b1z_1));
|
|
1122
1122
|
} else {
|
|
1123
1123
|
noWhenBranchMatchedException();
|
|
1124
1124
|
}
|
|
@@ -1174,24 +1174,24 @@
|
|
|
1174
1174
|
return copyToArray(tmp0_mapTo);
|
|
1175
1175
|
}
|
|
1176
1176
|
function produce_7(_this__u8e3s4) {
|
|
1177
|
-
return new WsField(produce_8(_this__u8e3s4.
|
|
1177
|
+
return new WsField(produce_8(_this__u8e3s4.x1x_1), produce_9(_this__u8e3s4.y1x_1), _this__u8e3s4.z1x_1);
|
|
1178
1178
|
}
|
|
1179
1179
|
function produce_8(_this__u8e3s4) {
|
|
1180
|
-
return new WsIdentifier(_this__u8e3s4.
|
|
1180
|
+
return new WsIdentifier(_this__u8e3s4.c1y_1);
|
|
1181
1181
|
}
|
|
1182
1182
|
function produce_9(_this__u8e3s4) {
|
|
1183
1183
|
var tmp;
|
|
1184
1184
|
if (_this__u8e3s4 instanceof Any) {
|
|
1185
|
-
tmp = new WsAny(_this__u8e3s4.
|
|
1185
|
+
tmp = new WsAny(_this__u8e3s4.q1r(), _this__u8e3s4.k1z());
|
|
1186
1186
|
} else {
|
|
1187
1187
|
if (_this__u8e3s4 instanceof Unit) {
|
|
1188
|
-
tmp = new WsUnit(_this__u8e3s4.
|
|
1188
|
+
tmp = new WsUnit(_this__u8e3s4.q1r(), _this__u8e3s4.k1z());
|
|
1189
1189
|
} else {
|
|
1190
1190
|
if (_this__u8e3s4 instanceof Custom) {
|
|
1191
|
-
tmp = new WsCustom(_this__u8e3s4.
|
|
1191
|
+
tmp = new WsCustom(_this__u8e3s4.g1y_1, _this__u8e3s4.q1r(), _this__u8e3s4.k1z());
|
|
1192
1192
|
} else {
|
|
1193
1193
|
if (_this__u8e3s4 instanceof Primitive) {
|
|
1194
|
-
tmp = new WsPrimitive(produce_12(_this__u8e3s4.
|
|
1194
|
+
tmp = new WsPrimitive(produce_12(_this__u8e3s4.d1y_1), _this__u8e3s4.q1r(), _this__u8e3s4.k1z());
|
|
1195
1195
|
} else {
|
|
1196
1196
|
noWhenBranchMatchedException();
|
|
1197
1197
|
}
|
|
@@ -1201,12 +1201,12 @@
|
|
|
1201
1201
|
return tmp;
|
|
1202
1202
|
}
|
|
1203
1203
|
function produce_10(_this__u8e3s4) {
|
|
1204
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1204
|
+
var tmp0_safe_receiver = _this__u8e3s4.v1y_1;
|
|
1205
1205
|
return new WsRequest(tmp0_safe_receiver == null ? null : produce_13(tmp0_safe_receiver));
|
|
1206
1206
|
}
|
|
1207
1207
|
function produce_11(_this__u8e3s4) {
|
|
1208
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1209
|
-
return new WsResponse(_this__u8e3s4.
|
|
1208
|
+
var tmp0_safe_receiver = _this__u8e3s4.z1y_1;
|
|
1209
|
+
return new WsResponse(_this__u8e3s4.x1y_1, tmp0_safe_receiver == null ? null : produce_13(tmp0_safe_receiver));
|
|
1210
1210
|
}
|
|
1211
1211
|
function produce_12(_this__u8e3s4) {
|
|
1212
1212
|
var tmp;
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
return tmp;
|
|
1231
1231
|
}
|
|
1232
1232
|
function produce_13(_this__u8e3s4) {
|
|
1233
|
-
return new WsContent(_this__u8e3s4.
|
|
1233
|
+
return new WsContent(_this__u8e3s4.c1z_1, produce_9(_this__u8e3s4.d1z_1), _this__u8e3s4.e1z_1);
|
|
1234
1234
|
}
|
|
1235
1235
|
function WsMethod_GET_getInstance() {
|
|
1236
1236
|
WsMethod_initEntries();
|
|
@@ -1288,7 +1288,7 @@
|
|
|
1288
1288
|
var tmp = this;
|
|
1289
1289
|
tmp.logger = new Compiler$Companion$logger$1();
|
|
1290
1290
|
}
|
|
1291
|
-
protoOf(Companion).
|
|
1291
|
+
protoOf(Companion).j25 = function () {
|
|
1292
1292
|
return this.logger;
|
|
1293
1293
|
};
|
|
1294
1294
|
var Companion_instance;
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
};
|
|
1316
1316
|
function Companion_0() {
|
|
1317
1317
|
Companion_instance_0 = this;
|
|
1318
|
-
this.
|
|
1318
|
+
this.k25_1 = new KotlinEmitter(VOID, Companion_getInstance_1().logger);
|
|
1319
1319
|
}
|
|
1320
1320
|
var Companion_instance_0;
|
|
1321
1321
|
function Companion_getInstance_2() {
|
|
@@ -1328,11 +1328,11 @@
|
|
|
1328
1328
|
Compiler.call(this);
|
|
1329
1329
|
}
|
|
1330
1330
|
protoOf(WsToKotlin).compile = function (source) {
|
|
1331
|
-
return produce_15(this.preCompile(source)(Companion_getInstance_2().
|
|
1331
|
+
return produce_15(this.preCompile(source)(Companion_getInstance_2().k25_1));
|
|
1332
1332
|
};
|
|
1333
1333
|
function Companion_1() {
|
|
1334
1334
|
Companion_instance_1 = this;
|
|
1335
|
-
this.
|
|
1335
|
+
this.l25_1 = new TypeScriptEmitter(Companion_getInstance_1().logger);
|
|
1336
1336
|
}
|
|
1337
1337
|
var Companion_instance_1;
|
|
1338
1338
|
function Companion_getInstance_3() {
|
|
@@ -1345,11 +1345,11 @@
|
|
|
1345
1345
|
Compiler.call(this);
|
|
1346
1346
|
}
|
|
1347
1347
|
protoOf(WsToTypeScript).compile = function (source) {
|
|
1348
|
-
return produce_15(this.preCompile(source)(Companion_getInstance_3().
|
|
1348
|
+
return produce_15(this.preCompile(source)(Companion_getInstance_3().l25_1));
|
|
1349
1349
|
};
|
|
1350
1350
|
function Companion_2() {
|
|
1351
1351
|
Companion_instance_2 = this;
|
|
1352
|
-
this.
|
|
1352
|
+
this.m25_1 = new WirespecEmitter(Companion_getInstance_1().logger);
|
|
1353
1353
|
}
|
|
1354
1354
|
var Companion_instance_2;
|
|
1355
1355
|
function Companion_getInstance_4() {
|
|
@@ -1362,13 +1362,13 @@
|
|
|
1362
1362
|
Compiler.call(this);
|
|
1363
1363
|
}
|
|
1364
1364
|
protoOf(WsToWirespec).compile = function (source) {
|
|
1365
|
-
return produce_15(this.preCompile(source)(Companion_getInstance_4().
|
|
1365
|
+
return produce_15(this.preCompile(source)(Companion_getInstance_4().m25_1));
|
|
1366
1366
|
};
|
|
1367
1367
|
function OpenApiV2Parser() {
|
|
1368
1368
|
OpenApiV2Parser_instance = this;
|
|
1369
1369
|
}
|
|
1370
1370
|
protoOf(OpenApiV2Parser).parse = function (source) {
|
|
1371
|
-
return produce(Companion_getInstance().
|
|
1371
|
+
return produce(Companion_getInstance().q22(source));
|
|
1372
1372
|
};
|
|
1373
1373
|
var OpenApiV2Parser_instance;
|
|
1374
1374
|
function OpenApiV2Parser_getInstance() {
|
|
@@ -1380,7 +1380,7 @@
|
|
|
1380
1380
|
OpenApiV3Parser_instance = this;
|
|
1381
1381
|
}
|
|
1382
1382
|
protoOf(OpenApiV3Parser).parse = function (source) {
|
|
1383
|
-
return produce(Companion_getInstance_0().
|
|
1383
|
+
return produce(Companion_getInstance_0().d23(source));
|
|
1384
1384
|
};
|
|
1385
1385
|
var OpenApiV3Parser_instance;
|
|
1386
1386
|
function OpenApiV3Parser_getInstance() {
|
|
@@ -1395,16 +1395,16 @@
|
|
|
1395
1395
|
OpenApiV3ToTypescript_instance = this;
|
|
1396
1396
|
var tmp = this;
|
|
1397
1397
|
tmp.logger = new OpenApiV3ToTypescript$logger$1();
|
|
1398
|
-
this.
|
|
1398
|
+
this.n25_1 = new TypeScriptEmitter(this.logger);
|
|
1399
1399
|
}
|
|
1400
|
-
protoOf(OpenApiV3ToTypescript).
|
|
1400
|
+
protoOf(OpenApiV3ToTypescript).j25 = function () {
|
|
1401
1401
|
return this.logger;
|
|
1402
1402
|
};
|
|
1403
1403
|
protoOf(OpenApiV3ToTypescript).compile = function (source) {
|
|
1404
|
-
var ast = Companion_getInstance_0().
|
|
1404
|
+
var ast = Companion_getInstance_0().d23(source);
|
|
1405
1405
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1406
1406
|
// Inline function 'kotlin.collections.map' call
|
|
1407
|
-
var tmp0_map = this.
|
|
1407
|
+
var tmp0_map = this.n25_1.y1q(ast);
|
|
1408
1408
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1409
1409
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
1410
1410
|
var tmp0_iterator = tmp0_map.c();
|
|
@@ -1438,10 +1438,10 @@
|
|
|
1438
1438
|
this.result = result;
|
|
1439
1439
|
this.errors = errors;
|
|
1440
1440
|
}
|
|
1441
|
-
protoOf(WsCompilationResult).
|
|
1441
|
+
protoOf(WsCompilationResult).o25 = function () {
|
|
1442
1442
|
return this.result;
|
|
1443
1443
|
};
|
|
1444
|
-
protoOf(WsCompilationResult).
|
|
1444
|
+
protoOf(WsCompilationResult).p25 = function () {
|
|
1445
1445
|
return this.errors;
|
|
1446
1446
|
};
|
|
1447
1447
|
function WsCompiled(value) {
|
|
@@ -1466,10 +1466,10 @@
|
|
|
1466
1466
|
this.result = result;
|
|
1467
1467
|
this.errors = errors;
|
|
1468
1468
|
}
|
|
1469
|
-
protoOf(WsParseResult).
|
|
1469
|
+
protoOf(WsParseResult).o25 = function () {
|
|
1470
1470
|
return this.result;
|
|
1471
1471
|
};
|
|
1472
|
-
protoOf(WsParseResult).
|
|
1472
|
+
protoOf(WsParseResult).p25 = function () {
|
|
1473
1473
|
return this.errors;
|
|
1474
1474
|
};
|
|
1475
1475
|
function produce_14(_this__u8e3s4) {
|
|
@@ -1548,7 +1548,7 @@
|
|
|
1548
1548
|
tmp = new WsCompilationResult(VOID, tmp$ret$5);
|
|
1549
1549
|
} else {
|
|
1550
1550
|
if (_this__u8e3s4 instanceof Right) {
|
|
1551
|
-
tmp = new WsCompilationResult(new WsCompiled(first(_this__u8e3s4.x1p_1).
|
|
1551
|
+
tmp = new WsCompilationResult(new WsCompiled(first(_this__u8e3s4.x1p_1).k1s_1));
|
|
1552
1552
|
} else {
|
|
1553
1553
|
noWhenBranchMatchedException();
|
|
1554
1554
|
}
|
|
@@ -1561,10 +1561,10 @@
|
|
|
1561
1561
|
this.tokens = tokens;
|
|
1562
1562
|
this.error = error;
|
|
1563
1563
|
}
|
|
1564
|
-
protoOf(WsTokenResult).
|
|
1564
|
+
protoOf(WsTokenResult).q25 = function () {
|
|
1565
1565
|
return this.tokens;
|
|
1566
1566
|
};
|
|
1567
|
-
protoOf(WsTokenResult).
|
|
1567
|
+
protoOf(WsTokenResult).r25 = function () {
|
|
1568
1568
|
return this.error;
|
|
1569
1569
|
};
|
|
1570
1570
|
protoOf(WsTokenResult).e3 = function () {
|
|
@@ -1573,13 +1573,13 @@
|
|
|
1573
1573
|
protoOf(WsTokenResult).f3 = function () {
|
|
1574
1574
|
return this.error;
|
|
1575
1575
|
};
|
|
1576
|
-
protoOf(WsTokenResult).
|
|
1576
|
+
protoOf(WsTokenResult).s25 = function (tokens, error) {
|
|
1577
1577
|
return new WsTokenResult(tokens, error);
|
|
1578
1578
|
};
|
|
1579
1579
|
protoOf(WsTokenResult).copy = function (tokens, error, $super) {
|
|
1580
1580
|
tokens = tokens === VOID ? this.tokens : tokens;
|
|
1581
1581
|
error = error === VOID ? this.error : error;
|
|
1582
|
-
return this.
|
|
1582
|
+
return this.s25(tokens, error);
|
|
1583
1583
|
};
|
|
1584
1584
|
protoOf(WsTokenResult).toString = function () {
|
|
1585
1585
|
return 'WsTokenResult(tokens=' + this.tokens + ', error=' + this.error + ')';
|
|
@@ -1624,12 +1624,12 @@
|
|
|
1624
1624
|
protoOf(WsTokens).e3 = function () {
|
|
1625
1625
|
return this.value;
|
|
1626
1626
|
};
|
|
1627
|
-
protoOf(WsTokens).
|
|
1627
|
+
protoOf(WsTokens).t25 = function (value) {
|
|
1628
1628
|
return new WsTokens(value);
|
|
1629
1629
|
};
|
|
1630
1630
|
protoOf(WsTokens).copy = function (value, $super) {
|
|
1631
1631
|
value = value === VOID ? this.value : value;
|
|
1632
|
-
return this.
|
|
1632
|
+
return this.t25(value);
|
|
1633
1633
|
};
|
|
1634
1634
|
protoOf(WsTokens).toString = function () {
|
|
1635
1635
|
return 'WsTokens(value=' + toString(this.value) + ')';
|
|
@@ -1640,13 +1640,13 @@
|
|
|
1640
1640
|
this.value = value;
|
|
1641
1641
|
this.coordinates = coordinates;
|
|
1642
1642
|
}
|
|
1643
|
-
protoOf(WsToken).
|
|
1643
|
+
protoOf(WsToken).b25 = function () {
|
|
1644
1644
|
return this.type;
|
|
1645
1645
|
};
|
|
1646
1646
|
protoOf(WsToken).y = function () {
|
|
1647
1647
|
return this.value;
|
|
1648
1648
|
};
|
|
1649
|
-
protoOf(WsToken).
|
|
1649
|
+
protoOf(WsToken).u25 = function () {
|
|
1650
1650
|
return this.coordinates;
|
|
1651
1651
|
};
|
|
1652
1652
|
protoOf(WsToken).e3 = function () {
|
|
@@ -1658,14 +1658,14 @@
|
|
|
1658
1658
|
protoOf(WsToken).c8 = function () {
|
|
1659
1659
|
return this.coordinates;
|
|
1660
1660
|
};
|
|
1661
|
-
protoOf(WsToken).
|
|
1661
|
+
protoOf(WsToken).v25 = function (type, value, coordinates) {
|
|
1662
1662
|
return new WsToken(type, value, coordinates);
|
|
1663
1663
|
};
|
|
1664
1664
|
protoOf(WsToken).copy = function (type, value, coordinates, $super) {
|
|
1665
1665
|
type = type === VOID ? this.type : type;
|
|
1666
1666
|
value = value === VOID ? this.value : value;
|
|
1667
1667
|
coordinates = coordinates === VOID ? this.coordinates : coordinates;
|
|
1668
|
-
return this.
|
|
1668
|
+
return this.v25(type, value, coordinates);
|
|
1669
1669
|
};
|
|
1670
1670
|
protoOf(WsToken).toString = function () {
|
|
1671
1671
|
return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates + ')';
|
|
@@ -1698,13 +1698,13 @@
|
|
|
1698
1698
|
this.position = position;
|
|
1699
1699
|
this.idxAndLength = idxAndLength;
|
|
1700
1700
|
}
|
|
1701
|
-
protoOf(WsCoordinates).
|
|
1701
|
+
protoOf(WsCoordinates).w25 = function () {
|
|
1702
1702
|
return this.line;
|
|
1703
1703
|
};
|
|
1704
1704
|
protoOf(WsCoordinates).vo = function () {
|
|
1705
1705
|
return this.position;
|
|
1706
1706
|
};
|
|
1707
|
-
protoOf(WsCoordinates).
|
|
1707
|
+
protoOf(WsCoordinates).x25 = function () {
|
|
1708
1708
|
return this.idxAndLength;
|
|
1709
1709
|
};
|
|
1710
1710
|
protoOf(WsCoordinates).e3 = function () {
|
|
@@ -1716,14 +1716,14 @@
|
|
|
1716
1716
|
protoOf(WsCoordinates).c8 = function () {
|
|
1717
1717
|
return this.idxAndLength;
|
|
1718
1718
|
};
|
|
1719
|
-
protoOf(WsCoordinates).
|
|
1719
|
+
protoOf(WsCoordinates).y25 = function (line, position, idxAndLength) {
|
|
1720
1720
|
return new WsCoordinates(line, position, idxAndLength);
|
|
1721
1721
|
};
|
|
1722
1722
|
protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
|
|
1723
1723
|
line = line === VOID ? this.line : line;
|
|
1724
1724
|
position = position === VOID ? this.position : position;
|
|
1725
1725
|
idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
|
|
1726
|
-
return this.
|
|
1726
|
+
return this.y25(line, position, idxAndLength);
|
|
1727
1727
|
};
|
|
1728
1728
|
protoOf(WsCoordinates).toString = function () {
|
|
1729
1729
|
return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength + ')';
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
this.idx = idx;
|
|
1755
1755
|
this.length = length;
|
|
1756
1756
|
}
|
|
1757
|
-
protoOf(WsIndex).
|
|
1757
|
+
protoOf(WsIndex).z25 = function () {
|
|
1758
1758
|
return this.idx;
|
|
1759
1759
|
};
|
|
1760
1760
|
protoOf(WsIndex).ba = function () {
|
|
@@ -1766,13 +1766,13 @@
|
|
|
1766
1766
|
protoOf(WsIndex).f3 = function () {
|
|
1767
1767
|
return this.length;
|
|
1768
1768
|
};
|
|
1769
|
-
protoOf(WsIndex).
|
|
1769
|
+
protoOf(WsIndex).a26 = function (idx, length) {
|
|
1770
1770
|
return new WsIndex(idx, length);
|
|
1771
1771
|
};
|
|
1772
1772
|
protoOf(WsIndex).copy = function (idx, length, $super) {
|
|
1773
1773
|
idx = idx === VOID ? this.idx : idx;
|
|
1774
1774
|
length = length === VOID ? this.length : length;
|
|
1775
|
-
return this.
|
|
1775
|
+
return this.a26(idx, length);
|
|
1776
1776
|
};
|
|
1777
1777
|
protoOf(WsIndex).toString = function () {
|
|
1778
1778
|
return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
|
|
@@ -1812,20 +1812,20 @@
|
|
|
1812
1812
|
return new WsTokenResult(new WsTokens(tmp$ret$3));
|
|
1813
1813
|
}
|
|
1814
1814
|
function produce_17(_this__u8e3s4) {
|
|
1815
|
-
return new WsToken(_this__u8e3s4.
|
|
1815
|
+
return new WsToken(_this__u8e3s4.c20_1.f20(), _this__u8e3s4.d20_1, produce_18(_this__u8e3s4.e20_1));
|
|
1816
1816
|
}
|
|
1817
1817
|
function produce_18(_this__u8e3s4) {
|
|
1818
|
-
return new WsCoordinates(_this__u8e3s4.
|
|
1818
|
+
return new WsCoordinates(_this__u8e3s4.g20_1, _this__u8e3s4.h20_1, produce_19(_this__u8e3s4.i20_1));
|
|
1819
1819
|
}
|
|
1820
1820
|
function produce_19(_this__u8e3s4) {
|
|
1821
|
-
return new WsIndex(_this__u8e3s4.
|
|
1821
|
+
return new WsIndex(_this__u8e3s4.o21_1, _this__u8e3s4.p21_1);
|
|
1822
1822
|
}
|
|
1823
1823
|
function WsError(index, length, value) {
|
|
1824
1824
|
this.index = index;
|
|
1825
1825
|
this.length = length;
|
|
1826
1826
|
this.value = value;
|
|
1827
1827
|
}
|
|
1828
|
-
protoOf(WsError).
|
|
1828
|
+
protoOf(WsError).b26 = function () {
|
|
1829
1829
|
return this.index;
|
|
1830
1830
|
};
|
|
1831
1831
|
protoOf(WsError).ba = function () {
|
|
@@ -1843,14 +1843,14 @@
|
|
|
1843
1843
|
protoOf(WsError).c8 = function () {
|
|
1844
1844
|
return this.value;
|
|
1845
1845
|
};
|
|
1846
|
-
protoOf(WsError).
|
|
1846
|
+
protoOf(WsError).c26 = function (index, length, value) {
|
|
1847
1847
|
return new WsError(index, length, value);
|
|
1848
1848
|
};
|
|
1849
1849
|
protoOf(WsError).copy = function (index, length, value, $super) {
|
|
1850
1850
|
index = index === VOID ? this.index : index;
|
|
1851
1851
|
length = length === VOID ? this.length : length;
|
|
1852
1852
|
value = value === VOID ? this.value : value;
|
|
1853
|
-
return this.
|
|
1853
|
+
return this.c26(index, length, value);
|
|
1854
1854
|
};
|
|
1855
1855
|
protoOf(WsError).toString = function () {
|
|
1856
1856
|
return 'WsError(index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
|
|
@@ -1876,9 +1876,9 @@
|
|
|
1876
1876
|
return true;
|
|
1877
1877
|
};
|
|
1878
1878
|
function produce_20(_this__u8e3s4) {
|
|
1879
|
-
var tmp = _this__u8e3s4.
|
|
1879
|
+
var tmp = _this__u8e3s4.j20_1.i20_1.o21_1 - _this__u8e3s4.j20_1.i20_1.p21_1 | 0;
|
|
1880
1880
|
var tmp0_elvis_lhs = _this__u8e3s4.message;
|
|
1881
|
-
return new WsError(tmp, _this__u8e3s4.
|
|
1881
|
+
return new WsError(tmp, _this__u8e3s4.j20_1.i20_1.p21_1, tmp0_elvis_lhs == null ? 'No message' : tmp0_elvis_lhs);
|
|
1882
1882
|
}
|
|
1883
1883
|
//region block: post-declaration
|
|
1884
1884
|
defineProp(protoOf(WsType), 'name', function () {
|
|
@@ -1896,28 +1896,28 @@
|
|
|
1896
1896
|
defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).bh, VOID);
|
|
1897
1897
|
defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).ch, VOID);
|
|
1898
1898
|
defineProp(protoOf(WsAny), 'isIterable', function () {
|
|
1899
|
-
return this.
|
|
1899
|
+
return this.q1r();
|
|
1900
1900
|
}, VOID);
|
|
1901
1901
|
defineProp(protoOf(WsAny), 'isMap', function () {
|
|
1902
|
-
return this.
|
|
1902
|
+
return this.k1z();
|
|
1903
1903
|
}, VOID);
|
|
1904
1904
|
defineProp(protoOf(WsUnit), 'isIterable', function () {
|
|
1905
|
-
return this.
|
|
1905
|
+
return this.q1r();
|
|
1906
1906
|
}, VOID);
|
|
1907
1907
|
defineProp(protoOf(WsUnit), 'isMap', function () {
|
|
1908
|
-
return this.
|
|
1908
|
+
return this.k1z();
|
|
1909
1909
|
}, VOID);
|
|
1910
1910
|
defineProp(protoOf(WsCustom), 'isIterable', function () {
|
|
1911
|
-
return this.
|
|
1911
|
+
return this.q1r();
|
|
1912
1912
|
}, VOID);
|
|
1913
1913
|
defineProp(protoOf(WsCustom), 'isMap', function () {
|
|
1914
|
-
return this.
|
|
1914
|
+
return this.k1z();
|
|
1915
1915
|
}, VOID);
|
|
1916
1916
|
defineProp(protoOf(WsPrimitive), 'isIterable', function () {
|
|
1917
|
-
return this.
|
|
1917
|
+
return this.q1r();
|
|
1918
1918
|
}, VOID);
|
|
1919
1919
|
defineProp(protoOf(WsPrimitive), 'isMap', function () {
|
|
1920
|
-
return this.
|
|
1920
|
+
return this.k1z();
|
|
1921
1921
|
}, VOID);
|
|
1922
1922
|
defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).bh, VOID);
|
|
1923
1923
|
defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).ch, VOID);
|