@flock/wirespec 0.16.13 → 0.17.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.
Files changed (32) hide show
  1. package/clikt-clikt.mjs +1166 -1166
  2. package/colormath-root-colormath.mjs +425 -425
  3. package/kotlin-kotlin-stdlib.mjs +6 -2
  4. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  5. package/kotlin-rgxgen.mjs +1767 -1767
  6. package/kotlinx-io-kotlinx-io-core.mjs +380 -380
  7. package/markdown.mjs +1864 -1864
  8. package/mordant-mordant.mjs +1638 -1638
  9. package/package.json +1 -1
  10. package/wirespec-src-compiler-core.mjs +3947 -3030
  11. package/wirespec-src-compiler-core.mjs.map +1 -1
  12. package/wirespec-src-compiler-emitters-java.mjs +245 -245
  13. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  14. package/wirespec-src-compiler-emitters-kotlin.mjs +181 -181
  15. package/wirespec-src-compiler-emitters-python.mjs +244 -244
  16. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  17. package/wirespec-src-compiler-emitters-typescript.mjs +227 -227
  18. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  19. package/wirespec-src-compiler-emitters-wirespec.mjs +72 -72
  20. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  21. package/wirespec-src-compiler-lib.mjs +411 -397
  22. package/wirespec-src-compiler-lib.mjs.map +1 -1
  23. package/wirespec-src-converter-avro.mjs +295 -290
  24. package/wirespec-src-converter-avro.mjs.map +1 -1
  25. package/wirespec-src-converter-openapi.mjs +525 -497
  26. package/wirespec-src-converter-openapi.mjs.map +1 -1
  27. package/wirespec-src-plugin-arguments.mjs +136 -136
  28. package/wirespec-src-plugin-cli.mjs +75 -75
  29. package/wirespec-src-plugin-npm.d.ts +1 -1
  30. package/wirespec-src-plugin-npm.mjs +314 -195
  31. package/wirespec-src-plugin-npm.mjs.map +1 -1
  32. package/wirespec-src-tools-generator.mjs +24 -24
@@ -19,9 +19,9 @@ import {
19
19
  ArrayList_init_$Create$3m1kyiqequwm5 as ArrayList_init_$Create$,
20
20
  copyToArray2j022khrow2yi as copyToArray,
21
21
  ensureNotNull1e947j3ixpazm as ensureNotNull,
22
+ emptyList1g2z5xcrvp2zy as emptyList,
22
23
  toSet1glep2u1u9tcb as toSet,
23
24
  IllegalStateException_init_$Create$1nm9y6jd3c9iy as IllegalStateException_init_$Create$,
24
- emptyList1g2z5xcrvp2zy as emptyList,
25
25
  toSet2orjxp16sotqu as toSet_0,
26
26
  contentEqualsaf55p28mnw74 as contentEquals,
27
27
  contentHashCode2i020q5tbeh2s as contentHashCode,
@@ -35,8 +35,7 @@ import {
35
35
  Enum13738b9tl6w6v as Enum_0,
36
36
  Endpoint1dn4dd2eg1gxz as Endpoint,
37
37
  Type11a5scrd50tqk as Type,
38
- _FileUri___init__impl__ujwvc91797d3q83xxiv as _FileUri___init__impl__ujwvc9,
39
- Module1hus0d150u4qt as Module,
38
+ ASTjmzmwcb0kkkg as AST,
40
39
  Param33sus5zaarsk0 as Param,
41
40
  Literal32wmkquj6qapn as Literal,
42
41
  Iterablerto606wd057m as Iterable,
@@ -45,6 +44,8 @@ import {
45
44
  Custom37hvrfgd6b0uj as Custom,
46
45
  Unit3rie819ih39bz as Unit,
47
46
  Any268baxyo9do19 as Any,
47
+ _FileUri___init__impl__ujwvc91797d3q83xxiv as _FileUri___init__impl__ujwvc9,
48
+ Module1hus0d150u4qt as Module,
48
49
  Bytes2moci2lqqzua3 as Bytes,
49
50
  Boolean1v54w5v4qjba1 as Boolean_0,
50
51
  Number3i05nlui0wcz8 as Number_0,
@@ -129,18 +130,18 @@ function WsNode() {
129
130
  function WsAST(modules) {
130
131
  this.modules = modules;
131
132
  }
132
- protoOf(WsAST).g2k = function () {
133
+ protoOf(WsAST).v2k = function () {
133
134
  return this.modules;
134
135
  };
135
136
  protoOf(WsAST).sd = function () {
136
137
  return this.modules;
137
138
  };
138
- protoOf(WsAST).h2k = function (modules) {
139
+ protoOf(WsAST).w2k = function (modules) {
139
140
  return new WsAST(modules);
140
141
  };
141
142
  protoOf(WsAST).copy = function (modules, $super) {
142
143
  modules = modules === VOID ? this.modules : modules;
143
- return this.h2k(modules);
144
+ return this.w2k(modules);
144
145
  };
145
146
  protoOf(WsAST).toString = function () {
146
147
  return 'WsAST(modules=' + toString(this.modules) + ')';
@@ -161,18 +162,18 @@ protoOf(WsAST).equals = function (other) {
161
162
  function WsModule(statements) {
162
163
  this.statements = statements;
163
164
  }
164
- protoOf(WsModule).i2k = function () {
165
+ protoOf(WsModule).x2k = function () {
165
166
  return this.statements;
166
167
  };
167
168
  protoOf(WsModule).sd = function () {
168
169
  return this.statements;
169
170
  };
170
- protoOf(WsModule).j2k = function (statements) {
171
+ protoOf(WsModule).y2k = function (statements) {
171
172
  return new WsModule(statements);
172
173
  };
173
174
  protoOf(WsModule).copy = function (statements, $super) {
174
175
  statements = statements === VOID ? this.statements : statements;
175
- return this.j2k(statements);
176
+ return this.y2k(statements);
176
177
  };
177
178
  protoOf(WsModule).toString = function () {
178
179
  return 'WsModule(statements=' + toString(this.statements) + ')';
@@ -193,43 +194,43 @@ protoOf(WsModule).equals = function (other) {
193
194
  function WsDefinition() {
194
195
  }
195
196
  function WsType(identifier, comment, shape) {
196
- this.l2k_1 = identifier;
197
- this.m2k_1 = comment;
197
+ this.a2l_1 = identifier;
198
+ this.b2l_1 = comment;
198
199
  this.shape = shape;
199
200
  }
200
- protoOf(WsType).g26 = function () {
201
- return this.l2k_1;
201
+ protoOf(WsType).l26 = function () {
202
+ return this.a2l_1;
202
203
  };
203
- protoOf(WsType).k2k = function () {
204
- return this.m2k_1;
204
+ protoOf(WsType).z2k = function () {
205
+ return this.b2l_1;
205
206
  };
206
- protoOf(WsType).n2k = function () {
207
+ protoOf(WsType).c2l = function () {
207
208
  return this.shape;
208
209
  };
209
210
  protoOf(WsType).sd = function () {
210
- return this.l2k_1;
211
+ return this.a2l_1;
211
212
  };
212
213
  protoOf(WsType).td = function () {
213
- return this.m2k_1;
214
+ return this.b2l_1;
214
215
  };
215
216
  protoOf(WsType).uh = function () {
216
217
  return this.shape;
217
218
  };
218
- protoOf(WsType).o2k = function (identifier, comment, shape) {
219
+ protoOf(WsType).d2l = function (identifier, comment, shape) {
219
220
  return new WsType(identifier, comment, shape);
220
221
  };
221
222
  protoOf(WsType).copy = function (identifier, comment, shape, $super) {
222
- identifier = identifier === VOID ? this.l2k_1 : identifier;
223
- comment = comment === VOID ? this.m2k_1 : comment;
223
+ identifier = identifier === VOID ? this.a2l_1 : identifier;
224
+ comment = comment === VOID ? this.b2l_1 : comment;
224
225
  shape = shape === VOID ? this.shape : shape;
225
- return this.o2k(identifier, comment, shape);
226
+ return this.d2l(identifier, comment, shape);
226
227
  };
227
228
  protoOf(WsType).toString = function () {
228
- return 'WsType(identifier=' + this.l2k_1 + ', comment=' + this.m2k_1 + ', shape=' + this.shape.toString() + ')';
229
+ return 'WsType(identifier=' + this.a2l_1 + ', comment=' + this.b2l_1 + ', shape=' + this.shape.toString() + ')';
229
230
  };
230
231
  protoOf(WsType).hashCode = function () {
231
- var result = getStringHashCode(this.l2k_1);
232
- result = imul(result, 31) + (this.m2k_1 == null ? 0 : getStringHashCode(this.m2k_1)) | 0;
232
+ var result = getStringHashCode(this.a2l_1);
233
+ result = imul(result, 31) + (this.b2l_1 == null ? 0 : getStringHashCode(this.b2l_1)) | 0;
233
234
  result = imul(result, 31) + this.shape.hashCode() | 0;
234
235
  return result;
235
236
  };
@@ -239,9 +240,9 @@ protoOf(WsType).equals = function (other) {
239
240
  if (!(other instanceof WsType))
240
241
  return false;
241
242
  var tmp0_other_with_cast = other instanceof WsType ? other : THROW_CCE();
242
- if (!(this.l2k_1 === tmp0_other_with_cast.l2k_1))
243
+ if (!(this.a2l_1 === tmp0_other_with_cast.a2l_1))
243
244
  return false;
244
- if (!(this.m2k_1 == tmp0_other_with_cast.m2k_1))
245
+ if (!(this.b2l_1 == tmp0_other_with_cast.b2l_1))
245
246
  return false;
246
247
  if (!this.shape.equals(tmp0_other_with_cast.shape))
247
248
  return false;
@@ -256,12 +257,12 @@ protoOf(WsShape).b1 = function () {
256
257
  protoOf(WsShape).sd = function () {
257
258
  return this.value;
258
259
  };
259
- protoOf(WsShape).p2k = function (value) {
260
+ protoOf(WsShape).e2l = function (value) {
260
261
  return new WsShape(value);
261
262
  };
262
263
  protoOf(WsShape).copy = function (value, $super) {
263
264
  value = value === VOID ? this.value : value;
264
- return this.p2k(value);
265
+ return this.e2l(value);
265
266
  };
266
267
  protoOf(WsShape).toString = function () {
267
268
  return 'WsShape(value=' + toString(this.value) + ')';
@@ -280,8 +281,8 @@ protoOf(WsShape).equals = function (other) {
280
281
  return true;
281
282
  };
282
283
  function WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses) {
283
- this.q2k_1 = identifier;
284
- this.r2k_1 = comment;
284
+ this.f2l_1 = identifier;
285
+ this.g2l_1 = comment;
285
286
  this.method = method;
286
287
  this.path = path;
287
288
  this.queries = queries;
@@ -289,74 +290,74 @@ function WsEndpoint(identifier, comment, method, path, queries, headers, request
289
290
  this.requests = requests;
290
291
  this.responses = responses;
291
292
  }
292
- protoOf(WsEndpoint).g26 = function () {
293
- return this.q2k_1;
293
+ protoOf(WsEndpoint).l26 = function () {
294
+ return this.f2l_1;
294
295
  };
295
- protoOf(WsEndpoint).k2k = function () {
296
- return this.r2k_1;
296
+ protoOf(WsEndpoint).z2k = function () {
297
+ return this.g2l_1;
297
298
  };
298
- protoOf(WsEndpoint).s2k = function () {
299
+ protoOf(WsEndpoint).h2l = function () {
299
300
  return this.method;
300
301
  };
301
- protoOf(WsEndpoint).t2k = function () {
302
+ protoOf(WsEndpoint).i2l = function () {
302
303
  return this.path;
303
304
  };
304
- protoOf(WsEndpoint).u2k = function () {
305
+ protoOf(WsEndpoint).j2l = function () {
305
306
  return this.queries;
306
307
  };
307
- protoOf(WsEndpoint).v2k = function () {
308
+ protoOf(WsEndpoint).k2l = function () {
308
309
  return this.headers;
309
310
  };
310
- protoOf(WsEndpoint).w2k = function () {
311
+ protoOf(WsEndpoint).l2l = function () {
311
312
  return this.requests;
312
313
  };
313
- protoOf(WsEndpoint).x2k = function () {
314
+ protoOf(WsEndpoint).m2l = function () {
314
315
  return this.responses;
315
316
  };
316
317
  protoOf(WsEndpoint).sd = function () {
317
- return this.q2k_1;
318
+ return this.f2l_1;
318
319
  };
319
320
  protoOf(WsEndpoint).td = function () {
320
- return this.r2k_1;
321
+ return this.g2l_1;
321
322
  };
322
323
  protoOf(WsEndpoint).uh = function () {
323
324
  return this.method;
324
325
  };
325
- protoOf(WsEndpoint).y2k = function () {
326
+ protoOf(WsEndpoint).n2l = function () {
326
327
  return this.path;
327
328
  };
328
- protoOf(WsEndpoint).z2k = function () {
329
+ protoOf(WsEndpoint).o2l = function () {
329
330
  return this.queries;
330
331
  };
331
- protoOf(WsEndpoint).a2l = function () {
332
+ protoOf(WsEndpoint).p2l = function () {
332
333
  return this.headers;
333
334
  };
334
- protoOf(WsEndpoint).b2l = function () {
335
+ protoOf(WsEndpoint).q2l = function () {
335
336
  return this.requests;
336
337
  };
337
- protoOf(WsEndpoint).c2l = function () {
338
+ protoOf(WsEndpoint).r2l = function () {
338
339
  return this.responses;
339
340
  };
340
- protoOf(WsEndpoint).d2l = function (identifier, comment, method, path, queries, headers, requests, responses) {
341
+ protoOf(WsEndpoint).s2l = function (identifier, comment, method, path, queries, headers, requests, responses) {
341
342
  return new WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses);
342
343
  };
343
344
  protoOf(WsEndpoint).copy = function (identifier, comment, method, path, queries, headers, requests, responses, $super) {
344
- identifier = identifier === VOID ? this.q2k_1 : identifier;
345
- comment = comment === VOID ? this.r2k_1 : comment;
345
+ identifier = identifier === VOID ? this.f2l_1 : identifier;
346
+ comment = comment === VOID ? this.g2l_1 : comment;
346
347
  method = method === VOID ? this.method : method;
347
348
  path = path === VOID ? this.path : path;
348
349
  queries = queries === VOID ? this.queries : queries;
349
350
  headers = headers === VOID ? this.headers : headers;
350
351
  requests = requests === VOID ? this.requests : requests;
351
352
  responses = responses === VOID ? this.responses : responses;
352
- return this.d2l(identifier, comment, method, path, queries, headers, requests, responses);
353
+ return this.s2l(identifier, comment, method, path, queries, headers, requests, responses);
353
354
  };
354
355
  protoOf(WsEndpoint).toString = function () {
355
- return 'WsEndpoint(identifier=' + this.q2k_1 + ', comment=' + this.r2k_1 + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', queries=' + toString(this.queries) + ', headers=' + toString(this.headers) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
356
+ return 'WsEndpoint(identifier=' + this.f2l_1 + ', comment=' + this.g2l_1 + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', queries=' + toString(this.queries) + ', headers=' + toString(this.headers) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
356
357
  };
357
358
  protoOf(WsEndpoint).hashCode = function () {
358
- var result = getStringHashCode(this.q2k_1);
359
- result = imul(result, 31) + (this.r2k_1 == null ? 0 : getStringHashCode(this.r2k_1)) | 0;
359
+ var result = getStringHashCode(this.f2l_1);
360
+ result = imul(result, 31) + (this.g2l_1 == null ? 0 : getStringHashCode(this.g2l_1)) | 0;
360
361
  result = imul(result, 31) + this.method.hashCode() | 0;
361
362
  result = imul(result, 31) + hashCode(this.path) | 0;
362
363
  result = imul(result, 31) + hashCode(this.queries) | 0;
@@ -371,9 +372,9 @@ protoOf(WsEndpoint).equals = function (other) {
371
372
  if (!(other instanceof WsEndpoint))
372
373
  return false;
373
374
  var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
374
- if (!(this.q2k_1 === tmp0_other_with_cast.q2k_1))
375
+ if (!(this.f2l_1 === tmp0_other_with_cast.f2l_1))
375
376
  return false;
376
- if (!(this.r2k_1 == tmp0_other_with_cast.r2k_1))
377
+ if (!(this.g2l_1 == tmp0_other_with_cast.g2l_1))
377
378
  return false;
378
379
  if (!this.method.equals(tmp0_other_with_cast.method))
379
380
  return false;
@@ -390,43 +391,43 @@ protoOf(WsEndpoint).equals = function (other) {
390
391
  return true;
391
392
  };
392
393
  function WsEnum(identifier, comment, entries) {
393
- this.e2l_1 = identifier;
394
- this.f2l_1 = comment;
394
+ this.t2l_1 = identifier;
395
+ this.u2l_1 = comment;
395
396
  this.entries = entries;
396
397
  }
397
- protoOf(WsEnum).g26 = function () {
398
- return this.e2l_1;
398
+ protoOf(WsEnum).l26 = function () {
399
+ return this.t2l_1;
399
400
  };
400
- protoOf(WsEnum).k2k = function () {
401
- return this.f2l_1;
401
+ protoOf(WsEnum).z2k = function () {
402
+ return this.u2l_1;
402
403
  };
403
404
  protoOf(WsEnum).z = function () {
404
405
  return this.entries;
405
406
  };
406
407
  protoOf(WsEnum).sd = function () {
407
- return this.e2l_1;
408
+ return this.t2l_1;
408
409
  };
409
410
  protoOf(WsEnum).td = function () {
410
- return this.f2l_1;
411
+ return this.u2l_1;
411
412
  };
412
413
  protoOf(WsEnum).uh = function () {
413
414
  return this.entries;
414
415
  };
415
- protoOf(WsEnum).g2l = function (identifier, comment, entries) {
416
+ protoOf(WsEnum).v2l = function (identifier, comment, entries) {
416
417
  return new WsEnum(identifier, comment, entries);
417
418
  };
418
419
  protoOf(WsEnum).copy = function (identifier, comment, entries, $super) {
419
- identifier = identifier === VOID ? this.e2l_1 : identifier;
420
- comment = comment === VOID ? this.f2l_1 : comment;
420
+ identifier = identifier === VOID ? this.t2l_1 : identifier;
421
+ comment = comment === VOID ? this.u2l_1 : comment;
421
422
  entries = entries === VOID ? this.entries : entries;
422
- return this.g2l(identifier, comment, entries);
423
+ return this.v2l(identifier, comment, entries);
423
424
  };
424
425
  protoOf(WsEnum).toString = function () {
425
- return 'WsEnum(identifier=' + this.e2l_1 + ', comment=' + this.f2l_1 + ', entries=' + toString(this.entries) + ')';
426
+ return 'WsEnum(identifier=' + this.t2l_1 + ', comment=' + this.u2l_1 + ', entries=' + toString(this.entries) + ')';
426
427
  };
427
428
  protoOf(WsEnum).hashCode = function () {
428
- var result = getStringHashCode(this.e2l_1);
429
- result = imul(result, 31) + (this.f2l_1 == null ? 0 : getStringHashCode(this.f2l_1)) | 0;
429
+ var result = getStringHashCode(this.t2l_1);
430
+ result = imul(result, 31) + (this.u2l_1 == null ? 0 : getStringHashCode(this.u2l_1)) | 0;
430
431
  result = imul(result, 31) + hashCode(this.entries) | 0;
431
432
  return result;
432
433
  };
@@ -436,52 +437,52 @@ protoOf(WsEnum).equals = function (other) {
436
437
  if (!(other instanceof WsEnum))
437
438
  return false;
438
439
  var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
439
- if (!(this.e2l_1 === tmp0_other_with_cast.e2l_1))
440
+ if (!(this.t2l_1 === tmp0_other_with_cast.t2l_1))
440
441
  return false;
441
- if (!(this.f2l_1 == tmp0_other_with_cast.f2l_1))
442
+ if (!(this.u2l_1 == tmp0_other_with_cast.u2l_1))
442
443
  return false;
443
444
  if (!equals(this.entries, tmp0_other_with_cast.entries))
444
445
  return false;
445
446
  return true;
446
447
  };
447
448
  function WsUnion(identifier, comment, entries) {
448
- this.h2l_1 = identifier;
449
- this.i2l_1 = comment;
449
+ this.w2l_1 = identifier;
450
+ this.x2l_1 = comment;
450
451
  this.entries = entries;
451
452
  }
452
- protoOf(WsUnion).g26 = function () {
453
- return this.h2l_1;
453
+ protoOf(WsUnion).l26 = function () {
454
+ return this.w2l_1;
454
455
  };
455
- protoOf(WsUnion).k2k = function () {
456
- return this.i2l_1;
456
+ protoOf(WsUnion).z2k = function () {
457
+ return this.x2l_1;
457
458
  };
458
459
  protoOf(WsUnion).z = function () {
459
460
  return this.entries;
460
461
  };
461
462
  protoOf(WsUnion).sd = function () {
462
- return this.h2l_1;
463
+ return this.w2l_1;
463
464
  };
464
465
  protoOf(WsUnion).td = function () {
465
- return this.i2l_1;
466
+ return this.x2l_1;
466
467
  };
467
468
  protoOf(WsUnion).uh = function () {
468
469
  return this.entries;
469
470
  };
470
- protoOf(WsUnion).j2l = function (identifier, comment, entries) {
471
+ protoOf(WsUnion).y2l = function (identifier, comment, entries) {
471
472
  return new WsUnion(identifier, comment, entries);
472
473
  };
473
474
  protoOf(WsUnion).copy = function (identifier, comment, entries, $super) {
474
- identifier = identifier === VOID ? this.h2l_1 : identifier;
475
- comment = comment === VOID ? this.i2l_1 : comment;
475
+ identifier = identifier === VOID ? this.w2l_1 : identifier;
476
+ comment = comment === VOID ? this.x2l_1 : comment;
476
477
  entries = entries === VOID ? this.entries : entries;
477
- return this.j2l(identifier, comment, entries);
478
+ return this.y2l(identifier, comment, entries);
478
479
  };
479
480
  protoOf(WsUnion).toString = function () {
480
- return 'WsUnion(identifier=' + this.h2l_1 + ', comment=' + this.i2l_1 + ', entries=' + toString(this.entries) + ')';
481
+ return 'WsUnion(identifier=' + this.w2l_1 + ', comment=' + this.x2l_1 + ', entries=' + toString(this.entries) + ')';
481
482
  };
482
483
  protoOf(WsUnion).hashCode = function () {
483
- var result = getStringHashCode(this.h2l_1);
484
- result = imul(result, 31) + (this.i2l_1 == null ? 0 : getStringHashCode(this.i2l_1)) | 0;
484
+ var result = getStringHashCode(this.w2l_1);
485
+ result = imul(result, 31) + (this.x2l_1 == null ? 0 : getStringHashCode(this.x2l_1)) | 0;
485
486
  result = imul(result, 31) + hashCode(this.entries) | 0;
486
487
  return result;
487
488
  };
@@ -491,52 +492,52 @@ protoOf(WsUnion).equals = function (other) {
491
492
  if (!(other instanceof WsUnion))
492
493
  return false;
493
494
  var tmp0_other_with_cast = other instanceof WsUnion ? other : THROW_CCE();
494
- if (!(this.h2l_1 === tmp0_other_with_cast.h2l_1))
495
+ if (!(this.w2l_1 === tmp0_other_with_cast.w2l_1))
495
496
  return false;
496
- if (!(this.i2l_1 == tmp0_other_with_cast.i2l_1))
497
+ if (!(this.x2l_1 == tmp0_other_with_cast.x2l_1))
497
498
  return false;
498
499
  if (!equals(this.entries, tmp0_other_with_cast.entries))
499
500
  return false;
500
501
  return true;
501
502
  };
502
503
  function WsChannel(identifier, comment, reference) {
503
- this.k2l_1 = identifier;
504
- this.l2l_1 = comment;
504
+ this.z2l_1 = identifier;
505
+ this.a2m_1 = comment;
505
506
  this.reference = reference;
506
507
  }
507
- protoOf(WsChannel).g26 = function () {
508
- return this.k2l_1;
508
+ protoOf(WsChannel).l26 = function () {
509
+ return this.z2l_1;
509
510
  };
510
- protoOf(WsChannel).k2k = function () {
511
- return this.l2l_1;
511
+ protoOf(WsChannel).z2k = function () {
512
+ return this.a2m_1;
512
513
  };
513
- protoOf(WsChannel).m2l = function () {
514
+ protoOf(WsChannel).b2m = function () {
514
515
  return this.reference;
515
516
  };
516
517
  protoOf(WsChannel).sd = function () {
517
- return this.k2l_1;
518
+ return this.z2l_1;
518
519
  };
519
520
  protoOf(WsChannel).td = function () {
520
- return this.l2l_1;
521
+ return this.a2m_1;
521
522
  };
522
523
  protoOf(WsChannel).uh = function () {
523
524
  return this.reference;
524
525
  };
525
- protoOf(WsChannel).n2l = function (identifier, comment, reference) {
526
+ protoOf(WsChannel).c2m = function (identifier, comment, reference) {
526
527
  return new WsChannel(identifier, comment, reference);
527
528
  };
528
529
  protoOf(WsChannel).copy = function (identifier, comment, reference, $super) {
529
- identifier = identifier === VOID ? this.k2l_1 : identifier;
530
- comment = comment === VOID ? this.l2l_1 : comment;
530
+ identifier = identifier === VOID ? this.z2l_1 : identifier;
531
+ comment = comment === VOID ? this.a2m_1 : comment;
531
532
  reference = reference === VOID ? this.reference : reference;
532
- return this.n2l(identifier, comment, reference);
533
+ return this.c2m(identifier, comment, reference);
533
534
  };
534
535
  protoOf(WsChannel).toString = function () {
535
- return 'WsChannel(identifier=' + this.k2l_1 + ', comment=' + this.l2l_1 + ', reference=' + toString(this.reference) + ')';
536
+ return 'WsChannel(identifier=' + this.z2l_1 + ', comment=' + this.a2m_1 + ', reference=' + toString(this.reference) + ')';
536
537
  };
537
538
  protoOf(WsChannel).hashCode = function () {
538
- var result = getStringHashCode(this.k2l_1);
539
- result = imul(result, 31) + (this.l2l_1 == null ? 0 : getStringHashCode(this.l2l_1)) | 0;
539
+ var result = getStringHashCode(this.z2l_1);
540
+ result = imul(result, 31) + (this.a2m_1 == null ? 0 : getStringHashCode(this.a2m_1)) | 0;
540
541
  result = imul(result, 31) + hashCode(this.reference) | 0;
541
542
  return result;
542
543
  };
@@ -546,52 +547,52 @@ protoOf(WsChannel).equals = function (other) {
546
547
  if (!(other instanceof WsChannel))
547
548
  return false;
548
549
  var tmp0_other_with_cast = other instanceof WsChannel ? other : THROW_CCE();
549
- if (!(this.k2l_1 === tmp0_other_with_cast.k2l_1))
550
+ if (!(this.z2l_1 === tmp0_other_with_cast.z2l_1))
550
551
  return false;
551
- if (!(this.l2l_1 == tmp0_other_with_cast.l2l_1))
552
+ if (!(this.a2m_1 == tmp0_other_with_cast.a2m_1))
552
553
  return false;
553
554
  if (!equals(this.reference, tmp0_other_with_cast.reference))
554
555
  return false;
555
556
  return true;
556
557
  };
557
558
  function WsRefined(identifier, comment, reference) {
558
- this.o2l_1 = identifier;
559
- this.p2l_1 = comment;
559
+ this.d2m_1 = identifier;
560
+ this.e2m_1 = comment;
560
561
  this.reference = reference;
561
562
  }
562
- protoOf(WsRefined).g26 = function () {
563
- return this.o2l_1;
563
+ protoOf(WsRefined).l26 = function () {
564
+ return this.d2m_1;
564
565
  };
565
- protoOf(WsRefined).k2k = function () {
566
- return this.p2l_1;
566
+ protoOf(WsRefined).z2k = function () {
567
+ return this.e2m_1;
567
568
  };
568
- protoOf(WsRefined).m2l = function () {
569
+ protoOf(WsRefined).b2m = function () {
569
570
  return this.reference;
570
571
  };
571
572
  protoOf(WsRefined).sd = function () {
572
- return this.o2l_1;
573
+ return this.d2m_1;
573
574
  };
574
575
  protoOf(WsRefined).td = function () {
575
- return this.p2l_1;
576
+ return this.e2m_1;
576
577
  };
577
578
  protoOf(WsRefined).uh = function () {
578
579
  return this.reference;
579
580
  };
580
- protoOf(WsRefined).n2l = function (identifier, comment, reference) {
581
+ protoOf(WsRefined).c2m = function (identifier, comment, reference) {
581
582
  return new WsRefined(identifier, comment, reference);
582
583
  };
583
584
  protoOf(WsRefined).copy = function (identifier, comment, reference, $super) {
584
- identifier = identifier === VOID ? this.o2l_1 : identifier;
585
- comment = comment === VOID ? this.p2l_1 : comment;
585
+ identifier = identifier === VOID ? this.d2m_1 : identifier;
586
+ comment = comment === VOID ? this.e2m_1 : comment;
586
587
  reference = reference === VOID ? this.reference : reference;
587
- return this.n2l(identifier, comment, reference);
588
+ return this.c2m(identifier, comment, reference);
588
589
  };
589
590
  protoOf(WsRefined).toString = function () {
590
- return 'WsRefined(identifier=' + this.o2l_1 + ', comment=' + this.p2l_1 + ', reference=' + toString(this.reference) + ')';
591
+ return 'WsRefined(identifier=' + this.d2m_1 + ', comment=' + this.e2m_1 + ', reference=' + toString(this.reference) + ')';
591
592
  };
592
593
  protoOf(WsRefined).hashCode = function () {
593
- var result = getStringHashCode(this.o2l_1);
594
- result = imul(result, 31) + (this.p2l_1 == null ? 0 : getStringHashCode(this.p2l_1)) | 0;
594
+ var result = getStringHashCode(this.d2m_1);
595
+ result = imul(result, 31) + (this.e2m_1 == null ? 0 : getStringHashCode(this.e2m_1)) | 0;
595
596
  result = imul(result, 31) + hashCode(this.reference) | 0;
596
597
  return result;
597
598
  };
@@ -601,9 +602,9 @@ protoOf(WsRefined).equals = function (other) {
601
602
  if (!(other instanceof WsRefined))
602
603
  return false;
603
604
  var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
604
- if (!(this.o2l_1 === tmp0_other_with_cast.o2l_1))
605
+ if (!(this.d2m_1 === tmp0_other_with_cast.d2m_1))
605
606
  return false;
606
- if (!(this.p2l_1 == tmp0_other_with_cast.p2l_1))
607
+ if (!(this.e2m_1 == tmp0_other_with_cast.e2m_1))
607
608
  return false;
608
609
  if (!equals(this.reference, tmp0_other_with_cast.reference))
609
610
  return false;
@@ -672,12 +673,12 @@ protoOf(WsLiteral).b1 = function () {
672
673
  protoOf(WsLiteral).sd = function () {
673
674
  return this.value;
674
675
  };
675
- protoOf(WsLiteral).s2l = function (value) {
676
+ protoOf(WsLiteral).h2m = function (value) {
676
677
  return new WsLiteral(value);
677
678
  };
678
679
  protoOf(WsLiteral).copy = function (value, $super) {
679
680
  value = value === VOID ? this.value : value;
680
- return this.s2l(value);
681
+ return this.h2m(value);
681
682
  };
682
683
  protoOf(WsLiteral).toString = function () {
683
684
  return 'WsLiteral(value=' + this.value + ')';
@@ -699,10 +700,10 @@ function WsParam(identifier, reference) {
699
700
  this.identifier = identifier;
700
701
  this.reference = reference;
701
702
  }
702
- protoOf(WsParam).g26 = function () {
703
+ protoOf(WsParam).l26 = function () {
703
704
  return this.identifier;
704
705
  };
705
- protoOf(WsParam).m2l = function () {
706
+ protoOf(WsParam).b2m = function () {
706
707
  return this.reference;
707
708
  };
708
709
  protoOf(WsParam).sd = function () {
@@ -711,13 +712,13 @@ protoOf(WsParam).sd = function () {
711
712
  protoOf(WsParam).td = function () {
712
713
  return this.reference;
713
714
  };
714
- protoOf(WsParam).t2l = function (identifier, reference) {
715
+ protoOf(WsParam).i2m = function (identifier, reference) {
715
716
  return new WsParam(identifier, reference);
716
717
  };
717
718
  protoOf(WsParam).copy = function (identifier, reference, $super) {
718
719
  identifier = identifier === VOID ? this.identifier : identifier;
719
720
  reference = reference === VOID ? this.reference : reference;
720
- return this.t2l(identifier, reference);
721
+ return this.i2m(identifier, reference);
721
722
  };
722
723
  protoOf(WsParam).toString = function () {
723
724
  return 'WsParam(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -748,12 +749,12 @@ protoOf(Shape_0).b1 = function () {
748
749
  protoOf(Shape_0).sd = function () {
749
750
  return this.value;
750
751
  };
751
- protoOf(Shape_0).p2k = function (value) {
752
+ protoOf(Shape_0).e2l = function (value) {
752
753
  return new Shape_0(value);
753
754
  };
754
755
  protoOf(Shape_0).copy = function (value, $super) {
755
756
  value = value === VOID ? this.value : value;
756
- return this.p2k(value);
757
+ return this.e2l(value);
757
758
  };
758
759
  protoOf(Shape_0).toString = function () {
759
760
  return 'Shape(value=' + toString(this.value) + ')';
@@ -775,10 +776,10 @@ function WsField(identifier, reference) {
775
776
  this.identifier = identifier;
776
777
  this.reference = reference;
777
778
  }
778
- protoOf(WsField).g26 = function () {
779
+ protoOf(WsField).l26 = function () {
779
780
  return this.identifier;
780
781
  };
781
- protoOf(WsField).m2l = function () {
782
+ protoOf(WsField).b2m = function () {
782
783
  return this.reference;
783
784
  };
784
785
  protoOf(WsField).sd = function () {
@@ -787,13 +788,13 @@ protoOf(WsField).sd = function () {
787
788
  protoOf(WsField).td = function () {
788
789
  return this.reference;
789
790
  };
790
- protoOf(WsField).t2l = function (identifier, reference) {
791
+ protoOf(WsField).i2m = function (identifier, reference) {
791
792
  return new WsField(identifier, reference);
792
793
  };
793
794
  protoOf(WsField).copy = function (identifier, reference, $super) {
794
795
  identifier = identifier === VOID ? this.identifier : identifier;
795
796
  reference = reference === VOID ? this.reference : reference;
796
- return this.t2l(identifier, reference);
797
+ return this.i2m(identifier, reference);
797
798
  };
798
799
  protoOf(WsField).toString = function () {
799
800
  return 'WsField(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -826,12 +827,12 @@ protoOf(WsClassIdentifier).b1 = function () {
826
827
  protoOf(WsClassIdentifier).sd = function () {
827
828
  return this.value;
828
829
  };
829
- protoOf(WsClassIdentifier).s2l = function (value) {
830
+ protoOf(WsClassIdentifier).h2m = function (value) {
830
831
  return new WsClassIdentifier(value);
831
832
  };
832
833
  protoOf(WsClassIdentifier).copy = function (value, $super) {
833
834
  value = value === VOID ? this.value : value;
834
- return this.s2l(value);
835
+ return this.h2m(value);
835
836
  };
836
837
  protoOf(WsClassIdentifier).toString = function () {
837
838
  return 'WsClassIdentifier(value=' + this.value + ')';
@@ -858,12 +859,12 @@ protoOf(WsFieldIdentifier).b1 = function () {
858
859
  protoOf(WsFieldIdentifier).sd = function () {
859
860
  return this.value;
860
861
  };
861
- protoOf(WsFieldIdentifier).s2l = function (value) {
862
+ protoOf(WsFieldIdentifier).h2m = function (value) {
862
863
  return new WsFieldIdentifier(value);
863
864
  };
864
865
  protoOf(WsFieldIdentifier).copy = function (value, $super) {
865
866
  value = value === VOID ? this.value : value;
866
- return this.s2l(value);
867
+ return this.h2m(value);
867
868
  };
868
869
  protoOf(WsFieldIdentifier).toString = function () {
869
870
  return 'WsFieldIdentifier(value=' + this.value + ')';
@@ -884,26 +885,26 @@ protoOf(WsFieldIdentifier).equals = function (other) {
884
885
  function WsReference() {
885
886
  }
886
887
  function WsAny(isNullable) {
887
- this.u2l_1 = isNullable;
888
+ this.j2m_1 = isNullable;
888
889
  }
889
890
  protoOf(WsAny).jm = function () {
890
- return this.u2l_1;
891
+ return this.j2m_1;
891
892
  };
892
893
  protoOf(WsAny).sd = function () {
893
- return this.u2l_1;
894
+ return this.j2m_1;
894
895
  };
895
- protoOf(WsAny).v28 = function (isNullable) {
896
+ protoOf(WsAny).k29 = function (isNullable) {
896
897
  return new WsAny(isNullable);
897
898
  };
898
899
  protoOf(WsAny).copy = function (isNullable, $super) {
899
- isNullable = isNullable === VOID ? this.u2l_1 : isNullable;
900
- return this.v28(isNullable);
900
+ isNullable = isNullable === VOID ? this.j2m_1 : isNullable;
901
+ return this.k29(isNullable);
901
902
  };
902
903
  protoOf(WsAny).toString = function () {
903
- return 'WsAny(isNullable=' + this.u2l_1 + ')';
904
+ return 'WsAny(isNullable=' + this.j2m_1 + ')';
904
905
  };
905
906
  protoOf(WsAny).hashCode = function () {
906
- return getBooleanHashCode(this.u2l_1);
907
+ return getBooleanHashCode(this.j2m_1);
907
908
  };
908
909
  protoOf(WsAny).equals = function (other) {
909
910
  if (this === other)
@@ -911,31 +912,31 @@ protoOf(WsAny).equals = function (other) {
911
912
  if (!(other instanceof WsAny))
912
913
  return false;
913
914
  var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
914
- if (!(this.u2l_1 === tmp0_other_with_cast.u2l_1))
915
+ if (!(this.j2m_1 === tmp0_other_with_cast.j2m_1))
915
916
  return false;
916
917
  return true;
917
918
  };
918
919
  function WsUnit(isNullable) {
919
- this.v2l_1 = isNullable;
920
+ this.k2m_1 = isNullable;
920
921
  }
921
922
  protoOf(WsUnit).jm = function () {
922
- return this.v2l_1;
923
+ return this.k2m_1;
923
924
  };
924
925
  protoOf(WsUnit).sd = function () {
925
- return this.v2l_1;
926
+ return this.k2m_1;
926
927
  };
927
- protoOf(WsUnit).v28 = function (isNullable) {
928
+ protoOf(WsUnit).k29 = function (isNullable) {
928
929
  return new WsUnit(isNullable);
929
930
  };
930
931
  protoOf(WsUnit).copy = function (isNullable, $super) {
931
- isNullable = isNullable === VOID ? this.v2l_1 : isNullable;
932
- return this.v28(isNullable);
932
+ isNullable = isNullable === VOID ? this.k2m_1 : isNullable;
933
+ return this.k29(isNullable);
933
934
  };
934
935
  protoOf(WsUnit).toString = function () {
935
- return 'WsUnit(isNullable=' + this.v2l_1 + ')';
936
+ return 'WsUnit(isNullable=' + this.k2m_1 + ')';
936
937
  };
937
938
  protoOf(WsUnit).hashCode = function () {
938
- return getBooleanHashCode(this.v2l_1);
939
+ return getBooleanHashCode(this.k2m_1);
939
940
  };
940
941
  protoOf(WsUnit).equals = function (other) {
941
942
  if (this === other)
@@ -943,40 +944,40 @@ protoOf(WsUnit).equals = function (other) {
943
944
  if (!(other instanceof WsUnit))
944
945
  return false;
945
946
  var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
946
- if (!(this.v2l_1 === tmp0_other_with_cast.v2l_1))
947
+ if (!(this.k2m_1 === tmp0_other_with_cast.k2m_1))
947
948
  return false;
948
949
  return true;
949
950
  };
950
951
  function WsIterable(reference, isNullable) {
951
952
  this.reference = reference;
952
- this.w2l_1 = isNullable;
953
+ this.l2m_1 = isNullable;
953
954
  }
954
- protoOf(WsIterable).m2l = function () {
955
+ protoOf(WsIterable).b2m = function () {
955
956
  return this.reference;
956
957
  };
957
958
  protoOf(WsIterable).jm = function () {
958
- return this.w2l_1;
959
+ return this.l2m_1;
959
960
  };
960
961
  protoOf(WsIterable).sd = function () {
961
962
  return this.reference;
962
963
  };
963
964
  protoOf(WsIterable).td = function () {
964
- return this.w2l_1;
965
+ return this.l2m_1;
965
966
  };
966
- protoOf(WsIterable).x2l = function (reference, isNullable) {
967
+ protoOf(WsIterable).m2m = function (reference, isNullable) {
967
968
  return new WsIterable(reference, isNullable);
968
969
  };
969
970
  protoOf(WsIterable).copy = function (reference, isNullable, $super) {
970
971
  reference = reference === VOID ? this.reference : reference;
971
- isNullable = isNullable === VOID ? this.w2l_1 : isNullable;
972
- return this.x2l(reference, isNullable);
972
+ isNullable = isNullable === VOID ? this.l2m_1 : isNullable;
973
+ return this.m2m(reference, isNullable);
973
974
  };
974
975
  protoOf(WsIterable).toString = function () {
975
- return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.w2l_1 + ')';
976
+ return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.l2m_1 + ')';
976
977
  };
977
978
  protoOf(WsIterable).hashCode = function () {
978
979
  var result = hashCode(this.reference);
979
- result = imul(result, 31) + getBooleanHashCode(this.w2l_1) | 0;
980
+ result = imul(result, 31) + getBooleanHashCode(this.l2m_1) | 0;
980
981
  return result;
981
982
  };
982
983
  protoOf(WsIterable).equals = function (other) {
@@ -987,40 +988,40 @@ protoOf(WsIterable).equals = function (other) {
987
988
  var tmp0_other_with_cast = other instanceof WsIterable ? other : THROW_CCE();
988
989
  if (!equals(this.reference, tmp0_other_with_cast.reference))
989
990
  return false;
990
- if (!(this.w2l_1 === tmp0_other_with_cast.w2l_1))
991
+ if (!(this.l2m_1 === tmp0_other_with_cast.l2m_1))
991
992
  return false;
992
993
  return true;
993
994
  };
994
995
  function WsDict(reference, isNullable) {
995
996
  this.reference = reference;
996
- this.y2l_1 = isNullable;
997
+ this.n2m_1 = isNullable;
997
998
  }
998
- protoOf(WsDict).m2l = function () {
999
+ protoOf(WsDict).b2m = function () {
999
1000
  return this.reference;
1000
1001
  };
1001
1002
  protoOf(WsDict).jm = function () {
1002
- return this.y2l_1;
1003
+ return this.n2m_1;
1003
1004
  };
1004
1005
  protoOf(WsDict).sd = function () {
1005
1006
  return this.reference;
1006
1007
  };
1007
1008
  protoOf(WsDict).td = function () {
1008
- return this.y2l_1;
1009
+ return this.n2m_1;
1009
1010
  };
1010
- protoOf(WsDict).x2l = function (reference, isNullable) {
1011
+ protoOf(WsDict).m2m = function (reference, isNullable) {
1011
1012
  return new WsDict(reference, isNullable);
1012
1013
  };
1013
1014
  protoOf(WsDict).copy = function (reference, isNullable, $super) {
1014
1015
  reference = reference === VOID ? this.reference : reference;
1015
- isNullable = isNullable === VOID ? this.y2l_1 : isNullable;
1016
- return this.x2l(reference, isNullable);
1016
+ isNullable = isNullable === VOID ? this.n2m_1 : isNullable;
1017
+ return this.m2m(reference, isNullable);
1017
1018
  };
1018
1019
  protoOf(WsDict).toString = function () {
1019
- return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.y2l_1 + ')';
1020
+ return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.n2m_1 + ')';
1020
1021
  };
1021
1022
  protoOf(WsDict).hashCode = function () {
1022
1023
  var result = hashCode(this.reference);
1023
- result = imul(result, 31) + getBooleanHashCode(this.y2l_1) | 0;
1024
+ result = imul(result, 31) + getBooleanHashCode(this.n2m_1) | 0;
1024
1025
  return result;
1025
1026
  };
1026
1027
  protoOf(WsDict).equals = function (other) {
@@ -1031,40 +1032,40 @@ protoOf(WsDict).equals = function (other) {
1031
1032
  var tmp0_other_with_cast = other instanceof WsDict ? other : THROW_CCE();
1032
1033
  if (!equals(this.reference, tmp0_other_with_cast.reference))
1033
1034
  return false;
1034
- if (!(this.y2l_1 === tmp0_other_with_cast.y2l_1))
1035
+ if (!(this.n2m_1 === tmp0_other_with_cast.n2m_1))
1035
1036
  return false;
1036
1037
  return true;
1037
1038
  };
1038
1039
  function WsCustom(value, isNullable) {
1039
1040
  this.value = value;
1040
- this.z2l_1 = isNullable;
1041
+ this.o2m_1 = isNullable;
1041
1042
  }
1042
1043
  protoOf(WsCustom).b1 = function () {
1043
1044
  return this.value;
1044
1045
  };
1045
1046
  protoOf(WsCustom).jm = function () {
1046
- return this.z2l_1;
1047
+ return this.o2m_1;
1047
1048
  };
1048
1049
  protoOf(WsCustom).sd = function () {
1049
1050
  return this.value;
1050
1051
  };
1051
1052
  protoOf(WsCustom).td = function () {
1052
- return this.z2l_1;
1053
+ return this.o2m_1;
1053
1054
  };
1054
- protoOf(WsCustom).e29 = function (value, isNullable) {
1055
+ protoOf(WsCustom).t29 = function (value, isNullable) {
1055
1056
  return new WsCustom(value, isNullable);
1056
1057
  };
1057
1058
  protoOf(WsCustom).copy = function (value, isNullable, $super) {
1058
1059
  value = value === VOID ? this.value : value;
1059
- isNullable = isNullable === VOID ? this.z2l_1 : isNullable;
1060
- return this.e29(value, isNullable);
1060
+ isNullable = isNullable === VOID ? this.o2m_1 : isNullable;
1061
+ return this.t29(value, isNullable);
1061
1062
  };
1062
1063
  protoOf(WsCustom).toString = function () {
1063
- return 'WsCustom(value=' + this.value + ', isNullable=' + this.z2l_1 + ')';
1064
+ return 'WsCustom(value=' + this.value + ', isNullable=' + this.o2m_1 + ')';
1064
1065
  };
1065
1066
  protoOf(WsCustom).hashCode = function () {
1066
1067
  var result = getStringHashCode(this.value);
1067
- result = imul(result, 31) + getBooleanHashCode(this.z2l_1) | 0;
1068
+ result = imul(result, 31) + getBooleanHashCode(this.o2m_1) | 0;
1068
1069
  return result;
1069
1070
  };
1070
1071
  protoOf(WsCustom).equals = function (other) {
@@ -1075,40 +1076,40 @@ protoOf(WsCustom).equals = function (other) {
1075
1076
  var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
1076
1077
  if (!(this.value === tmp0_other_with_cast.value))
1077
1078
  return false;
1078
- if (!(this.z2l_1 === tmp0_other_with_cast.z2l_1))
1079
+ if (!(this.o2m_1 === tmp0_other_with_cast.o2m_1))
1079
1080
  return false;
1080
1081
  return true;
1081
1082
  };
1082
1083
  function WsPrimitive(type, isNullable) {
1083
1084
  this.type = type;
1084
- this.a2m_1 = isNullable;
1085
+ this.p2m_1 = isNullable;
1085
1086
  }
1086
1087
  protoOf(WsPrimitive).v1j = function () {
1087
1088
  return this.type;
1088
1089
  };
1089
1090
  protoOf(WsPrimitive).jm = function () {
1090
- return this.a2m_1;
1091
+ return this.p2m_1;
1091
1092
  };
1092
1093
  protoOf(WsPrimitive).sd = function () {
1093
1094
  return this.type;
1094
1095
  };
1095
1096
  protoOf(WsPrimitive).td = function () {
1096
- return this.a2m_1;
1097
+ return this.p2m_1;
1097
1098
  };
1098
- protoOf(WsPrimitive).b2m = function (type, isNullable) {
1099
+ protoOf(WsPrimitive).q2m = function (type, isNullable) {
1099
1100
  return new WsPrimitive(type, isNullable);
1100
1101
  };
1101
1102
  protoOf(WsPrimitive).copy = function (type, isNullable, $super) {
1102
1103
  type = type === VOID ? this.type : type;
1103
- isNullable = isNullable === VOID ? this.a2m_1 : isNullable;
1104
- return this.b2m(type, isNullable);
1104
+ isNullable = isNullable === VOID ? this.p2m_1 : isNullable;
1105
+ return this.q2m(type, isNullable);
1105
1106
  };
1106
1107
  protoOf(WsPrimitive).toString = function () {
1107
- return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.a2m_1 + ')';
1108
+ return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.p2m_1 + ')';
1108
1109
  };
1109
1110
  protoOf(WsPrimitive).hashCode = function () {
1110
1111
  var result = this.type.hashCode();
1111
- result = imul(result, 31) + getBooleanHashCode(this.a2m_1) | 0;
1112
+ result = imul(result, 31) + getBooleanHashCode(this.p2m_1) | 0;
1112
1113
  return result;
1113
1114
  };
1114
1115
  protoOf(WsPrimitive).equals = function (other) {
@@ -1119,7 +1120,7 @@ protoOf(WsPrimitive).equals = function (other) {
1119
1120
  var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
1120
1121
  if (!this.type.equals(tmp0_other_with_cast.type))
1121
1122
  return false;
1122
- if (!(this.a2m_1 === tmp0_other_with_cast.a2m_1))
1123
+ if (!(this.p2m_1 === tmp0_other_with_cast.p2m_1))
1123
1124
  return false;
1124
1125
  return true;
1125
1126
  };
@@ -1172,12 +1173,12 @@ protoOf(WsRequest).q17 = function () {
1172
1173
  protoOf(WsRequest).sd = function () {
1173
1174
  return this.content;
1174
1175
  };
1175
- protoOf(WsRequest).e2m = function (content) {
1176
+ protoOf(WsRequest).t2m = function (content) {
1176
1177
  return new WsRequest(content);
1177
1178
  };
1178
1179
  protoOf(WsRequest).copy = function (content, $super) {
1179
1180
  content = content === VOID ? this.content : content;
1180
- return this.e2m(content);
1181
+ return this.t2m(content);
1181
1182
  };
1182
1183
  protoOf(WsRequest).toString = function () {
1183
1184
  return 'WsRequest(content=' + toString_0(this.content) + ')';
@@ -1200,10 +1201,10 @@ function WsResponse(status, headers, content) {
1200
1201
  this.headers = headers;
1201
1202
  this.content = content;
1202
1203
  }
1203
- protoOf(WsResponse).f2m = function () {
1204
+ protoOf(WsResponse).u2m = function () {
1204
1205
  return this.status;
1205
1206
  };
1206
- protoOf(WsResponse).v2k = function () {
1207
+ protoOf(WsResponse).k2l = function () {
1207
1208
  return this.headers;
1208
1209
  };
1209
1210
  protoOf(WsResponse).q17 = function () {
@@ -1218,14 +1219,14 @@ protoOf(WsResponse).td = function () {
1218
1219
  protoOf(WsResponse).uh = function () {
1219
1220
  return this.content;
1220
1221
  };
1221
- protoOf(WsResponse).g2m = function (status, headers, content) {
1222
+ protoOf(WsResponse).v2m = function (status, headers, content) {
1222
1223
  return new WsResponse(status, headers, content);
1223
1224
  };
1224
1225
  protoOf(WsResponse).copy = function (status, headers, content, $super) {
1225
1226
  status = status === VOID ? this.status : status;
1226
1227
  headers = headers === VOID ? this.headers : headers;
1227
1228
  content = content === VOID ? this.content : content;
1228
- return this.g2m(status, headers, content);
1229
+ return this.v2m(status, headers, content);
1229
1230
  };
1230
1231
  protoOf(WsResponse).toString = function () {
1231
1232
  return 'WsResponse(status=' + this.status + ', headers=' + toString(this.headers) + ', content=' + toString_0(this.content) + ')';
@@ -1259,7 +1260,7 @@ function WsContent(type, reference, isNullable) {
1259
1260
  protoOf(WsContent).v1j = function () {
1260
1261
  return this.type;
1261
1262
  };
1262
- protoOf(WsContent).m2l = function () {
1263
+ protoOf(WsContent).b2m = function () {
1263
1264
  return this.reference;
1264
1265
  };
1265
1266
  protoOf(WsContent).jm = function () {
@@ -1274,14 +1275,14 @@ protoOf(WsContent).td = function () {
1274
1275
  protoOf(WsContent).uh = function () {
1275
1276
  return this.isNullable;
1276
1277
  };
1277
- protoOf(WsContent).h2m = function (type, reference, isNullable) {
1278
+ protoOf(WsContent).w2m = function (type, reference, isNullable) {
1278
1279
  return new WsContent(type, reference, isNullable);
1279
1280
  };
1280
1281
  protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
1281
1282
  type = type === VOID ? this.type : type;
1282
1283
  reference = reference === VOID ? this.reference : reference;
1283
1284
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
1284
- return this.h2m(type, reference, isNullable);
1285
+ return this.w2m(type, reference, isNullable);
1285
1286
  };
1286
1287
  protoOf(WsContent).toString = function () {
1287
1288
  return 'WsContent(type=' + this.type + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
@@ -1309,8 +1310,8 @@ protoOf(WsContent).equals = function (other) {
1309
1310
  function produce(_this__u8e3s4) {
1310
1311
  var tmp;
1311
1312
  if (_this__u8e3s4 instanceof Type) {
1312
- var tmp_0 = _this__u8e3s4.k24_1.b1();
1313
- var tmp1_safe_receiver = _this__u8e3s4.j24_1;
1313
+ var tmp_0 = _this__u8e3s4.n24_1.b1();
1314
+ var tmp1_safe_receiver = _this__u8e3s4.l24_1;
1314
1315
  var tmp_1;
1315
1316
  var tmp_2 = tmp1_safe_receiver;
1316
1317
  if ((tmp_2 == null ? null : new Comment(tmp_2)) == null) {
@@ -1318,11 +1319,11 @@ function produce(_this__u8e3s4) {
1318
1319
  } else {
1319
1320
  tmp_1 = _Comment___get_value__impl__8r3pla(tmp1_safe_receiver);
1320
1321
  }
1321
- tmp = new WsType(tmp_0, tmp_1, produce_1(_this__u8e3s4.l24_1));
1322
+ tmp = new WsType(tmp_0, tmp_1, produce_1(_this__u8e3s4.o24_1));
1322
1323
  } else {
1323
1324
  if (_this__u8e3s4 instanceof Endpoint) {
1324
- var tmp_3 = _this__u8e3s4.r24_1.b1();
1325
- var tmp2_safe_receiver = _this__u8e3s4.q24_1;
1325
+ var tmp_3 = _this__u8e3s4.w24_1.b1();
1326
+ var tmp2_safe_receiver = _this__u8e3s4.u24_1;
1326
1327
  var tmp_4;
1327
1328
  var tmp_5 = tmp2_safe_receiver;
1328
1329
  if ((tmp_5 == null ? null : new Comment(tmp_5)) == null) {
@@ -1330,11 +1331,11 @@ function produce(_this__u8e3s4) {
1330
1331
  } else {
1331
1332
  tmp_4 = _Comment___get_value__impl__8r3pla(tmp2_safe_receiver);
1332
1333
  }
1333
- tmp = new WsEndpoint(tmp_3, tmp_4, produce_2(_this__u8e3s4.s24_1), produce_3(_this__u8e3s4.t24_1), produce_4(_this__u8e3s4.u24_1), produce_4(_this__u8e3s4.v24_1), produce_5(_this__u8e3s4.w24_1), produce_6(_this__u8e3s4.x24_1));
1334
+ tmp = new WsEndpoint(tmp_3, tmp_4, produce_2(_this__u8e3s4.x24_1), produce_3(_this__u8e3s4.y24_1), produce_4(_this__u8e3s4.z24_1), produce_4(_this__u8e3s4.a25_1), produce_5(_this__u8e3s4.b25_1), produce_6(_this__u8e3s4.c25_1));
1334
1335
  } else {
1335
1336
  if (_this__u8e3s4 instanceof Enum_0) {
1336
- var tmp_6 = _this__u8e3s4.q26_1.b1();
1337
- var tmp3_safe_receiver = _this__u8e3s4.p26_1;
1337
+ var tmp_6 = _this__u8e3s4.x26_1.b1();
1338
+ var tmp3_safe_receiver = _this__u8e3s4.v26_1;
1338
1339
  var tmp_7;
1339
1340
  var tmp_8 = tmp3_safe_receiver;
1340
1341
  if ((tmp_8 == null ? null : new Comment(tmp_8)) == null) {
@@ -1344,13 +1345,13 @@ function produce(_this__u8e3s4) {
1344
1345
  }
1345
1346
  var tmp_9 = tmp_7;
1346
1347
  // Inline function 'kotlin.collections.toTypedArray' call
1347
- var this_0 = _this__u8e3s4.r26_1;
1348
+ var this_0 = _this__u8e3s4.y26_1;
1348
1349
  var tmp$ret$0 = copyToArray(this_0);
1349
1350
  tmp = new WsEnum(tmp_6, tmp_9, tmp$ret$0);
1350
1351
  } else {
1351
1352
  if (_this__u8e3s4 instanceof Refined) {
1352
- var tmp_10 = _this__u8e3s4.m26_1.b1();
1353
- var tmp4_safe_receiver = _this__u8e3s4.l26_1;
1353
+ var tmp_10 = _this__u8e3s4.s26_1.b1();
1354
+ var tmp4_safe_receiver = _this__u8e3s4.q26_1;
1354
1355
  var tmp_11;
1355
1356
  var tmp_12 = tmp4_safe_receiver;
1356
1357
  if ((tmp_12 == null ? null : new Comment(tmp_12)) == null) {
@@ -1358,11 +1359,11 @@ function produce(_this__u8e3s4) {
1358
1359
  } else {
1359
1360
  tmp_11 = _Comment___get_value__impl__8r3pla(tmp4_safe_receiver);
1360
1361
  }
1361
- tmp = new WsRefined(tmp_10, tmp_11, produce_7(_this__u8e3s4.n26_1));
1362
+ tmp = new WsRefined(tmp_10, tmp_11, produce_7(_this__u8e3s4.t26_1));
1362
1363
  } else {
1363
1364
  if (_this__u8e3s4 instanceof Union) {
1364
- var tmp_13 = _this__u8e3s4.g24_1.b1();
1365
- var tmp5_safe_receiver = _this__u8e3s4.f24_1;
1365
+ var tmp_13 = _this__u8e3s4.i24_1.b1();
1366
+ var tmp5_safe_receiver = _this__u8e3s4.g24_1;
1366
1367
  var tmp_14;
1367
1368
  var tmp_15 = tmp5_safe_receiver;
1368
1369
  if ((tmp_15 == null ? null : new Comment(tmp_15)) == null) {
@@ -1373,7 +1374,7 @@ function produce(_this__u8e3s4) {
1373
1374
  var tmp_16 = tmp_14;
1374
1375
  // Inline function 'kotlin.collections.toTypedArray' call
1375
1376
  // Inline function 'kotlin.collections.map' call
1376
- var this_1 = _this__u8e3s4.h24_1;
1377
+ var this_1 = _this__u8e3s4.j24_1;
1377
1378
  // Inline function 'kotlin.collections.mapTo' call
1378
1379
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1379
1380
  var tmp0_iterator = this_1.g();
@@ -1387,7 +1388,7 @@ function produce(_this__u8e3s4) {
1387
1388
  tmp = new WsUnion(tmp_13, tmp_16, tmp$ret$4);
1388
1389
  } else {
1389
1390
  if (_this__u8e3s4 instanceof Channel) {
1390
- var tmp_17 = _this__u8e3s4.d24_1.b1();
1391
+ var tmp_17 = _this__u8e3s4.e24_1.b1();
1391
1392
  var tmp6_safe_receiver = _this__u8e3s4.c24_1;
1392
1393
  var tmp_18;
1393
1394
  var tmp_19 = tmp6_safe_receiver;
@@ -1396,7 +1397,7 @@ function produce(_this__u8e3s4) {
1396
1397
  } else {
1397
1398
  tmp_18 = _Comment___get_value__impl__8r3pla(tmp6_safe_receiver);
1398
1399
  }
1399
- tmp = new WsChannel(tmp_17, tmp_18, produce_7(_this__u8e3s4.e24_1));
1400
+ tmp = new WsChannel(tmp_17, tmp_18, produce_7(_this__u8e3s4.f24_1));
1400
1401
  } else {
1401
1402
  noWhenBranchMatchedException();
1402
1403
  }
@@ -1410,7 +1411,7 @@ function produce(_this__u8e3s4) {
1410
1411
  function produce_0(_this__u8e3s4) {
1411
1412
  // Inline function 'kotlin.collections.toTypedArray' call
1412
1413
  // Inline function 'arrow.core.NonEmptyList.map' call
1413
- var this_0 = _this__u8e3s4.n25_1;
1414
+ var this_0 = _this__u8e3s4.s25_1;
1414
1415
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1415
1416
  var it = this_0.pk_1;
1416
1417
  var tmp = produce_8(it);
@@ -1430,9 +1431,8 @@ function produce_0(_this__u8e3s4) {
1430
1431
  return new WsAST(tmp$ret$5);
1431
1432
  }
1432
1433
  function consume(_this__u8e3s4) {
1433
- var tmp = _FileUri___init__impl__ujwvc9('unknown');
1434
1434
  // Inline function 'kotlin.collections.map' call
1435
- var this_0 = _this__u8e3s4.statements;
1435
+ var this_0 = _this__u8e3s4.modules;
1436
1436
  // Inline function 'kotlin.collections.mapTo' call
1437
1437
  var destination = ArrayList_init_$Create$(this_0.length);
1438
1438
  var inductionVariable = 0;
@@ -1444,12 +1444,12 @@ function consume(_this__u8e3s4) {
1444
1444
  var tmp$ret$0 = consume_0(item);
1445
1445
  destination.e(tmp$ret$0);
1446
1446
  }
1447
- return new Module(tmp, ensureNotNull(toNonEmptyListOrNull(destination)));
1447
+ return new AST(ensureNotNull(toNonEmptyListOrNull(destination)));
1448
1448
  }
1449
1449
  function produce_1(_this__u8e3s4) {
1450
1450
  // Inline function 'kotlin.collections.toTypedArray' call
1451
1451
  // Inline function 'kotlin.collections.map' call
1452
- var this_0 = _this__u8e3s4.i24_1;
1452
+ var this_0 = _this__u8e3s4.k24_1;
1453
1453
  // Inline function 'kotlin.collections.mapTo' call
1454
1454
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1455
1455
  var tmp0_iterator = this_0.g();
@@ -1506,10 +1506,10 @@ function produce_3(_this__u8e3s4) {
1506
1506
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1507
1507
  var tmp;
1508
1508
  if (item instanceof Literal) {
1509
- tmp = new WsLiteral(item.t25_1);
1509
+ tmp = new WsLiteral(item.y25_1);
1510
1510
  } else {
1511
1511
  if (item instanceof Param) {
1512
- tmp = new WsParam(produce_10(item.y24_1), produce_7(item.z24_1));
1512
+ tmp = new WsParam(produce_10(item.d25_1), produce_7(item.e25_1));
1513
1513
  } else {
1514
1514
  noWhenBranchMatchedException();
1515
1515
  }
@@ -1564,16 +1564,16 @@ function produce_6(_this__u8e3s4) {
1564
1564
  function produce_7(_this__u8e3s4) {
1565
1565
  var tmp;
1566
1566
  if (_this__u8e3s4 instanceof Any) {
1567
- tmp = new WsAny(_this__u8e3s4.t28_1);
1567
+ tmp = new WsAny(_this__u8e3s4.i29_1);
1568
1568
  } else {
1569
1569
  if (_this__u8e3s4 instanceof Unit) {
1570
- tmp = new WsUnit(_this__u8e3s4.x28_1);
1570
+ tmp = new WsUnit(_this__u8e3s4.m29_1);
1571
1571
  } else {
1572
1572
  if (_this__u8e3s4 instanceof Custom) {
1573
- tmp = new WsCustom(_this__u8e3s4.c29_1, _this__u8e3s4.d29_1);
1573
+ tmp = new WsCustom(_this__u8e3s4.r29_1, _this__u8e3s4.s29_1);
1574
1574
  } else {
1575
1575
  if (_this__u8e3s4 instanceof Primitive) {
1576
- tmp = new WsPrimitive(produce_13(_this__u8e3s4.g29_1), _this__u8e3s4.h29_1);
1576
+ tmp = new WsPrimitive(produce_13(_this__u8e3s4.v29_1), _this__u8e3s4.w29_1);
1577
1577
  } else {
1578
1578
  if (_this__u8e3s4 instanceof Dict) {
1579
1579
  tmp = new WsDict(produce_7(_this__u8e3s4.u23_1), _this__u8e3s4.v23_1);
@@ -1593,7 +1593,7 @@ function produce_7(_this__u8e3s4) {
1593
1593
  function produce_8(_this__u8e3s4) {
1594
1594
  // Inline function 'kotlin.collections.toTypedArray' call
1595
1595
  // Inline function 'arrow.core.NonEmptyList.map' call
1596
- var this_0 = _this__u8e3s4.p25_1;
1596
+ var this_0 = _this__u8e3s4.u25_1;
1597
1597
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1598
1598
  var it = this_0.pk_1;
1599
1599
  var tmp = produce(it);
@@ -1613,48 +1613,36 @@ function produce_8(_this__u8e3s4) {
1613
1613
  return new WsModule(tmp$ret$5);
1614
1614
  }
1615
1615
  function consume_0(_this__u8e3s4) {
1616
- var tmp;
1617
- if (_this__u8e3s4 instanceof WsEndpoint) {
1618
- tmp = consume_1(_this__u8e3s4);
1619
- } else {
1620
- if (_this__u8e3s4 instanceof WsEnum) {
1621
- tmp = consume_2(_this__u8e3s4);
1622
- } else {
1623
- if (_this__u8e3s4 instanceof WsRefined) {
1624
- tmp = consume_3(_this__u8e3s4);
1625
- } else {
1626
- if (_this__u8e3s4 instanceof WsType) {
1627
- tmp = consume_4(_this__u8e3s4);
1628
- } else {
1629
- if (_this__u8e3s4 instanceof WsUnion) {
1630
- tmp = consume_5(_this__u8e3s4);
1631
- } else {
1632
- if (_this__u8e3s4 instanceof WsChannel) {
1633
- tmp = consume_6(_this__u8e3s4);
1634
- } else {
1635
- noWhenBranchMatchedException();
1636
- }
1637
- }
1638
- }
1639
- }
1640
- }
1616
+ var tmp = _FileUri___init__impl__ujwvc9('unknown');
1617
+ // Inline function 'kotlin.collections.map' call
1618
+ var this_0 = _this__u8e3s4.statements;
1619
+ // Inline function 'kotlin.collections.mapTo' call
1620
+ var destination = ArrayList_init_$Create$(this_0.length);
1621
+ var inductionVariable = 0;
1622
+ var last = this_0.length;
1623
+ while (inductionVariable < last) {
1624
+ var item = this_0[inductionVariable];
1625
+ inductionVariable = inductionVariable + 1 | 0;
1626
+ // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1627
+ var tmp$ret$0 = consume_1(item);
1628
+ destination.e(tmp$ret$0);
1641
1629
  }
1642
- return tmp;
1630
+ return new Module(tmp, ensureNotNull(toNonEmptyListOrNull(destination)));
1643
1631
  }
1644
1632
  function produce_9(_this__u8e3s4) {
1645
- return new WsField(produce_10(_this__u8e3s4.o24_1), produce_7(_this__u8e3s4.p24_1));
1633
+ return new WsField(produce_10(_this__u8e3s4.r24_1), produce_7(_this__u8e3s4.s24_1));
1646
1634
  }
1647
1635
  function produce_10(_this__u8e3s4) {
1648
1636
  return new WsFieldIdentifier(_this__u8e3s4.b1());
1649
1637
  }
1650
1638
  function produce_11(_this__u8e3s4) {
1651
- var tmp0_safe_receiver = _this__u8e3s4.a25_1;
1639
+ var tmp0_safe_receiver = _this__u8e3s4.f25_1;
1652
1640
  return new WsRequest(tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
1653
1641
  }
1654
1642
  function produce_12(_this__u8e3s4) {
1655
1643
  // Inline function 'kotlin.collections.toTypedArray' call
1656
1644
  // Inline function 'kotlin.collections.map' call
1657
- var this_0 = _this__u8e3s4.e25_1;
1645
+ var this_0 = _this__u8e3s4.j25_1;
1658
1646
  // Inline function 'kotlin.collections.mapTo' call
1659
1647
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1660
1648
  var tmp0_iterator = this_0.g();
@@ -1665,8 +1653,8 @@ function produce_12(_this__u8e3s4) {
1665
1653
  destination.e(tmp$ret$0);
1666
1654
  }
1667
1655
  var tmp = copyToArray(destination);
1668
- var tmp0_safe_receiver = _this__u8e3s4.f25_1;
1669
- return new WsResponse(_this__u8e3s4.d25_1, tmp, tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
1656
+ var tmp0_safe_receiver = _this__u8e3s4.k25_1;
1657
+ return new WsResponse(_this__u8e3s4.i25_1, tmp, tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
1670
1658
  }
1671
1659
  function produce_13(_this__u8e3s4) {
1672
1660
  var tmp;
@@ -1694,7 +1682,39 @@ function produce_13(_this__u8e3s4) {
1694
1682
  return tmp;
1695
1683
  }
1696
1684
  function consume_1(_this__u8e3s4) {
1697
- var tmp0_safe_receiver = _this__u8e3s4.r2k_1;
1685
+ var tmp;
1686
+ if (_this__u8e3s4 instanceof WsEndpoint) {
1687
+ tmp = consume_2(_this__u8e3s4);
1688
+ } else {
1689
+ if (_this__u8e3s4 instanceof WsEnum) {
1690
+ tmp = consume_3(_this__u8e3s4);
1691
+ } else {
1692
+ if (_this__u8e3s4 instanceof WsRefined) {
1693
+ tmp = consume_4(_this__u8e3s4);
1694
+ } else {
1695
+ if (_this__u8e3s4 instanceof WsType) {
1696
+ tmp = consume_5(_this__u8e3s4);
1697
+ } else {
1698
+ if (_this__u8e3s4 instanceof WsUnion) {
1699
+ tmp = consume_6(_this__u8e3s4);
1700
+ } else {
1701
+ if (_this__u8e3s4 instanceof WsChannel) {
1702
+ tmp = consume_7(_this__u8e3s4);
1703
+ } else {
1704
+ noWhenBranchMatchedException();
1705
+ }
1706
+ }
1707
+ }
1708
+ }
1709
+ }
1710
+ }
1711
+ return tmp;
1712
+ }
1713
+ function produce_14(_this__u8e3s4) {
1714
+ return new WsContent(_this__u8e3s4.g25_1, produce_7(_this__u8e3s4.h25_1));
1715
+ }
1716
+ function consume_2(_this__u8e3s4) {
1717
+ var tmp0_safe_receiver = _this__u8e3s4.g2l_1;
1698
1718
  var tmp;
1699
1719
  if (tmp0_safe_receiver == null) {
1700
1720
  tmp = null;
@@ -1702,11 +1722,12 @@ function consume_1(_this__u8e3s4) {
1702
1722
  // Inline function 'kotlin.let' call
1703
1723
  // Inline function 'kotlin.contracts.contract' call
1704
1724
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1705
- tmp = Companion_instance.a28(tmp0_safe_receiver);
1725
+ tmp = Companion_instance.i28(tmp0_safe_receiver);
1706
1726
  }
1707
1727
  var tmp_0 = tmp;
1708
- var tmp_1 = new DefinitionIdentifier(_this__u8e3s4.q2k_1);
1709
- var tmp_2 = consume_7(_this__u8e3s4.method);
1728
+ var tmp_1 = emptyList();
1729
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.f2l_1);
1730
+ var tmp_3 = consume_8(_this__u8e3s4.method);
1710
1731
  // Inline function 'kotlin.collections.map' call
1711
1732
  var this_0 = _this__u8e3s4.path;
1712
1733
  // Inline function 'kotlin.collections.mapTo' call
@@ -1717,10 +1738,10 @@ function consume_1(_this__u8e3s4) {
1717
1738
  var item = this_0[inductionVariable];
1718
1739
  inductionVariable = inductionVariable + 1 | 0;
1719
1740
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1720
- var tmp$ret$2 = consume_8(item);
1741
+ var tmp$ret$2 = consume_9(item);
1721
1742
  destination.e(tmp$ret$2);
1722
1743
  }
1723
- var tmp_3 = destination;
1744
+ var tmp_4 = destination;
1724
1745
  // Inline function 'kotlin.collections.map' call
1725
1746
  var this_1 = _this__u8e3s4.queries;
1726
1747
  // Inline function 'kotlin.collections.mapTo' call
@@ -1731,10 +1752,10 @@ function consume_1(_this__u8e3s4) {
1731
1752
  var item_0 = this_1[inductionVariable_0];
1732
1753
  inductionVariable_0 = inductionVariable_0 + 1 | 0;
1733
1754
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1734
- var tmp$ret$5 = consume_9(item_0);
1755
+ var tmp$ret$5 = consume_10(item_0);
1735
1756
  destination_0.e(tmp$ret$5);
1736
1757
  }
1737
- var tmp_4 = destination_0;
1758
+ var tmp_5 = destination_0;
1738
1759
  // Inline function 'kotlin.collections.map' call
1739
1760
  var this_2 = _this__u8e3s4.headers;
1740
1761
  // Inline function 'kotlin.collections.mapTo' call
@@ -1745,10 +1766,10 @@ function consume_1(_this__u8e3s4) {
1745
1766
  var item_1 = this_2[inductionVariable_1];
1746
1767
  inductionVariable_1 = inductionVariable_1 + 1 | 0;
1747
1768
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1748
- var tmp$ret$8 = consume_9(item_1);
1769
+ var tmp$ret$8 = consume_10(item_1);
1749
1770
  destination_1.e(tmp$ret$8);
1750
1771
  }
1751
- var tmp_5 = destination_1;
1772
+ var tmp_6 = destination_1;
1752
1773
  // Inline function 'kotlin.collections.map' call
1753
1774
  var this_3 = _this__u8e3s4.requests;
1754
1775
  // Inline function 'kotlin.collections.mapTo' call
@@ -1759,10 +1780,10 @@ function consume_1(_this__u8e3s4) {
1759
1780
  var item_2 = this_3[inductionVariable_2];
1760
1781
  inductionVariable_2 = inductionVariable_2 + 1 | 0;
1761
1782
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1762
- var tmp$ret$11 = consume_10(item_2);
1783
+ var tmp$ret$11 = consume_11(item_2);
1763
1784
  destination_2.e(tmp$ret$11);
1764
1785
  }
1765
- var tmp_6 = destination_2;
1786
+ var tmp_7 = destination_2;
1766
1787
  // Inline function 'kotlin.collections.map' call
1767
1788
  var this_4 = _this__u8e3s4.responses;
1768
1789
  // Inline function 'kotlin.collections.mapTo' call
@@ -1773,14 +1794,13 @@ function consume_1(_this__u8e3s4) {
1773
1794
  var item_3 = this_4[inductionVariable_3];
1774
1795
  inductionVariable_3 = inductionVariable_3 + 1 | 0;
1775
1796
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1776
- var tmp$ret$14 = consume_11(item_3);
1797
+ var tmp$ret$14 = consume_12(item_3);
1777
1798
  destination_3.e(tmp$ret$14);
1778
1799
  }
1779
- return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, destination_3);
1800
+ return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, destination_3);
1780
1801
  }
1781
- function consume_2(_this__u8e3s4) {
1782
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.e2l_1);
1783
- var tmp0_safe_receiver = _this__u8e3s4.f2l_1;
1802
+ function consume_3(_this__u8e3s4) {
1803
+ var tmp0_safe_receiver = _this__u8e3s4.u2l_1;
1784
1804
  var tmp;
1785
1805
  if (tmp0_safe_receiver == null) {
1786
1806
  tmp = null;
@@ -1788,15 +1808,12 @@ function consume_2(_this__u8e3s4) {
1788
1808
  // Inline function 'kotlin.let' call
1789
1809
  // Inline function 'kotlin.contracts.contract' call
1790
1810
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1791
- tmp = Companion_instance.a28(tmp0_safe_receiver);
1811
+ tmp = Companion_instance.i28(tmp0_safe_receiver);
1792
1812
  }
1793
- var tmp2_comment = tmp;
1794
- var tmp3_entries = toSet(_this__u8e3s4.entries);
1795
- return new Enum_0(tmp2_comment, tmp1_identifier, tmp3_entries);
1813
+ return new Enum_0(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.t2l_1), toSet(_this__u8e3s4.entries));
1796
1814
  }
1797
- function consume_3(_this__u8e3s4) {
1798
- var tmp2_identifier = new DefinitionIdentifier(_this__u8e3s4.o2l_1);
1799
- var tmp0_safe_receiver = _this__u8e3s4.p2l_1;
1815
+ function consume_4(_this__u8e3s4) {
1816
+ var tmp0_safe_receiver = _this__u8e3s4.e2m_1;
1800
1817
  var tmp;
1801
1818
  if (tmp0_safe_receiver == null) {
1802
1819
  tmp = null;
@@ -1804,24 +1821,24 @@ function consume_3(_this__u8e3s4) {
1804
1821
  // Inline function 'kotlin.let' call
1805
1822
  // Inline function 'kotlin.contracts.contract' call
1806
1823
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1807
- tmp = Companion_instance.a28(tmp0_safe_receiver);
1824
+ tmp = Companion_instance.i28(tmp0_safe_receiver);
1808
1825
  }
1809
- var tmp3_comment = tmp;
1810
- var tmp_0 = consume_12(_this__u8e3s4.reference);
1811
- var tmp1_elvis_lhs = tmp_0 instanceof Primitive ? tmp_0 : null;
1812
- var tmp_1;
1826
+ var tmp_0 = tmp;
1827
+ var tmp_1 = emptyList();
1828
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.d2m_1);
1829
+ var tmp_3 = consume_13(_this__u8e3s4.reference);
1830
+ var tmp1_elvis_lhs = tmp_3 instanceof Primitive ? tmp_3 : null;
1831
+ var tmp_4;
1813
1832
  if (tmp1_elvis_lhs == null) {
1814
1833
  var message = 'Cannot refine non-primitive type';
1815
1834
  throw IllegalStateException_init_$Create$(toString(message));
1816
1835
  } else {
1817
- tmp_1 = tmp1_elvis_lhs;
1836
+ tmp_4 = tmp1_elvis_lhs;
1818
1837
  }
1819
- var tmp4_reference = tmp_1;
1820
- return new Refined(tmp3_comment, tmp2_identifier, tmp4_reference);
1838
+ return new Refined(tmp_0, tmp_1, tmp_2, tmp_4);
1821
1839
  }
1822
- function consume_4(_this__u8e3s4) {
1823
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.l2k_1);
1824
- var tmp0_safe_receiver = _this__u8e3s4.m2k_1;
1840
+ function consume_5(_this__u8e3s4) {
1841
+ var tmp0_safe_receiver = _this__u8e3s4.b2l_1;
1825
1842
  var tmp;
1826
1843
  if (tmp0_safe_receiver == null) {
1827
1844
  tmp = null;
@@ -1829,9 +1846,11 @@ function consume_4(_this__u8e3s4) {
1829
1846
  // Inline function 'kotlin.let' call
1830
1847
  // Inline function 'kotlin.contracts.contract' call
1831
1848
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1832
- tmp = Companion_instance.a28(tmp0_safe_receiver);
1849
+ tmp = Companion_instance.i28(tmp0_safe_receiver);
1833
1850
  }
1834
- var tmp2_comment = tmp;
1851
+ var tmp_0 = tmp;
1852
+ var tmp_1 = emptyList();
1853
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.a2l_1);
1835
1854
  // Inline function 'kotlin.collections.map' call
1836
1855
  var this_0 = _this__u8e3s4.shape.value;
1837
1856
  // Inline function 'kotlin.collections.mapTo' call
@@ -1842,16 +1861,13 @@ function consume_4(_this__u8e3s4) {
1842
1861
  var item = this_0[inductionVariable];
1843
1862
  inductionVariable = inductionVariable + 1 | 0;
1844
1863
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1845
- var tmp$ret$2 = consume_9(item);
1864
+ var tmp$ret$2 = consume_10(item);
1846
1865
  destination.e(tmp$ret$2);
1847
1866
  }
1848
- var tmp3_shape = new Shape(destination);
1849
- var tmp4_extends = emptyList();
1850
- return new Type(tmp2_comment, tmp1_identifier, tmp3_shape, tmp4_extends);
1867
+ return new Type(tmp_0, tmp_1, tmp_2, new Shape(destination), emptyList());
1851
1868
  }
1852
- function consume_5(_this__u8e3s4) {
1853
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.h2l_1);
1854
- var tmp0_safe_receiver = _this__u8e3s4.i2l_1;
1869
+ function consume_6(_this__u8e3s4) {
1870
+ var tmp0_safe_receiver = _this__u8e3s4.x2l_1;
1855
1871
  var tmp;
1856
1872
  if (tmp0_safe_receiver == null) {
1857
1873
  tmp = null;
@@ -1859,9 +1875,11 @@ function consume_5(_this__u8e3s4) {
1859
1875
  // Inline function 'kotlin.let' call
1860
1876
  // Inline function 'kotlin.contracts.contract' call
1861
1877
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1862
- tmp = Companion_instance.a28(tmp0_safe_receiver);
1878
+ tmp = Companion_instance.i28(tmp0_safe_receiver);
1863
1879
  }
1864
- var tmp2_comment = tmp;
1880
+ var tmp_0 = tmp;
1881
+ var tmp_1 = emptyList();
1882
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.w2l_1);
1865
1883
  // Inline function 'kotlin.collections.map' call
1866
1884
  var this_0 = _this__u8e3s4.entries;
1867
1885
  // Inline function 'kotlin.collections.mapTo' call
@@ -1872,15 +1890,13 @@ function consume_5(_this__u8e3s4) {
1872
1890
  var item = this_0[inductionVariable];
1873
1891
  inductionVariable = inductionVariable + 1 | 0;
1874
1892
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1875
- var tmp$ret$2 = consume_12(item);
1893
+ var tmp$ret$2 = consume_13(item);
1876
1894
  destination.e(tmp$ret$2);
1877
1895
  }
1878
- var tmp3_entries = toSet_0(destination);
1879
- return new Union(tmp2_comment, tmp1_identifier, tmp3_entries);
1896
+ return new Union(tmp_0, tmp_1, tmp_2, toSet_0(destination));
1880
1897
  }
1881
- function consume_6(_this__u8e3s4) {
1882
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.k2l_1);
1883
- var tmp0_safe_receiver = _this__u8e3s4.l2l_1;
1898
+ function consume_7(_this__u8e3s4) {
1899
+ var tmp0_safe_receiver = _this__u8e3s4.a2m_1;
1884
1900
  var tmp;
1885
1901
  if (tmp0_safe_receiver == null) {
1886
1902
  tmp = null;
@@ -1888,16 +1904,11 @@ function consume_6(_this__u8e3s4) {
1888
1904
  // Inline function 'kotlin.let' call
1889
1905
  // Inline function 'kotlin.contracts.contract' call
1890
1906
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1891
- tmp = Companion_instance.a28(tmp0_safe_receiver);
1907
+ tmp = Companion_instance.i28(tmp0_safe_receiver);
1892
1908
  }
1893
- var tmp2_comment = tmp;
1894
- var tmp3_reference = consume_12(_this__u8e3s4.reference);
1895
- return new Channel(tmp2_comment, tmp1_identifier, tmp3_reference);
1896
- }
1897
- function produce_14(_this__u8e3s4) {
1898
- return new WsContent(_this__u8e3s4.b25_1, produce_7(_this__u8e3s4.c25_1));
1909
+ return new Channel(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.z2l_1), consume_13(_this__u8e3s4.reference));
1899
1910
  }
1900
- function consume_7(_this__u8e3s4) {
1911
+ function consume_8(_this__u8e3s4) {
1901
1912
  var tmp;
1902
1913
  switch (_this__u8e3s4.r2_1) {
1903
1914
  case 0:
@@ -1930,27 +1941,30 @@ function consume_7(_this__u8e3s4) {
1930
1941
  }
1931
1942
  return tmp;
1932
1943
  }
1933
- function consume_8(_this__u8e3s4) {
1944
+ function consume_9(_this__u8e3s4) {
1934
1945
  var tmp;
1935
1946
  if (_this__u8e3s4 instanceof WsLiteral) {
1936
1947
  tmp = new Literal(_this__u8e3s4.value);
1937
1948
  } else {
1938
1949
  if (_this__u8e3s4 instanceof WsParam) {
1939
- tmp = new Param(consume_13(_this__u8e3s4.identifier), consume_12(_this__u8e3s4.reference));
1950
+ tmp = new Param(consume_14(_this__u8e3s4.identifier), consume_13(_this__u8e3s4.reference));
1940
1951
  } else {
1941
1952
  noWhenBranchMatchedException();
1942
1953
  }
1943
1954
  }
1944
1955
  return tmp;
1945
1956
  }
1946
- function consume_9(_this__u8e3s4) {
1947
- return new Field(consume_13(_this__u8e3s4.identifier), consume_12(_this__u8e3s4.reference));
1948
- }
1949
1957
  function consume_10(_this__u8e3s4) {
1950
- var tmp0_safe_receiver = _this__u8e3s4.content;
1951
- return new Request(tmp0_safe_receiver == null ? null : consume_14(tmp0_safe_receiver));
1958
+ var tmp0_identifier = consume_14(_this__u8e3s4.identifier);
1959
+ var tmp1_annotations = emptyList();
1960
+ var tmp2_reference = consume_13(_this__u8e3s4.reference);
1961
+ return new Field(tmp0_identifier, tmp2_reference, tmp1_annotations);
1952
1962
  }
1953
1963
  function consume_11(_this__u8e3s4) {
1964
+ var tmp0_safe_receiver = _this__u8e3s4.content;
1965
+ return new Request(tmp0_safe_receiver == null ? null : consume_15(tmp0_safe_receiver));
1966
+ }
1967
+ function consume_12(_this__u8e3s4) {
1954
1968
  // Inline function 'kotlin.collections.map' call
1955
1969
  var this_0 = _this__u8e3s4.headers;
1956
1970
  // Inline function 'kotlin.collections.mapTo' call
@@ -1961,32 +1975,32 @@ function consume_11(_this__u8e3s4) {
1961
1975
  var item = this_0[inductionVariable];
1962
1976
  inductionVariable = inductionVariable + 1 | 0;
1963
1977
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1964
- var tmp$ret$0 = consume_9(item);
1978
+ var tmp$ret$0 = consume_10(item);
1965
1979
  destination.e(tmp$ret$0);
1966
1980
  }
1967
1981
  var tmp = destination;
1968
1982
  var tmp0_safe_receiver = _this__u8e3s4.content;
1969
- return new Response(_this__u8e3s4.status, tmp, tmp0_safe_receiver == null ? null : consume_14(tmp0_safe_receiver));
1983
+ return new Response(_this__u8e3s4.status, tmp, tmp0_safe_receiver == null ? null : consume_15(tmp0_safe_receiver));
1970
1984
  }
1971
- function consume_12(_this__u8e3s4) {
1985
+ function consume_13(_this__u8e3s4) {
1972
1986
  var tmp;
1973
1987
  if (_this__u8e3s4 instanceof WsAny) {
1974
- tmp = new Any(_this__u8e3s4.u2l_1);
1988
+ tmp = new Any(_this__u8e3s4.j2m_1);
1975
1989
  } else {
1976
1990
  if (_this__u8e3s4 instanceof WsUnit) {
1977
- tmp = new Unit(_this__u8e3s4.v2l_1);
1991
+ tmp = new Unit(_this__u8e3s4.k2m_1);
1978
1992
  } else {
1979
1993
  if (_this__u8e3s4 instanceof WsCustom) {
1980
- tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.z2l_1);
1994
+ tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.o2m_1);
1981
1995
  } else {
1982
1996
  if (_this__u8e3s4 instanceof WsPrimitive) {
1983
- tmp = new Primitive(consume_15(_this__u8e3s4.type), _this__u8e3s4.a2m_1);
1997
+ tmp = new Primitive(consume_16(_this__u8e3s4.type), _this__u8e3s4.p2m_1);
1984
1998
  } else {
1985
1999
  if (_this__u8e3s4 instanceof WsDict) {
1986
- tmp = new Dict(consume_12(_this__u8e3s4.reference), _this__u8e3s4.y2l_1);
2000
+ tmp = new Dict(consume_13(_this__u8e3s4.reference), _this__u8e3s4.n2m_1);
1987
2001
  } else {
1988
2002
  if (_this__u8e3s4 instanceof WsIterable) {
1989
- tmp = new Iterable(consume_12(_this__u8e3s4.reference), _this__u8e3s4.w2l_1);
2003
+ tmp = new Iterable(consume_13(_this__u8e3s4.reference), _this__u8e3s4.l2m_1);
1990
2004
  } else {
1991
2005
  noWhenBranchMatchedException();
1992
2006
  }
@@ -1997,13 +2011,13 @@ function consume_12(_this__u8e3s4) {
1997
2011
  }
1998
2012
  return tmp;
1999
2013
  }
2000
- function consume_13(_this__u8e3s4) {
2001
- return new FieldIdentifier(_this__u8e3s4.value);
2002
- }
2003
2014
  function consume_14(_this__u8e3s4) {
2004
- return new Content(_this__u8e3s4.type, consume_12(_this__u8e3s4.reference));
2015
+ return new FieldIdentifier(_this__u8e3s4.value);
2005
2016
  }
2006
2017
  function consume_15(_this__u8e3s4) {
2018
+ return new Content(_this__u8e3s4.type, consume_13(_this__u8e3s4.reference));
2019
+ }
2020
+ function consume_16(_this__u8e3s4) {
2007
2021
  var tmp;
2008
2022
  switch (_this__u8e3s4.r2_1) {
2009
2023
  case 0:
@@ -2092,10 +2106,10 @@ function WsCompilationResult(result, errors) {
2092
2106
  this.result = result;
2093
2107
  this.errors = errors;
2094
2108
  }
2095
- protoOf(WsCompilationResult).i2m = function () {
2109
+ protoOf(WsCompilationResult).x2m = function () {
2096
2110
  return this.result;
2097
2111
  };
2098
- protoOf(WsCompilationResult).j2m = function () {
2112
+ protoOf(WsCompilationResult).y2m = function () {
2099
2113
  return this.errors;
2100
2114
  };
2101
2115
  function WsCompiled(value) {
@@ -2120,10 +2134,10 @@ function WsParseResult(result, errors) {
2120
2134
  this.result = result;
2121
2135
  this.errors = errors;
2122
2136
  }
2123
- protoOf(WsParseResult).i2m = function () {
2137
+ protoOf(WsParseResult).x2m = function () {
2124
2138
  return this.result;
2125
2139
  };
2126
- protoOf(WsParseResult).j2m = function () {
2140
+ protoOf(WsParseResult).y2m = function () {
2127
2141
  return this.errors;
2128
2142
  };
2129
2143
  function WsStringResult(result, errors) {
@@ -2132,20 +2146,20 @@ function WsStringResult(result, errors) {
2132
2146
  this.result = result;
2133
2147
  this.errors = errors;
2134
2148
  }
2135
- protoOf(WsStringResult).i2m = function () {
2149
+ protoOf(WsStringResult).x2m = function () {
2136
2150
  return this.result;
2137
2151
  };
2138
- protoOf(WsStringResult).j2m = function () {
2152
+ protoOf(WsStringResult).y2m = function () {
2139
2153
  return this.errors;
2140
2154
  };
2141
2155
  function WsEmitted(file, result) {
2142
2156
  this.file = file;
2143
2157
  this.result = result;
2144
2158
  }
2145
- protoOf(WsEmitted).k2m = function () {
2159
+ protoOf(WsEmitted).z2m = function () {
2146
2160
  return this.file;
2147
2161
  };
2148
- protoOf(WsEmitted).i2m = function () {
2162
+ protoOf(WsEmitted).x2m = function () {
2149
2163
  return this.result;
2150
2164
  };
2151
2165
  function produce_15(_this__u8e3s4) {
@@ -2221,10 +2235,10 @@ function WsTokenResult(tokens, error) {
2221
2235
  this.tokens = tokens;
2222
2236
  this.error = error;
2223
2237
  }
2224
- protoOf(WsTokenResult).l2m = function () {
2238
+ protoOf(WsTokenResult).a2n = function () {
2225
2239
  return this.tokens;
2226
2240
  };
2227
- protoOf(WsTokenResult).u2j = function () {
2241
+ protoOf(WsTokenResult).j2k = function () {
2228
2242
  return this.error;
2229
2243
  };
2230
2244
  protoOf(WsTokenResult).sd = function () {
@@ -2233,13 +2247,13 @@ protoOf(WsTokenResult).sd = function () {
2233
2247
  protoOf(WsTokenResult).td = function () {
2234
2248
  return this.error;
2235
2249
  };
2236
- protoOf(WsTokenResult).m2m = function (tokens, error) {
2250
+ protoOf(WsTokenResult).b2n = function (tokens, error) {
2237
2251
  return new WsTokenResult(tokens, error);
2238
2252
  };
2239
2253
  protoOf(WsTokenResult).copy = function (tokens, error, $super) {
2240
2254
  tokens = tokens === VOID ? this.tokens : tokens;
2241
2255
  error = error === VOID ? this.error : error;
2242
- return this.m2m(tokens, error);
2256
+ return this.b2n(tokens, error);
2243
2257
  };
2244
2258
  protoOf(WsTokenResult).toString = function () {
2245
2259
  return 'WsTokenResult(tokens=' + toString_0(this.tokens) + ', error=' + toString_0(this.error) + ')';
@@ -2284,12 +2298,12 @@ protoOf(WsTokens).hashCode = function () {
2284
2298
  protoOf(WsTokens).sd = function () {
2285
2299
  return this.value;
2286
2300
  };
2287
- protoOf(WsTokens).n2m = function (value) {
2301
+ protoOf(WsTokens).c2n = function (value) {
2288
2302
  return new WsTokens(value);
2289
2303
  };
2290
2304
  protoOf(WsTokens).copy = function (value, $super) {
2291
2305
  value = value === VOID ? this.value : value;
2292
- return this.n2m(value);
2306
+ return this.c2n(value);
2293
2307
  };
2294
2308
  protoOf(WsTokens).toString = function () {
2295
2309
  return 'WsTokens(value=' + toString(this.value) + ')';
@@ -2306,7 +2320,7 @@ protoOf(WsToken).v1j = function () {
2306
2320
  protoOf(WsToken).b1 = function () {
2307
2321
  return this.value;
2308
2322
  };
2309
- protoOf(WsToken).o2m = function () {
2323
+ protoOf(WsToken).d2n = function () {
2310
2324
  return this.coordinates;
2311
2325
  };
2312
2326
  protoOf(WsToken).sd = function () {
@@ -2318,14 +2332,14 @@ protoOf(WsToken).td = function () {
2318
2332
  protoOf(WsToken).uh = function () {
2319
2333
  return this.coordinates;
2320
2334
  };
2321
- protoOf(WsToken).p2m = function (type, value, coordinates) {
2335
+ protoOf(WsToken).e2n = function (type, value, coordinates) {
2322
2336
  return new WsToken(type, value, coordinates);
2323
2337
  };
2324
2338
  protoOf(WsToken).copy = function (type, value, coordinates, $super) {
2325
2339
  type = type === VOID ? this.type : type;
2326
2340
  value = value === VOID ? this.value : value;
2327
2341
  coordinates = coordinates === VOID ? this.coordinates : coordinates;
2328
- return this.p2m(type, value, coordinates);
2342
+ return this.e2n(type, value, coordinates);
2329
2343
  };
2330
2344
  protoOf(WsToken).toString = function () {
2331
2345
  return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates.toString() + ')';
@@ -2358,13 +2372,13 @@ function WsCoordinates(line, position, idxAndLength) {
2358
2372
  this.position = position;
2359
2373
  this.idxAndLength = idxAndLength;
2360
2374
  }
2361
- protoOf(WsCoordinates).q2m = function () {
2375
+ protoOf(WsCoordinates).f2n = function () {
2362
2376
  return this.line;
2363
2377
  };
2364
- protoOf(WsCoordinates).r2m = function () {
2378
+ protoOf(WsCoordinates).g2n = function () {
2365
2379
  return this.position;
2366
2380
  };
2367
- protoOf(WsCoordinates).s2m = function () {
2381
+ protoOf(WsCoordinates).h2n = function () {
2368
2382
  return this.idxAndLength;
2369
2383
  };
2370
2384
  protoOf(WsCoordinates).sd = function () {
@@ -2376,14 +2390,14 @@ protoOf(WsCoordinates).td = function () {
2376
2390
  protoOf(WsCoordinates).uh = function () {
2377
2391
  return this.idxAndLength;
2378
2392
  };
2379
- protoOf(WsCoordinates).t2m = function (line, position, idxAndLength) {
2393
+ protoOf(WsCoordinates).i2n = function (line, position, idxAndLength) {
2380
2394
  return new WsCoordinates(line, position, idxAndLength);
2381
2395
  };
2382
2396
  protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
2383
2397
  line = line === VOID ? this.line : line;
2384
2398
  position = position === VOID ? this.position : position;
2385
2399
  idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
2386
- return this.t2m(line, position, idxAndLength);
2400
+ return this.i2n(line, position, idxAndLength);
2387
2401
  };
2388
2402
  protoOf(WsCoordinates).toString = function () {
2389
2403
  return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength.toString() + ')';
@@ -2414,7 +2428,7 @@ function WsIndex(idx, length) {
2414
2428
  this.idx = idx;
2415
2429
  this.length = length;
2416
2430
  }
2417
- protoOf(WsIndex).u2m = function () {
2431
+ protoOf(WsIndex).j2n = function () {
2418
2432
  return this.idx;
2419
2433
  };
2420
2434
  protoOf(WsIndex).a = function () {
@@ -2426,13 +2440,13 @@ protoOf(WsIndex).sd = function () {
2426
2440
  protoOf(WsIndex).td = function () {
2427
2441
  return this.length;
2428
2442
  };
2429
- protoOf(WsIndex).v2m = function (idx, length) {
2443
+ protoOf(WsIndex).k2n = function (idx, length) {
2430
2444
  return new WsIndex(idx, length);
2431
2445
  };
2432
2446
  protoOf(WsIndex).copy = function (idx, length, $super) {
2433
2447
  idx = idx === VOID ? this.idx : idx;
2434
2448
  length = length === VOID ? this.length : length;
2435
- return this.v2m(idx, length);
2449
+ return this.k2n(idx, length);
2436
2450
  };
2437
2451
  protoOf(WsIndex).toString = function () {
2438
2452
  return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
@@ -2455,13 +2469,13 @@ protoOf(WsIndex).equals = function (other) {
2455
2469
  return true;
2456
2470
  };
2457
2471
  function produce_18(_this__u8e3s4) {
2458
- return new WsToken(name(_this__u8e3s4.c27_1), _this__u8e3s4.b27_1, produce_19(_this__u8e3s4.d27_1));
2472
+ return new WsToken(name(_this__u8e3s4.j27_1), _this__u8e3s4.i27_1, produce_19(_this__u8e3s4.k27_1));
2459
2473
  }
2460
2474
  function produce_19(_this__u8e3s4) {
2461
- return new WsCoordinates(_this__u8e3s4.e27_1, _this__u8e3s4.f27_1, produce_20(_this__u8e3s4.g27_1));
2475
+ return new WsCoordinates(_this__u8e3s4.l27_1, _this__u8e3s4.m27_1, produce_20(_this__u8e3s4.n27_1));
2462
2476
  }
2463
2477
  function produce_20(_this__u8e3s4) {
2464
- return new WsIndex(_this__u8e3s4.v29_1, _this__u8e3s4.w29_1);
2478
+ return new WsIndex(_this__u8e3s4.k2a_1, _this__u8e3s4.l2a_1);
2465
2479
  }
2466
2480
  function WsError(line, position, index, length, value) {
2467
2481
  this.line = line;
@@ -2470,13 +2484,13 @@ function WsError(line, position, index, length, value) {
2470
2484
  this.length = length;
2471
2485
  this.value = value;
2472
2486
  }
2473
- protoOf(WsError).q2m = function () {
2487
+ protoOf(WsError).f2n = function () {
2474
2488
  return this.line;
2475
2489
  };
2476
- protoOf(WsError).r2m = function () {
2490
+ protoOf(WsError).g2n = function () {
2477
2491
  return this.position;
2478
2492
  };
2479
- protoOf(WsError).w2m = function () {
2493
+ protoOf(WsError).l2n = function () {
2480
2494
  return this.index;
2481
2495
  };
2482
2496
  protoOf(WsError).a = function () {
@@ -2494,13 +2508,13 @@ protoOf(WsError).td = function () {
2494
2508
  protoOf(WsError).uh = function () {
2495
2509
  return this.index;
2496
2510
  };
2497
- protoOf(WsError).y2k = function () {
2511
+ protoOf(WsError).n2l = function () {
2498
2512
  return this.length;
2499
2513
  };
2500
- protoOf(WsError).z2k = function () {
2514
+ protoOf(WsError).o2l = function () {
2501
2515
  return this.value;
2502
2516
  };
2503
- protoOf(WsError).x2m = function (line, position, index, length, value) {
2517
+ protoOf(WsError).m2n = function (line, position, index, length, value) {
2504
2518
  return new WsError(line, position, index, length, value);
2505
2519
  };
2506
2520
  protoOf(WsError).copy = function (line, position, index, length, value, $super) {
@@ -2509,7 +2523,7 @@ protoOf(WsError).copy = function (line, position, index, length, value, $super)
2509
2523
  index = index === VOID ? this.index : index;
2510
2524
  length = length === VOID ? this.length : length;
2511
2525
  value = value === VOID ? this.value : value;
2512
- return this.x2m(line, position, index, length, value);
2526
+ return this.m2n(line, position, index, length, value);
2513
2527
  };
2514
2528
  protoOf(WsError).toString = function () {
2515
2529
  return 'WsError(line=' + this.line + ', position=' + this.position + ', index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
@@ -2541,44 +2555,44 @@ protoOf(WsError).equals = function (other) {
2541
2555
  return true;
2542
2556
  };
2543
2557
  function produce_21(_this__u8e3s4) {
2544
- return new WsError(_this__u8e3s4.j27_1.e27_1, _this__u8e3s4.j27_1.f27_1, _this__u8e3s4.j27_1.g27_1.v29_1 - _this__u8e3s4.j27_1.g27_1.w29_1 | 0, _this__u8e3s4.j27_1.g27_1.w29_1, _this__u8e3s4.r1());
2558
+ return new WsError(_this__u8e3s4.q27_1.l27_1, _this__u8e3s4.q27_1.m27_1, _this__u8e3s4.q27_1.n27_1.k2a_1 - _this__u8e3s4.q27_1.n27_1.l2a_1 | 0, _this__u8e3s4.q27_1.n27_1.l2a_1, _this__u8e3s4.r1());
2545
2559
  }
2546
2560
  //region block: post-declaration
2547
2561
  defineProp(protoOf(WsType), 'identifier', function () {
2548
- return this.g26();
2562
+ return this.l26();
2549
2563
  });
2550
2564
  defineProp(protoOf(WsType), 'comment', function () {
2551
- return this.k2k();
2565
+ return this.z2k();
2552
2566
  });
2553
2567
  defineProp(protoOf(WsEndpoint), 'identifier', function () {
2554
- return this.g26();
2568
+ return this.l26();
2555
2569
  });
2556
2570
  defineProp(protoOf(WsEndpoint), 'comment', function () {
2557
- return this.k2k();
2571
+ return this.z2k();
2558
2572
  });
2559
2573
  defineProp(protoOf(WsEnum), 'identifier', function () {
2560
- return this.g26();
2574
+ return this.l26();
2561
2575
  });
2562
2576
  defineProp(protoOf(WsEnum), 'comment', function () {
2563
- return this.k2k();
2577
+ return this.z2k();
2564
2578
  });
2565
2579
  defineProp(protoOf(WsUnion), 'identifier', function () {
2566
- return this.g26();
2580
+ return this.l26();
2567
2581
  });
2568
2582
  defineProp(protoOf(WsUnion), 'comment', function () {
2569
- return this.k2k();
2583
+ return this.z2k();
2570
2584
  });
2571
2585
  defineProp(protoOf(WsChannel), 'identifier', function () {
2572
- return this.g26();
2586
+ return this.l26();
2573
2587
  });
2574
2588
  defineProp(protoOf(WsChannel), 'comment', function () {
2575
- return this.k2k();
2589
+ return this.z2k();
2576
2590
  });
2577
2591
  defineProp(protoOf(WsRefined), 'identifier', function () {
2578
- return this.g26();
2592
+ return this.l26();
2579
2593
  });
2580
2594
  defineProp(protoOf(WsRefined), 'comment', function () {
2581
- return this.k2k();
2595
+ return this.z2k();
2582
2596
  });
2583
2597
  defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).s2);
2584
2598
  defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).t2);
@@ -2662,7 +2676,7 @@ export {
2662
2676
  WsError as WsError,
2663
2677
  };
2664
2678
  export {
2665
- consume as consume1246fk3da2tge,
2679
+ consume as consume18qt2bdn2vrwk,
2666
2680
  produce as produce1z6drlwotu836,
2667
2681
  produce_15 as produce2xzl2umtcmchb,
2668
2682
  produce_0 as produceg4211betqmhz,