@flock/wirespec 0.10.10 → 0.10.11

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 (39) hide show
  1. package/arrow-arrow-annotations.js +3 -3
  2. package/arrow-arrow-atomic.js +17 -17
  3. package/arrow-arrow-continuations.js +5 -5
  4. package/arrow-arrow-core.js +82 -81
  5. package/arrow-arrow-core.js.map +1 -1
  6. package/clikt-clikt.js +351 -262
  7. package/clikt-clikt.js.map +1 -1
  8. package/colormath-root-colormath.js +156 -180
  9. package/colormath-root-colormath.js.map +1 -1
  10. package/kotlin-kotlin-stdlib.js +1490 -1461
  11. package/kotlin-kotlin-stdlib.js.map +1 -1
  12. package/kotlin-kotlin-test.js +3 -3
  13. package/kotlin-openapi-bindings.js +4696 -4696
  14. package/kotlin-rgxgen.js +163 -118
  15. package/kotlin-rgxgen.js.map +1 -1
  16. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js +3 -3
  17. package/kotlinx-serialization-kotlinx-serialization-core.js +1729 -1729
  18. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  19. package/kotlinx-serialization-kotlinx-serialization-json.js +1465 -1461
  20. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  21. package/markdown.js +191 -181
  22. package/markdown.js.map +1 -1
  23. package/mordant-mordant.js +311 -251
  24. package/mordant-mordant.js.map +1 -1
  25. package/package.json +2 -2
  26. package/resources-library.js +3 -3
  27. package/wirespec-src-compiler-core.js +1599 -1467
  28. package/wirespec-src-compiler-core.js.map +1 -1
  29. package/wirespec-src-compiler-lib.js +406 -406
  30. package/wirespec-src-compiler-lib.js.map +1 -1
  31. package/wirespec-src-converter-openapi.js +809 -805
  32. package/wirespec-src-converter-openapi.js.map +1 -1
  33. package/wirespec-src-plugin-arguments.js +98 -98
  34. package/wirespec-src-plugin-cli.js +136 -130
  35. package/wirespec-src-plugin-cli.js.map +1 -1
  36. package/wirespec-src-plugin-npm.js +44 -45
  37. package/wirespec-src-plugin-npm.js.map +1 -1
  38. package/wirespec-src-tools-generator.js +54 -50
  39. package/wirespec-src-tools-generator.js.map +1 -1
@@ -1,40 +1,40 @@
1
- (function (root, factory) {
1
+ (function (factory) {
2
2
  if (typeof define === 'function' && define.amd)
3
3
  define(['exports', './kotlin-kotlin-stdlib.js', './wirespec-src-compiler-core.js', './arrow-arrow-core.js'], factory);
4
4
  else if (typeof exports === 'object')
5
5
  factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./wirespec-src-compiler-core.js'), require('./arrow-arrow-core.js'));
6
6
  else {
7
- if (typeof this['kotlin-kotlin-stdlib'] === 'undefined') {
7
+ if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
8
8
  throw new Error("Error loading module 'wirespec-src-compiler-lib'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'wirespec-src-compiler-lib'.");
9
9
  }
10
- if (typeof this['wirespec-src-compiler-core'] === 'undefined') {
10
+ if (typeof globalThis['wirespec-src-compiler-core'] === 'undefined') {
11
11
  throw new Error("Error loading module 'wirespec-src-compiler-lib'. Its dependency 'wirespec-src-compiler-core' was not found. Please, check whether 'wirespec-src-compiler-core' is loaded prior to 'wirespec-src-compiler-lib'.");
12
12
  }
13
- if (typeof this['arrow-arrow-core'] === 'undefined') {
13
+ if (typeof globalThis['arrow-arrow-core'] === 'undefined') {
14
14
  throw new Error("Error loading module 'wirespec-src-compiler-lib'. Its dependency 'arrow-arrow-core' was not found. Please, check whether 'arrow-arrow-core' is loaded prior to 'wirespec-src-compiler-lib'.");
15
15
  }
16
- root['wirespec-src-compiler-lib'] = factory(typeof this['wirespec-src-compiler-lib'] === 'undefined' ? {} : this['wirespec-src-compiler-lib'], this['kotlin-kotlin-stdlib'], this['wirespec-src-compiler-core'], this['arrow-arrow-core']);
16
+ globalThis['wirespec-src-compiler-lib'] = factory(typeof globalThis['wirespec-src-compiler-lib'] === 'undefined' ? {} : globalThis['wirespec-src-compiler-lib'], globalThis['kotlin-kotlin-stdlib'], globalThis['wirespec-src-compiler-core'], globalThis['arrow-arrow-core']);
17
17
  }
18
- }(globalThis, function (_, kotlin_kotlin, kotlin_community_flock_wirespec_compiler_core, kotlin_io_arrow_kt_arrow_core) {
18
+ }(function (_, kotlin_kotlin, kotlin_community_flock_wirespec_compiler_core, kotlin_io_arrow_kt_arrow_core) {
19
19
  'use strict';
20
20
  //region block: imports
21
21
  var imul = Math.imul;
22
- var protoOf = kotlin_kotlin.$_$.wa;
23
- var initMetadataForInterface = kotlin_kotlin.$_$.z9;
22
+ var protoOf = kotlin_kotlin.$_$.xa;
23
+ var initMetadataForInterface = kotlin_kotlin.$_$.aa;
24
24
  var VOID = kotlin_kotlin.$_$.g;
25
- var getStringHashCode = kotlin_kotlin.$_$.u9;
26
- var THROW_CCE = kotlin_kotlin.$_$.hf;
27
- var defineProp = kotlin_kotlin.$_$.o9;
28
- var initMetadataForClass = kotlin_kotlin.$_$.w9;
29
- var toString = kotlin_kotlin.$_$.ab;
30
- var hashCode = kotlin_kotlin.$_$.v9;
31
- var equals = kotlin_kotlin.$_$.p9;
32
- var getBooleanHashCode = kotlin_kotlin.$_$.r9;
33
- var THROW_IAE = kotlin_kotlin.$_$.if;
25
+ var getStringHashCode = kotlin_kotlin.$_$.v9;
26
+ var THROW_CCE = kotlin_kotlin.$_$.if;
27
+ var defineProp = kotlin_kotlin.$_$.p9;
28
+ var initMetadataForClass = kotlin_kotlin.$_$.x9;
29
+ var toString = kotlin_kotlin.$_$.bb;
30
+ var hashCode = kotlin_kotlin.$_$.w9;
31
+ var equals = kotlin_kotlin.$_$.q9;
32
+ var getBooleanHashCode = kotlin_kotlin.$_$.s9;
33
+ var THROW_IAE = kotlin_kotlin.$_$.jf;
34
34
  var Unit_instance = kotlin_kotlin.$_$.g4;
35
- var Enum = kotlin_kotlin.$_$.xe;
36
- var toString_0 = kotlin_kotlin.$_$.fg;
37
- var noWhenBranchMatchedException = kotlin_kotlin.$_$.dg;
35
+ var Enum = kotlin_kotlin.$_$.ye;
36
+ var toString_0 = kotlin_kotlin.$_$.gg;
37
+ var noWhenBranchMatchedException = kotlin_kotlin.$_$.eg;
38
38
  var _Comment___get_value__impl__8r3pla = kotlin_community_flock_wirespec_compiler_core.$_$.a2;
39
39
  var Comment = kotlin_community_flock_wirespec_compiler_core.$_$.h;
40
40
  var Channel = kotlin_community_flock_wirespec_compiler_core.$_$.g;
@@ -123,42 +123,42 @@
123
123
  function WsNode() {
124
124
  }
125
125
  function WsType(identifier, comment, shape) {
126
- this.h2b_1 = identifier;
126
+ this.i2b_1 = identifier;
127
127
  this.comment = comment;
128
128
  this.shape = shape;
129
129
  }
130
- protoOf(WsType).c28 = function () {
131
- return this.h2b_1;
130
+ protoOf(WsType).d28 = function () {
131
+ return this.i2b_1;
132
132
  };
133
- protoOf(WsType).i2b = function () {
133
+ protoOf(WsType).j2b = function () {
134
134
  return this.comment;
135
135
  };
136
- protoOf(WsType).j2b = function () {
136
+ protoOf(WsType).k2b = function () {
137
137
  return this.shape;
138
138
  };
139
- protoOf(WsType).od = function () {
140
- return this.h2b_1;
139
+ protoOf(WsType).qd = function () {
140
+ return this.i2b_1;
141
141
  };
142
- protoOf(WsType).pd = function () {
142
+ protoOf(WsType).rd = function () {
143
143
  return this.comment;
144
144
  };
145
- protoOf(WsType).ph = function () {
145
+ protoOf(WsType).qh = function () {
146
146
  return this.shape;
147
147
  };
148
- protoOf(WsType).k2b = function (identifier, comment, shape) {
148
+ protoOf(WsType).l2b = function (identifier, comment, shape) {
149
149
  return new WsType(identifier, comment, shape);
150
150
  };
151
151
  protoOf(WsType).copy = function (identifier, comment, shape, $super) {
152
- identifier = identifier === VOID ? this.h2b_1 : identifier;
152
+ identifier = identifier === VOID ? this.i2b_1 : identifier;
153
153
  comment = comment === VOID ? this.comment : comment;
154
154
  shape = shape === VOID ? this.shape : shape;
155
- return this.k2b(identifier, comment, shape);
155
+ return this.l2b(identifier, comment, shape);
156
156
  };
157
157
  protoOf(WsType).toString = function () {
158
- return 'WsType(identifier=' + this.h2b_1 + ', comment=' + this.comment + ', shape=' + this.shape.toString() + ')';
158
+ return 'WsType(identifier=' + this.i2b_1 + ', comment=' + this.comment + ', shape=' + this.shape.toString() + ')';
159
159
  };
160
160
  protoOf(WsType).hashCode = function () {
161
- var result = getStringHashCode(this.h2b_1);
161
+ var result = getStringHashCode(this.i2b_1);
162
162
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
163
163
  result = imul(result, 31) + this.shape.hashCode() | 0;
164
164
  return result;
@@ -169,7 +169,7 @@
169
169
  if (!(other instanceof WsType))
170
170
  return false;
171
171
  var tmp0_other_with_cast = other instanceof WsType ? other : THROW_CCE();
172
- if (!(this.h2b_1 === tmp0_other_with_cast.h2b_1))
172
+ if (!(this.i2b_1 === tmp0_other_with_cast.i2b_1))
173
173
  return false;
174
174
  if (!(this.comment == tmp0_other_with_cast.comment))
175
175
  return false;
@@ -183,15 +183,15 @@
183
183
  protoOf(WsShape).b1 = function () {
184
184
  return this.value;
185
185
  };
186
- protoOf(WsShape).od = function () {
186
+ protoOf(WsShape).qd = function () {
187
187
  return this.value;
188
188
  };
189
- protoOf(WsShape).l2b = function (value) {
189
+ protoOf(WsShape).m2b = function (value) {
190
190
  return new WsShape(value);
191
191
  };
192
192
  protoOf(WsShape).copy = function (value, $super) {
193
193
  value = value === VOID ? this.value : value;
194
- return this.l2b(value);
194
+ return this.m2b(value);
195
195
  };
196
196
  protoOf(WsShape).toString = function () {
197
197
  return 'WsShape(value=' + toString(this.value) + ')';
@@ -210,7 +210,7 @@
210
210
  return true;
211
211
  };
212
212
  function WsEndpoint(identifier, comment, method, path, query, headers, cookies, requests, responses) {
213
- this.m2b_1 = identifier;
213
+ this.n2b_1 = identifier;
214
214
  this.comment = comment;
215
215
  this.method = method;
216
216
  this.path = path;
@@ -220,65 +220,65 @@
220
220
  this.requests = requests;
221
221
  this.responses = responses;
222
222
  }
223
- protoOf(WsEndpoint).c28 = function () {
224
- return this.m2b_1;
223
+ protoOf(WsEndpoint).d28 = function () {
224
+ return this.n2b_1;
225
225
  };
226
- protoOf(WsEndpoint).i2b = function () {
226
+ protoOf(WsEndpoint).j2b = function () {
227
227
  return this.comment;
228
228
  };
229
- protoOf(WsEndpoint).n2b = function () {
229
+ protoOf(WsEndpoint).o2b = function () {
230
230
  return this.method;
231
231
  };
232
- protoOf(WsEndpoint).o2b = function () {
232
+ protoOf(WsEndpoint).p2b = function () {
233
233
  return this.path;
234
234
  };
235
- protoOf(WsEndpoint).p2b = function () {
235
+ protoOf(WsEndpoint).q2b = function () {
236
236
  return this.query;
237
237
  };
238
- protoOf(WsEndpoint).q2b = function () {
238
+ protoOf(WsEndpoint).r2b = function () {
239
239
  return this.headers;
240
240
  };
241
- protoOf(WsEndpoint).r2b = function () {
241
+ protoOf(WsEndpoint).s2b = function () {
242
242
  return this.cookies;
243
243
  };
244
- protoOf(WsEndpoint).s2b = function () {
244
+ protoOf(WsEndpoint).t2b = function () {
245
245
  return this.requests;
246
246
  };
247
- protoOf(WsEndpoint).t2b = function () {
247
+ protoOf(WsEndpoint).u2b = function () {
248
248
  return this.responses;
249
249
  };
250
- protoOf(WsEndpoint).od = function () {
251
- return this.m2b_1;
250
+ protoOf(WsEndpoint).qd = function () {
251
+ return this.n2b_1;
252
252
  };
253
- protoOf(WsEndpoint).pd = function () {
253
+ protoOf(WsEndpoint).rd = function () {
254
254
  return this.comment;
255
255
  };
256
- protoOf(WsEndpoint).ph = function () {
256
+ protoOf(WsEndpoint).qh = function () {
257
257
  return this.method;
258
258
  };
259
- protoOf(WsEndpoint).u2b = function () {
259
+ protoOf(WsEndpoint).v2b = function () {
260
260
  return this.path;
261
261
  };
262
- protoOf(WsEndpoint).v2b = function () {
262
+ protoOf(WsEndpoint).w2b = function () {
263
263
  return this.query;
264
264
  };
265
- protoOf(WsEndpoint).w2b = function () {
265
+ protoOf(WsEndpoint).x2b = function () {
266
266
  return this.headers;
267
267
  };
268
- protoOf(WsEndpoint).x2b = function () {
268
+ protoOf(WsEndpoint).y2b = function () {
269
269
  return this.cookies;
270
270
  };
271
- protoOf(WsEndpoint).y2b = function () {
271
+ protoOf(WsEndpoint).z2b = function () {
272
272
  return this.requests;
273
273
  };
274
- protoOf(WsEndpoint).z2b = function () {
274
+ protoOf(WsEndpoint).a2c = function () {
275
275
  return this.responses;
276
276
  };
277
- protoOf(WsEndpoint).a2c = function (identifier, comment, method, path, query, headers, cookies, requests, responses) {
277
+ protoOf(WsEndpoint).b2c = function (identifier, comment, method, path, query, headers, cookies, requests, responses) {
278
278
  return new WsEndpoint(identifier, comment, method, path, query, headers, cookies, requests, responses);
279
279
  };
280
280
  protoOf(WsEndpoint).copy = function (identifier, comment, method, path, query, headers, cookies, requests, responses, $super) {
281
- identifier = identifier === VOID ? this.m2b_1 : identifier;
281
+ identifier = identifier === VOID ? this.n2b_1 : identifier;
282
282
  comment = comment === VOID ? this.comment : comment;
283
283
  method = method === VOID ? this.method : method;
284
284
  path = path === VOID ? this.path : path;
@@ -287,13 +287,13 @@
287
287
  cookies = cookies === VOID ? this.cookies : cookies;
288
288
  requests = requests === VOID ? this.requests : requests;
289
289
  responses = responses === VOID ? this.responses : responses;
290
- return this.a2c(identifier, comment, method, path, query, headers, cookies, requests, responses);
290
+ return this.b2c(identifier, comment, method, path, query, headers, cookies, requests, responses);
291
291
  };
292
292
  protoOf(WsEndpoint).toString = function () {
293
- return 'WsEndpoint(identifier=' + this.m2b_1 + ', comment=' + this.comment + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', query=' + toString(this.query) + ', headers=' + toString(this.headers) + ', cookies=' + toString(this.cookies) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
293
+ return 'WsEndpoint(identifier=' + this.n2b_1 + ', comment=' + this.comment + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', query=' + toString(this.query) + ', headers=' + toString(this.headers) + ', cookies=' + toString(this.cookies) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
294
294
  };
295
295
  protoOf(WsEndpoint).hashCode = function () {
296
- var result = getStringHashCode(this.m2b_1);
296
+ var result = getStringHashCode(this.n2b_1);
297
297
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
298
298
  result = imul(result, 31) + this.method.hashCode() | 0;
299
299
  result = imul(result, 31) + hashCode(this.path) | 0;
@@ -310,7 +310,7 @@
310
310
  if (!(other instanceof WsEndpoint))
311
311
  return false;
312
312
  var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
313
- if (!(this.m2b_1 === tmp0_other_with_cast.m2b_1))
313
+ if (!(this.n2b_1 === tmp0_other_with_cast.n2b_1))
314
314
  return false;
315
315
  if (!(this.comment == tmp0_other_with_cast.comment))
316
316
  return false;
@@ -331,42 +331,42 @@
331
331
  return true;
332
332
  };
333
333
  function WsEnum(identifier, comment, entries) {
334
- this.b2c_1 = identifier;
334
+ this.c2c_1 = identifier;
335
335
  this.comment = comment;
336
336
  this.entries = entries;
337
337
  }
338
- protoOf(WsEnum).c28 = function () {
339
- return this.b2c_1;
338
+ protoOf(WsEnum).d28 = function () {
339
+ return this.c2c_1;
340
340
  };
341
- protoOf(WsEnum).i2b = function () {
341
+ protoOf(WsEnum).j2b = function () {
342
342
  return this.comment;
343
343
  };
344
344
  protoOf(WsEnum).z = function () {
345
345
  return this.entries;
346
346
  };
347
- protoOf(WsEnum).od = function () {
348
- return this.b2c_1;
347
+ protoOf(WsEnum).qd = function () {
348
+ return this.c2c_1;
349
349
  };
350
- protoOf(WsEnum).pd = function () {
350
+ protoOf(WsEnum).rd = function () {
351
351
  return this.comment;
352
352
  };
353
- protoOf(WsEnum).ph = function () {
353
+ protoOf(WsEnum).qh = function () {
354
354
  return this.entries;
355
355
  };
356
- protoOf(WsEnum).c2c = function (identifier, comment, entries) {
356
+ protoOf(WsEnum).d2c = function (identifier, comment, entries) {
357
357
  return new WsEnum(identifier, comment, entries);
358
358
  };
359
359
  protoOf(WsEnum).copy = function (identifier, comment, entries, $super) {
360
- identifier = identifier === VOID ? this.b2c_1 : identifier;
360
+ identifier = identifier === VOID ? this.c2c_1 : identifier;
361
361
  comment = comment === VOID ? this.comment : comment;
362
362
  entries = entries === VOID ? this.entries : entries;
363
- return this.c2c(identifier, comment, entries);
363
+ return this.d2c(identifier, comment, entries);
364
364
  };
365
365
  protoOf(WsEnum).toString = function () {
366
- return 'WsEnum(identifier=' + this.b2c_1 + ', comment=' + this.comment + ', entries=' + toString(this.entries) + ')';
366
+ return 'WsEnum(identifier=' + this.c2c_1 + ', comment=' + this.comment + ', entries=' + toString(this.entries) + ')';
367
367
  };
368
368
  protoOf(WsEnum).hashCode = function () {
369
- var result = getStringHashCode(this.b2c_1);
369
+ var result = getStringHashCode(this.c2c_1);
370
370
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
371
371
  result = imul(result, 31) + hashCode(this.entries) | 0;
372
372
  return result;
@@ -377,7 +377,7 @@
377
377
  if (!(other instanceof WsEnum))
378
378
  return false;
379
379
  var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
380
- if (!(this.b2c_1 === tmp0_other_with_cast.b2c_1))
380
+ if (!(this.c2c_1 === tmp0_other_with_cast.c2c_1))
381
381
  return false;
382
382
  if (!(this.comment == tmp0_other_with_cast.comment))
383
383
  return false;
@@ -386,42 +386,42 @@
386
386
  return true;
387
387
  };
388
388
  function WsUnion(identifier, comment, entries) {
389
- this.d2c_1 = identifier;
389
+ this.e2c_1 = identifier;
390
390
  this.comment = comment;
391
391
  this.entries = entries;
392
392
  }
393
- protoOf(WsUnion).c28 = function () {
394
- return this.d2c_1;
393
+ protoOf(WsUnion).d28 = function () {
394
+ return this.e2c_1;
395
395
  };
396
- protoOf(WsUnion).i2b = function () {
396
+ protoOf(WsUnion).j2b = function () {
397
397
  return this.comment;
398
398
  };
399
399
  protoOf(WsUnion).z = function () {
400
400
  return this.entries;
401
401
  };
402
- protoOf(WsUnion).od = function () {
403
- return this.d2c_1;
402
+ protoOf(WsUnion).qd = function () {
403
+ return this.e2c_1;
404
404
  };
405
- protoOf(WsUnion).pd = function () {
405
+ protoOf(WsUnion).rd = function () {
406
406
  return this.comment;
407
407
  };
408
- protoOf(WsUnion).ph = function () {
408
+ protoOf(WsUnion).qh = function () {
409
409
  return this.entries;
410
410
  };
411
- protoOf(WsUnion).e2c = function (identifier, comment, entries) {
411
+ protoOf(WsUnion).f2c = function (identifier, comment, entries) {
412
412
  return new WsUnion(identifier, comment, entries);
413
413
  };
414
414
  protoOf(WsUnion).copy = function (identifier, comment, entries, $super) {
415
- identifier = identifier === VOID ? this.d2c_1 : identifier;
415
+ identifier = identifier === VOID ? this.e2c_1 : identifier;
416
416
  comment = comment === VOID ? this.comment : comment;
417
417
  entries = entries === VOID ? this.entries : entries;
418
- return this.e2c(identifier, comment, entries);
418
+ return this.f2c(identifier, comment, entries);
419
419
  };
420
420
  protoOf(WsUnion).toString = function () {
421
- return 'WsUnion(identifier=' + this.d2c_1 + ', comment=' + this.comment + ', entries=' + toString(this.entries) + ')';
421
+ return 'WsUnion(identifier=' + this.e2c_1 + ', comment=' + this.comment + ', entries=' + toString(this.entries) + ')';
422
422
  };
423
423
  protoOf(WsUnion).hashCode = function () {
424
- var result = getStringHashCode(this.d2c_1);
424
+ var result = getStringHashCode(this.e2c_1);
425
425
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
426
426
  result = imul(result, 31) + hashCode(this.entries) | 0;
427
427
  return result;
@@ -432,7 +432,7 @@
432
432
  if (!(other instanceof WsUnion))
433
433
  return false;
434
434
  var tmp0_other_with_cast = other instanceof WsUnion ? other : THROW_CCE();
435
- if (!(this.d2c_1 === tmp0_other_with_cast.d2c_1))
435
+ if (!(this.e2c_1 === tmp0_other_with_cast.e2c_1))
436
436
  return false;
437
437
  if (!(this.comment == tmp0_other_with_cast.comment))
438
438
  return false;
@@ -441,50 +441,50 @@
441
441
  return true;
442
442
  };
443
443
  function WsChannel(identifier, comment, reference, isNullable) {
444
- this.f2c_1 = identifier;
444
+ this.g2c_1 = identifier;
445
445
  this.comment = comment;
446
446
  this.reference = reference;
447
447
  this.isNullable = isNullable;
448
448
  }
449
- protoOf(WsChannel).c28 = function () {
450
- return this.f2c_1;
449
+ protoOf(WsChannel).d28 = function () {
450
+ return this.g2c_1;
451
451
  };
452
- protoOf(WsChannel).i2b = function () {
452
+ protoOf(WsChannel).j2b = function () {
453
453
  return this.comment;
454
454
  };
455
- protoOf(WsChannel).g2c = function () {
455
+ protoOf(WsChannel).h2c = function () {
456
456
  return this.reference;
457
457
  };
458
- protoOf(WsChannel).vl = function () {
458
+ protoOf(WsChannel).wl = function () {
459
459
  return this.isNullable;
460
460
  };
461
- protoOf(WsChannel).od = function () {
462
- return this.f2c_1;
461
+ protoOf(WsChannel).qd = function () {
462
+ return this.g2c_1;
463
463
  };
464
- protoOf(WsChannel).pd = function () {
464
+ protoOf(WsChannel).rd = function () {
465
465
  return this.comment;
466
466
  };
467
- protoOf(WsChannel).ph = function () {
467
+ protoOf(WsChannel).qh = function () {
468
468
  return this.reference;
469
469
  };
470
- protoOf(WsChannel).u2b = function () {
470
+ protoOf(WsChannel).v2b = function () {
471
471
  return this.isNullable;
472
472
  };
473
- protoOf(WsChannel).h2c = function (identifier, comment, reference, isNullable) {
473
+ protoOf(WsChannel).i2c = function (identifier, comment, reference, isNullable) {
474
474
  return new WsChannel(identifier, comment, reference, isNullable);
475
475
  };
476
476
  protoOf(WsChannel).copy = function (identifier, comment, reference, isNullable, $super) {
477
- identifier = identifier === VOID ? this.f2c_1 : identifier;
477
+ identifier = identifier === VOID ? this.g2c_1 : identifier;
478
478
  comment = comment === VOID ? this.comment : comment;
479
479
  reference = reference === VOID ? this.reference : reference;
480
480
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
481
- return this.h2c(identifier, comment, reference, isNullable);
481
+ return this.i2c(identifier, comment, reference, isNullable);
482
482
  };
483
483
  protoOf(WsChannel).toString = function () {
484
- return 'WsChannel(identifier=' + this.f2c_1 + ', comment=' + this.comment + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
484
+ return 'WsChannel(identifier=' + this.g2c_1 + ', comment=' + this.comment + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
485
485
  };
486
486
  protoOf(WsChannel).hashCode = function () {
487
- var result = getStringHashCode(this.f2c_1);
487
+ var result = getStringHashCode(this.g2c_1);
488
488
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
489
489
  result = imul(result, 31) + hashCode(this.reference) | 0;
490
490
  result = imul(result, 31) + getBooleanHashCode(this.isNullable) | 0;
@@ -496,7 +496,7 @@
496
496
  if (!(other instanceof WsChannel))
497
497
  return false;
498
498
  var tmp0_other_with_cast = other instanceof WsChannel ? other : THROW_CCE();
499
- if (!(this.f2c_1 === tmp0_other_with_cast.f2c_1))
499
+ if (!(this.g2c_1 === tmp0_other_with_cast.g2c_1))
500
500
  return false;
501
501
  if (!(this.comment == tmp0_other_with_cast.comment))
502
502
  return false;
@@ -507,42 +507,42 @@
507
507
  return true;
508
508
  };
509
509
  function WsRefined(identifier, comment, validator) {
510
- this.i2c_1 = identifier;
510
+ this.j2c_1 = identifier;
511
511
  this.comment = comment;
512
512
  this.validator = validator;
513
513
  }
514
- protoOf(WsRefined).c28 = function () {
515
- return this.i2c_1;
514
+ protoOf(WsRefined).d28 = function () {
515
+ return this.j2c_1;
516
516
  };
517
- protoOf(WsRefined).i2b = function () {
517
+ protoOf(WsRefined).j2b = function () {
518
518
  return this.comment;
519
519
  };
520
- protoOf(WsRefined).j2c = function () {
520
+ protoOf(WsRefined).k2c = function () {
521
521
  return this.validator;
522
522
  };
523
- protoOf(WsRefined).od = function () {
524
- return this.i2c_1;
523
+ protoOf(WsRefined).qd = function () {
524
+ return this.j2c_1;
525
525
  };
526
- protoOf(WsRefined).pd = function () {
526
+ protoOf(WsRefined).rd = function () {
527
527
  return this.comment;
528
528
  };
529
- protoOf(WsRefined).ph = function () {
529
+ protoOf(WsRefined).qh = function () {
530
530
  return this.validator;
531
531
  };
532
- protoOf(WsRefined).k2c = function (identifier, comment, validator) {
532
+ protoOf(WsRefined).l2c = function (identifier, comment, validator) {
533
533
  return new WsRefined(identifier, comment, validator);
534
534
  };
535
535
  protoOf(WsRefined).copy = function (identifier, comment, validator, $super) {
536
- identifier = identifier === VOID ? this.i2c_1 : identifier;
536
+ identifier = identifier === VOID ? this.j2c_1 : identifier;
537
537
  comment = comment === VOID ? this.comment : comment;
538
538
  validator = validator === VOID ? this.validator : validator;
539
- return this.k2c(identifier, comment, validator);
539
+ return this.l2c(identifier, comment, validator);
540
540
  };
541
541
  protoOf(WsRefined).toString = function () {
542
- return 'WsRefined(identifier=' + this.i2c_1 + ', comment=' + this.comment + ', validator=' + this.validator + ')';
542
+ return 'WsRefined(identifier=' + this.j2c_1 + ', comment=' + this.comment + ', validator=' + this.validator + ')';
543
543
  };
544
544
  protoOf(WsRefined).hashCode = function () {
545
- var result = getStringHashCode(this.i2c_1);
545
+ var result = getStringHashCode(this.j2c_1);
546
546
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
547
547
  result = imul(result, 31) + getStringHashCode(this.validator) | 0;
548
548
  return result;
@@ -553,7 +553,7 @@
553
553
  if (!(other instanceof WsRefined))
554
554
  return false;
555
555
  var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
556
- if (!(this.i2c_1 === tmp0_other_with_cast.i2c_1))
556
+ if (!(this.j2c_1 === tmp0_other_with_cast.j2c_1))
557
557
  return false;
558
558
  if (!(this.comment == tmp0_other_with_cast.comment))
559
559
  return false;
@@ -621,15 +621,15 @@
621
621
  protoOf(WsLiteral).b1 = function () {
622
622
  return this.value;
623
623
  };
624
- protoOf(WsLiteral).od = function () {
624
+ protoOf(WsLiteral).qd = function () {
625
625
  return this.value;
626
626
  };
627
- protoOf(WsLiteral).n2c = function (value) {
627
+ protoOf(WsLiteral).o2c = function (value) {
628
628
  return new WsLiteral(value);
629
629
  };
630
630
  protoOf(WsLiteral).copy = function (value, $super) {
631
631
  value = value === VOID ? this.value : value;
632
- return this.n2c(value);
632
+ return this.o2c(value);
633
633
  };
634
634
  protoOf(WsLiteral).toString = function () {
635
635
  return 'WsLiteral(value=' + this.value + ')';
@@ -651,25 +651,25 @@
651
651
  this.identifier = identifier;
652
652
  this.reference = reference;
653
653
  }
654
- protoOf(WsParam).c28 = function () {
654
+ protoOf(WsParam).d28 = function () {
655
655
  return this.identifier;
656
656
  };
657
- protoOf(WsParam).g2c = function () {
657
+ protoOf(WsParam).h2c = function () {
658
658
  return this.reference;
659
659
  };
660
- protoOf(WsParam).od = function () {
660
+ protoOf(WsParam).qd = function () {
661
661
  return this.identifier;
662
662
  };
663
- protoOf(WsParam).pd = function () {
663
+ protoOf(WsParam).rd = function () {
664
664
  return this.reference;
665
665
  };
666
- protoOf(WsParam).o2c = function (identifier, reference) {
666
+ protoOf(WsParam).p2c = function (identifier, reference) {
667
667
  return new WsParam(identifier, reference);
668
668
  };
669
669
  protoOf(WsParam).copy = function (identifier, reference, $super) {
670
670
  identifier = identifier === VOID ? this.identifier : identifier;
671
671
  reference = reference === VOID ? this.reference : reference;
672
- return this.o2c(identifier, reference);
672
+ return this.p2c(identifier, reference);
673
673
  };
674
674
  protoOf(WsParam).toString = function () {
675
675
  return 'WsParam(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -697,15 +697,15 @@
697
697
  protoOf(Shape_0).b1 = function () {
698
698
  return this.value;
699
699
  };
700
- protoOf(Shape_0).od = function () {
700
+ protoOf(Shape_0).qd = function () {
701
701
  return this.value;
702
702
  };
703
- protoOf(Shape_0).l2b = function (value) {
703
+ protoOf(Shape_0).m2b = function (value) {
704
704
  return new Shape_0(value);
705
705
  };
706
706
  protoOf(Shape_0).copy = function (value, $super) {
707
707
  value = value === VOID ? this.value : value;
708
- return this.l2b(value);
708
+ return this.m2b(value);
709
709
  };
710
710
  protoOf(Shape_0).toString = function () {
711
711
  return 'Shape(value=' + toString(this.value) + ')';
@@ -728,32 +728,32 @@
728
728
  this.reference = reference;
729
729
  this.isNullable = isNullable;
730
730
  }
731
- protoOf(WsField).c28 = function () {
731
+ protoOf(WsField).d28 = function () {
732
732
  return this.identifier;
733
733
  };
734
- protoOf(WsField).g2c = function () {
734
+ protoOf(WsField).h2c = function () {
735
735
  return this.reference;
736
736
  };
737
- protoOf(WsField).vl = function () {
737
+ protoOf(WsField).wl = function () {
738
738
  return this.isNullable;
739
739
  };
740
- protoOf(WsField).od = function () {
740
+ protoOf(WsField).qd = function () {
741
741
  return this.identifier;
742
742
  };
743
- protoOf(WsField).pd = function () {
743
+ protoOf(WsField).rd = function () {
744
744
  return this.reference;
745
745
  };
746
- protoOf(WsField).ph = function () {
746
+ protoOf(WsField).qh = function () {
747
747
  return this.isNullable;
748
748
  };
749
- protoOf(WsField).p2c = function (identifier, reference, isNullable) {
749
+ protoOf(WsField).q2c = function (identifier, reference, isNullable) {
750
750
  return new WsField(identifier, reference, isNullable);
751
751
  };
752
752
  protoOf(WsField).copy = function (identifier, reference, isNullable, $super) {
753
753
  identifier = identifier === VOID ? this.identifier : identifier;
754
754
  reference = reference === VOID ? this.reference : reference;
755
755
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
756
- return this.p2c(identifier, reference, isNullable);
756
+ return this.q2c(identifier, reference, isNullable);
757
757
  };
758
758
  protoOf(WsField).toString = function () {
759
759
  return 'WsField(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
@@ -784,15 +784,15 @@
784
784
  protoOf(WsIdentifier).b1 = function () {
785
785
  return this.value;
786
786
  };
787
- protoOf(WsIdentifier).od = function () {
787
+ protoOf(WsIdentifier).qd = function () {
788
788
  return this.value;
789
789
  };
790
- protoOf(WsIdentifier).n2c = function (value) {
790
+ protoOf(WsIdentifier).o2c = function (value) {
791
791
  return new WsIdentifier(value);
792
792
  };
793
793
  protoOf(WsIdentifier).copy = function (value, $super) {
794
794
  value = value === VOID ? this.value : value;
795
- return this.n2c(value);
795
+ return this.o2c(value);
796
796
  };
797
797
  protoOf(WsIdentifier).toString = function () {
798
798
  return 'WsIdentifier(value=' + this.value + ')';
@@ -814,35 +814,35 @@
814
814
  }
815
815
  function WsAny(isIterable, isMap) {
816
816
  isMap = isMap === VOID ? false : isMap;
817
- this.r2c_1 = isIterable;
818
- this.s2c_1 = isMap;
817
+ this.s2c_1 = isIterable;
818
+ this.t2c_1 = isMap;
819
819
  }
820
- protoOf(WsAny).d24 = function () {
821
- return this.r2c_1;
822
- };
823
- protoOf(WsAny).q2c = function () {
820
+ protoOf(WsAny).e24 = function () {
824
821
  return this.s2c_1;
825
822
  };
826
- protoOf(WsAny).od = function () {
827
- return this.r2c_1;
823
+ protoOf(WsAny).r2c = function () {
824
+ return this.t2c_1;
828
825
  };
829
- protoOf(WsAny).pd = function () {
826
+ protoOf(WsAny).qd = function () {
830
827
  return this.s2c_1;
831
828
  };
832
- protoOf(WsAny).h28 = function (isIterable, isMap) {
829
+ protoOf(WsAny).rd = function () {
830
+ return this.t2c_1;
831
+ };
832
+ protoOf(WsAny).i28 = function (isIterable, isMap) {
833
833
  return new WsAny(isIterable, isMap);
834
834
  };
835
835
  protoOf(WsAny).copy = function (isIterable, isMap, $super) {
836
- isIterable = isIterable === VOID ? this.r2c_1 : isIterable;
837
- isMap = isMap === VOID ? this.s2c_1 : isMap;
838
- return this.h28(isIterable, isMap);
836
+ isIterable = isIterable === VOID ? this.s2c_1 : isIterable;
837
+ isMap = isMap === VOID ? this.t2c_1 : isMap;
838
+ return this.i28(isIterable, isMap);
839
839
  };
840
840
  protoOf(WsAny).toString = function () {
841
- return 'WsAny(isIterable=' + this.r2c_1 + ', isMap=' + this.s2c_1 + ')';
841
+ return 'WsAny(isIterable=' + this.s2c_1 + ', isMap=' + this.t2c_1 + ')';
842
842
  };
843
843
  protoOf(WsAny).hashCode = function () {
844
- var result = getBooleanHashCode(this.r2c_1);
845
- result = imul(result, 31) + getBooleanHashCode(this.s2c_1) | 0;
844
+ var result = getBooleanHashCode(this.s2c_1);
845
+ result = imul(result, 31) + getBooleanHashCode(this.t2c_1) | 0;
846
846
  return result;
847
847
  };
848
848
  protoOf(WsAny).equals = function (other) {
@@ -851,43 +851,43 @@
851
851
  if (!(other instanceof WsAny))
852
852
  return false;
853
853
  var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
854
- if (!(this.r2c_1 === tmp0_other_with_cast.r2c_1))
855
- return false;
856
854
  if (!(this.s2c_1 === tmp0_other_with_cast.s2c_1))
857
855
  return false;
856
+ if (!(this.t2c_1 === tmp0_other_with_cast.t2c_1))
857
+ return false;
858
858
  return true;
859
859
  };
860
860
  function WsUnit(isIterable, isMap) {
861
861
  isMap = isMap === VOID ? false : isMap;
862
- this.t2c_1 = isIterable;
863
- this.u2c_1 = isMap;
862
+ this.u2c_1 = isIterable;
863
+ this.v2c_1 = isMap;
864
864
  }
865
- protoOf(WsUnit).d24 = function () {
866
- return this.t2c_1;
867
- };
868
- protoOf(WsUnit).q2c = function () {
865
+ protoOf(WsUnit).e24 = function () {
869
866
  return this.u2c_1;
870
867
  };
871
- protoOf(WsUnit).od = function () {
872
- return this.t2c_1;
868
+ protoOf(WsUnit).r2c = function () {
869
+ return this.v2c_1;
873
870
  };
874
- protoOf(WsUnit).pd = function () {
871
+ protoOf(WsUnit).qd = function () {
875
872
  return this.u2c_1;
876
873
  };
877
- protoOf(WsUnit).h28 = function (isIterable, isMap) {
874
+ protoOf(WsUnit).rd = function () {
875
+ return this.v2c_1;
876
+ };
877
+ protoOf(WsUnit).i28 = function (isIterable, isMap) {
878
878
  return new WsUnit(isIterable, isMap);
879
879
  };
880
880
  protoOf(WsUnit).copy = function (isIterable, isMap, $super) {
881
- isIterable = isIterable === VOID ? this.t2c_1 : isIterable;
882
- isMap = isMap === VOID ? this.u2c_1 : isMap;
883
- return this.h28(isIterable, isMap);
881
+ isIterable = isIterable === VOID ? this.u2c_1 : isIterable;
882
+ isMap = isMap === VOID ? this.v2c_1 : isMap;
883
+ return this.i28(isIterable, isMap);
884
884
  };
885
885
  protoOf(WsUnit).toString = function () {
886
- return 'WsUnit(isIterable=' + this.t2c_1 + ', isMap=' + this.u2c_1 + ')';
886
+ return 'WsUnit(isIterable=' + this.u2c_1 + ', isMap=' + this.v2c_1 + ')';
887
887
  };
888
888
  protoOf(WsUnit).hashCode = function () {
889
- var result = getBooleanHashCode(this.t2c_1);
890
- result = imul(result, 31) + getBooleanHashCode(this.u2c_1) | 0;
889
+ var result = getBooleanHashCode(this.u2c_1);
890
+ result = imul(result, 31) + getBooleanHashCode(this.v2c_1) | 0;
891
891
  return result;
892
892
  };
893
893
  protoOf(WsUnit).equals = function (other) {
@@ -896,52 +896,52 @@
896
896
  if (!(other instanceof WsUnit))
897
897
  return false;
898
898
  var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
899
- if (!(this.t2c_1 === tmp0_other_with_cast.t2c_1))
900
- return false;
901
899
  if (!(this.u2c_1 === tmp0_other_with_cast.u2c_1))
902
900
  return false;
901
+ if (!(this.v2c_1 === tmp0_other_with_cast.v2c_1))
902
+ return false;
903
903
  return true;
904
904
  };
905
905
  function WsCustom(value, isIterable, isMap) {
906
906
  isMap = isMap === VOID ? false : isMap;
907
907
  this.value = value;
908
- this.v2c_1 = isIterable;
909
- this.w2c_1 = isMap;
908
+ this.w2c_1 = isIterable;
909
+ this.x2c_1 = isMap;
910
910
  }
911
911
  protoOf(WsCustom).b1 = function () {
912
912
  return this.value;
913
913
  };
914
- protoOf(WsCustom).d24 = function () {
915
- return this.v2c_1;
916
- };
917
- protoOf(WsCustom).q2c = function () {
914
+ protoOf(WsCustom).e24 = function () {
918
915
  return this.w2c_1;
919
916
  };
920
- protoOf(WsCustom).od = function () {
921
- return this.value;
917
+ protoOf(WsCustom).r2c = function () {
918
+ return this.x2c_1;
922
919
  };
923
- protoOf(WsCustom).pd = function () {
924
- return this.v2c_1;
920
+ protoOf(WsCustom).qd = function () {
921
+ return this.value;
925
922
  };
926
- protoOf(WsCustom).ph = function () {
923
+ protoOf(WsCustom).rd = function () {
927
924
  return this.w2c_1;
928
925
  };
929
- protoOf(WsCustom).n28 = function (value, isIterable, isMap) {
926
+ protoOf(WsCustom).qh = function () {
927
+ return this.x2c_1;
928
+ };
929
+ protoOf(WsCustom).o28 = function (value, isIterable, isMap) {
930
930
  return new WsCustom(value, isIterable, isMap);
931
931
  };
932
932
  protoOf(WsCustom).copy = function (value, isIterable, isMap, $super) {
933
933
  value = value === VOID ? this.value : value;
934
- isIterable = isIterable === VOID ? this.v2c_1 : isIterable;
935
- isMap = isMap === VOID ? this.w2c_1 : isMap;
936
- return this.n28(value, isIterable, isMap);
934
+ isIterable = isIterable === VOID ? this.w2c_1 : isIterable;
935
+ isMap = isMap === VOID ? this.x2c_1 : isMap;
936
+ return this.o28(value, isIterable, isMap);
937
937
  };
938
938
  protoOf(WsCustom).toString = function () {
939
- return 'WsCustom(value=' + this.value + ', isIterable=' + this.v2c_1 + ', isMap=' + this.w2c_1 + ')';
939
+ return 'WsCustom(value=' + this.value + ', isIterable=' + this.w2c_1 + ', isMap=' + this.x2c_1 + ')';
940
940
  };
941
941
  protoOf(WsCustom).hashCode = function () {
942
942
  var result = getStringHashCode(this.value);
943
- result = imul(result, 31) + getBooleanHashCode(this.v2c_1) | 0;
944
943
  result = imul(result, 31) + getBooleanHashCode(this.w2c_1) | 0;
944
+ result = imul(result, 31) + getBooleanHashCode(this.x2c_1) | 0;
945
945
  return result;
946
946
  };
947
947
  protoOf(WsCustom).equals = function (other) {
@@ -952,52 +952,52 @@
952
952
  var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
953
953
  if (!(this.value === tmp0_other_with_cast.value))
954
954
  return false;
955
- if (!(this.v2c_1 === tmp0_other_with_cast.v2c_1))
956
- return false;
957
955
  if (!(this.w2c_1 === tmp0_other_with_cast.w2c_1))
958
956
  return false;
957
+ if (!(this.x2c_1 === tmp0_other_with_cast.x2c_1))
958
+ return false;
959
959
  return true;
960
960
  };
961
961
  function WsPrimitive(type, isIterable, isMap) {
962
962
  isMap = isMap === VOID ? false : isMap;
963
963
  this.type = type;
964
- this.x2c_1 = isIterable;
965
- this.y2c_1 = isMap;
964
+ this.y2c_1 = isIterable;
965
+ this.z2c_1 = isMap;
966
966
  }
967
- protoOf(WsPrimitive).z2c = function () {
967
+ protoOf(WsPrimitive).a2d = function () {
968
968
  return this.type;
969
969
  };
970
- protoOf(WsPrimitive).d24 = function () {
971
- return this.x2c_1;
972
- };
973
- protoOf(WsPrimitive).q2c = function () {
970
+ protoOf(WsPrimitive).e24 = function () {
974
971
  return this.y2c_1;
975
972
  };
976
- protoOf(WsPrimitive).od = function () {
977
- return this.type;
973
+ protoOf(WsPrimitive).r2c = function () {
974
+ return this.z2c_1;
978
975
  };
979
- protoOf(WsPrimitive).pd = function () {
980
- return this.x2c_1;
976
+ protoOf(WsPrimitive).qd = function () {
977
+ return this.type;
981
978
  };
982
- protoOf(WsPrimitive).ph = function () {
979
+ protoOf(WsPrimitive).rd = function () {
983
980
  return this.y2c_1;
984
981
  };
985
- protoOf(WsPrimitive).a2d = function (type, isIterable, isMap) {
982
+ protoOf(WsPrimitive).qh = function () {
983
+ return this.z2c_1;
984
+ };
985
+ protoOf(WsPrimitive).b2d = function (type, isIterable, isMap) {
986
986
  return new WsPrimitive(type, isIterable, isMap);
987
987
  };
988
988
  protoOf(WsPrimitive).copy = function (type, isIterable, isMap, $super) {
989
989
  type = type === VOID ? this.type : type;
990
- isIterable = isIterable === VOID ? this.x2c_1 : isIterable;
991
- isMap = isMap === VOID ? this.y2c_1 : isMap;
992
- return this.a2d(type, isIterable, isMap);
990
+ isIterable = isIterable === VOID ? this.y2c_1 : isIterable;
991
+ isMap = isMap === VOID ? this.z2c_1 : isMap;
992
+ return this.b2d(type, isIterable, isMap);
993
993
  };
994
994
  protoOf(WsPrimitive).toString = function () {
995
- return 'WsPrimitive(type=' + this.type.toString() + ', isIterable=' + this.x2c_1 + ', isMap=' + this.y2c_1 + ')';
995
+ return 'WsPrimitive(type=' + this.type.toString() + ', isIterable=' + this.y2c_1 + ', isMap=' + this.z2c_1 + ')';
996
996
  };
997
997
  protoOf(WsPrimitive).hashCode = function () {
998
998
  var result = this.type.hashCode();
999
- result = imul(result, 31) + getBooleanHashCode(this.x2c_1) | 0;
1000
999
  result = imul(result, 31) + getBooleanHashCode(this.y2c_1) | 0;
1000
+ result = imul(result, 31) + getBooleanHashCode(this.z2c_1) | 0;
1001
1001
  return result;
1002
1002
  };
1003
1003
  protoOf(WsPrimitive).equals = function (other) {
@@ -1008,10 +1008,10 @@
1008
1008
  var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
1009
1009
  if (!this.type.equals(tmp0_other_with_cast.type))
1010
1010
  return false;
1011
- if (!(this.x2c_1 === tmp0_other_with_cast.x2c_1))
1012
- return false;
1013
1011
  if (!(this.y2c_1 === tmp0_other_with_cast.y2c_1))
1014
1012
  return false;
1013
+ if (!(this.z2c_1 === tmp0_other_with_cast.z2c_1))
1014
+ return false;
1015
1015
  return true;
1016
1016
  };
1017
1017
  var WsPrimitiveType_String_instance;
@@ -1053,18 +1053,18 @@
1053
1053
  function WsRequest(content) {
1054
1054
  this.content = content;
1055
1055
  }
1056
- protoOf(WsRequest).e17 = function () {
1056
+ protoOf(WsRequest).f17 = function () {
1057
1057
  return this.content;
1058
1058
  };
1059
- protoOf(WsRequest).od = function () {
1059
+ protoOf(WsRequest).qd = function () {
1060
1060
  return this.content;
1061
1061
  };
1062
- protoOf(WsRequest).d2d = function (content) {
1062
+ protoOf(WsRequest).e2d = function (content) {
1063
1063
  return new WsRequest(content);
1064
1064
  };
1065
1065
  protoOf(WsRequest).copy = function (content, $super) {
1066
1066
  content = content === VOID ? this.content : content;
1067
- return this.d2d(content);
1067
+ return this.e2d(content);
1068
1068
  };
1069
1069
  protoOf(WsRequest).toString = function () {
1070
1070
  return 'WsRequest(content=' + toString_0(this.content) + ')';
@@ -1087,32 +1087,32 @@
1087
1087
  this.headers = headers;
1088
1088
  this.content = content;
1089
1089
  }
1090
- protoOf(WsResponse).e2d = function () {
1090
+ protoOf(WsResponse).f2d = function () {
1091
1091
  return this.status;
1092
1092
  };
1093
- protoOf(WsResponse).q2b = function () {
1093
+ protoOf(WsResponse).r2b = function () {
1094
1094
  return this.headers;
1095
1095
  };
1096
- protoOf(WsResponse).e17 = function () {
1096
+ protoOf(WsResponse).f17 = function () {
1097
1097
  return this.content;
1098
1098
  };
1099
- protoOf(WsResponse).od = function () {
1099
+ protoOf(WsResponse).qd = function () {
1100
1100
  return this.status;
1101
1101
  };
1102
- protoOf(WsResponse).pd = function () {
1102
+ protoOf(WsResponse).rd = function () {
1103
1103
  return this.headers;
1104
1104
  };
1105
- protoOf(WsResponse).ph = function () {
1105
+ protoOf(WsResponse).qh = function () {
1106
1106
  return this.content;
1107
1107
  };
1108
- protoOf(WsResponse).f2d = function (status, headers, content) {
1108
+ protoOf(WsResponse).g2d = function (status, headers, content) {
1109
1109
  return new WsResponse(status, headers, content);
1110
1110
  };
1111
1111
  protoOf(WsResponse).copy = function (status, headers, content, $super) {
1112
1112
  status = status === VOID ? this.status : status;
1113
1113
  headers = headers === VOID ? this.headers : headers;
1114
1114
  content = content === VOID ? this.content : content;
1115
- return this.f2d(status, headers, content);
1115
+ return this.g2d(status, headers, content);
1116
1116
  };
1117
1117
  protoOf(WsResponse).toString = function () {
1118
1118
  return 'WsResponse(status=' + this.status + ', headers=' + toString(this.headers) + ', content=' + toString_0(this.content) + ')';
@@ -1143,32 +1143,32 @@
1143
1143
  this.reference = reference;
1144
1144
  this.isNullable = isNullable;
1145
1145
  }
1146
- protoOf(WsContent).z2c = function () {
1146
+ protoOf(WsContent).a2d = function () {
1147
1147
  return this.type;
1148
1148
  };
1149
- protoOf(WsContent).g2c = function () {
1149
+ protoOf(WsContent).h2c = function () {
1150
1150
  return this.reference;
1151
1151
  };
1152
- protoOf(WsContent).vl = function () {
1152
+ protoOf(WsContent).wl = function () {
1153
1153
  return this.isNullable;
1154
1154
  };
1155
- protoOf(WsContent).od = function () {
1155
+ protoOf(WsContent).qd = function () {
1156
1156
  return this.type;
1157
1157
  };
1158
- protoOf(WsContent).pd = function () {
1158
+ protoOf(WsContent).rd = function () {
1159
1159
  return this.reference;
1160
1160
  };
1161
- protoOf(WsContent).ph = function () {
1161
+ protoOf(WsContent).qh = function () {
1162
1162
  return this.isNullable;
1163
1163
  };
1164
- protoOf(WsContent).g2d = function (type, reference, isNullable) {
1164
+ protoOf(WsContent).h2d = function (type, reference, isNullable) {
1165
1165
  return new WsContent(type, reference, isNullable);
1166
1166
  };
1167
1167
  protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
1168
1168
  type = type === VOID ? this.type : type;
1169
1169
  reference = reference === VOID ? this.reference : reference;
1170
1170
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
1171
- return this.g2d(type, reference, isNullable);
1171
+ return this.h2d(type, reference, isNullable);
1172
1172
  };
1173
1173
  protoOf(WsContent).toString = function () {
1174
1174
  return 'WsContent(type=' + this.type + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
@@ -1196,66 +1196,66 @@
1196
1196
  function produce(_this__u8e3s4) {
1197
1197
  var tmp;
1198
1198
  if (_this__u8e3s4 instanceof Type) {
1199
- var tmp31_safe_receiver = _this__u8e3s4.y22_1;
1199
+ var tmp1_safe_receiver = _this__u8e3s4.z22_1;
1200
1200
  var tmp_0;
1201
- var tmp_1 = tmp31_safe_receiver;
1201
+ var tmp_1 = tmp1_safe_receiver;
1202
1202
  if ((tmp_1 == null ? null : new Comment(tmp_1)) == null) {
1203
1203
  tmp_0 = null;
1204
1204
  } else {
1205
- tmp_0 = _Comment___get_value__impl__8r3pla(tmp31_safe_receiver);
1205
+ tmp_0 = _Comment___get_value__impl__8r3pla(tmp1_safe_receiver);
1206
1206
  }
1207
- tmp = new WsType(_this__u8e3s4.z22_1.x22_1, tmp_0, produce_1(_this__u8e3s4.a23_1));
1207
+ tmp = new WsType(_this__u8e3s4.a23_1.y22_1, tmp_0, produce_1(_this__u8e3s4.b23_1));
1208
1208
  } else {
1209
1209
  if (_this__u8e3s4 instanceof Endpoint) {
1210
- var tmp32_safe_receiver = _this__u8e3s4.l23_1;
1210
+ var tmp2_safe_receiver = _this__u8e3s4.m23_1;
1211
1211
  var tmp_2;
1212
- var tmp_3 = tmp32_safe_receiver;
1212
+ var tmp_3 = tmp2_safe_receiver;
1213
1213
  if ((tmp_3 == null ? null : new Comment(tmp_3)) == null) {
1214
1214
  tmp_2 = null;
1215
1215
  } else {
1216
- tmp_2 = _Comment___get_value__impl__8r3pla(tmp32_safe_receiver);
1216
+ tmp_2 = _Comment___get_value__impl__8r3pla(tmp2_safe_receiver);
1217
1217
  }
1218
- tmp = new WsEndpoint(_this__u8e3s4.m23_1.x22_1, tmp_2, produce_2(_this__u8e3s4.n23_1), produce_3(_this__u8e3s4.o23_1), produce_4(_this__u8e3s4.p23_1), produce_4(_this__u8e3s4.q23_1), produce_4(_this__u8e3s4.r23_1), produce_5(_this__u8e3s4.s23_1), produce_6(_this__u8e3s4.t23_1));
1218
+ tmp = new WsEndpoint(_this__u8e3s4.n23_1.y22_1, tmp_2, produce_2(_this__u8e3s4.o23_1), produce_3(_this__u8e3s4.p23_1), produce_4(_this__u8e3s4.q23_1), produce_4(_this__u8e3s4.r23_1), produce_4(_this__u8e3s4.s23_1), produce_5(_this__u8e3s4.t23_1), produce_6(_this__u8e3s4.u23_1));
1219
1219
  } else {
1220
1220
  if (_this__u8e3s4 instanceof Enum_0) {
1221
- var tmp33_safe_receiver = _this__u8e3s4.b25_1;
1221
+ var tmp3_safe_receiver = _this__u8e3s4.b25_1;
1222
1222
  var tmp_4;
1223
- var tmp_5 = tmp33_safe_receiver;
1223
+ var tmp_5 = tmp3_safe_receiver;
1224
1224
  if ((tmp_5 == null ? null : new Comment(tmp_5)) == null) {
1225
1225
  tmp_4 = null;
1226
1226
  } else {
1227
- tmp_4 = _Comment___get_value__impl__8r3pla(tmp33_safe_receiver);
1227
+ tmp_4 = _Comment___get_value__impl__8r3pla(tmp3_safe_receiver);
1228
1228
  }
1229
1229
  var tmp_6 = tmp_4;
1230
1230
  // Inline function 'kotlin.collections.toTypedArray' call
1231
1231
  var this_0 = _this__u8e3s4.d25_1;
1232
1232
  var tmp$ret$0 = copyToArray(this_0);
1233
- tmp = new WsEnum(_this__u8e3s4.c25_1.x22_1, tmp_6, tmp$ret$0);
1233
+ tmp = new WsEnum(_this__u8e3s4.c25_1.y22_1, tmp_6, tmp$ret$0);
1234
1234
  } else {
1235
1235
  if (_this__u8e3s4 instanceof Refined) {
1236
- var tmp34_safe_receiver = _this__u8e3s4.y24_1;
1236
+ var tmp4_safe_receiver = _this__u8e3s4.y24_1;
1237
1237
  var tmp_7;
1238
- var tmp_8 = tmp34_safe_receiver;
1238
+ var tmp_8 = tmp4_safe_receiver;
1239
1239
  if ((tmp_8 == null ? null : new Comment(tmp_8)) == null) {
1240
1240
  tmp_7 = null;
1241
1241
  } else {
1242
- tmp_7 = _Comment___get_value__impl__8r3pla(tmp34_safe_receiver);
1242
+ tmp_7 = _Comment___get_value__impl__8r3pla(tmp4_safe_receiver);
1243
1243
  }
1244
- tmp = new WsRefined(_this__u8e3s4.z24_1.x22_1, tmp_7, _this__u8e3s4.a25_1.q25_1);
1244
+ tmp = new WsRefined(_this__u8e3s4.z24_1.y22_1, tmp_7, _this__u8e3s4.a25_1.q25_1);
1245
1245
  } else {
1246
1246
  if (_this__u8e3s4 instanceof Union) {
1247
- var tmp35_safe_receiver = _this__u8e3s4.r22_1;
1247
+ var tmp5_safe_receiver = _this__u8e3s4.s22_1;
1248
1248
  var tmp_9;
1249
- var tmp_10 = tmp35_safe_receiver;
1249
+ var tmp_10 = tmp5_safe_receiver;
1250
1250
  if ((tmp_10 == null ? null : new Comment(tmp_10)) == null) {
1251
1251
  tmp_9 = null;
1252
1252
  } else {
1253
- tmp_9 = _Comment___get_value__impl__8r3pla(tmp35_safe_receiver);
1253
+ tmp_9 = _Comment___get_value__impl__8r3pla(tmp5_safe_receiver);
1254
1254
  }
1255
1255
  var tmp_11 = tmp_9;
1256
1256
  // Inline function 'kotlin.collections.toTypedArray' call
1257
1257
  // Inline function 'kotlin.collections.map' call
1258
- var this_1 = _this__u8e3s4.t22_1;
1258
+ var this_1 = _this__u8e3s4.u22_1;
1259
1259
  // Inline function 'kotlin.collections.mapTo' call
1260
1260
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1261
1261
  var tmp0_iterator = this_1.g();
@@ -1266,18 +1266,18 @@
1266
1266
  destination.e(tmp$ret$1);
1267
1267
  }
1268
1268
  var tmp$ret$4 = copyToArray(destination);
1269
- tmp = new WsUnion(_this__u8e3s4.s22_1.x22_1, tmp_11, tmp$ret$4);
1269
+ tmp = new WsUnion(_this__u8e3s4.t22_1.y22_1, tmp_11, tmp$ret$4);
1270
1270
  } else {
1271
1271
  if (_this__u8e3s4 instanceof Channel) {
1272
- var tmp36_safe_receiver = _this__u8e3s4.e25_1;
1272
+ var tmp6_safe_receiver = _this__u8e3s4.e25_1;
1273
1273
  var tmp_12;
1274
- var tmp_13 = tmp36_safe_receiver;
1274
+ var tmp_13 = tmp6_safe_receiver;
1275
1275
  if ((tmp_13 == null ? null : new Comment(tmp_13)) == null) {
1276
1276
  tmp_12 = null;
1277
1277
  } else {
1278
- tmp_12 = _Comment___get_value__impl__8r3pla(tmp36_safe_receiver);
1278
+ tmp_12 = _Comment___get_value__impl__8r3pla(tmp6_safe_receiver);
1279
1279
  }
1280
- tmp = new WsChannel(_this__u8e3s4.f25_1.x22_1, tmp_12, produce_7(_this__u8e3s4.h25_1), _this__u8e3s4.g25_1);
1280
+ tmp = new WsChannel(_this__u8e3s4.f25_1.y22_1, tmp_12, produce_7(_this__u8e3s4.h25_1), _this__u8e3s4.g25_1);
1281
1281
  } else {
1282
1282
  noWhenBranchMatchedException();
1283
1283
  }
@@ -1391,10 +1391,10 @@
1391
1391
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1392
1392
  var tmp;
1393
1393
  if (item instanceof Literal) {
1394
- tmp = new WsLiteral(item.u24_1);
1394
+ tmp = new WsLiteral(item.v24_1);
1395
1395
  } else {
1396
1396
  if (item instanceof Param) {
1397
- tmp = new WsParam(produce_9(item.l24_1), produce_7(item.m24_1));
1397
+ tmp = new WsParam(produce_9(item.m24_1), produce_7(item.n24_1));
1398
1398
  } else {
1399
1399
  noWhenBranchMatchedException();
1400
1400
  }
@@ -1449,16 +1449,16 @@
1449
1449
  function produce_7(_this__u8e3s4) {
1450
1450
  var tmp;
1451
1451
  if (_this__u8e3s4 instanceof Any) {
1452
- tmp = new WsAny(_this__u8e3s4.e28_1, _this__u8e3s4.f28_1);
1452
+ tmp = new WsAny(_this__u8e3s4.f28_1, _this__u8e3s4.g28_1);
1453
1453
  } else {
1454
1454
  if (_this__u8e3s4 instanceof Unit) {
1455
- tmp = new WsUnit(_this__u8e3s4.j28_1, _this__u8e3s4.k28_1);
1455
+ tmp = new WsUnit(_this__u8e3s4.k28_1, _this__u8e3s4.l28_1);
1456
1456
  } else {
1457
1457
  if (_this__u8e3s4 instanceof Custom) {
1458
- tmp = new WsCustom(_this__u8e3s4.u22_1, _this__u8e3s4.v22_1, _this__u8e3s4.w22_1);
1458
+ tmp = new WsCustom(_this__u8e3s4.v22_1, _this__u8e3s4.w22_1, _this__u8e3s4.x22_1);
1459
1459
  } else {
1460
1460
  if (_this__u8e3s4 instanceof Primitive) {
1461
- tmp = new WsPrimitive(produce_12(_this__u8e3s4.h23_1), _this__u8e3s4.i23_1, _this__u8e3s4.j23_1);
1461
+ tmp = new WsPrimitive(produce_12(_this__u8e3s4.i23_1), _this__u8e3s4.j23_1, _this__u8e3s4.k23_1);
1462
1462
  } else {
1463
1463
  noWhenBranchMatchedException();
1464
1464
  }
@@ -1468,18 +1468,18 @@
1468
1468
  return tmp;
1469
1469
  }
1470
1470
  function consume_0(_this__u8e3s4) {
1471
- var tmp1_safe_receiver = _this__u8e3s4.comment;
1471
+ var tmp0_safe_receiver = _this__u8e3s4.comment;
1472
1472
  var tmp;
1473
- if (tmp1_safe_receiver == null) {
1473
+ if (tmp0_safe_receiver == null) {
1474
1474
  tmp = null;
1475
1475
  } else {
1476
1476
  // Inline function 'kotlin.let' call
1477
1477
  // Inline function 'kotlin.contracts.contract' call
1478
1478
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1479
- tmp = _Comment___init__impl__cg8s2u(tmp1_safe_receiver);
1479
+ tmp = _Comment___init__impl__cg8s2u(tmp0_safe_receiver);
1480
1480
  }
1481
1481
  var tmp_0 = tmp;
1482
- var tmp_1 = Companion_instance.a27(_this__u8e3s4.m2b_1);
1482
+ var tmp_1 = Companion_instance.b27(_this__u8e3s4.n2b_1);
1483
1483
  var tmp_2 = consume_6(_this__u8e3s4.method);
1484
1484
  // Inline function 'kotlin.collections.map' call
1485
1485
  var this_0 = _this__u8e3s4.path;
@@ -1567,50 +1567,50 @@
1567
1567
  return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, destination_4);
1568
1568
  }
1569
1569
  function consume_1(_this__u8e3s4) {
1570
- var tmp5_identifier = Companion_instance.a27(_this__u8e3s4.b2c_1);
1571
- var tmp4_safe_receiver = _this__u8e3s4.comment;
1570
+ var tmp1_identifier = Companion_instance.b27(_this__u8e3s4.c2c_1);
1571
+ var tmp0_safe_receiver = _this__u8e3s4.comment;
1572
1572
  var tmp;
1573
- if (tmp4_safe_receiver == null) {
1573
+ if (tmp0_safe_receiver == null) {
1574
1574
  tmp = null;
1575
1575
  } else {
1576
1576
  // Inline function 'kotlin.let' call
1577
1577
  // Inline function 'kotlin.contracts.contract' call
1578
1578
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1579
- tmp = _Comment___init__impl__cg8s2u(tmp4_safe_receiver);
1579
+ tmp = _Comment___init__impl__cg8s2u(tmp0_safe_receiver);
1580
1580
  }
1581
- var tmp6_comment = tmp;
1582
- var tmp7_entries = toSet(_this__u8e3s4.entries);
1583
- return new Enum_0(tmp6_comment, tmp5_identifier, tmp7_entries);
1581
+ var tmp2_comment = tmp;
1582
+ var tmp3_entries = toSet(_this__u8e3s4.entries);
1583
+ return new Enum_0(tmp2_comment, tmp1_identifier, tmp3_entries);
1584
1584
  }
1585
1585
  function consume_2(_this__u8e3s4) {
1586
- var tmp9_identifier = Companion_instance.a27(_this__u8e3s4.i2c_1);
1587
- var tmp8_safe_receiver = _this__u8e3s4.comment;
1586
+ var tmp1_identifier = Companion_instance.b27(_this__u8e3s4.j2c_1);
1587
+ var tmp0_safe_receiver = _this__u8e3s4.comment;
1588
1588
  var tmp;
1589
- if (tmp8_safe_receiver == null) {
1589
+ if (tmp0_safe_receiver == null) {
1590
1590
  tmp = null;
1591
1591
  } else {
1592
1592
  // Inline function 'kotlin.let' call
1593
1593
  // Inline function 'kotlin.contracts.contract' call
1594
1594
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1595
- tmp = _Comment___init__impl__cg8s2u(tmp8_safe_receiver);
1595
+ tmp = _Comment___init__impl__cg8s2u(tmp0_safe_receiver);
1596
1596
  }
1597
- var tmp10_comment = tmp;
1598
- var tmp11_validator = new Validator(_this__u8e3s4.validator);
1599
- return new Refined(tmp10_comment, tmp9_identifier, tmp11_validator);
1597
+ var tmp2_comment = tmp;
1598
+ var tmp3_validator = new Validator(_this__u8e3s4.validator);
1599
+ return new Refined(tmp2_comment, tmp1_identifier, tmp3_validator);
1600
1600
  }
1601
1601
  function consume_3(_this__u8e3s4) {
1602
- var tmp13_identifier = Companion_instance.a27(_this__u8e3s4.h2b_1);
1603
- var tmp12_safe_receiver = _this__u8e3s4.comment;
1602
+ var tmp1_identifier = Companion_instance.b27(_this__u8e3s4.i2b_1);
1603
+ var tmp0_safe_receiver = _this__u8e3s4.comment;
1604
1604
  var tmp;
1605
- if (tmp12_safe_receiver == null) {
1605
+ if (tmp0_safe_receiver == null) {
1606
1606
  tmp = null;
1607
1607
  } else {
1608
1608
  // Inline function 'kotlin.let' call
1609
1609
  // Inline function 'kotlin.contracts.contract' call
1610
1610
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1611
- tmp = _Comment___init__impl__cg8s2u(tmp12_safe_receiver);
1611
+ tmp = _Comment___init__impl__cg8s2u(tmp0_safe_receiver);
1612
1612
  }
1613
- var tmp14_comment = tmp;
1613
+ var tmp2_comment = tmp;
1614
1614
  // Inline function 'kotlin.collections.map' call
1615
1615
  var this_0 = _this__u8e3s4.shape.value;
1616
1616
  // Inline function 'kotlin.collections.mapTo' call
@@ -1624,23 +1624,23 @@
1624
1624
  var tmp$ret$2 = consume_8(item);
1625
1625
  destination.e(tmp$ret$2);
1626
1626
  }
1627
- var tmp15_shape = new Shape(destination);
1628
- var tmp16_extends = emptyList();
1629
- return new Type(tmp14_comment, tmp13_identifier, tmp15_shape, tmp16_extends);
1627
+ var tmp3_shape = new Shape(destination);
1628
+ var tmp4_extends = emptyList();
1629
+ return new Type(tmp2_comment, tmp1_identifier, tmp3_shape, tmp4_extends);
1630
1630
  }
1631
1631
  function consume_4(_this__u8e3s4) {
1632
- var tmp18_identifier = Companion_instance.a27(_this__u8e3s4.d2c_1);
1633
- var tmp17_safe_receiver = _this__u8e3s4.comment;
1632
+ var tmp1_identifier = Companion_instance.b27(_this__u8e3s4.e2c_1);
1633
+ var tmp0_safe_receiver = _this__u8e3s4.comment;
1634
1634
  var tmp;
1635
- if (tmp17_safe_receiver == null) {
1635
+ if (tmp0_safe_receiver == null) {
1636
1636
  tmp = null;
1637
1637
  } else {
1638
1638
  // Inline function 'kotlin.let' call
1639
1639
  // Inline function 'kotlin.contracts.contract' call
1640
1640
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1641
- tmp = _Comment___init__impl__cg8s2u(tmp17_safe_receiver);
1641
+ tmp = _Comment___init__impl__cg8s2u(tmp0_safe_receiver);
1642
1642
  }
1643
- var tmp19_comment = tmp;
1643
+ var tmp2_comment = tmp;
1644
1644
  // Inline function 'kotlin.collections.map' call
1645
1645
  var this_0 = _this__u8e3s4.entries;
1646
1646
  // Inline function 'kotlin.collections.mapTo' call
@@ -1654,40 +1654,40 @@
1654
1654
  var tmp$ret$2 = consume_11(item);
1655
1655
  destination.e(tmp$ret$2);
1656
1656
  }
1657
- var tmp20_entries = toSet_0(destination);
1658
- return new Union(tmp19_comment, tmp18_identifier, tmp20_entries);
1657
+ var tmp3_entries = toSet_0(destination);
1658
+ return new Union(tmp2_comment, tmp1_identifier, tmp3_entries);
1659
1659
  }
1660
1660
  function consume_5(_this__u8e3s4) {
1661
- var tmp22_identifier = Companion_instance.a27(_this__u8e3s4.f2c_1);
1662
- var tmp21_safe_receiver = _this__u8e3s4.comment;
1661
+ var tmp1_identifier = Companion_instance.b27(_this__u8e3s4.g2c_1);
1662
+ var tmp0_safe_receiver = _this__u8e3s4.comment;
1663
1663
  var tmp;
1664
- if (tmp21_safe_receiver == null) {
1664
+ if (tmp0_safe_receiver == null) {
1665
1665
  tmp = null;
1666
1666
  } else {
1667
1667
  // Inline function 'kotlin.let' call
1668
1668
  // Inline function 'kotlin.contracts.contract' call
1669
1669
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1670
- tmp = _Comment___init__impl__cg8s2u(tmp21_safe_receiver);
1670
+ tmp = _Comment___init__impl__cg8s2u(tmp0_safe_receiver);
1671
1671
  }
1672
- var tmp23_comment = tmp;
1673
- var tmp24_reference = consume_11(_this__u8e3s4.reference);
1674
- var tmp25_isNullable = _this__u8e3s4.isNullable;
1675
- return new Channel(tmp23_comment, tmp22_identifier, tmp25_isNullable, tmp24_reference);
1672
+ var tmp2_comment = tmp;
1673
+ var tmp3_reference = consume_11(_this__u8e3s4.reference);
1674
+ var tmp4_isNullable = _this__u8e3s4.isNullable;
1675
+ return new Channel(tmp2_comment, tmp1_identifier, tmp4_isNullable, tmp3_reference);
1676
1676
  }
1677
1677
  function produce_8(_this__u8e3s4) {
1678
- return new WsField(produce_9(_this__u8e3s4.h24_1), produce_7(_this__u8e3s4.i24_1), _this__u8e3s4.j24_1);
1678
+ return new WsField(produce_9(_this__u8e3s4.i24_1), produce_7(_this__u8e3s4.j24_1), _this__u8e3s4.k24_1);
1679
1679
  }
1680
1680
  function produce_9(_this__u8e3s4) {
1681
- return new WsIdentifier(_this__u8e3s4.x22_1);
1681
+ return new WsIdentifier(_this__u8e3s4.y22_1);
1682
1682
  }
1683
1683
  function produce_10(_this__u8e3s4) {
1684
- var tmp41_safe_receiver = _this__u8e3s4.z23_1;
1685
- return new WsRequest(tmp41_safe_receiver == null ? null : produce_13(tmp41_safe_receiver));
1684
+ var tmp0_safe_receiver = _this__u8e3s4.a24_1;
1685
+ return new WsRequest(tmp0_safe_receiver == null ? null : produce_13(tmp0_safe_receiver));
1686
1686
  }
1687
1687
  function produce_11(_this__u8e3s4) {
1688
1688
  // Inline function 'kotlin.collections.toTypedArray' call
1689
1689
  // Inline function 'kotlin.collections.map' call
1690
- var this_0 = _this__u8e3s4.v23_1;
1690
+ var this_0 = _this__u8e3s4.w23_1;
1691
1691
  // Inline function 'kotlin.collections.mapTo' call
1692
1692
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1693
1693
  var tmp0_iterator = this_0.g();
@@ -1698,8 +1698,8 @@
1698
1698
  destination.e(tmp$ret$0);
1699
1699
  }
1700
1700
  var tmp = copyToArray(destination);
1701
- var tmp42_safe_receiver = _this__u8e3s4.w23_1;
1702
- return new WsResponse(_this__u8e3s4.u23_1, tmp, tmp42_safe_receiver == null ? null : produce_13(tmp42_safe_receiver));
1701
+ var tmp0_safe_receiver = _this__u8e3s4.x23_1;
1702
+ return new WsResponse(_this__u8e3s4.v23_1, tmp, tmp0_safe_receiver == null ? null : produce_13(tmp0_safe_receiver));
1703
1703
  }
1704
1704
  function produce_12(_this__u8e3s4) {
1705
1705
  var tmp;
@@ -1772,8 +1772,8 @@
1772
1772
  return new Field(consume_12(_this__u8e3s4.identifier), consume_11(_this__u8e3s4.reference), _this__u8e3s4.isNullable);
1773
1773
  }
1774
1774
  function consume_9(_this__u8e3s4) {
1775
- var tmp26_safe_receiver = _this__u8e3s4.content;
1776
- return new Request(tmp26_safe_receiver == null ? null : consume_13(tmp26_safe_receiver));
1775
+ var tmp0_safe_receiver = _this__u8e3s4.content;
1776
+ return new Request(tmp0_safe_receiver == null ? null : consume_13(tmp0_safe_receiver));
1777
1777
  }
1778
1778
  function consume_10(_this__u8e3s4) {
1779
1779
  // Inline function 'kotlin.collections.map' call
@@ -1790,22 +1790,22 @@
1790
1790
  destination.e(tmp$ret$0);
1791
1791
  }
1792
1792
  var tmp = destination;
1793
- var tmp27_safe_receiver = _this__u8e3s4.content;
1794
- return new Response(_this__u8e3s4.status, tmp, tmp27_safe_receiver == null ? null : consume_13(tmp27_safe_receiver));
1793
+ var tmp0_safe_receiver = _this__u8e3s4.content;
1794
+ return new Response(_this__u8e3s4.status, tmp, tmp0_safe_receiver == null ? null : consume_13(tmp0_safe_receiver));
1795
1795
  }
1796
1796
  function consume_11(_this__u8e3s4) {
1797
1797
  var tmp;
1798
1798
  if (_this__u8e3s4 instanceof WsAny) {
1799
- tmp = new Any(_this__u8e3s4.r2c_1, _this__u8e3s4.s2c_1);
1799
+ tmp = new Any(_this__u8e3s4.s2c_1, _this__u8e3s4.t2c_1);
1800
1800
  } else {
1801
1801
  if (_this__u8e3s4 instanceof WsUnit) {
1802
- tmp = new Unit(_this__u8e3s4.t2c_1, _this__u8e3s4.u2c_1);
1802
+ tmp = new Unit(_this__u8e3s4.u2c_1, _this__u8e3s4.v2c_1);
1803
1803
  } else {
1804
1804
  if (_this__u8e3s4 instanceof WsCustom) {
1805
- tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.v2c_1, _this__u8e3s4.w2c_1);
1805
+ tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.w2c_1, _this__u8e3s4.x2c_1);
1806
1806
  } else {
1807
1807
  if (_this__u8e3s4 instanceof WsPrimitive) {
1808
- tmp = new Primitive(consume_14(_this__u8e3s4.type), _this__u8e3s4.x2c_1, _this__u8e3s4.y2c_1);
1808
+ tmp = new Primitive(consume_14(_this__u8e3s4.type), _this__u8e3s4.y2c_1, _this__u8e3s4.z2c_1);
1809
1809
  } else {
1810
1810
  noWhenBranchMatchedException();
1811
1811
  }
@@ -1815,10 +1815,10 @@
1815
1815
  return tmp;
1816
1816
  }
1817
1817
  function produce_13(_this__u8e3s4) {
1818
- return new WsContent(_this__u8e3s4.a24_1, produce_7(_this__u8e3s4.b24_1), _this__u8e3s4.c24_1);
1818
+ return new WsContent(_this__u8e3s4.b24_1, produce_7(_this__u8e3s4.c24_1), _this__u8e3s4.d24_1);
1819
1819
  }
1820
1820
  function consume_12(_this__u8e3s4) {
1821
- return Companion_instance.a27(_this__u8e3s4.value);
1821
+ return Companion_instance.b27(_this__u8e3s4.value);
1822
1822
  }
1823
1823
  function consume_13(_this__u8e3s4) {
1824
1824
  return new Content(_this__u8e3s4.type, consume_11(_this__u8e3s4.reference), _this__u8e3s4.isNullable);
@@ -1905,10 +1905,10 @@
1905
1905
  this.result = result;
1906
1906
  this.errors = errors;
1907
1907
  }
1908
- protoOf(WsCompilationResult).h2d = function () {
1908
+ protoOf(WsCompilationResult).i2d = function () {
1909
1909
  return this.result;
1910
1910
  };
1911
- protoOf(WsCompilationResult).i2d = function () {
1911
+ protoOf(WsCompilationResult).j2d = function () {
1912
1912
  return this.errors;
1913
1913
  };
1914
1914
  function WsCompiled(value) {
@@ -1933,10 +1933,10 @@
1933
1933
  this.result = result;
1934
1934
  this.errors = errors;
1935
1935
  }
1936
- protoOf(WsParseResult).h2d = function () {
1936
+ protoOf(WsParseResult).i2d = function () {
1937
1937
  return this.result;
1938
1938
  };
1939
- protoOf(WsParseResult).i2d = function () {
1939
+ protoOf(WsParseResult).j2d = function () {
1940
1940
  return this.errors;
1941
1941
  };
1942
1942
  function WsStringResult(result, errors) {
@@ -1945,20 +1945,20 @@
1945
1945
  this.result = result;
1946
1946
  this.errors = errors;
1947
1947
  }
1948
- protoOf(WsStringResult).h2d = function () {
1948
+ protoOf(WsStringResult).i2d = function () {
1949
1949
  return this.result;
1950
1950
  };
1951
- protoOf(WsStringResult).i2d = function () {
1951
+ protoOf(WsStringResult).j2d = function () {
1952
1952
  return this.errors;
1953
1953
  };
1954
1954
  function WsEmitted(typeName, result) {
1955
1955
  this.typeName = typeName;
1956
1956
  this.result = result;
1957
1957
  }
1958
- protoOf(WsEmitted).j2d = function () {
1958
+ protoOf(WsEmitted).k2d = function () {
1959
1959
  return this.typeName;
1960
1960
  };
1961
- protoOf(WsEmitted).h2d = function () {
1961
+ protoOf(WsEmitted).i2d = function () {
1962
1962
  return this.result;
1963
1963
  };
1964
1964
  function produce_14(_this__u8e3s4) {
@@ -1966,12 +1966,12 @@
1966
1966
  if (_this__u8e3s4 instanceof Left) {
1967
1967
  // Inline function 'kotlin.collections.toTypedArray' call
1968
1968
  // Inline function 'arrow.core.NonEmptyList.map' call
1969
- var this_0 = _this__u8e3s4.tj_1;
1969
+ var this_0 = _this__u8e3s4.uj_1;
1970
1970
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1971
- var it = this_0.dk_1;
1971
+ var it = this_0.ek_1;
1972
1972
  var tmp_0 = produce_20(it);
1973
1973
  // Inline function 'kotlin.collections.map' call
1974
- var this_1 = this_0.ek_1;
1974
+ var this_1 = this_0.fk_1;
1975
1975
  // Inline function 'kotlin.collections.mapTo' call
1976
1976
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1977
1977
  var tmp0_iterator = this_1.g();
@@ -1988,7 +1988,7 @@
1988
1988
  if (_this__u8e3s4 instanceof Right) {
1989
1989
  // Inline function 'kotlin.collections.toTypedArray' call
1990
1990
  // Inline function 'kotlin.collections.map' call
1991
- var this_3 = _this__u8e3s4.zj_1;
1991
+ var this_3 = _this__u8e3s4.ak_1;
1992
1992
  // Inline function 'kotlin.collections.mapTo' call
1993
1993
  var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(this_3, 10));
1994
1994
  var tmp0_iterator_0 = this_3.g();
@@ -2011,12 +2011,12 @@
2011
2011
  if (_this__u8e3s4 instanceof Left) {
2012
2012
  // Inline function 'kotlin.collections.toTypedArray' call
2013
2013
  // Inline function 'arrow.core.NonEmptyList.map' call
2014
- var this_0 = _this__u8e3s4.tj_1;
2014
+ var this_0 = _this__u8e3s4.uj_1;
2015
2015
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
2016
- var it = this_0.dk_1;
2016
+ var it = this_0.ek_1;
2017
2017
  var tmp_0 = produce_20(it);
2018
2018
  // Inline function 'kotlin.collections.map' call
2019
- var this_1 = this_0.ek_1;
2019
+ var this_1 = this_0.fk_1;
2020
2020
  // Inline function 'kotlin.collections.mapTo' call
2021
2021
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
2022
2022
  var tmp0_iterator = this_1.g();
@@ -2031,7 +2031,7 @@
2031
2031
  tmp = new WsStringResult(VOID, tmp$ret$5);
2032
2032
  } else {
2033
2033
  if (_this__u8e3s4 instanceof Right) {
2034
- tmp = new WsStringResult(_this__u8e3s4.zj_1);
2034
+ tmp = new WsStringResult(_this__u8e3s4.ak_1);
2035
2035
  } else {
2036
2036
  noWhenBranchMatchedException();
2037
2037
  }
@@ -2047,25 +2047,25 @@
2047
2047
  this.tokens = tokens;
2048
2048
  this.error = error;
2049
2049
  }
2050
- protoOf(WsTokenResult).k2d = function () {
2050
+ protoOf(WsTokenResult).l2d = function () {
2051
2051
  return this.tokens;
2052
2052
  };
2053
- protoOf(WsTokenResult).l2d = function () {
2053
+ protoOf(WsTokenResult).m2d = function () {
2054
2054
  return this.error;
2055
2055
  };
2056
- protoOf(WsTokenResult).od = function () {
2056
+ protoOf(WsTokenResult).qd = function () {
2057
2057
  return this.tokens;
2058
2058
  };
2059
- protoOf(WsTokenResult).pd = function () {
2059
+ protoOf(WsTokenResult).rd = function () {
2060
2060
  return this.error;
2061
2061
  };
2062
- protoOf(WsTokenResult).m2d = function (tokens, error) {
2062
+ protoOf(WsTokenResult).n2d = function (tokens, error) {
2063
2063
  return new WsTokenResult(tokens, error);
2064
2064
  };
2065
2065
  protoOf(WsTokenResult).copy = function (tokens, error, $super) {
2066
2066
  tokens = tokens === VOID ? this.tokens : tokens;
2067
2067
  error = error === VOID ? this.error : error;
2068
- return this.m2d(tokens, error);
2068
+ return this.n2d(tokens, error);
2069
2069
  };
2070
2070
  protoOf(WsTokenResult).toString = function () {
2071
2071
  return 'WsTokenResult(tokens=' + toString_0(this.tokens) + ', error=' + toString_0(this.error) + ')';
@@ -2107,15 +2107,15 @@
2107
2107
  protoOf(WsTokens).hashCode = function () {
2108
2108
  return contentHashCode(this.value);
2109
2109
  };
2110
- protoOf(WsTokens).od = function () {
2110
+ protoOf(WsTokens).qd = function () {
2111
2111
  return this.value;
2112
2112
  };
2113
- protoOf(WsTokens).n2d = function (value) {
2113
+ protoOf(WsTokens).o2d = function (value) {
2114
2114
  return new WsTokens(value);
2115
2115
  };
2116
2116
  protoOf(WsTokens).copy = function (value, $super) {
2117
2117
  value = value === VOID ? this.value : value;
2118
- return this.n2d(value);
2118
+ return this.o2d(value);
2119
2119
  };
2120
2120
  protoOf(WsTokens).toString = function () {
2121
2121
  return 'WsTokens(value=' + toString(this.value) + ')';
@@ -2126,32 +2126,32 @@
2126
2126
  this.value = value;
2127
2127
  this.coordinates = coordinates;
2128
2128
  }
2129
- protoOf(WsToken).z2c = function () {
2129
+ protoOf(WsToken).a2d = function () {
2130
2130
  return this.type;
2131
2131
  };
2132
2132
  protoOf(WsToken).b1 = function () {
2133
2133
  return this.value;
2134
2134
  };
2135
- protoOf(WsToken).o2d = function () {
2135
+ protoOf(WsToken).p2d = function () {
2136
2136
  return this.coordinates;
2137
2137
  };
2138
- protoOf(WsToken).od = function () {
2138
+ protoOf(WsToken).qd = function () {
2139
2139
  return this.type;
2140
2140
  };
2141
- protoOf(WsToken).pd = function () {
2141
+ protoOf(WsToken).rd = function () {
2142
2142
  return this.value;
2143
2143
  };
2144
- protoOf(WsToken).ph = function () {
2144
+ protoOf(WsToken).qh = function () {
2145
2145
  return this.coordinates;
2146
2146
  };
2147
- protoOf(WsToken).p2d = function (type, value, coordinates) {
2147
+ protoOf(WsToken).q2d = function (type, value, coordinates) {
2148
2148
  return new WsToken(type, value, coordinates);
2149
2149
  };
2150
2150
  protoOf(WsToken).copy = function (type, value, coordinates, $super) {
2151
2151
  type = type === VOID ? this.type : type;
2152
2152
  value = value === VOID ? this.value : value;
2153
2153
  coordinates = coordinates === VOID ? this.coordinates : coordinates;
2154
- return this.p2d(type, value, coordinates);
2154
+ return this.q2d(type, value, coordinates);
2155
2155
  };
2156
2156
  protoOf(WsToken).toString = function () {
2157
2157
  return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates.toString() + ')';
@@ -2184,32 +2184,32 @@
2184
2184
  this.position = position;
2185
2185
  this.idxAndLength = idxAndLength;
2186
2186
  }
2187
- protoOf(WsCoordinates).q2d = function () {
2187
+ protoOf(WsCoordinates).r2d = function () {
2188
2188
  return this.line;
2189
2189
  };
2190
- protoOf(WsCoordinates).r2d = function () {
2190
+ protoOf(WsCoordinates).s2d = function () {
2191
2191
  return this.position;
2192
2192
  };
2193
- protoOf(WsCoordinates).s2d = function () {
2193
+ protoOf(WsCoordinates).t2d = function () {
2194
2194
  return this.idxAndLength;
2195
2195
  };
2196
- protoOf(WsCoordinates).od = function () {
2196
+ protoOf(WsCoordinates).qd = function () {
2197
2197
  return this.line;
2198
2198
  };
2199
- protoOf(WsCoordinates).pd = function () {
2199
+ protoOf(WsCoordinates).rd = function () {
2200
2200
  return this.position;
2201
2201
  };
2202
- protoOf(WsCoordinates).ph = function () {
2202
+ protoOf(WsCoordinates).qh = function () {
2203
2203
  return this.idxAndLength;
2204
2204
  };
2205
- protoOf(WsCoordinates).t2d = function (line, position, idxAndLength) {
2205
+ protoOf(WsCoordinates).u2d = function (line, position, idxAndLength) {
2206
2206
  return new WsCoordinates(line, position, idxAndLength);
2207
2207
  };
2208
2208
  protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
2209
2209
  line = line === VOID ? this.line : line;
2210
2210
  position = position === VOID ? this.position : position;
2211
2211
  idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
2212
- return this.t2d(line, position, idxAndLength);
2212
+ return this.u2d(line, position, idxAndLength);
2213
2213
  };
2214
2214
  protoOf(WsCoordinates).toString = function () {
2215
2215
  return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength.toString() + ')';
@@ -2240,25 +2240,25 @@
2240
2240
  this.idx = idx;
2241
2241
  this.length = length;
2242
2242
  }
2243
- protoOf(WsIndex).u2d = function () {
2243
+ protoOf(WsIndex).v2d = function () {
2244
2244
  return this.idx;
2245
2245
  };
2246
2246
  protoOf(WsIndex).a = function () {
2247
2247
  return this.length;
2248
2248
  };
2249
- protoOf(WsIndex).od = function () {
2249
+ protoOf(WsIndex).qd = function () {
2250
2250
  return this.idx;
2251
2251
  };
2252
- protoOf(WsIndex).pd = function () {
2252
+ protoOf(WsIndex).rd = function () {
2253
2253
  return this.length;
2254
2254
  };
2255
- protoOf(WsIndex).v2d = function (idx, length) {
2255
+ protoOf(WsIndex).w2d = function (idx, length) {
2256
2256
  return new WsIndex(idx, length);
2257
2257
  };
2258
2258
  protoOf(WsIndex).copy = function (idx, length, $super) {
2259
2259
  idx = idx === VOID ? this.idx : idx;
2260
2260
  length = length === VOID ? this.length : length;
2261
- return this.v2d(idx, length);
2261
+ return this.w2d(idx, length);
2262
2262
  };
2263
2263
  protoOf(WsIndex).toString = function () {
2264
2264
  return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
@@ -2281,13 +2281,13 @@
2281
2281
  return true;
2282
2282
  };
2283
2283
  function produce_17(_this__u8e3s4) {
2284
- return new WsToken(name(_this__u8e3s4.c27_1), _this__u8e3s4.b27_1, produce_18(_this__u8e3s4.d27_1));
2284
+ return new WsToken(name(_this__u8e3s4.d27_1), _this__u8e3s4.c27_1, produce_18(_this__u8e3s4.e27_1));
2285
2285
  }
2286
2286
  function produce_18(_this__u8e3s4) {
2287
- return new WsCoordinates(_this__u8e3s4.e27_1, _this__u8e3s4.f27_1, produce_19(_this__u8e3s4.g27_1));
2287
+ return new WsCoordinates(_this__u8e3s4.f27_1, _this__u8e3s4.g27_1, produce_19(_this__u8e3s4.h27_1));
2288
2288
  }
2289
2289
  function produce_19(_this__u8e3s4) {
2290
- return new WsIndex(_this__u8e3s4.v28_1, _this__u8e3s4.w28_1);
2290
+ return new WsIndex(_this__u8e3s4.w28_1, _this__u8e3s4.x28_1);
2291
2291
  }
2292
2292
  function WsError(line, position, index, length, value) {
2293
2293
  this.line = line;
@@ -2296,13 +2296,13 @@
2296
2296
  this.length = length;
2297
2297
  this.value = value;
2298
2298
  }
2299
- protoOf(WsError).q2d = function () {
2299
+ protoOf(WsError).r2d = function () {
2300
2300
  return this.line;
2301
2301
  };
2302
- protoOf(WsError).r2d = function () {
2302
+ protoOf(WsError).s2d = function () {
2303
2303
  return this.position;
2304
2304
  };
2305
- protoOf(WsError).w2d = function () {
2305
+ protoOf(WsError).x2d = function () {
2306
2306
  return this.index;
2307
2307
  };
2308
2308
  protoOf(WsError).a = function () {
@@ -2311,22 +2311,22 @@
2311
2311
  protoOf(WsError).b1 = function () {
2312
2312
  return this.value;
2313
2313
  };
2314
- protoOf(WsError).od = function () {
2314
+ protoOf(WsError).qd = function () {
2315
2315
  return this.line;
2316
2316
  };
2317
- protoOf(WsError).pd = function () {
2317
+ protoOf(WsError).rd = function () {
2318
2318
  return this.position;
2319
2319
  };
2320
- protoOf(WsError).ph = function () {
2320
+ protoOf(WsError).qh = function () {
2321
2321
  return this.index;
2322
2322
  };
2323
- protoOf(WsError).u2b = function () {
2323
+ protoOf(WsError).v2b = function () {
2324
2324
  return this.length;
2325
2325
  };
2326
- protoOf(WsError).v2b = function () {
2326
+ protoOf(WsError).w2b = function () {
2327
2327
  return this.value;
2328
2328
  };
2329
- protoOf(WsError).x2d = function (line, position, index, length, value) {
2329
+ protoOf(WsError).y2d = function (line, position, index, length, value) {
2330
2330
  return new WsError(line, position, index, length, value);
2331
2331
  };
2332
2332
  protoOf(WsError).copy = function (line, position, index, length, value, $super) {
@@ -2335,7 +2335,7 @@
2335
2335
  index = index === VOID ? this.index : index;
2336
2336
  length = length === VOID ? this.length : length;
2337
2337
  value = value === VOID ? this.value : value;
2338
- return this.x2d(line, position, index, length, value);
2338
+ return this.y2d(line, position, index, length, value);
2339
2339
  };
2340
2340
  protoOf(WsError).toString = function () {
2341
2341
  return 'WsError(line=' + this.line + ', position=' + this.position + ', index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
@@ -2367,54 +2367,54 @@
2367
2367
  return true;
2368
2368
  };
2369
2369
  function produce_20(_this__u8e3s4) {
2370
- var tmp = _this__u8e3s4.h27_1.g27_1.v28_1 - _this__u8e3s4.h27_1.g27_1.w28_1 | 0;
2370
+ var tmp = _this__u8e3s4.i27_1.h27_1.w28_1 - _this__u8e3s4.i27_1.h27_1.x28_1 | 0;
2371
2371
  var tmp0_elvis_lhs = _this__u8e3s4.message;
2372
- return new WsError(_this__u8e3s4.h27_1.e27_1, _this__u8e3s4.h27_1.f27_1, tmp, _this__u8e3s4.h27_1.g27_1.w28_1, tmp0_elvis_lhs == null ? 'No message' : tmp0_elvis_lhs);
2372
+ return new WsError(_this__u8e3s4.i27_1.f27_1, _this__u8e3s4.i27_1.g27_1, tmp, _this__u8e3s4.i27_1.h27_1.x28_1, tmp0_elvis_lhs == null ? 'No message' : tmp0_elvis_lhs);
2373
2373
  }
2374
2374
  //region block: post-declaration
2375
2375
  defineProp(protoOf(WsType), 'identifier', function () {
2376
- return this.c28();
2376
+ return this.d28();
2377
2377
  });
2378
2378
  defineProp(protoOf(WsEndpoint), 'identifier', function () {
2379
- return this.c28();
2379
+ return this.d28();
2380
2380
  });
2381
2381
  defineProp(protoOf(WsEnum), 'identifier', function () {
2382
- return this.c28();
2382
+ return this.d28();
2383
2383
  });
2384
2384
  defineProp(protoOf(WsUnion), 'identifier', function () {
2385
- return this.c28();
2385
+ return this.d28();
2386
2386
  });
2387
2387
  defineProp(protoOf(WsChannel), 'identifier', function () {
2388
- return this.c28();
2388
+ return this.d28();
2389
2389
  });
2390
2390
  defineProp(protoOf(WsRefined), 'identifier', function () {
2391
- return this.c28();
2391
+ return this.d28();
2392
2392
  });
2393
2393
  defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).r2);
2394
2394
  defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).s2);
2395
2395
  defineProp(protoOf(WsAny), 'isIterable', function () {
2396
- return this.d24();
2396
+ return this.e24();
2397
2397
  });
2398
2398
  defineProp(protoOf(WsAny), 'isMap', function () {
2399
- return this.q2c();
2399
+ return this.r2c();
2400
2400
  });
2401
2401
  defineProp(protoOf(WsUnit), 'isIterable', function () {
2402
- return this.d24();
2402
+ return this.e24();
2403
2403
  });
2404
2404
  defineProp(protoOf(WsUnit), 'isMap', function () {
2405
- return this.q2c();
2405
+ return this.r2c();
2406
2406
  });
2407
2407
  defineProp(protoOf(WsCustom), 'isIterable', function () {
2408
- return this.d24();
2408
+ return this.e24();
2409
2409
  });
2410
2410
  defineProp(protoOf(WsCustom), 'isMap', function () {
2411
- return this.q2c();
2411
+ return this.r2c();
2412
2412
  });
2413
2413
  defineProp(protoOf(WsPrimitive), 'isIterable', function () {
2414
- return this.d24();
2414
+ return this.e24();
2415
2415
  });
2416
2416
  defineProp(protoOf(WsPrimitive), 'isMap', function () {
2417
- return this.q2c();
2417
+ return this.r2c();
2418
2418
  });
2419
2419
  defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).r2);
2420
2420
  defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).s2);