@flock/wirespec 0.17.19 → 0.18.0-RC.1

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 (87) hide show
  1. package/arrow-arrow-annotations.mjs.map +1 -1
  2. package/arrow-arrow-atomic.mjs +13 -13
  3. package/arrow-arrow-atomic.mjs.map +1 -1
  4. package/arrow-arrow-core.mjs +594 -431
  5. package/arrow-arrow-core.mjs.map +1 -1
  6. package/arrow-arrow-exception-utils.mjs +30 -0
  7. package/arrow-arrow-exception-utils.mjs.map +1 -0
  8. package/clikt-clikt-mordant.mjs +318 -0
  9. package/clikt-clikt-mordant.mjs.map +1 -0
  10. package/clikt-clikt.mjs +3834 -3696
  11. package/clikt-clikt.mjs.map +1 -1
  12. package/colormath-root-colormath.mjs +619 -682
  13. package/colormath-root-colormath.mjs.map +1 -1
  14. package/kotlin-js-core.mjs +4 -0
  15. package/kotlin-js-core.mjs.map +1 -0
  16. package/kotlin-js.mjs +4 -0
  17. package/kotlin-js.mjs.map +1 -0
  18. package/kotlin-kotlin-stdlib.mjs +6339 -5816
  19. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  20. package/kotlin-openapi-bindings.mjs +8163 -8198
  21. package/kotlin-openapi-bindings.mjs.map +1 -1
  22. package/kotlin-plugins-js-plain-objects-runtime.mjs +4 -0
  23. package/kotlin-plugins-js-plain-objects-runtime.mjs.map +1 -0
  24. package/kotlin-rgxgen.mjs +2007 -2062
  25. package/kotlin-rgxgen.mjs.map +1 -1
  26. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +1 -1
  27. package/kotlinx-atomicfu.mjs +4 -0
  28. package/kotlinx-atomicfu.mjs.map +1 -0
  29. package/kotlinx-coroutines-core.mjs +4 -0
  30. package/kotlinx-coroutines-core.mjs.map +1 -0
  31. package/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -1
  32. package/kotlinx-io-kotlinx-io-core.mjs +803 -839
  33. package/kotlinx-io-kotlinx-io-core.mjs.map +1 -1
  34. package/kotlinx-serialization-kotlinx-serialization-core.mjs +2483 -2553
  35. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  36. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1869 -1928
  37. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
  38. package/mordant-mordant-omnibus.mjs +4 -0
  39. package/mordant-mordant-omnibus.mjs.map +1 -0
  40. package/mordant-mordant.mjs +2532 -4425
  41. package/mordant-mordant.mjs.map +1 -1
  42. package/package.json +4 -7
  43. package/seskar-core.mjs +4 -0
  44. package/seskar-core.mjs.map +1 -0
  45. package/wirespec-bin.mjs +13 -1
  46. package/wirespec-fetch.d.ts +4 -1
  47. package/wirespec-fetch.mjs +34 -0
  48. package/wirespec-serialization.d.ts +13 -2
  49. package/wirespec-serialization.mjs +22 -1
  50. package/wirespec-src-compiler-core.mjs +2856 -3908
  51. package/wirespec-src-compiler-core.mjs.map +1 -1
  52. package/wirespec-src-compiler-emitters-java.mjs +1358 -427
  53. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  54. package/wirespec-src-compiler-emitters-kotlin.mjs +1010 -337
  55. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  56. package/wirespec-src-compiler-emitters-python.mjs +1462 -385
  57. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  58. package/wirespec-src-compiler-emitters-rust.mjs +2247 -0
  59. package/wirespec-src-compiler-emitters-rust.mjs.map +1 -0
  60. package/wirespec-src-compiler-emitters-scala.mjs +1018 -0
  61. package/wirespec-src-compiler-emitters-scala.mjs.map +1 -0
  62. package/wirespec-src-compiler-emitters-typescript.mjs +1540 -426
  63. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  64. package/wirespec-src-compiler-emitters-wirespec.mjs +119 -141
  65. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  66. package/wirespec-src-compiler-ir.mjs +17339 -0
  67. package/wirespec-src-compiler-ir.mjs.map +1 -0
  68. package/wirespec-src-compiler-lib.mjs +662 -728
  69. package/wirespec-src-compiler-lib.mjs.map +1 -1
  70. package/wirespec-src-converter-avro.mjs +630 -656
  71. package/wirespec-src-converter-avro.mjs.map +1 -1
  72. package/wirespec-src-converter-common.mjs.map +1 -1
  73. package/wirespec-src-converter-openapi.mjs +1705 -2024
  74. package/wirespec-src-converter-openapi.mjs.map +1 -1
  75. package/wirespec-src-plugin-arguments.mjs +418 -459
  76. package/wirespec-src-plugin-arguments.mjs.map +1 -1
  77. package/wirespec-src-plugin-cli.mjs +367 -331
  78. package/wirespec-src-plugin-cli.mjs.map +1 -1
  79. package/{wirespec-src-plugin-npm.d.ts → wirespec-src-plugin-npm.d.mts} +247 -0
  80. package/wirespec-src-plugin-npm.mjs +166 -359
  81. package/wirespec-src-plugin-npm.mjs.map +1 -1
  82. package/wirespec-src-tools-generator.mjs +79 -106
  83. package/wirespec-src-tools-generator.mjs.map +1 -1
  84. package/arrow-arrow-continuations.mjs +0 -18
  85. package/arrow-arrow-continuations.mjs.map +0 -1
  86. package/markdown.mjs +0 -6756
  87. package/markdown.mjs.map +0 -1
@@ -1,33 +1,33 @@
1
1
  import {
2
2
  protoOf180f3jzyo7rfj as protoOf,
3
3
  initMetadataForInterface1egvbzx539z91 as initMetadataForInterface,
4
- VOID7hggqo3abtya as VOID,
4
+ VOID3gxj6tk5isa35 as VOID,
5
5
  toString1pkumu07cwy4m as toString,
6
6
  hashCodeq5arwsb9dgti as hashCode,
7
- THROW_CCE2g6jy02ryeudk as THROW_CCE,
8
7
  equals2au1ep9vhcato as equals,
9
8
  initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
10
9
  getStringHashCode26igk1bx568vk as getStringHashCode,
11
- defineProp3hxgpk2knu2px as defineProp,
10
+ defineProp3ur6h3slcvq4x as defineProp,
12
11
  THROW_IAE23kobfj9wdoxr as THROW_IAE,
13
- Unit_instanceat14thlj150z as Unit_instance,
12
+ Unit_instance28fytmsmm6r23 as Unit_instance,
14
13
  Enum3alwj03lh1n41 as Enum,
15
14
  getBooleanHashCode1bbj3u6b3v0a7 as getBooleanHashCode,
16
15
  toString30pk9tzaqopn as toString_0,
17
16
  noWhenBranchMatchedException2a6r7ubxgky5j as noWhenBranchMatchedException,
18
17
  collectionSizeOrDefault36dulx8yinfqm as collectionSizeOrDefault,
19
- ArrayList_init_$Create$3m1kyiqequwm5 as ArrayList_init_$Create$,
18
+ ArrayList_init_$Create$3ivpeip4ouddx as ArrayList_init_$Create$,
20
19
  copyToArray2j022khrow2yi as copyToArray,
21
20
  ensureNotNull1e947j3ixpazm as ensureNotNull,
22
21
  emptyList1g2z5xcrvp2zy as emptyList,
23
22
  toSet1glep2u1u9tcb as toSet,
24
- IllegalStateException_init_$Create$1nm9y6jd3c9iy as IllegalStateException_init_$Create$,
23
+ IllegalStateException_init_$Create$2429fvs1h56dm as IllegalStateException_init_$Create$,
25
24
  toSet2orjxp16sotqu as toSet_0,
25
+ THROW_CCE2g6jy02ryeudk as THROW_CCE,
26
26
  contentEqualsaf55p28mnw74 as contentEquals,
27
27
  contentHashCode2i020q5tbeh2s as contentHashCode,
28
28
  } from './kotlin-kotlin-stdlib.mjs';
29
29
  import {
30
- _Comment___get_value__impl__8r3plaqyy4ualbhxi3 as _Comment___get_value__impl__8r3pla,
30
+ _Comment___get_value__impl__8r3pla91n06q5nihqb as _Comment___get_value__impl__8r3pla,
31
31
  Comment3jy4x02mtqi9b as Comment,
32
32
  Channel2fhxi4a4pwb64 as Channel,
33
33
  Unionccsavx6nrdr2 as Union,
@@ -35,7 +35,6 @@ import {
35
35
  Enum3l2iuc342kle6 as Enum_0,
36
36
  Endpoint1jsq06yr3xdhp as Endpoint,
37
37
  Type12n1gx16iqtcu as Type,
38
- Root195zt6zclzd3o as Root,
39
38
  Paramvfwnys2w6aj1 as Param,
40
39
  Literal331hu9r04vptz as Literal,
41
40
  Iterable29qbzfup67wqp as Iterable,
@@ -44,36 +43,39 @@ import {
44
43
  Custom1lu6o8txpimqz as Custom,
45
44
  Unit2z95clvxm08vr as Unit,
46
45
  Anyv7qdq63z63rc as Any,
47
- FileUri2xjkmf4jmvpab as FileUri,
48
- Module3a9i9fqinyump as Module,
49
46
  Bytes3eoc50vgt1uem as Bytes,
50
47
  Boolean1fpfi8m5jt3fg as Boolean_0,
51
48
  Number1mui0heypwdhp as Number_0,
52
49
  Integer39lqx4uc63u28 as Integer,
53
50
  String1czvr8pxnm6on as String_0,
54
- Companion_instance3de1nw1s11uj2 as Companion_instance,
51
+ Root195zt6zclzd3o as Root,
52
+ FileUri2xjkmf4jmvpab as FileUri,
53
+ Module3a9i9fqinyump as Module,
54
+ Companion_instancepzclqmvqiin5 as Companion_instance,
55
55
  DefinitionIdentifiervfasqdb33qef as DefinitionIdentifier,
56
56
  Shape6h3qnek4ao2r as Shape,
57
- Method_GET_getInstance387nzgbmfcn9x as Method_GET_getInstance,
58
- Method_POST_getInstance3o4gi2w574o8e as Method_POST_getInstance,
59
- Method_PUT_getInstance1lf2deqqqmki4 as Method_PUT_getInstance,
60
- Method_DELETE_getInstance1v4q79c40lfcn as Method_DELETE_getInstance,
61
- Method_OPTIONS_getInstance34dggxnqiyvz5 as Method_OPTIONS_getInstance,
62
- Method_HEAD_getInstance8s67pedhu86q as Method_HEAD_getInstance,
63
- Method_PATCH_getInstance2uekwicbanfsg as Method_PATCH_getInstance,
64
- Method_TRACE_getInstance2rxfjpu3tw444 as Method_TRACE_getInstance,
57
+ Method_GET_getInstancep2v2lfzm993m as Method_GET_getInstance,
58
+ Method_POST_getInstance2surqam1qjy8s as Method_POST_getInstance,
59
+ Method_PUT_getInstance25rztvskvfnd0 as Method_PUT_getInstance,
60
+ Method_DELETE_getInstance3f4f98hid691u as Method_DELETE_getInstance,
61
+ Method_OPTIONS_getInstance1ps9ttvc21vlv as Method_OPTIONS_getInstance,
62
+ Method_HEAD_getInstancehoemtqpo3wg5 as Method_HEAD_getInstance,
63
+ Method_PATCH_getInstance1d1h8wc0pmkw2 as Method_PATCH_getInstance,
64
+ Method_TRACE_getInstance2p0zfvdfarzw8 as Method_TRACE_getInstance,
65
65
  Field2nwjpxu9j2svq as Field,
66
66
  Request3mgjik96a5s75 as Request,
67
67
  Response3emykwjtzgs52 as Response,
68
68
  FieldIdentifier34k7iphndcnl0 as FieldIdentifier,
69
69
  Content2xr1z915qbr1k as Content,
70
- Precision_P64_getInstanceh1g8tjyb2r3u as Precision_P64_getInstance,
71
- Precision_P32_getInstance3r5nyp4g6vrrt as Precision_P32_getInstance,
72
- Boolean_instance15dmfsx1e5thd as Boolean_instance,
73
- Bytes_instance2qx139msy62dm as Bytes_instance,
70
+ Precision_P64_getInstanceoi1ashg00his as Precision_P64_getInstance,
71
+ Precision_P32_getInstance14q7j3bd2fxd5 as Precision_P32_getInstance,
72
+ Boolean_instance237vwt01w3hs8 as Boolean_instance,
73
+ Bytes_instance1o9u095wd3kx6 as Bytes_instance,
74
74
  name2tedo82t36o5w as name,
75
75
  } from './wirespec-src-compiler-core.mjs';
76
76
  import {
77
+ _NonEmptyList___get_all__impl__pmf5092svcdxelgy1aa as _NonEmptyList___get_all__impl__pmf509,
78
+ _NonEmptyList___init__impl__fxd0xp3qwfhfa83yk9f as _NonEmptyList___init__impl__fxd0xp,
77
79
  NonEmptyList3ak25ihy2gcvs as NonEmptyList,
78
80
  toNonEmptyListOrNull2ovnnazjb3msz as toNonEmptyListOrNull,
79
81
  Right351sh2v8odavg as Right,
@@ -132,18 +134,18 @@ function WsNode() {
132
134
  function WsAST(modules) {
133
135
  this.modules = modules;
134
136
  }
135
- protoOf(WsAST).w2j = function () {
137
+ protoOf(WsAST).lv = function () {
136
138
  return this.modules;
137
139
  };
138
- protoOf(WsAST).sd = function () {
140
+ protoOf(WsAST).oe = function () {
139
141
  return this.modules;
140
142
  };
141
- protoOf(WsAST).x2j = function (modules) {
143
+ protoOf(WsAST).mv = function (modules) {
142
144
  return new WsAST(modules);
143
145
  };
144
146
  protoOf(WsAST).copy = function (modules, $super) {
145
147
  modules = modules === VOID ? this.modules : modules;
146
- return this.x2j(modules);
148
+ return $super === VOID ? this.mv(modules) : $super.mv.call(this, modules);
147
149
  };
148
150
  protoOf(WsAST).toString = function () {
149
151
  return 'WsAST(modules=' + toString(this.modules) + ')';
@@ -156,26 +158,25 @@ protoOf(WsAST).equals = function (other) {
156
158
  return true;
157
159
  if (!(other instanceof WsAST))
158
160
  return false;
159
- var tmp0_other_with_cast = other instanceof WsAST ? other : THROW_CCE();
160
- if (!equals(this.modules, tmp0_other_with_cast.modules))
161
+ if (!equals(this.modules, other.modules))
161
162
  return false;
162
163
  return true;
163
164
  };
164
165
  function WsModule(statements) {
165
166
  this.statements = statements;
166
167
  }
167
- protoOf(WsModule).y2j = function () {
168
+ protoOf(WsModule).nv = function () {
168
169
  return this.statements;
169
170
  };
170
- protoOf(WsModule).sd = function () {
171
+ protoOf(WsModule).oe = function () {
171
172
  return this.statements;
172
173
  };
173
- protoOf(WsModule).z2j = function (statements) {
174
+ protoOf(WsModule).ov = function (statements) {
174
175
  return new WsModule(statements);
175
176
  };
176
177
  protoOf(WsModule).copy = function (statements, $super) {
177
178
  statements = statements === VOID ? this.statements : statements;
178
- return this.z2j(statements);
179
+ return $super === VOID ? this.ov(statements) : $super.ov.call(this, statements);
179
180
  };
180
181
  protoOf(WsModule).toString = function () {
181
182
  return 'WsModule(statements=' + toString(this.statements) + ')';
@@ -188,51 +189,50 @@ protoOf(WsModule).equals = function (other) {
188
189
  return true;
189
190
  if (!(other instanceof WsModule))
190
191
  return false;
191
- var tmp0_other_with_cast = other instanceof WsModule ? other : THROW_CCE();
192
- if (!equals(this.statements, tmp0_other_with_cast.statements))
192
+ if (!equals(this.statements, other.statements))
193
193
  return false;
194
194
  return true;
195
195
  };
196
196
  function WsDefinition() {
197
197
  }
198
198
  function WsType(identifier, comment, shape) {
199
- this.b2k_1 = identifier;
200
- this.c2k_1 = comment;
199
+ this.qv_1 = identifier;
200
+ this.rv_1 = comment;
201
201
  this.shape = shape;
202
202
  }
203
- protoOf(WsType).x25 = function () {
204
- return this.b2k_1;
203
+ protoOf(WsType).xq = function () {
204
+ return this.qv_1;
205
205
  };
206
- protoOf(WsType).a2k = function () {
207
- return this.c2k_1;
206
+ protoOf(WsType).pv = function () {
207
+ return this.rv_1;
208
208
  };
209
- protoOf(WsType).d2k = function () {
209
+ protoOf(WsType).sv = function () {
210
210
  return this.shape;
211
211
  };
212
- protoOf(WsType).sd = function () {
213
- return this.b2k_1;
212
+ protoOf(WsType).oe = function () {
213
+ return this.qv_1;
214
214
  };
215
- protoOf(WsType).td = function () {
216
- return this.c2k_1;
215
+ protoOf(WsType).pe = function () {
216
+ return this.rv_1;
217
217
  };
218
- protoOf(WsType).uh = function () {
218
+ protoOf(WsType).qj = function () {
219
219
  return this.shape;
220
220
  };
221
- protoOf(WsType).e2k = function (identifier, comment, shape) {
221
+ protoOf(WsType).tv = function (identifier, comment, shape) {
222
222
  return new WsType(identifier, comment, shape);
223
223
  };
224
224
  protoOf(WsType).copy = function (identifier, comment, shape, $super) {
225
- identifier = identifier === VOID ? this.b2k_1 : identifier;
226
- comment = comment === VOID ? this.c2k_1 : comment;
225
+ identifier = identifier === VOID ? this.qv_1 : identifier;
226
+ comment = comment === VOID ? this.rv_1 : comment;
227
227
  shape = shape === VOID ? this.shape : shape;
228
- return this.e2k(identifier, comment, shape);
228
+ return $super === VOID ? this.tv(identifier, comment, shape) : $super.tv.call(this, identifier, comment, shape);
229
229
  };
230
230
  protoOf(WsType).toString = function () {
231
- return 'WsType(identifier=' + this.b2k_1 + ', comment=' + this.c2k_1 + ', shape=' + this.shape.toString() + ')';
231
+ return 'WsType(identifier=' + this.qv_1 + ', comment=' + this.rv_1 + ', shape=' + this.shape.toString() + ')';
232
232
  };
233
233
  protoOf(WsType).hashCode = function () {
234
- var result = getStringHashCode(this.b2k_1);
235
- result = imul(result, 31) + (this.c2k_1 == null ? 0 : getStringHashCode(this.c2k_1)) | 0;
234
+ var result = getStringHashCode(this.qv_1);
235
+ result = imul(result, 31) + (this.rv_1 == null ? 0 : getStringHashCode(this.rv_1)) | 0;
236
236
  result = imul(result, 31) + this.shape.hashCode() | 0;
237
237
  return result;
238
238
  };
@@ -241,30 +241,29 @@ protoOf(WsType).equals = function (other) {
241
241
  return true;
242
242
  if (!(other instanceof WsType))
243
243
  return false;
244
- var tmp0_other_with_cast = other instanceof WsType ? other : THROW_CCE();
245
- if (!(this.b2k_1 === tmp0_other_with_cast.b2k_1))
244
+ if (!(this.qv_1 === other.qv_1))
246
245
  return false;
247
- if (!(this.c2k_1 == tmp0_other_with_cast.c2k_1))
246
+ if (!(this.rv_1 == other.rv_1))
248
247
  return false;
249
- if (!this.shape.equals(tmp0_other_with_cast.shape))
248
+ if (!this.shape.equals(other.shape))
250
249
  return false;
251
250
  return true;
252
251
  };
253
252
  function WsShape(value) {
254
253
  this.value = value;
255
254
  }
256
- protoOf(WsShape).b1 = function () {
255
+ protoOf(WsShape).n1 = function () {
257
256
  return this.value;
258
257
  };
259
- protoOf(WsShape).sd = function () {
258
+ protoOf(WsShape).oe = function () {
260
259
  return this.value;
261
260
  };
262
- protoOf(WsShape).f2k = function (value) {
261
+ protoOf(WsShape).uv = function (value) {
263
262
  return new WsShape(value);
264
263
  };
265
264
  protoOf(WsShape).copy = function (value, $super) {
266
265
  value = value === VOID ? this.value : value;
267
- return this.f2k(value);
266
+ return $super === VOID ? this.uv(value) : $super.uv.call(this, value);
268
267
  };
269
268
  protoOf(WsShape).toString = function () {
270
269
  return 'WsShape(value=' + toString(this.value) + ')';
@@ -277,14 +276,13 @@ protoOf(WsShape).equals = function (other) {
277
276
  return true;
278
277
  if (!(other instanceof WsShape))
279
278
  return false;
280
- var tmp0_other_with_cast = other instanceof WsShape ? other : THROW_CCE();
281
- if (!equals(this.value, tmp0_other_with_cast.value))
279
+ if (!equals(this.value, other.value))
282
280
  return false;
283
281
  return true;
284
282
  };
285
283
  function WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses) {
286
- this.g2k_1 = identifier;
287
- this.h2k_1 = comment;
284
+ this.vv_1 = identifier;
285
+ this.wv_1 = comment;
288
286
  this.method = method;
289
287
  this.path = path;
290
288
  this.queries = queries;
@@ -292,74 +290,74 @@ function WsEndpoint(identifier, comment, method, path, queries, headers, request
292
290
  this.requests = requests;
293
291
  this.responses = responses;
294
292
  }
295
- protoOf(WsEndpoint).x25 = function () {
296
- return this.g2k_1;
293
+ protoOf(WsEndpoint).xq = function () {
294
+ return this.vv_1;
297
295
  };
298
- protoOf(WsEndpoint).a2k = function () {
299
- return this.h2k_1;
296
+ protoOf(WsEndpoint).pv = function () {
297
+ return this.wv_1;
300
298
  };
301
- protoOf(WsEndpoint).i2k = function () {
299
+ protoOf(WsEndpoint).xv = function () {
302
300
  return this.method;
303
301
  };
304
- protoOf(WsEndpoint).j2k = function () {
302
+ protoOf(WsEndpoint).yv = function () {
305
303
  return this.path;
306
304
  };
307
- protoOf(WsEndpoint).k2k = function () {
305
+ protoOf(WsEndpoint).zv = function () {
308
306
  return this.queries;
309
307
  };
310
- protoOf(WsEndpoint).l2k = function () {
308
+ protoOf(WsEndpoint).aw = function () {
311
309
  return this.headers;
312
310
  };
313
- protoOf(WsEndpoint).m2k = function () {
311
+ protoOf(WsEndpoint).bw = function () {
314
312
  return this.requests;
315
313
  };
316
- protoOf(WsEndpoint).v1n = function () {
314
+ protoOf(WsEndpoint).cw = function () {
317
315
  return this.responses;
318
316
  };
319
- protoOf(WsEndpoint).sd = function () {
320
- return this.g2k_1;
317
+ protoOf(WsEndpoint).oe = function () {
318
+ return this.vv_1;
321
319
  };
322
- protoOf(WsEndpoint).td = function () {
323
- return this.h2k_1;
320
+ protoOf(WsEndpoint).pe = function () {
321
+ return this.wv_1;
324
322
  };
325
- protoOf(WsEndpoint).uh = function () {
323
+ protoOf(WsEndpoint).qj = function () {
326
324
  return this.method;
327
325
  };
328
- protoOf(WsEndpoint).n2k = function () {
326
+ protoOf(WsEndpoint).dw = function () {
329
327
  return this.path;
330
328
  };
331
- protoOf(WsEndpoint).o2k = function () {
329
+ protoOf(WsEndpoint).ew = function () {
332
330
  return this.queries;
333
331
  };
334
- protoOf(WsEndpoint).p2k = function () {
332
+ protoOf(WsEndpoint).fw = function () {
335
333
  return this.headers;
336
334
  };
337
- protoOf(WsEndpoint).q2k = function () {
335
+ protoOf(WsEndpoint).gw = function () {
338
336
  return this.requests;
339
337
  };
340
- protoOf(WsEndpoint).r2k = function () {
338
+ protoOf(WsEndpoint).hw = function () {
341
339
  return this.responses;
342
340
  };
343
- protoOf(WsEndpoint).s2k = function (identifier, comment, method, path, queries, headers, requests, responses) {
341
+ protoOf(WsEndpoint).iw = function (identifier, comment, method, path, queries, headers, requests, responses) {
344
342
  return new WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses);
345
343
  };
346
344
  protoOf(WsEndpoint).copy = function (identifier, comment, method, path, queries, headers, requests, responses, $super) {
347
- identifier = identifier === VOID ? this.g2k_1 : identifier;
348
- comment = comment === VOID ? this.h2k_1 : comment;
345
+ identifier = identifier === VOID ? this.vv_1 : identifier;
346
+ comment = comment === VOID ? this.wv_1 : comment;
349
347
  method = method === VOID ? this.method : method;
350
348
  path = path === VOID ? this.path : path;
351
349
  queries = queries === VOID ? this.queries : queries;
352
350
  headers = headers === VOID ? this.headers : headers;
353
351
  requests = requests === VOID ? this.requests : requests;
354
352
  responses = responses === VOID ? this.responses : responses;
355
- return this.s2k(identifier, comment, method, path, queries, headers, requests, responses);
353
+ return $super === VOID ? this.iw(identifier, comment, method, path, queries, headers, requests, responses) : $super.iw.call(this, identifier, comment, method, path, queries, headers, requests, responses);
356
354
  };
357
355
  protoOf(WsEndpoint).toString = function () {
358
- return 'WsEndpoint(identifier=' + this.g2k_1 + ', comment=' + this.h2k_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.vv_1 + ', comment=' + this.wv_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) + ')';
359
357
  };
360
358
  protoOf(WsEndpoint).hashCode = function () {
361
- var result = getStringHashCode(this.g2k_1);
362
- result = imul(result, 31) + (this.h2k_1 == null ? 0 : getStringHashCode(this.h2k_1)) | 0;
359
+ var result = getStringHashCode(this.vv_1);
360
+ result = imul(result, 31) + (this.wv_1 == null ? 0 : getStringHashCode(this.wv_1)) | 0;
363
361
  result = imul(result, 31) + this.method.hashCode() | 0;
364
362
  result = imul(result, 31) + hashCode(this.path) | 0;
365
363
  result = imul(result, 31) + hashCode(this.queries) | 0;
@@ -373,63 +371,62 @@ protoOf(WsEndpoint).equals = function (other) {
373
371
  return true;
374
372
  if (!(other instanceof WsEndpoint))
375
373
  return false;
376
- var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
377
- if (!(this.g2k_1 === tmp0_other_with_cast.g2k_1))
374
+ if (!(this.vv_1 === other.vv_1))
378
375
  return false;
379
- if (!(this.h2k_1 == tmp0_other_with_cast.h2k_1))
376
+ if (!(this.wv_1 == other.wv_1))
380
377
  return false;
381
- if (!this.method.equals(tmp0_other_with_cast.method))
378
+ if (!this.method.equals(other.method))
382
379
  return false;
383
- if (!equals(this.path, tmp0_other_with_cast.path))
380
+ if (!equals(this.path, other.path))
384
381
  return false;
385
- if (!equals(this.queries, tmp0_other_with_cast.queries))
382
+ if (!equals(this.queries, other.queries))
386
383
  return false;
387
- if (!equals(this.headers, tmp0_other_with_cast.headers))
384
+ if (!equals(this.headers, other.headers))
388
385
  return false;
389
- if (!equals(this.requests, tmp0_other_with_cast.requests))
386
+ if (!equals(this.requests, other.requests))
390
387
  return false;
391
- if (!equals(this.responses, tmp0_other_with_cast.responses))
388
+ if (!equals(this.responses, other.responses))
392
389
  return false;
393
390
  return true;
394
391
  };
395
392
  function WsEnum(identifier, comment, entries) {
396
- this.t2k_1 = identifier;
397
- this.u2k_1 = comment;
393
+ this.jw_1 = identifier;
394
+ this.kw_1 = comment;
398
395
  this.entries = entries;
399
396
  }
400
- protoOf(WsEnum).x25 = function () {
401
- return this.t2k_1;
397
+ protoOf(WsEnum).xq = function () {
398
+ return this.jw_1;
402
399
  };
403
- protoOf(WsEnum).a2k = function () {
404
- return this.u2k_1;
400
+ protoOf(WsEnum).pv = function () {
401
+ return this.kw_1;
405
402
  };
406
- protoOf(WsEnum).z = function () {
403
+ protoOf(WsEnum).l1 = function () {
407
404
  return this.entries;
408
405
  };
409
- protoOf(WsEnum).sd = function () {
410
- return this.t2k_1;
406
+ protoOf(WsEnum).oe = function () {
407
+ return this.jw_1;
411
408
  };
412
- protoOf(WsEnum).td = function () {
413
- return this.u2k_1;
409
+ protoOf(WsEnum).pe = function () {
410
+ return this.kw_1;
414
411
  };
415
- protoOf(WsEnum).uh = function () {
412
+ protoOf(WsEnum).qj = function () {
416
413
  return this.entries;
417
414
  };
418
- protoOf(WsEnum).v2k = function (identifier, comment, entries) {
415
+ protoOf(WsEnum).lw = function (identifier, comment, entries) {
419
416
  return new WsEnum(identifier, comment, entries);
420
417
  };
421
418
  protoOf(WsEnum).copy = function (identifier, comment, entries, $super) {
422
- identifier = identifier === VOID ? this.t2k_1 : identifier;
423
- comment = comment === VOID ? this.u2k_1 : comment;
419
+ identifier = identifier === VOID ? this.jw_1 : identifier;
420
+ comment = comment === VOID ? this.kw_1 : comment;
424
421
  entries = entries === VOID ? this.entries : entries;
425
- return this.v2k(identifier, comment, entries);
422
+ return $super === VOID ? this.lw(identifier, comment, entries) : $super.lw.call(this, identifier, comment, entries);
426
423
  };
427
424
  protoOf(WsEnum).toString = function () {
428
- return 'WsEnum(identifier=' + this.t2k_1 + ', comment=' + this.u2k_1 + ', entries=' + toString(this.entries) + ')';
425
+ return 'WsEnum(identifier=' + this.jw_1 + ', comment=' + this.kw_1 + ', entries=' + toString(this.entries) + ')';
429
426
  };
430
427
  protoOf(WsEnum).hashCode = function () {
431
- var result = getStringHashCode(this.t2k_1);
432
- result = imul(result, 31) + (this.u2k_1 == null ? 0 : getStringHashCode(this.u2k_1)) | 0;
428
+ var result = getStringHashCode(this.jw_1);
429
+ result = imul(result, 31) + (this.kw_1 == null ? 0 : getStringHashCode(this.kw_1)) | 0;
433
430
  result = imul(result, 31) + hashCode(this.entries) | 0;
434
431
  return result;
435
432
  };
@@ -438,53 +435,52 @@ protoOf(WsEnum).equals = function (other) {
438
435
  return true;
439
436
  if (!(other instanceof WsEnum))
440
437
  return false;
441
- var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
442
- if (!(this.t2k_1 === tmp0_other_with_cast.t2k_1))
438
+ if (!(this.jw_1 === other.jw_1))
443
439
  return false;
444
- if (!(this.u2k_1 == tmp0_other_with_cast.u2k_1))
440
+ if (!(this.kw_1 == other.kw_1))
445
441
  return false;
446
- if (!equals(this.entries, tmp0_other_with_cast.entries))
442
+ if (!equals(this.entries, other.entries))
447
443
  return false;
448
444
  return true;
449
445
  };
450
446
  function WsUnion(identifier, comment, entries) {
451
- this.w2k_1 = identifier;
452
- this.x2k_1 = comment;
447
+ this.mw_1 = identifier;
448
+ this.nw_1 = comment;
453
449
  this.entries = entries;
454
450
  }
455
- protoOf(WsUnion).x25 = function () {
456
- return this.w2k_1;
451
+ protoOf(WsUnion).xq = function () {
452
+ return this.mw_1;
457
453
  };
458
- protoOf(WsUnion).a2k = function () {
459
- return this.x2k_1;
454
+ protoOf(WsUnion).pv = function () {
455
+ return this.nw_1;
460
456
  };
461
- protoOf(WsUnion).z = function () {
457
+ protoOf(WsUnion).l1 = function () {
462
458
  return this.entries;
463
459
  };
464
- protoOf(WsUnion).sd = function () {
465
- return this.w2k_1;
460
+ protoOf(WsUnion).oe = function () {
461
+ return this.mw_1;
466
462
  };
467
- protoOf(WsUnion).td = function () {
468
- return this.x2k_1;
463
+ protoOf(WsUnion).pe = function () {
464
+ return this.nw_1;
469
465
  };
470
- protoOf(WsUnion).uh = function () {
466
+ protoOf(WsUnion).qj = function () {
471
467
  return this.entries;
472
468
  };
473
- protoOf(WsUnion).y2k = function (identifier, comment, entries) {
469
+ protoOf(WsUnion).ow = function (identifier, comment, entries) {
474
470
  return new WsUnion(identifier, comment, entries);
475
471
  };
476
472
  protoOf(WsUnion).copy = function (identifier, comment, entries, $super) {
477
- identifier = identifier === VOID ? this.w2k_1 : identifier;
478
- comment = comment === VOID ? this.x2k_1 : comment;
473
+ identifier = identifier === VOID ? this.mw_1 : identifier;
474
+ comment = comment === VOID ? this.nw_1 : comment;
479
475
  entries = entries === VOID ? this.entries : entries;
480
- return this.y2k(identifier, comment, entries);
476
+ return $super === VOID ? this.ow(identifier, comment, entries) : $super.ow.call(this, identifier, comment, entries);
481
477
  };
482
478
  protoOf(WsUnion).toString = function () {
483
- return 'WsUnion(identifier=' + this.w2k_1 + ', comment=' + this.x2k_1 + ', entries=' + toString(this.entries) + ')';
479
+ return 'WsUnion(identifier=' + this.mw_1 + ', comment=' + this.nw_1 + ', entries=' + toString(this.entries) + ')';
484
480
  };
485
481
  protoOf(WsUnion).hashCode = function () {
486
- var result = getStringHashCode(this.w2k_1);
487
- result = imul(result, 31) + (this.x2k_1 == null ? 0 : getStringHashCode(this.x2k_1)) | 0;
482
+ var result = getStringHashCode(this.mw_1);
483
+ result = imul(result, 31) + (this.nw_1 == null ? 0 : getStringHashCode(this.nw_1)) | 0;
488
484
  result = imul(result, 31) + hashCode(this.entries) | 0;
489
485
  return result;
490
486
  };
@@ -493,53 +489,52 @@ protoOf(WsUnion).equals = function (other) {
493
489
  return true;
494
490
  if (!(other instanceof WsUnion))
495
491
  return false;
496
- var tmp0_other_with_cast = other instanceof WsUnion ? other : THROW_CCE();
497
- if (!(this.w2k_1 === tmp0_other_with_cast.w2k_1))
492
+ if (!(this.mw_1 === other.mw_1))
498
493
  return false;
499
- if (!(this.x2k_1 == tmp0_other_with_cast.x2k_1))
494
+ if (!(this.nw_1 == other.nw_1))
500
495
  return false;
501
- if (!equals(this.entries, tmp0_other_with_cast.entries))
496
+ if (!equals(this.entries, other.entries))
502
497
  return false;
503
498
  return true;
504
499
  };
505
500
  function WsChannel(identifier, comment, reference) {
506
- this.z2k_1 = identifier;
507
- this.a2l_1 = comment;
501
+ this.pw_1 = identifier;
502
+ this.qw_1 = comment;
508
503
  this.reference = reference;
509
504
  }
510
- protoOf(WsChannel).x25 = function () {
511
- return this.z2k_1;
505
+ protoOf(WsChannel).xq = function () {
506
+ return this.pw_1;
512
507
  };
513
- protoOf(WsChannel).a2k = function () {
514
- return this.a2l_1;
508
+ protoOf(WsChannel).pv = function () {
509
+ return this.qw_1;
515
510
  };
516
- protoOf(WsChannel).b2l = function () {
511
+ protoOf(WsChannel).rw = function () {
517
512
  return this.reference;
518
513
  };
519
- protoOf(WsChannel).sd = function () {
520
- return this.z2k_1;
514
+ protoOf(WsChannel).oe = function () {
515
+ return this.pw_1;
521
516
  };
522
- protoOf(WsChannel).td = function () {
523
- return this.a2l_1;
517
+ protoOf(WsChannel).pe = function () {
518
+ return this.qw_1;
524
519
  };
525
- protoOf(WsChannel).uh = function () {
520
+ protoOf(WsChannel).qj = function () {
526
521
  return this.reference;
527
522
  };
528
- protoOf(WsChannel).c2l = function (identifier, comment, reference) {
523
+ protoOf(WsChannel).sw = function (identifier, comment, reference) {
529
524
  return new WsChannel(identifier, comment, reference);
530
525
  };
531
526
  protoOf(WsChannel).copy = function (identifier, comment, reference, $super) {
532
- identifier = identifier === VOID ? this.z2k_1 : identifier;
533
- comment = comment === VOID ? this.a2l_1 : comment;
527
+ identifier = identifier === VOID ? this.pw_1 : identifier;
528
+ comment = comment === VOID ? this.qw_1 : comment;
534
529
  reference = reference === VOID ? this.reference : reference;
535
- return this.c2l(identifier, comment, reference);
530
+ return $super === VOID ? this.sw(identifier, comment, reference) : $super.sw.call(this, identifier, comment, reference);
536
531
  };
537
532
  protoOf(WsChannel).toString = function () {
538
- return 'WsChannel(identifier=' + this.z2k_1 + ', comment=' + this.a2l_1 + ', reference=' + toString(this.reference) + ')';
533
+ return 'WsChannel(identifier=' + this.pw_1 + ', comment=' + this.qw_1 + ', reference=' + toString(this.reference) + ')';
539
534
  };
540
535
  protoOf(WsChannel).hashCode = function () {
541
- var result = getStringHashCode(this.z2k_1);
542
- result = imul(result, 31) + (this.a2l_1 == null ? 0 : getStringHashCode(this.a2l_1)) | 0;
536
+ var result = getStringHashCode(this.pw_1);
537
+ result = imul(result, 31) + (this.qw_1 == null ? 0 : getStringHashCode(this.qw_1)) | 0;
543
538
  result = imul(result, 31) + hashCode(this.reference) | 0;
544
539
  return result;
545
540
  };
@@ -548,53 +543,52 @@ protoOf(WsChannel).equals = function (other) {
548
543
  return true;
549
544
  if (!(other instanceof WsChannel))
550
545
  return false;
551
- var tmp0_other_with_cast = other instanceof WsChannel ? other : THROW_CCE();
552
- if (!(this.z2k_1 === tmp0_other_with_cast.z2k_1))
546
+ if (!(this.pw_1 === other.pw_1))
553
547
  return false;
554
- if (!(this.a2l_1 == tmp0_other_with_cast.a2l_1))
548
+ if (!(this.qw_1 == other.qw_1))
555
549
  return false;
556
- if (!equals(this.reference, tmp0_other_with_cast.reference))
550
+ if (!equals(this.reference, other.reference))
557
551
  return false;
558
552
  return true;
559
553
  };
560
554
  function WsRefined(identifier, comment, reference) {
561
- this.d2l_1 = identifier;
562
- this.e2l_1 = comment;
555
+ this.tw_1 = identifier;
556
+ this.uw_1 = comment;
563
557
  this.reference = reference;
564
558
  }
565
- protoOf(WsRefined).x25 = function () {
566
- return this.d2l_1;
559
+ protoOf(WsRefined).xq = function () {
560
+ return this.tw_1;
567
561
  };
568
- protoOf(WsRefined).a2k = function () {
569
- return this.e2l_1;
562
+ protoOf(WsRefined).pv = function () {
563
+ return this.uw_1;
570
564
  };
571
- protoOf(WsRefined).b2l = function () {
565
+ protoOf(WsRefined).rw = function () {
572
566
  return this.reference;
573
567
  };
574
- protoOf(WsRefined).sd = function () {
575
- return this.d2l_1;
568
+ protoOf(WsRefined).oe = function () {
569
+ return this.tw_1;
576
570
  };
577
- protoOf(WsRefined).td = function () {
578
- return this.e2l_1;
571
+ protoOf(WsRefined).pe = function () {
572
+ return this.uw_1;
579
573
  };
580
- protoOf(WsRefined).uh = function () {
574
+ protoOf(WsRefined).qj = function () {
581
575
  return this.reference;
582
576
  };
583
- protoOf(WsRefined).c2l = function (identifier, comment, reference) {
577
+ protoOf(WsRefined).sw = function (identifier, comment, reference) {
584
578
  return new WsRefined(identifier, comment, reference);
585
579
  };
586
580
  protoOf(WsRefined).copy = function (identifier, comment, reference, $super) {
587
- identifier = identifier === VOID ? this.d2l_1 : identifier;
588
- comment = comment === VOID ? this.e2l_1 : comment;
581
+ identifier = identifier === VOID ? this.tw_1 : identifier;
582
+ comment = comment === VOID ? this.uw_1 : comment;
589
583
  reference = reference === VOID ? this.reference : reference;
590
- return this.c2l(identifier, comment, reference);
584
+ return $super === VOID ? this.sw(identifier, comment, reference) : $super.sw.call(this, identifier, comment, reference);
591
585
  };
592
586
  protoOf(WsRefined).toString = function () {
593
- return 'WsRefined(identifier=' + this.d2l_1 + ', comment=' + this.e2l_1 + ', reference=' + toString(this.reference) + ')';
587
+ return 'WsRefined(identifier=' + this.tw_1 + ', comment=' + this.uw_1 + ', reference=' + toString(this.reference) + ')';
594
588
  };
595
589
  protoOf(WsRefined).hashCode = function () {
596
- var result = getStringHashCode(this.d2l_1);
597
- result = imul(result, 31) + (this.e2l_1 == null ? 0 : getStringHashCode(this.e2l_1)) | 0;
590
+ var result = getStringHashCode(this.tw_1);
591
+ result = imul(result, 31) + (this.uw_1 == null ? 0 : getStringHashCode(this.uw_1)) | 0;
598
592
  result = imul(result, 31) + hashCode(this.reference) | 0;
599
593
  return result;
600
594
  };
@@ -603,12 +597,11 @@ protoOf(WsRefined).equals = function (other) {
603
597
  return true;
604
598
  if (!(other instanceof WsRefined))
605
599
  return false;
606
- var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
607
- if (!(this.d2l_1 === tmp0_other_with_cast.d2l_1))
600
+ if (!(this.tw_1 === other.tw_1))
608
601
  return false;
609
- if (!(this.e2l_1 == tmp0_other_with_cast.e2l_1))
602
+ if (!(this.uw_1 == other.uw_1))
610
603
  return false;
611
- if (!equals(this.reference, tmp0_other_with_cast.reference))
604
+ if (!equals(this.reference, other.reference))
612
605
  return false;
613
606
  return true;
614
607
  };
@@ -643,7 +636,7 @@ function valueOf(value) {
643
636
  return WsMethod_TRACE_getInstance();
644
637
  default:
645
638
  WsMethod_initEntries();
646
- THROW_IAE('No enum constant value.');
639
+ THROW_IAE('No enum constant community.flock.wirespec.compiler.lib.WsMethod.' + value);
647
640
  break;
648
641
  }
649
642
  }
@@ -669,18 +662,18 @@ function WsSegment() {
669
662
  function WsLiteral(value) {
670
663
  this.value = value;
671
664
  }
672
- protoOf(WsLiteral).b1 = function () {
665
+ protoOf(WsLiteral).n1 = function () {
673
666
  return this.value;
674
667
  };
675
- protoOf(WsLiteral).sd = function () {
668
+ protoOf(WsLiteral).oe = function () {
676
669
  return this.value;
677
670
  };
678
- protoOf(WsLiteral).h2l = function (value) {
671
+ protoOf(WsLiteral).xw = function (value) {
679
672
  return new WsLiteral(value);
680
673
  };
681
674
  protoOf(WsLiteral).copy = function (value, $super) {
682
675
  value = value === VOID ? this.value : value;
683
- return this.h2l(value);
676
+ return $super === VOID ? this.xw(value) : $super.xw.call(this, value);
684
677
  };
685
678
  protoOf(WsLiteral).toString = function () {
686
679
  return 'WsLiteral(value=' + this.value + ')';
@@ -693,8 +686,7 @@ protoOf(WsLiteral).equals = function (other) {
693
686
  return true;
694
687
  if (!(other instanceof WsLiteral))
695
688
  return false;
696
- var tmp0_other_with_cast = other instanceof WsLiteral ? other : THROW_CCE();
697
- if (!(this.value === tmp0_other_with_cast.value))
689
+ if (!(this.value === other.value))
698
690
  return false;
699
691
  return true;
700
692
  };
@@ -702,25 +694,25 @@ function WsParam(identifier, reference) {
702
694
  this.identifier = identifier;
703
695
  this.reference = reference;
704
696
  }
705
- protoOf(WsParam).x25 = function () {
697
+ protoOf(WsParam).xq = function () {
706
698
  return this.identifier;
707
699
  };
708
- protoOf(WsParam).b2l = function () {
700
+ protoOf(WsParam).rw = function () {
709
701
  return this.reference;
710
702
  };
711
- protoOf(WsParam).sd = function () {
703
+ protoOf(WsParam).oe = function () {
712
704
  return this.identifier;
713
705
  };
714
- protoOf(WsParam).td = function () {
706
+ protoOf(WsParam).pe = function () {
715
707
  return this.reference;
716
708
  };
717
- protoOf(WsParam).i2l = function (identifier, reference) {
709
+ protoOf(WsParam).yw = function (identifier, reference) {
718
710
  return new WsParam(identifier, reference);
719
711
  };
720
712
  protoOf(WsParam).copy = function (identifier, reference, $super) {
721
713
  identifier = identifier === VOID ? this.identifier : identifier;
722
714
  reference = reference === VOID ? this.reference : reference;
723
- return this.i2l(identifier, reference);
715
+ return $super === VOID ? this.yw(identifier, reference) : $super.yw.call(this, identifier, reference);
724
716
  };
725
717
  protoOf(WsParam).toString = function () {
726
718
  return 'WsParam(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -735,28 +727,27 @@ protoOf(WsParam).equals = function (other) {
735
727
  return true;
736
728
  if (!(other instanceof WsParam))
737
729
  return false;
738
- var tmp0_other_with_cast = other instanceof WsParam ? other : THROW_CCE();
739
- if (!this.identifier.equals(tmp0_other_with_cast.identifier))
730
+ if (!this.identifier.equals(other.identifier))
740
731
  return false;
741
- if (!equals(this.reference, tmp0_other_with_cast.reference))
732
+ if (!equals(this.reference, other.reference))
742
733
  return false;
743
734
  return true;
744
735
  };
745
736
  function Shape_0(value) {
746
737
  this.value = value;
747
738
  }
748
- protoOf(Shape_0).b1 = function () {
739
+ protoOf(Shape_0).n1 = function () {
749
740
  return this.value;
750
741
  };
751
- protoOf(Shape_0).sd = function () {
742
+ protoOf(Shape_0).oe = function () {
752
743
  return this.value;
753
744
  };
754
- protoOf(Shape_0).f2k = function (value) {
745
+ protoOf(Shape_0).uv = function (value) {
755
746
  return new Shape_0(value);
756
747
  };
757
748
  protoOf(Shape_0).copy = function (value, $super) {
758
749
  value = value === VOID ? this.value : value;
759
- return this.f2k(value);
750
+ return $super === VOID ? this.uv(value) : $super.uv.call(this, value);
760
751
  };
761
752
  protoOf(Shape_0).toString = function () {
762
753
  return 'Shape(value=' + toString(this.value) + ')';
@@ -769,8 +760,7 @@ protoOf(Shape_0).equals = function (other) {
769
760
  return true;
770
761
  if (!(other instanceof Shape_0))
771
762
  return false;
772
- var tmp0_other_with_cast = other instanceof Shape_0 ? other : THROW_CCE();
773
- if (!equals(this.value, tmp0_other_with_cast.value))
763
+ if (!equals(this.value, other.value))
774
764
  return false;
775
765
  return true;
776
766
  };
@@ -778,25 +768,25 @@ function WsField(identifier, reference) {
778
768
  this.identifier = identifier;
779
769
  this.reference = reference;
780
770
  }
781
- protoOf(WsField).x25 = function () {
771
+ protoOf(WsField).xq = function () {
782
772
  return this.identifier;
783
773
  };
784
- protoOf(WsField).b2l = function () {
774
+ protoOf(WsField).rw = function () {
785
775
  return this.reference;
786
776
  };
787
- protoOf(WsField).sd = function () {
777
+ protoOf(WsField).oe = function () {
788
778
  return this.identifier;
789
779
  };
790
- protoOf(WsField).td = function () {
780
+ protoOf(WsField).pe = function () {
791
781
  return this.reference;
792
782
  };
793
- protoOf(WsField).i2l = function (identifier, reference) {
783
+ protoOf(WsField).yw = function (identifier, reference) {
794
784
  return new WsField(identifier, reference);
795
785
  };
796
786
  protoOf(WsField).copy = function (identifier, reference, $super) {
797
787
  identifier = identifier === VOID ? this.identifier : identifier;
798
788
  reference = reference === VOID ? this.reference : reference;
799
- return this.i2l(identifier, reference);
789
+ return $super === VOID ? this.yw(identifier, reference) : $super.yw.call(this, identifier, reference);
800
790
  };
801
791
  protoOf(WsField).toString = function () {
802
792
  return 'WsField(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -811,10 +801,9 @@ protoOf(WsField).equals = function (other) {
811
801
  return true;
812
802
  if (!(other instanceof WsField))
813
803
  return false;
814
- var tmp0_other_with_cast = other instanceof WsField ? other : THROW_CCE();
815
- if (!this.identifier.equals(tmp0_other_with_cast.identifier))
804
+ if (!this.identifier.equals(other.identifier))
816
805
  return false;
817
- if (!equals(this.reference, tmp0_other_with_cast.reference))
806
+ if (!equals(this.reference, other.reference))
818
807
  return false;
819
808
  return true;
820
809
  };
@@ -823,18 +812,18 @@ function WsIdentifier() {
823
812
  function WsClassIdentifier(value) {
824
813
  this.value = value;
825
814
  }
826
- protoOf(WsClassIdentifier).b1 = function () {
815
+ protoOf(WsClassIdentifier).n1 = function () {
827
816
  return this.value;
828
817
  };
829
- protoOf(WsClassIdentifier).sd = function () {
818
+ protoOf(WsClassIdentifier).oe = function () {
830
819
  return this.value;
831
820
  };
832
- protoOf(WsClassIdentifier).h2l = function (value) {
821
+ protoOf(WsClassIdentifier).xw = function (value) {
833
822
  return new WsClassIdentifier(value);
834
823
  };
835
824
  protoOf(WsClassIdentifier).copy = function (value, $super) {
836
825
  value = value === VOID ? this.value : value;
837
- return this.h2l(value);
826
+ return $super === VOID ? this.xw(value) : $super.xw.call(this, value);
838
827
  };
839
828
  protoOf(WsClassIdentifier).toString = function () {
840
829
  return 'WsClassIdentifier(value=' + this.value + ')';
@@ -847,26 +836,25 @@ protoOf(WsClassIdentifier).equals = function (other) {
847
836
  return true;
848
837
  if (!(other instanceof WsClassIdentifier))
849
838
  return false;
850
- var tmp0_other_with_cast = other instanceof WsClassIdentifier ? other : THROW_CCE();
851
- if (!(this.value === tmp0_other_with_cast.value))
839
+ if (!(this.value === other.value))
852
840
  return false;
853
841
  return true;
854
842
  };
855
843
  function WsFieldIdentifier(value) {
856
844
  this.value = value;
857
845
  }
858
- protoOf(WsFieldIdentifier).b1 = function () {
846
+ protoOf(WsFieldIdentifier).n1 = function () {
859
847
  return this.value;
860
848
  };
861
- protoOf(WsFieldIdentifier).sd = function () {
849
+ protoOf(WsFieldIdentifier).oe = function () {
862
850
  return this.value;
863
851
  };
864
- protoOf(WsFieldIdentifier).h2l = function (value) {
852
+ protoOf(WsFieldIdentifier).xw = function (value) {
865
853
  return new WsFieldIdentifier(value);
866
854
  };
867
855
  protoOf(WsFieldIdentifier).copy = function (value, $super) {
868
856
  value = value === VOID ? this.value : value;
869
- return this.h2l(value);
857
+ return $super === VOID ? this.xw(value) : $super.xw.call(this, value);
870
858
  };
871
859
  protoOf(WsFieldIdentifier).toString = function () {
872
860
  return 'WsFieldIdentifier(value=' + this.value + ')';
@@ -879,107 +867,104 @@ protoOf(WsFieldIdentifier).equals = function (other) {
879
867
  return true;
880
868
  if (!(other instanceof WsFieldIdentifier))
881
869
  return false;
882
- var tmp0_other_with_cast = other instanceof WsFieldIdentifier ? other : THROW_CCE();
883
- if (!(this.value === tmp0_other_with_cast.value))
870
+ if (!(this.value === other.value))
884
871
  return false;
885
872
  return true;
886
873
  };
887
874
  function WsReference() {
888
875
  }
889
876
  function WsAny(isNullable) {
890
- this.j2l_1 = isNullable;
877
+ this.zw_1 = isNullable;
891
878
  }
892
- protoOf(WsAny).jm = function () {
893
- return this.j2l_1;
879
+ protoOf(WsAny).fu = function () {
880
+ return this.zw_1;
894
881
  };
895
- protoOf(WsAny).sd = function () {
896
- return this.j2l_1;
882
+ protoOf(WsAny).oe = function () {
883
+ return this.zw_1;
897
884
  };
898
- protoOf(WsAny).e29 = function (isNullable) {
885
+ protoOf(WsAny).gu = function (isNullable) {
899
886
  return new WsAny(isNullable);
900
887
  };
901
888
  protoOf(WsAny).copy = function (isNullable, $super) {
902
- isNullable = isNullable === VOID ? this.j2l_1 : isNullable;
903
- return this.e29(isNullable);
889
+ isNullable = isNullable === VOID ? this.zw_1 : isNullable;
890
+ return $super === VOID ? this.gu(isNullable) : $super.gu.call(this, isNullable);
904
891
  };
905
892
  protoOf(WsAny).toString = function () {
906
- return 'WsAny(isNullable=' + this.j2l_1 + ')';
893
+ return 'WsAny(isNullable=' + this.zw_1 + ')';
907
894
  };
908
895
  protoOf(WsAny).hashCode = function () {
909
- return getBooleanHashCode(this.j2l_1);
896
+ return getBooleanHashCode(this.zw_1);
910
897
  };
911
898
  protoOf(WsAny).equals = function (other) {
912
899
  if (this === other)
913
900
  return true;
914
901
  if (!(other instanceof WsAny))
915
902
  return false;
916
- var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
917
- if (!(this.j2l_1 === tmp0_other_with_cast.j2l_1))
903
+ if (!(this.zw_1 === other.zw_1))
918
904
  return false;
919
905
  return true;
920
906
  };
921
907
  function WsUnit(isNullable) {
922
- this.k2l_1 = isNullable;
908
+ this.ax_1 = isNullable;
923
909
  }
924
- protoOf(WsUnit).jm = function () {
925
- return this.k2l_1;
910
+ protoOf(WsUnit).fu = function () {
911
+ return this.ax_1;
926
912
  };
927
- protoOf(WsUnit).sd = function () {
928
- return this.k2l_1;
913
+ protoOf(WsUnit).oe = function () {
914
+ return this.ax_1;
929
915
  };
930
- protoOf(WsUnit).e29 = function (isNullable) {
916
+ protoOf(WsUnit).gu = function (isNullable) {
931
917
  return new WsUnit(isNullable);
932
918
  };
933
919
  protoOf(WsUnit).copy = function (isNullable, $super) {
934
- isNullable = isNullable === VOID ? this.k2l_1 : isNullable;
935
- return this.e29(isNullable);
920
+ isNullable = isNullable === VOID ? this.ax_1 : isNullable;
921
+ return $super === VOID ? this.gu(isNullable) : $super.gu.call(this, isNullable);
936
922
  };
937
923
  protoOf(WsUnit).toString = function () {
938
- return 'WsUnit(isNullable=' + this.k2l_1 + ')';
924
+ return 'WsUnit(isNullable=' + this.ax_1 + ')';
939
925
  };
940
926
  protoOf(WsUnit).hashCode = function () {
941
- return getBooleanHashCode(this.k2l_1);
927
+ return getBooleanHashCode(this.ax_1);
942
928
  };
943
929
  protoOf(WsUnit).equals = function (other) {
944
930
  if (this === other)
945
931
  return true;
946
932
  if (!(other instanceof WsUnit))
947
933
  return false;
948
- var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
949
- if (!(this.k2l_1 === tmp0_other_with_cast.k2l_1))
934
+ if (!(this.ax_1 === other.ax_1))
950
935
  return false;
951
936
  return true;
952
937
  };
953
938
  function WsIterable(reference, isNullable) {
954
939
  this.reference = reference;
955
- this.l2l_1 = isNullable;
940
+ this.bx_1 = isNullable;
956
941
  }
957
- protoOf(WsIterable).b2l = function () {
942
+ protoOf(WsIterable).rw = function () {
958
943
  return this.reference;
959
944
  };
960
- protoOf(WsIterable).jm = function () {
961
- return this.l2l_1;
945
+ protoOf(WsIterable).fu = function () {
946
+ return this.bx_1;
962
947
  };
963
- protoOf(WsIterable).sd = function () {
948
+ protoOf(WsIterable).oe = function () {
964
949
  return this.reference;
965
950
  };
966
- protoOf(WsIterable).td = function () {
967
- return this.l2l_1;
951
+ protoOf(WsIterable).pe = function () {
952
+ return this.bx_1;
968
953
  };
969
- protoOf(WsIterable).m2l = function (reference, isNullable) {
954
+ protoOf(WsIterable).cx = function (reference, isNullable) {
970
955
  return new WsIterable(reference, isNullable);
971
956
  };
972
957
  protoOf(WsIterable).copy = function (reference, isNullable, $super) {
973
958
  reference = reference === VOID ? this.reference : reference;
974
- isNullable = isNullable === VOID ? this.l2l_1 : isNullable;
975
- return this.m2l(reference, isNullable);
959
+ isNullable = isNullable === VOID ? this.bx_1 : isNullable;
960
+ return $super === VOID ? this.cx(reference, isNullable) : $super.cx.call(this, reference, isNullable);
976
961
  };
977
962
  protoOf(WsIterable).toString = function () {
978
- return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.l2l_1 + ')';
963
+ return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.bx_1 + ')';
979
964
  };
980
965
  protoOf(WsIterable).hashCode = function () {
981
966
  var result = hashCode(this.reference);
982
- result = imul(result, 31) + getBooleanHashCode(this.l2l_1) | 0;
967
+ result = imul(result, 31) + getBooleanHashCode(this.bx_1) | 0;
983
968
  return result;
984
969
  };
985
970
  protoOf(WsIterable).equals = function (other) {
@@ -987,43 +972,42 @@ protoOf(WsIterable).equals = function (other) {
987
972
  return true;
988
973
  if (!(other instanceof WsIterable))
989
974
  return false;
990
- var tmp0_other_with_cast = other instanceof WsIterable ? other : THROW_CCE();
991
- if (!equals(this.reference, tmp0_other_with_cast.reference))
975
+ if (!equals(this.reference, other.reference))
992
976
  return false;
993
- if (!(this.l2l_1 === tmp0_other_with_cast.l2l_1))
977
+ if (!(this.bx_1 === other.bx_1))
994
978
  return false;
995
979
  return true;
996
980
  };
997
981
  function WsDict(reference, isNullable) {
998
982
  this.reference = reference;
999
- this.n2l_1 = isNullable;
983
+ this.dx_1 = isNullable;
1000
984
  }
1001
- protoOf(WsDict).b2l = function () {
985
+ protoOf(WsDict).rw = function () {
1002
986
  return this.reference;
1003
987
  };
1004
- protoOf(WsDict).jm = function () {
1005
- return this.n2l_1;
988
+ protoOf(WsDict).fu = function () {
989
+ return this.dx_1;
1006
990
  };
1007
- protoOf(WsDict).sd = function () {
991
+ protoOf(WsDict).oe = function () {
1008
992
  return this.reference;
1009
993
  };
1010
- protoOf(WsDict).td = function () {
1011
- return this.n2l_1;
994
+ protoOf(WsDict).pe = function () {
995
+ return this.dx_1;
1012
996
  };
1013
- protoOf(WsDict).m2l = function (reference, isNullable) {
997
+ protoOf(WsDict).cx = function (reference, isNullable) {
1014
998
  return new WsDict(reference, isNullable);
1015
999
  };
1016
1000
  protoOf(WsDict).copy = function (reference, isNullable, $super) {
1017
1001
  reference = reference === VOID ? this.reference : reference;
1018
- isNullable = isNullable === VOID ? this.n2l_1 : isNullable;
1019
- return this.m2l(reference, isNullable);
1002
+ isNullable = isNullable === VOID ? this.dx_1 : isNullable;
1003
+ return $super === VOID ? this.cx(reference, isNullable) : $super.cx.call(this, reference, isNullable);
1020
1004
  };
1021
1005
  protoOf(WsDict).toString = function () {
1022
- return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.n2l_1 + ')';
1006
+ return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.dx_1 + ')';
1023
1007
  };
1024
1008
  protoOf(WsDict).hashCode = function () {
1025
1009
  var result = hashCode(this.reference);
1026
- result = imul(result, 31) + getBooleanHashCode(this.n2l_1) | 0;
1010
+ result = imul(result, 31) + getBooleanHashCode(this.dx_1) | 0;
1027
1011
  return result;
1028
1012
  };
1029
1013
  protoOf(WsDict).equals = function (other) {
@@ -1031,43 +1015,42 @@ protoOf(WsDict).equals = function (other) {
1031
1015
  return true;
1032
1016
  if (!(other instanceof WsDict))
1033
1017
  return false;
1034
- var tmp0_other_with_cast = other instanceof WsDict ? other : THROW_CCE();
1035
- if (!equals(this.reference, tmp0_other_with_cast.reference))
1018
+ if (!equals(this.reference, other.reference))
1036
1019
  return false;
1037
- if (!(this.n2l_1 === tmp0_other_with_cast.n2l_1))
1020
+ if (!(this.dx_1 === other.dx_1))
1038
1021
  return false;
1039
1022
  return true;
1040
1023
  };
1041
1024
  function WsCustom(value, isNullable) {
1042
1025
  this.value = value;
1043
- this.o2l_1 = isNullable;
1026
+ this.ex_1 = isNullable;
1044
1027
  }
1045
- protoOf(WsCustom).b1 = function () {
1028
+ protoOf(WsCustom).n1 = function () {
1046
1029
  return this.value;
1047
1030
  };
1048
- protoOf(WsCustom).jm = function () {
1049
- return this.o2l_1;
1031
+ protoOf(WsCustom).fu = function () {
1032
+ return this.ex_1;
1050
1033
  };
1051
- protoOf(WsCustom).sd = function () {
1034
+ protoOf(WsCustom).oe = function () {
1052
1035
  return this.value;
1053
1036
  };
1054
- protoOf(WsCustom).td = function () {
1055
- return this.o2l_1;
1037
+ protoOf(WsCustom).pe = function () {
1038
+ return this.ex_1;
1056
1039
  };
1057
- protoOf(WsCustom).n29 = function (value, isNullable) {
1040
+ protoOf(WsCustom).pu = function (value, isNullable) {
1058
1041
  return new WsCustom(value, isNullable);
1059
1042
  };
1060
1043
  protoOf(WsCustom).copy = function (value, isNullable, $super) {
1061
1044
  value = value === VOID ? this.value : value;
1062
- isNullable = isNullable === VOID ? this.o2l_1 : isNullable;
1063
- return this.n29(value, isNullable);
1045
+ isNullable = isNullable === VOID ? this.ex_1 : isNullable;
1046
+ return $super === VOID ? this.pu(value, isNullable) : $super.pu.call(this, value, isNullable);
1064
1047
  };
1065
1048
  protoOf(WsCustom).toString = function () {
1066
- return 'WsCustom(value=' + this.value + ', isNullable=' + this.o2l_1 + ')';
1049
+ return 'WsCustom(value=' + this.value + ', isNullable=' + this.ex_1 + ')';
1067
1050
  };
1068
1051
  protoOf(WsCustom).hashCode = function () {
1069
1052
  var result = getStringHashCode(this.value);
1070
- result = imul(result, 31) + getBooleanHashCode(this.o2l_1) | 0;
1053
+ result = imul(result, 31) + getBooleanHashCode(this.ex_1) | 0;
1071
1054
  return result;
1072
1055
  };
1073
1056
  protoOf(WsCustom).equals = function (other) {
@@ -1075,43 +1058,42 @@ protoOf(WsCustom).equals = function (other) {
1075
1058
  return true;
1076
1059
  if (!(other instanceof WsCustom))
1077
1060
  return false;
1078
- var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
1079
- if (!(this.value === tmp0_other_with_cast.value))
1061
+ if (!(this.value === other.value))
1080
1062
  return false;
1081
- if (!(this.o2l_1 === tmp0_other_with_cast.o2l_1))
1063
+ if (!(this.ex_1 === other.ex_1))
1082
1064
  return false;
1083
1065
  return true;
1084
1066
  };
1085
1067
  function WsPrimitive(type, isNullable) {
1086
1068
  this.type = type;
1087
- this.p2l_1 = isNullable;
1069
+ this.fx_1 = isNullable;
1088
1070
  }
1089
- protoOf(WsPrimitive).d1l = function () {
1071
+ protoOf(WsPrimitive).gx = function () {
1090
1072
  return this.type;
1091
1073
  };
1092
- protoOf(WsPrimitive).jm = function () {
1093
- return this.p2l_1;
1074
+ protoOf(WsPrimitive).fu = function () {
1075
+ return this.fx_1;
1094
1076
  };
1095
- protoOf(WsPrimitive).sd = function () {
1077
+ protoOf(WsPrimitive).oe = function () {
1096
1078
  return this.type;
1097
1079
  };
1098
- protoOf(WsPrimitive).td = function () {
1099
- return this.p2l_1;
1080
+ protoOf(WsPrimitive).pe = function () {
1081
+ return this.fx_1;
1100
1082
  };
1101
- protoOf(WsPrimitive).q2l = function (type, isNullable) {
1083
+ protoOf(WsPrimitive).hx = function (type, isNullable) {
1102
1084
  return new WsPrimitive(type, isNullable);
1103
1085
  };
1104
1086
  protoOf(WsPrimitive).copy = function (type, isNullable, $super) {
1105
1087
  type = type === VOID ? this.type : type;
1106
- isNullable = isNullable === VOID ? this.p2l_1 : isNullable;
1107
- return this.q2l(type, isNullable);
1088
+ isNullable = isNullable === VOID ? this.fx_1 : isNullable;
1089
+ return $super === VOID ? this.hx(type, isNullable) : $super.hx.call(this, type, isNullable);
1108
1090
  };
1109
1091
  protoOf(WsPrimitive).toString = function () {
1110
- return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.p2l_1 + ')';
1092
+ return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.fx_1 + ')';
1111
1093
  };
1112
1094
  protoOf(WsPrimitive).hashCode = function () {
1113
1095
  var result = this.type.hashCode();
1114
- result = imul(result, 31) + getBooleanHashCode(this.p2l_1) | 0;
1096
+ result = imul(result, 31) + getBooleanHashCode(this.fx_1) | 0;
1115
1097
  return result;
1116
1098
  };
1117
1099
  protoOf(WsPrimitive).equals = function (other) {
@@ -1119,10 +1101,9 @@ protoOf(WsPrimitive).equals = function (other) {
1119
1101
  return true;
1120
1102
  if (!(other instanceof WsPrimitive))
1121
1103
  return false;
1122
- var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
1123
- if (!this.type.equals(tmp0_other_with_cast.type))
1104
+ if (!this.type.equals(other.type))
1124
1105
  return false;
1125
- if (!(this.p2l_1 === tmp0_other_with_cast.p2l_1))
1106
+ if (!(this.fx_1 === other.fx_1))
1126
1107
  return false;
1127
1108
  return true;
1128
1109
  };
@@ -1154,7 +1135,7 @@ function valueOf_0(value) {
1154
1135
  return WsPrimitiveType_Bytes_getInstance();
1155
1136
  default:
1156
1137
  WsPrimitiveType_initEntries();
1157
- THROW_IAE('No enum constant value.');
1138
+ THROW_IAE('No enum constant community.flock.wirespec.compiler.lib.WsPrimitiveType.' + value);
1158
1139
  break;
1159
1140
  }
1160
1141
  }
@@ -1177,18 +1158,18 @@ function WsPrimitiveType(name, ordinal) {
1177
1158
  function WsRequest(content) {
1178
1159
  this.content = content;
1179
1160
  }
1180
- protoOf(WsRequest).u17 = function () {
1161
+ protoOf(WsRequest).kx = function () {
1181
1162
  return this.content;
1182
1163
  };
1183
- protoOf(WsRequest).sd = function () {
1164
+ protoOf(WsRequest).oe = function () {
1184
1165
  return this.content;
1185
1166
  };
1186
- protoOf(WsRequest).t2l = function (content) {
1167
+ protoOf(WsRequest).lx = function (content) {
1187
1168
  return new WsRequest(content);
1188
1169
  };
1189
1170
  protoOf(WsRequest).copy = function (content, $super) {
1190
1171
  content = content === VOID ? this.content : content;
1191
- return this.t2l(content);
1172
+ return $super === VOID ? this.lx(content) : $super.lx.call(this, content);
1192
1173
  };
1193
1174
  protoOf(WsRequest).toString = function () {
1194
1175
  return 'WsRequest(content=' + toString_0(this.content) + ')';
@@ -1201,8 +1182,7 @@ protoOf(WsRequest).equals = function (other) {
1201
1182
  return true;
1202
1183
  if (!(other instanceof WsRequest))
1203
1184
  return false;
1204
- var tmp0_other_with_cast = other instanceof WsRequest ? other : THROW_CCE();
1205
- if (!equals(this.content, tmp0_other_with_cast.content))
1185
+ if (!equals(this.content, other.content))
1206
1186
  return false;
1207
1187
  return true;
1208
1188
  };
@@ -1211,32 +1191,32 @@ function WsResponse(status, headers, content) {
1211
1191
  this.headers = headers;
1212
1192
  this.content = content;
1213
1193
  }
1214
- protoOf(WsResponse).u2l = function () {
1194
+ protoOf(WsResponse).mx = function () {
1215
1195
  return this.status;
1216
1196
  };
1217
- protoOf(WsResponse).l2k = function () {
1197
+ protoOf(WsResponse).aw = function () {
1218
1198
  return this.headers;
1219
1199
  };
1220
- protoOf(WsResponse).u17 = function () {
1200
+ protoOf(WsResponse).kx = function () {
1221
1201
  return this.content;
1222
1202
  };
1223
- protoOf(WsResponse).sd = function () {
1203
+ protoOf(WsResponse).oe = function () {
1224
1204
  return this.status;
1225
1205
  };
1226
- protoOf(WsResponse).td = function () {
1206
+ protoOf(WsResponse).pe = function () {
1227
1207
  return this.headers;
1228
1208
  };
1229
- protoOf(WsResponse).uh = function () {
1209
+ protoOf(WsResponse).qj = function () {
1230
1210
  return this.content;
1231
1211
  };
1232
- protoOf(WsResponse).v2l = function (status, headers, content) {
1212
+ protoOf(WsResponse).nx = function (status, headers, content) {
1233
1213
  return new WsResponse(status, headers, content);
1234
1214
  };
1235
1215
  protoOf(WsResponse).copy = function (status, headers, content, $super) {
1236
1216
  status = status === VOID ? this.status : status;
1237
1217
  headers = headers === VOID ? this.headers : headers;
1238
1218
  content = content === VOID ? this.content : content;
1239
- return this.v2l(status, headers, content);
1219
+ return $super === VOID ? this.nx(status, headers, content) : $super.nx.call(this, status, headers, content);
1240
1220
  };
1241
1221
  protoOf(WsResponse).toString = function () {
1242
1222
  return 'WsResponse(status=' + this.status + ', headers=' + toString(this.headers) + ', content=' + toString_0(this.content) + ')';
@@ -1252,12 +1232,11 @@ protoOf(WsResponse).equals = function (other) {
1252
1232
  return true;
1253
1233
  if (!(other instanceof WsResponse))
1254
1234
  return false;
1255
- var tmp0_other_with_cast = other instanceof WsResponse ? other : THROW_CCE();
1256
- if (!(this.status === tmp0_other_with_cast.status))
1235
+ if (!(this.status === other.status))
1257
1236
  return false;
1258
- if (!equals(this.headers, tmp0_other_with_cast.headers))
1237
+ if (!equals(this.headers, other.headers))
1259
1238
  return false;
1260
- if (!equals(this.content, tmp0_other_with_cast.content))
1239
+ if (!equals(this.content, other.content))
1261
1240
  return false;
1262
1241
  return true;
1263
1242
  };
@@ -1267,32 +1246,32 @@ function WsContent(type, reference, isNullable) {
1267
1246
  this.reference = reference;
1268
1247
  this.isNullable = isNullable;
1269
1248
  }
1270
- protoOf(WsContent).d1l = function () {
1249
+ protoOf(WsContent).gx = function () {
1271
1250
  return this.type;
1272
1251
  };
1273
- protoOf(WsContent).b2l = function () {
1252
+ protoOf(WsContent).rw = function () {
1274
1253
  return this.reference;
1275
1254
  };
1276
- protoOf(WsContent).jm = function () {
1255
+ protoOf(WsContent).fu = function () {
1277
1256
  return this.isNullable;
1278
1257
  };
1279
- protoOf(WsContent).sd = function () {
1258
+ protoOf(WsContent).oe = function () {
1280
1259
  return this.type;
1281
1260
  };
1282
- protoOf(WsContent).td = function () {
1261
+ protoOf(WsContent).pe = function () {
1283
1262
  return this.reference;
1284
1263
  };
1285
- protoOf(WsContent).uh = function () {
1264
+ protoOf(WsContent).qj = function () {
1286
1265
  return this.isNullable;
1287
1266
  };
1288
- protoOf(WsContent).w2l = function (type, reference, isNullable) {
1267
+ protoOf(WsContent).ox = function (type, reference, isNullable) {
1289
1268
  return new WsContent(type, reference, isNullable);
1290
1269
  };
1291
1270
  protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
1292
1271
  type = type === VOID ? this.type : type;
1293
1272
  reference = reference === VOID ? this.reference : reference;
1294
1273
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
1295
- return this.w2l(type, reference, isNullable);
1274
+ return $super === VOID ? this.ox(type, reference, isNullable) : $super.ox.call(this, type, reference, isNullable);
1296
1275
  };
1297
1276
  protoOf(WsContent).toString = function () {
1298
1277
  return 'WsContent(type=' + this.type + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
@@ -1308,20 +1287,19 @@ protoOf(WsContent).equals = function (other) {
1308
1287
  return true;
1309
1288
  if (!(other instanceof WsContent))
1310
1289
  return false;
1311
- var tmp0_other_with_cast = other instanceof WsContent ? other : THROW_CCE();
1312
- if (!(this.type === tmp0_other_with_cast.type))
1290
+ if (!(this.type === other.type))
1313
1291
  return false;
1314
- if (!equals(this.reference, tmp0_other_with_cast.reference))
1292
+ if (!equals(this.reference, other.reference))
1315
1293
  return false;
1316
- if (!(this.isNullable === tmp0_other_with_cast.isNullable))
1294
+ if (!(this.isNullable === other.isNullable))
1317
1295
  return false;
1318
1296
  return true;
1319
1297
  };
1320
1298
  function produce(_this__u8e3s4) {
1321
1299
  var tmp;
1322
1300
  if (_this__u8e3s4 instanceof Type) {
1323
- var tmp_0 = _this__u8e3s4.x23_1.b1();
1324
- var tmp1_safe_receiver = _this__u8e3s4.v23_1;
1301
+ var tmp_0 = _this__u8e3s4.xo_1.n1();
1302
+ var tmp1_safe_receiver = _this__u8e3s4.vo_1;
1325
1303
  var tmp_1;
1326
1304
  var tmp_2 = tmp1_safe_receiver;
1327
1305
  if ((tmp_2 == null ? null : new Comment(tmp_2)) == null) {
@@ -1329,11 +1307,11 @@ function produce(_this__u8e3s4) {
1329
1307
  } else {
1330
1308
  tmp_1 = _Comment___get_value__impl__8r3pla(tmp1_safe_receiver);
1331
1309
  }
1332
- tmp = new WsType(tmp_0, tmp_1, produce_1(_this__u8e3s4.y23_1));
1310
+ tmp = new WsType(tmp_0, tmp_1, produce_0(_this__u8e3s4.yo_1));
1333
1311
  } else {
1334
1312
  if (_this__u8e3s4 instanceof Endpoint) {
1335
- var tmp_3 = _this__u8e3s4.g24_1.b1();
1336
- var tmp2_safe_receiver = _this__u8e3s4.e24_1;
1313
+ var tmp_3 = _this__u8e3s4.gp_1.n1();
1314
+ var tmp2_safe_receiver = _this__u8e3s4.ep_1;
1337
1315
  var tmp_4;
1338
1316
  var tmp_5 = tmp2_safe_receiver;
1339
1317
  if ((tmp_5 == null ? null : new Comment(tmp_5)) == null) {
@@ -1341,11 +1319,11 @@ function produce(_this__u8e3s4) {
1341
1319
  } else {
1342
1320
  tmp_4 = _Comment___get_value__impl__8r3pla(tmp2_safe_receiver);
1343
1321
  }
1344
- tmp = new WsEndpoint(tmp_3, tmp_4, produce_2(_this__u8e3s4.h24_1), produce_3(_this__u8e3s4.i24_1), produce_4(_this__u8e3s4.j24_1), produce_4(_this__u8e3s4.k24_1), produce_5(_this__u8e3s4.l24_1), produce_6(_this__u8e3s4.m24_1));
1322
+ tmp = new WsEndpoint(tmp_3, tmp_4, produce_1(_this__u8e3s4.hp_1), produce_2(_this__u8e3s4.ip_1), produce_3(_this__u8e3s4.jp_1), produce_3(_this__u8e3s4.kp_1), produce_4(_this__u8e3s4.lp_1), produce_5(_this__u8e3s4.mp_1));
1345
1323
  } else {
1346
1324
  if (_this__u8e3s4 instanceof Enum_0) {
1347
- var tmp_6 = _this__u8e3s4.i26_1.b1();
1348
- var tmp3_safe_receiver = _this__u8e3s4.g26_1;
1325
+ var tmp_6 = _this__u8e3s4.ir_1.n1();
1326
+ var tmp3_safe_receiver = _this__u8e3s4.gr_1;
1349
1327
  var tmp_7;
1350
1328
  var tmp_8 = tmp3_safe_receiver;
1351
1329
  if ((tmp_8 == null ? null : new Comment(tmp_8)) == null) {
@@ -1355,13 +1333,13 @@ function produce(_this__u8e3s4) {
1355
1333
  }
1356
1334
  var tmp_9 = tmp_7;
1357
1335
  // Inline function 'kotlin.collections.toTypedArray' call
1358
- var this_0 = _this__u8e3s4.j26_1;
1336
+ var this_0 = _this__u8e3s4.jr_1;
1359
1337
  var tmp$ret$0 = copyToArray(this_0);
1360
1338
  tmp = new WsEnum(tmp_6, tmp_9, tmp$ret$0);
1361
1339
  } else {
1362
1340
  if (_this__u8e3s4 instanceof Refined) {
1363
- var tmp_10 = _this__u8e3s4.d26_1.b1();
1364
- var tmp4_safe_receiver = _this__u8e3s4.b26_1;
1341
+ var tmp_10 = _this__u8e3s4.dr_1.n1();
1342
+ var tmp4_safe_receiver = _this__u8e3s4.br_1;
1365
1343
  var tmp_11;
1366
1344
  var tmp_12 = tmp4_safe_receiver;
1367
1345
  if ((tmp_12 == null ? null : new Comment(tmp_12)) == null) {
@@ -1369,11 +1347,11 @@ function produce(_this__u8e3s4) {
1369
1347
  } else {
1370
1348
  tmp_11 = _Comment___get_value__impl__8r3pla(tmp4_safe_receiver);
1371
1349
  }
1372
- tmp = new WsRefined(tmp_10, tmp_11, produce_7(_this__u8e3s4.e26_1));
1350
+ tmp = new WsRefined(tmp_10, tmp_11, produce_6(_this__u8e3s4.er_1));
1373
1351
  } else {
1374
1352
  if (_this__u8e3s4 instanceof Union) {
1375
- var tmp_13 = _this__u8e3s4.s23_1.b1();
1376
- var tmp5_safe_receiver = _this__u8e3s4.q23_1;
1353
+ var tmp_13 = _this__u8e3s4.so_1.n1();
1354
+ var tmp5_safe_receiver = _this__u8e3s4.qo_1;
1377
1355
  var tmp_14;
1378
1356
  var tmp_15 = tmp5_safe_receiver;
1379
1357
  if ((tmp_15 == null ? null : new Comment(tmp_15)) == null) {
@@ -1382,24 +1360,23 @@ function produce(_this__u8e3s4) {
1382
1360
  tmp_14 = _Comment___get_value__impl__8r3pla(tmp5_safe_receiver);
1383
1361
  }
1384
1362
  var tmp_16 = tmp_14;
1385
- // Inline function 'kotlin.collections.toTypedArray' call
1386
1363
  // Inline function 'kotlin.collections.map' call
1387
- var this_1 = _this__u8e3s4.t23_1;
1364
+ var this_1 = _this__u8e3s4.to_1;
1388
1365
  // Inline function 'kotlin.collections.mapTo' call
1389
1366
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1390
- var tmp0_iterator = this_1.g();
1391
- while (tmp0_iterator.h()) {
1392
- var item = tmp0_iterator.i();
1393
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1394
- var tmp$ret$1 = produce_7(item);
1395
- destination.e(tmp$ret$1);
1367
+ var _iterator__ex2g4s = this_1.t();
1368
+ while (_iterator__ex2g4s.u()) {
1369
+ var item = _iterator__ex2g4s.v();
1370
+ var tmp$ret$1 = produce_6(item);
1371
+ destination.x(tmp$ret$1);
1396
1372
  }
1373
+ // Inline function 'kotlin.collections.toTypedArray' call
1397
1374
  var tmp$ret$4 = copyToArray(destination);
1398
1375
  tmp = new WsUnion(tmp_13, tmp_16, tmp$ret$4);
1399
1376
  } else {
1400
1377
  if (_this__u8e3s4 instanceof Channel) {
1401
- var tmp_17 = _this__u8e3s4.o23_1.b1();
1402
- var tmp6_safe_receiver = _this__u8e3s4.m23_1;
1378
+ var tmp_17 = _this__u8e3s4.oo_1.n1();
1379
+ var tmp6_safe_receiver = _this__u8e3s4.mo_1;
1403
1380
  var tmp_18;
1404
1381
  var tmp_19 = tmp6_safe_receiver;
1405
1382
  if ((tmp_19 == null ? null : new Comment(tmp_19)) == null) {
@@ -1407,7 +1384,7 @@ function produce(_this__u8e3s4) {
1407
1384
  } else {
1408
1385
  tmp_18 = _Comment___get_value__impl__8r3pla(tmp6_safe_receiver);
1409
1386
  }
1410
- tmp = new WsChannel(tmp_17, tmp_18, produce_7(_this__u8e3s4.p23_1));
1387
+ tmp = new WsChannel(tmp_17, tmp_18, produce_6(_this__u8e3s4.po_1));
1411
1388
  } else {
1412
1389
  noWhenBranchMatchedException();
1413
1390
  }
@@ -1419,62 +1396,23 @@ function produce(_this__u8e3s4) {
1419
1396
  return tmp;
1420
1397
  }
1421
1398
  function produce_0(_this__u8e3s4) {
1422
- // Inline function 'kotlin.collections.toTypedArray' call
1423
- // Inline function 'arrow.core.NonEmptyList.map' call
1424
- var this_0 = _this__u8e3s4.d25_1;
1425
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1426
- var it = this_0.pk_1;
1427
- var tmp = produce_8(it);
1428
1399
  // Inline function 'kotlin.collections.map' call
1429
- var this_1 = this_0.qk_1;
1430
- // Inline function 'kotlin.collections.mapTo' call
1431
- var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1432
- var tmp0_iterator = this_1.g();
1433
- while (tmp0_iterator.h()) {
1434
- var item = tmp0_iterator.i();
1435
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1436
- var tmp$ret$1 = produce_8(item);
1437
- destination.e(tmp$ret$1);
1438
- }
1439
- var this_2 = new NonEmptyList(tmp, destination);
1440
- var tmp$ret$5 = copyToArray(this_2);
1441
- return new WsAST(tmp$ret$5);
1442
- }
1443
- function consume(_this__u8e3s4) {
1444
- // Inline function 'kotlin.collections.map' call
1445
- var this_0 = _this__u8e3s4.modules;
1446
- // Inline function 'kotlin.collections.mapTo' call
1447
- var destination = ArrayList_init_$Create$(this_0.length);
1448
- var inductionVariable = 0;
1449
- var last = this_0.length;
1450
- while (inductionVariable < last) {
1451
- var item = this_0[inductionVariable];
1452
- inductionVariable = inductionVariable + 1 | 0;
1453
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1454
- var tmp$ret$0 = consume_0(item);
1455
- destination.e(tmp$ret$0);
1456
- }
1457
- return new Root(ensureNotNull(toNonEmptyListOrNull(destination)));
1458
- }
1459
- function produce_1(_this__u8e3s4) {
1460
- // Inline function 'kotlin.collections.toTypedArray' call
1461
- // Inline function 'kotlin.collections.map' call
1462
- var this_0 = _this__u8e3s4.u23_1;
1400
+ var this_0 = _this__u8e3s4.uo_1;
1463
1401
  // Inline function 'kotlin.collections.mapTo' call
1464
1402
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1465
- var tmp0_iterator = this_0.g();
1466
- while (tmp0_iterator.h()) {
1467
- var item = tmp0_iterator.i();
1468
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1469
- var tmp$ret$0 = produce_9(item);
1470
- destination.e(tmp$ret$0);
1403
+ var _iterator__ex2g4s = this_0.t();
1404
+ while (_iterator__ex2g4s.u()) {
1405
+ var item = _iterator__ex2g4s.v();
1406
+ var tmp$ret$0 = produce_7(item);
1407
+ destination.x(tmp$ret$0);
1471
1408
  }
1409
+ // Inline function 'kotlin.collections.toTypedArray' call
1472
1410
  var tmp$ret$3 = copyToArray(destination);
1473
1411
  return new WsShape(tmp$ret$3);
1474
1412
  }
1475
- function produce_2(_this__u8e3s4) {
1413
+ function produce_1(_this__u8e3s4) {
1476
1414
  var tmp;
1477
- switch (_this__u8e3s4.r2_1) {
1415
+ switch (_this__u8e3s4.c3_1) {
1478
1416
  case 0:
1479
1417
  tmp = WsMethod_GET_getInstance();
1480
1418
  break;
@@ -1505,91 +1443,87 @@ function produce_2(_this__u8e3s4) {
1505
1443
  }
1506
1444
  return tmp;
1507
1445
  }
1508
- function produce_3(_this__u8e3s4) {
1509
- // Inline function 'kotlin.collections.toTypedArray' call
1446
+ function produce_2(_this__u8e3s4) {
1510
1447
  // Inline function 'kotlin.collections.map' call
1511
1448
  // Inline function 'kotlin.collections.mapTo' call
1512
1449
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
1513
- var tmp0_iterator = _this__u8e3s4.g();
1514
- while (tmp0_iterator.h()) {
1515
- var item = tmp0_iterator.i();
1516
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1450
+ var _iterator__ex2g4s = _this__u8e3s4.t();
1451
+ while (_iterator__ex2g4s.u()) {
1452
+ var item = _iterator__ex2g4s.v();
1517
1453
  var tmp;
1518
1454
  if (item instanceof Literal) {
1519
- tmp = new WsLiteral(item.j25_1);
1455
+ tmp = new WsLiteral(item.jq_1);
1520
1456
  } else {
1521
1457
  if (item instanceof Param) {
1522
- tmp = new WsParam(produce_10(item.n24_1), produce_7(item.o24_1));
1458
+ tmp = new WsParam(produce_8(item.np_1), produce_6(item.op_1));
1523
1459
  } else {
1524
1460
  noWhenBranchMatchedException();
1525
1461
  }
1526
1462
  }
1527
1463
  var tmp$ret$0 = tmp;
1528
- destination.e(tmp$ret$0);
1464
+ destination.x(tmp$ret$0);
1529
1465
  }
1466
+ // Inline function 'kotlin.collections.toTypedArray' call
1530
1467
  return copyToArray(destination);
1531
1468
  }
1532
- function produce_4(_this__u8e3s4) {
1533
- // Inline function 'kotlin.collections.toTypedArray' call
1469
+ function produce_3(_this__u8e3s4) {
1534
1470
  // Inline function 'kotlin.collections.map' call
1535
1471
  // Inline function 'kotlin.collections.mapTo' call
1536
1472
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
1537
- var tmp0_iterator = _this__u8e3s4.g();
1538
- while (tmp0_iterator.h()) {
1539
- var item = tmp0_iterator.i();
1540
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1541
- var tmp$ret$0 = produce_9(item);
1542
- destination.e(tmp$ret$0);
1473
+ var _iterator__ex2g4s = _this__u8e3s4.t();
1474
+ while (_iterator__ex2g4s.u()) {
1475
+ var item = _iterator__ex2g4s.v();
1476
+ var tmp$ret$0 = produce_7(item);
1477
+ destination.x(tmp$ret$0);
1543
1478
  }
1479
+ // Inline function 'kotlin.collections.toTypedArray' call
1544
1480
  return copyToArray(destination);
1545
1481
  }
1546
- function produce_5(_this__u8e3s4) {
1547
- // Inline function 'kotlin.collections.toTypedArray' call
1482
+ function produce_4(_this__u8e3s4) {
1548
1483
  // Inline function 'kotlin.collections.map' call
1549
1484
  // Inline function 'kotlin.collections.mapTo' call
1550
1485
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
1551
- var tmp0_iterator = _this__u8e3s4.g();
1552
- while (tmp0_iterator.h()) {
1553
- var item = tmp0_iterator.i();
1554
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1555
- var tmp$ret$0 = produce_11(item);
1556
- destination.e(tmp$ret$0);
1486
+ var _iterator__ex2g4s = _this__u8e3s4.t();
1487
+ while (_iterator__ex2g4s.u()) {
1488
+ var item = _iterator__ex2g4s.v();
1489
+ var tmp$ret$0 = produce_9(item);
1490
+ destination.x(tmp$ret$0);
1557
1491
  }
1492
+ // Inline function 'kotlin.collections.toTypedArray' call
1558
1493
  return copyToArray(destination);
1559
1494
  }
1560
- function produce_6(_this__u8e3s4) {
1561
- // Inline function 'kotlin.collections.toTypedArray' call
1495
+ function produce_5(_this__u8e3s4) {
1562
1496
  // Inline function 'kotlin.collections.map' call
1563
1497
  // Inline function 'kotlin.collections.mapTo' call
1564
1498
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
1565
- var tmp0_iterator = _this__u8e3s4.g();
1566
- while (tmp0_iterator.h()) {
1567
- var item = tmp0_iterator.i();
1568
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1569
- var tmp$ret$0 = produce_12(item);
1570
- destination.e(tmp$ret$0);
1499
+ var _iterator__ex2g4s = _this__u8e3s4.t();
1500
+ while (_iterator__ex2g4s.u()) {
1501
+ var item = _iterator__ex2g4s.v();
1502
+ var tmp$ret$0 = produce_10(item);
1503
+ destination.x(tmp$ret$0);
1571
1504
  }
1505
+ // Inline function 'kotlin.collections.toTypedArray' call
1572
1506
  return copyToArray(destination);
1573
1507
  }
1574
- function produce_7(_this__u8e3s4) {
1508
+ function produce_6(_this__u8e3s4) {
1575
1509
  var tmp;
1576
1510
  if (_this__u8e3s4 instanceof Any) {
1577
- tmp = new WsAny(_this__u8e3s4.c29_1);
1511
+ tmp = new WsAny(_this__u8e3s4.du_1);
1578
1512
  } else {
1579
1513
  if (_this__u8e3s4 instanceof Unit) {
1580
- tmp = new WsUnit(_this__u8e3s4.g29_1);
1514
+ tmp = new WsUnit(_this__u8e3s4.iu_1);
1581
1515
  } else {
1582
1516
  if (_this__u8e3s4 instanceof Custom) {
1583
- tmp = new WsCustom(_this__u8e3s4.l29_1, _this__u8e3s4.m29_1);
1517
+ tmp = new WsCustom(_this__u8e3s4.nu_1, _this__u8e3s4.ou_1);
1584
1518
  } else {
1585
1519
  if (_this__u8e3s4 instanceof Primitive) {
1586
- tmp = new WsPrimitive(produce_13(_this__u8e3s4.p29_1), _this__u8e3s4.q29_1);
1520
+ tmp = new WsPrimitive(produce_11(_this__u8e3s4.ru_1), _this__u8e3s4.su_1);
1587
1521
  } else {
1588
1522
  if (_this__u8e3s4 instanceof Dict) {
1589
- tmp = new WsDict(produce_7(_this__u8e3s4.e23_1), _this__u8e3s4.f23_1);
1523
+ tmp = new WsDict(produce_6(_this__u8e3s4.eo_1), _this__u8e3s4.fo_1);
1590
1524
  } else {
1591
1525
  if (_this__u8e3s4 instanceof Iterable) {
1592
- tmp = new WsIterable(produce_7(_this__u8e3s4.b23_1), _this__u8e3s4.c23_1);
1526
+ tmp = new WsIterable(produce_6(_this__u8e3s4.bo_1), _this__u8e3s4.co_1);
1593
1527
  } else {
1594
1528
  noWhenBranchMatchedException();
1595
1529
  }
@@ -1600,80 +1534,40 @@ function produce_7(_this__u8e3s4) {
1600
1534
  }
1601
1535
  return tmp;
1602
1536
  }
1603
- function produce_8(_this__u8e3s4) {
1604
- // Inline function 'kotlin.collections.toTypedArray' call
1605
- // Inline function 'arrow.core.NonEmptyList.map' call
1606
- var this_0 = _this__u8e3s4.f25_1;
1607
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1608
- var it = this_0.pk_1;
1609
- var tmp = produce(it);
1610
- // Inline function 'kotlin.collections.map' call
1611
- var this_1 = this_0.qk_1;
1612
- // Inline function 'kotlin.collections.mapTo' call
1613
- var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1614
- var tmp0_iterator = this_1.g();
1615
- while (tmp0_iterator.h()) {
1616
- var item = tmp0_iterator.i();
1617
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1618
- var tmp$ret$1 = produce(item);
1619
- destination.e(tmp$ret$1);
1620
- }
1621
- var this_2 = new NonEmptyList(tmp, destination);
1622
- var tmp$ret$5 = copyToArray(this_2);
1623
- return new WsModule(tmp$ret$5);
1537
+ function produce_7(_this__u8e3s4) {
1538
+ return new WsField(produce_8(_this__u8e3s4.cp_1), produce_6(_this__u8e3s4.dp_1));
1624
1539
  }
1625
- function consume_0(_this__u8e3s4) {
1626
- var tmp = new FileUri('unknown');
1627
- // Inline function 'kotlin.collections.map' call
1628
- var this_0 = _this__u8e3s4.statements;
1629
- // Inline function 'kotlin.collections.mapTo' call
1630
- var destination = ArrayList_init_$Create$(this_0.length);
1631
- var inductionVariable = 0;
1632
- var last = this_0.length;
1633
- while (inductionVariable < last) {
1634
- var item = this_0[inductionVariable];
1635
- inductionVariable = inductionVariable + 1 | 0;
1636
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1637
- var tmp$ret$0 = consume_1(item);
1638
- destination.e(tmp$ret$0);
1639
- }
1640
- return new Module(tmp, ensureNotNull(toNonEmptyListOrNull(destination)));
1540
+ function produce_8(_this__u8e3s4) {
1541
+ return new WsFieldIdentifier(_this__u8e3s4.n1());
1641
1542
  }
1642
1543
  function produce_9(_this__u8e3s4) {
1643
- return new WsField(produce_10(_this__u8e3s4.c24_1), produce_7(_this__u8e3s4.d24_1));
1544
+ var tmp0_safe_receiver = _this__u8e3s4.pp_1;
1545
+ return new WsRequest(tmp0_safe_receiver == null ? null : produce_12(tmp0_safe_receiver));
1644
1546
  }
1645
1547
  function produce_10(_this__u8e3s4) {
1646
- return new WsFieldIdentifier(_this__u8e3s4.b1());
1647
- }
1648
- function produce_11(_this__u8e3s4) {
1649
- var tmp0_safe_receiver = _this__u8e3s4.p24_1;
1650
- return new WsRequest(tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
1651
- }
1652
- function produce_12(_this__u8e3s4) {
1653
- // Inline function 'kotlin.collections.toTypedArray' call
1654
1548
  // Inline function 'kotlin.collections.map' call
1655
- var this_0 = _this__u8e3s4.t24_1;
1549
+ var this_0 = _this__u8e3s4.tp_1;
1656
1550
  // Inline function 'kotlin.collections.mapTo' call
1657
1551
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1658
- var tmp0_iterator = this_0.g();
1659
- while (tmp0_iterator.h()) {
1660
- var item = tmp0_iterator.i();
1661
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1662
- var tmp$ret$0 = produce_9(item);
1663
- destination.e(tmp$ret$0);
1552
+ var _iterator__ex2g4s = this_0.t();
1553
+ while (_iterator__ex2g4s.u()) {
1554
+ var item = _iterator__ex2g4s.v();
1555
+ var tmp$ret$0 = produce_7(item);
1556
+ destination.x(tmp$ret$0);
1664
1557
  }
1558
+ // Inline function 'kotlin.collections.toTypedArray' call
1665
1559
  var tmp = copyToArray(destination);
1666
- var tmp0_safe_receiver = _this__u8e3s4.u24_1;
1667
- return new WsResponse(_this__u8e3s4.s24_1, tmp, tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
1560
+ var tmp0_safe_receiver = _this__u8e3s4.up_1;
1561
+ return new WsResponse(_this__u8e3s4.sp_1, tmp, tmp0_safe_receiver == null ? null : produce_12(tmp0_safe_receiver));
1668
1562
  }
1669
- function produce_13(_this__u8e3s4) {
1563
+ function produce_11(_this__u8e3s4) {
1670
1564
  var tmp;
1671
1565
  if (_this__u8e3s4 instanceof String_0) {
1672
1566
  tmp = WsPrimitiveType_String_getInstance();
1673
1567
  } else {
1674
1568
  if (_this__u8e3s4 instanceof Integer) {
1675
1569
  var tmp_0;
1676
- switch (_this__u8e3s4.u28_1.r2_1) {
1570
+ switch (_this__u8e3s4.vt_1.c3_1) {
1677
1571
  case 0:
1678
1572
  tmp_0 = WsPrimitiveType_Integer32_getInstance();
1679
1573
  break;
@@ -1688,7 +1582,7 @@ function produce_13(_this__u8e3s4) {
1688
1582
  } else {
1689
1583
  if (_this__u8e3s4 instanceof Number_0) {
1690
1584
  var tmp_1;
1691
- switch (_this__u8e3s4.x28_1.r2_1) {
1585
+ switch (_this__u8e3s4.yt_1.c3_1) {
1692
1586
  case 0:
1693
1587
  tmp_1 = WsPrimitiveType_Number32_getInstance();
1694
1588
  break;
@@ -1715,6 +1609,80 @@ function produce_13(_this__u8e3s4) {
1715
1609
  }
1716
1610
  return tmp;
1717
1611
  }
1612
+ function produce_12(_this__u8e3s4) {
1613
+ return new WsContent(_this__u8e3s4.qp_1, produce_6(_this__u8e3s4.rp_1));
1614
+ }
1615
+ function produce_13(_this__u8e3s4) {
1616
+ // Inline function 'arrow.core.NonEmptyList.map' call
1617
+ var this_0 = _this__u8e3s4.dq_1;
1618
+ // Inline function 'kotlin.collections.map' call
1619
+ var this_1 = _NonEmptyList___get_all__impl__pmf509(this_0);
1620
+ // Inline function 'kotlin.collections.mapTo' call
1621
+ var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1622
+ var _iterator__ex2g4s = this_1.t();
1623
+ while (_iterator__ex2g4s.u()) {
1624
+ var item = _iterator__ex2g4s.v();
1625
+ var tmp$ret$0 = produce_14(item);
1626
+ destination.x(tmp$ret$0);
1627
+ }
1628
+ var tmp$ret$3 = _NonEmptyList___init__impl__fxd0xp(destination);
1629
+ // Inline function 'kotlin.collections.toTypedArray' call
1630
+ var this_2 = new NonEmptyList(tmp$ret$3);
1631
+ var tmp$ret$4 = copyToArray(this_2);
1632
+ return new WsAST(tmp$ret$4);
1633
+ }
1634
+ function consume(_this__u8e3s4) {
1635
+ // Inline function 'kotlin.collections.map' call
1636
+ var this_0 = _this__u8e3s4.modules;
1637
+ // Inline function 'kotlin.collections.mapTo' call
1638
+ var destination = ArrayList_init_$Create$(this_0.length);
1639
+ var inductionVariable = 0;
1640
+ var last = this_0.length;
1641
+ while (inductionVariable < last) {
1642
+ var item = this_0[inductionVariable];
1643
+ inductionVariable = inductionVariable + 1 | 0;
1644
+ var tmp$ret$0 = consume_0(item);
1645
+ destination.x(tmp$ret$0);
1646
+ }
1647
+ var tmp = toNonEmptyListOrNull(destination);
1648
+ return new Root(ensureNotNull(tmp == null ? null : new NonEmptyList(tmp)).am_1);
1649
+ }
1650
+ function produce_14(_this__u8e3s4) {
1651
+ // Inline function 'arrow.core.NonEmptyList.map' call
1652
+ var this_0 = _this__u8e3s4.fq_1;
1653
+ // Inline function 'kotlin.collections.map' call
1654
+ var this_1 = _NonEmptyList___get_all__impl__pmf509(this_0);
1655
+ // Inline function 'kotlin.collections.mapTo' call
1656
+ var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1657
+ var _iterator__ex2g4s = this_1.t();
1658
+ while (_iterator__ex2g4s.u()) {
1659
+ var item = _iterator__ex2g4s.v();
1660
+ var tmp$ret$0 = produce(item);
1661
+ destination.x(tmp$ret$0);
1662
+ }
1663
+ var tmp$ret$3 = _NonEmptyList___init__impl__fxd0xp(destination);
1664
+ // Inline function 'kotlin.collections.toTypedArray' call
1665
+ var this_2 = new NonEmptyList(tmp$ret$3);
1666
+ var tmp$ret$4 = copyToArray(this_2);
1667
+ return new WsModule(tmp$ret$4);
1668
+ }
1669
+ function consume_0(_this__u8e3s4) {
1670
+ var tmp = new FileUri('unknown');
1671
+ // Inline function 'kotlin.collections.map' call
1672
+ var this_0 = _this__u8e3s4.statements;
1673
+ // Inline function 'kotlin.collections.mapTo' call
1674
+ var destination = ArrayList_init_$Create$(this_0.length);
1675
+ var inductionVariable = 0;
1676
+ var last = this_0.length;
1677
+ while (inductionVariable < last) {
1678
+ var item = this_0[inductionVariable];
1679
+ inductionVariable = inductionVariable + 1 | 0;
1680
+ var tmp$ret$0 = consume_1(item);
1681
+ destination.x(tmp$ret$0);
1682
+ }
1683
+ var tmp_0 = toNonEmptyListOrNull(destination);
1684
+ return new Module(tmp, ensureNotNull(tmp_0 == null ? null : new NonEmptyList(tmp_0)).am_1);
1685
+ }
1718
1686
  function consume_1(_this__u8e3s4) {
1719
1687
  var tmp;
1720
1688
  if (_this__u8e3s4 instanceof WsEndpoint) {
@@ -1744,23 +1712,18 @@ function consume_1(_this__u8e3s4) {
1744
1712
  }
1745
1713
  return tmp;
1746
1714
  }
1747
- function produce_14(_this__u8e3s4) {
1748
- return new WsContent(_this__u8e3s4.q24_1, produce_7(_this__u8e3s4.r24_1));
1749
- }
1750
1715
  function consume_2(_this__u8e3s4) {
1751
- var tmp0_safe_receiver = _this__u8e3s4.h2k_1;
1716
+ var tmp0_safe_receiver = _this__u8e3s4.wv_1;
1752
1717
  var tmp;
1753
1718
  if (tmp0_safe_receiver == null) {
1754
1719
  tmp = null;
1755
1720
  } else {
1756
1721
  // Inline function 'kotlin.let' call
1757
- // Inline function 'kotlin.contracts.contract' call
1758
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1759
- tmp = Companion_instance.u27(tmp0_safe_receiver);
1722
+ tmp = Companion_instance.us(tmp0_safe_receiver);
1760
1723
  }
1761
1724
  var tmp_0 = tmp;
1762
1725
  var tmp_1 = emptyList();
1763
- var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.g2k_1);
1726
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.vv_1);
1764
1727
  var tmp_3 = consume_8(_this__u8e3s4.method);
1765
1728
  // Inline function 'kotlin.collections.map' call
1766
1729
  var this_0 = _this__u8e3s4.path;
@@ -1771,9 +1734,8 @@ function consume_2(_this__u8e3s4) {
1771
1734
  while (inductionVariable < last) {
1772
1735
  var item = this_0[inductionVariable];
1773
1736
  inductionVariable = inductionVariable + 1 | 0;
1774
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1775
1737
  var tmp$ret$2 = consume_9(item);
1776
- destination.e(tmp$ret$2);
1738
+ destination.x(tmp$ret$2);
1777
1739
  }
1778
1740
  var tmp_4 = destination;
1779
1741
  // Inline function 'kotlin.collections.map' call
@@ -1785,9 +1747,8 @@ function consume_2(_this__u8e3s4) {
1785
1747
  while (inductionVariable_0 < last_0) {
1786
1748
  var item_0 = this_1[inductionVariable_0];
1787
1749
  inductionVariable_0 = inductionVariable_0 + 1 | 0;
1788
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1789
1750
  var tmp$ret$5 = consume_10(item_0);
1790
- destination_0.e(tmp$ret$5);
1751
+ destination_0.x(tmp$ret$5);
1791
1752
  }
1792
1753
  var tmp_5 = destination_0;
1793
1754
  // Inline function 'kotlin.collections.map' call
@@ -1799,9 +1760,8 @@ function consume_2(_this__u8e3s4) {
1799
1760
  while (inductionVariable_1 < last_1) {
1800
1761
  var item_1 = this_2[inductionVariable_1];
1801
1762
  inductionVariable_1 = inductionVariable_1 + 1 | 0;
1802
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1803
1763
  var tmp$ret$8 = consume_10(item_1);
1804
- destination_1.e(tmp$ret$8);
1764
+ destination_1.x(tmp$ret$8);
1805
1765
  }
1806
1766
  var tmp_6 = destination_1;
1807
1767
  // Inline function 'kotlin.collections.map' call
@@ -1813,9 +1773,8 @@ function consume_2(_this__u8e3s4) {
1813
1773
  while (inductionVariable_2 < last_2) {
1814
1774
  var item_2 = this_3[inductionVariable_2];
1815
1775
  inductionVariable_2 = inductionVariable_2 + 1 | 0;
1816
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1817
1776
  var tmp$ret$11 = consume_11(item_2);
1818
- destination_2.e(tmp$ret$11);
1777
+ destination_2.x(tmp$ret$11);
1819
1778
  }
1820
1779
  var tmp_7 = destination_2;
1821
1780
  // Inline function 'kotlin.collections.map' call
@@ -1827,39 +1786,34 @@ function consume_2(_this__u8e3s4) {
1827
1786
  while (inductionVariable_3 < last_3) {
1828
1787
  var item_3 = this_4[inductionVariable_3];
1829
1788
  inductionVariable_3 = inductionVariable_3 + 1 | 0;
1830
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1831
1789
  var tmp$ret$14 = consume_12(item_3);
1832
- destination_3.e(tmp$ret$14);
1790
+ destination_3.x(tmp$ret$14);
1833
1791
  }
1834
1792
  return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, destination_3);
1835
1793
  }
1836
1794
  function consume_3(_this__u8e3s4) {
1837
- var tmp0_safe_receiver = _this__u8e3s4.u2k_1;
1795
+ var tmp0_safe_receiver = _this__u8e3s4.kw_1;
1838
1796
  var tmp;
1839
1797
  if (tmp0_safe_receiver == null) {
1840
1798
  tmp = null;
1841
1799
  } else {
1842
1800
  // Inline function 'kotlin.let' call
1843
- // Inline function 'kotlin.contracts.contract' call
1844
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1845
- tmp = Companion_instance.u27(tmp0_safe_receiver);
1801
+ tmp = Companion_instance.us(tmp0_safe_receiver);
1846
1802
  }
1847
- return new Enum_0(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.t2k_1), toSet(_this__u8e3s4.entries));
1803
+ return new Enum_0(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.jw_1), toSet(_this__u8e3s4.entries));
1848
1804
  }
1849
1805
  function consume_4(_this__u8e3s4) {
1850
- var tmp0_safe_receiver = _this__u8e3s4.e2l_1;
1806
+ var tmp0_safe_receiver = _this__u8e3s4.uw_1;
1851
1807
  var tmp;
1852
1808
  if (tmp0_safe_receiver == null) {
1853
1809
  tmp = null;
1854
1810
  } else {
1855
1811
  // Inline function 'kotlin.let' call
1856
- // Inline function 'kotlin.contracts.contract' call
1857
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1858
- tmp = Companion_instance.u27(tmp0_safe_receiver);
1812
+ tmp = Companion_instance.us(tmp0_safe_receiver);
1859
1813
  }
1860
1814
  var tmp_0 = tmp;
1861
1815
  var tmp_1 = emptyList();
1862
- var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.d2l_1);
1816
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.tw_1);
1863
1817
  var tmp_3 = consume_13(_this__u8e3s4.reference);
1864
1818
  var tmp1_elvis_lhs = tmp_3 instanceof Primitive ? tmp_3 : null;
1865
1819
  var tmp_4;
@@ -1872,19 +1826,17 @@ function consume_4(_this__u8e3s4) {
1872
1826
  return new Refined(tmp_0, tmp_1, tmp_2, tmp_4);
1873
1827
  }
1874
1828
  function consume_5(_this__u8e3s4) {
1875
- var tmp0_safe_receiver = _this__u8e3s4.c2k_1;
1829
+ var tmp0_safe_receiver = _this__u8e3s4.rv_1;
1876
1830
  var tmp;
1877
1831
  if (tmp0_safe_receiver == null) {
1878
1832
  tmp = null;
1879
1833
  } else {
1880
1834
  // Inline function 'kotlin.let' call
1881
- // Inline function 'kotlin.contracts.contract' call
1882
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1883
- tmp = Companion_instance.u27(tmp0_safe_receiver);
1835
+ tmp = Companion_instance.us(tmp0_safe_receiver);
1884
1836
  }
1885
1837
  var tmp_0 = tmp;
1886
1838
  var tmp_1 = emptyList();
1887
- var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.b2k_1);
1839
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.qv_1);
1888
1840
  // Inline function 'kotlin.collections.map' call
1889
1841
  var this_0 = _this__u8e3s4.shape.value;
1890
1842
  // Inline function 'kotlin.collections.mapTo' call
@@ -1894,26 +1846,23 @@ function consume_5(_this__u8e3s4) {
1894
1846
  while (inductionVariable < last) {
1895
1847
  var item = this_0[inductionVariable];
1896
1848
  inductionVariable = inductionVariable + 1 | 0;
1897
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1898
1849
  var tmp$ret$2 = consume_10(item);
1899
- destination.e(tmp$ret$2);
1850
+ destination.x(tmp$ret$2);
1900
1851
  }
1901
1852
  return new Type(tmp_0, tmp_1, tmp_2, new Shape(destination), emptyList());
1902
1853
  }
1903
1854
  function consume_6(_this__u8e3s4) {
1904
- var tmp0_safe_receiver = _this__u8e3s4.x2k_1;
1855
+ var tmp0_safe_receiver = _this__u8e3s4.nw_1;
1905
1856
  var tmp;
1906
1857
  if (tmp0_safe_receiver == null) {
1907
1858
  tmp = null;
1908
1859
  } else {
1909
1860
  // Inline function 'kotlin.let' call
1910
- // Inline function 'kotlin.contracts.contract' call
1911
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1912
- tmp = Companion_instance.u27(tmp0_safe_receiver);
1861
+ tmp = Companion_instance.us(tmp0_safe_receiver);
1913
1862
  }
1914
1863
  var tmp_0 = tmp;
1915
1864
  var tmp_1 = emptyList();
1916
- var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.w2k_1);
1865
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.mw_1);
1917
1866
  // Inline function 'kotlin.collections.map' call
1918
1867
  var this_0 = _this__u8e3s4.entries;
1919
1868
  // Inline function 'kotlin.collections.mapTo' call
@@ -1923,28 +1872,25 @@ function consume_6(_this__u8e3s4) {
1923
1872
  while (inductionVariable < last) {
1924
1873
  var item = this_0[inductionVariable];
1925
1874
  inductionVariable = inductionVariable + 1 | 0;
1926
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1927
1875
  var tmp$ret$2 = consume_13(item);
1928
- destination.e(tmp$ret$2);
1876
+ destination.x(tmp$ret$2);
1929
1877
  }
1930
1878
  return new Union(tmp_0, tmp_1, tmp_2, toSet_0(destination));
1931
1879
  }
1932
1880
  function consume_7(_this__u8e3s4) {
1933
- var tmp0_safe_receiver = _this__u8e3s4.a2l_1;
1881
+ var tmp0_safe_receiver = _this__u8e3s4.qw_1;
1934
1882
  var tmp;
1935
1883
  if (tmp0_safe_receiver == null) {
1936
1884
  tmp = null;
1937
1885
  } else {
1938
1886
  // Inline function 'kotlin.let' call
1939
- // Inline function 'kotlin.contracts.contract' call
1940
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1941
- tmp = Companion_instance.u27(tmp0_safe_receiver);
1887
+ tmp = Companion_instance.us(tmp0_safe_receiver);
1942
1888
  }
1943
- return new Channel(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.z2k_1), consume_13(_this__u8e3s4.reference));
1889
+ return new Channel(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.pw_1), consume_13(_this__u8e3s4.reference));
1944
1890
  }
1945
1891
  function consume_8(_this__u8e3s4) {
1946
1892
  var tmp;
1947
- switch (_this__u8e3s4.r2_1) {
1893
+ switch (_this__u8e3s4.c3_1) {
1948
1894
  case 0:
1949
1895
  tmp = Method_GET_getInstance();
1950
1896
  break;
@@ -2008,9 +1954,8 @@ function consume_12(_this__u8e3s4) {
2008
1954
  while (inductionVariable < last) {
2009
1955
  var item = this_0[inductionVariable];
2010
1956
  inductionVariable = inductionVariable + 1 | 0;
2011
- // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
2012
1957
  var tmp$ret$0 = consume_10(item);
2013
- destination.e(tmp$ret$0);
1958
+ destination.x(tmp$ret$0);
2014
1959
  }
2015
1960
  var tmp = destination;
2016
1961
  var tmp0_safe_receiver = _this__u8e3s4.content;
@@ -2019,22 +1964,22 @@ function consume_12(_this__u8e3s4) {
2019
1964
  function consume_13(_this__u8e3s4) {
2020
1965
  var tmp;
2021
1966
  if (_this__u8e3s4 instanceof WsAny) {
2022
- tmp = new Any(_this__u8e3s4.j2l_1);
1967
+ tmp = new Any(_this__u8e3s4.zw_1);
2023
1968
  } else {
2024
1969
  if (_this__u8e3s4 instanceof WsUnit) {
2025
- tmp = new Unit(_this__u8e3s4.k2l_1);
1970
+ tmp = new Unit(_this__u8e3s4.ax_1);
2026
1971
  } else {
2027
1972
  if (_this__u8e3s4 instanceof WsCustom) {
2028
- tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.o2l_1);
1973
+ tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.ex_1);
2029
1974
  } else {
2030
1975
  if (_this__u8e3s4 instanceof WsPrimitive) {
2031
- tmp = new Primitive(consume_16(_this__u8e3s4.type), _this__u8e3s4.p2l_1);
1976
+ tmp = new Primitive(consume_16(_this__u8e3s4.type), _this__u8e3s4.fx_1);
2032
1977
  } else {
2033
1978
  if (_this__u8e3s4 instanceof WsDict) {
2034
- tmp = new Dict(consume_13(_this__u8e3s4.reference), _this__u8e3s4.n2l_1);
1979
+ tmp = new Dict(consume_13(_this__u8e3s4.reference), _this__u8e3s4.dx_1);
2035
1980
  } else {
2036
1981
  if (_this__u8e3s4 instanceof WsIterable) {
2037
- tmp = new Iterable(consume_13(_this__u8e3s4.reference), _this__u8e3s4.l2l_1);
1982
+ tmp = new Iterable(consume_13(_this__u8e3s4.reference), _this__u8e3s4.bx_1);
2038
1983
  } else {
2039
1984
  noWhenBranchMatchedException();
2040
1985
  }
@@ -2053,7 +1998,7 @@ function consume_15(_this__u8e3s4) {
2053
1998
  }
2054
1999
  function consume_16(_this__u8e3s4) {
2055
2000
  var tmp;
2056
- switch (_this__u8e3s4.r2_1) {
2001
+ switch (_this__u8e3s4.c3_1) {
2057
2002
  case 0:
2058
2003
  tmp = new String_0(null);
2059
2004
  break;
@@ -2154,26 +2099,26 @@ function WsCompilationResult(result, errors) {
2154
2099
  this.result = result;
2155
2100
  this.errors = errors;
2156
2101
  }
2157
- protoOf(WsCompilationResult).x2l = function () {
2102
+ protoOf(WsCompilationResult).px = function () {
2158
2103
  return this.result;
2159
2104
  };
2160
- protoOf(WsCompilationResult).y2l = function () {
2105
+ protoOf(WsCompilationResult).qx = function () {
2161
2106
  return this.errors;
2162
2107
  };
2163
2108
  function WsCompiled(value) {
2164
2109
  this.value = value;
2165
2110
  }
2166
- protoOf(WsCompiled).b1 = function () {
2111
+ protoOf(WsCompiled).n1 = function () {
2167
2112
  return this.value;
2168
2113
  };
2169
2114
  function WsCompiledFile(name, value) {
2170
2115
  this.name = name;
2171
2116
  this.value = value;
2172
2117
  }
2173
- protoOf(WsCompiledFile).s2 = function () {
2118
+ protoOf(WsCompiledFile).m = function () {
2174
2119
  return this.name;
2175
2120
  };
2176
- protoOf(WsCompiledFile).b1 = function () {
2121
+ protoOf(WsCompiledFile).n1 = function () {
2177
2122
  return this.value;
2178
2123
  };
2179
2124
  function WsParseResult(result, errors) {
@@ -2182,10 +2127,10 @@ function WsParseResult(result, errors) {
2182
2127
  this.result = result;
2183
2128
  this.errors = errors;
2184
2129
  }
2185
- protoOf(WsParseResult).x2l = function () {
2130
+ protoOf(WsParseResult).px = function () {
2186
2131
  return this.result;
2187
2132
  };
2188
- protoOf(WsParseResult).y2l = function () {
2133
+ protoOf(WsParseResult).qx = function () {
2189
2134
  return this.errors;
2190
2135
  };
2191
2136
  function WsStringResult(result, errors) {
@@ -2194,48 +2139,45 @@ function WsStringResult(result, errors) {
2194
2139
  this.result = result;
2195
2140
  this.errors = errors;
2196
2141
  }
2197
- protoOf(WsStringResult).x2l = function () {
2142
+ protoOf(WsStringResult).px = function () {
2198
2143
  return this.result;
2199
2144
  };
2200
- protoOf(WsStringResult).y2l = function () {
2145
+ protoOf(WsStringResult).qx = function () {
2201
2146
  return this.errors;
2202
2147
  };
2203
2148
  function WsEmitted(file, result) {
2204
2149
  this.file = file;
2205
2150
  this.result = result;
2206
2151
  }
2207
- protoOf(WsEmitted).z2l = function () {
2152
+ protoOf(WsEmitted).rx = function () {
2208
2153
  return this.file;
2209
2154
  };
2210
- protoOf(WsEmitted).x2l = function () {
2155
+ protoOf(WsEmitted).px = function () {
2211
2156
  return this.result;
2212
2157
  };
2213
2158
  function produce_15(_this__u8e3s4) {
2214
2159
  var tmp;
2215
2160
  if (_this__u8e3s4 instanceof Left) {
2216
- // Inline function 'kotlin.collections.toTypedArray' call
2217
2161
  // Inline function 'arrow.core.NonEmptyList.map' call
2218
- var this_0 = _this__u8e3s4.yj_1;
2219
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
2220
- var it = this_0.pk_1;
2221
- var tmp_0 = produce_21(it);
2162
+ var this_0 = _this__u8e3s4.pl_1.am_1;
2222
2163
  // Inline function 'kotlin.collections.map' call
2223
- var this_1 = this_0.qk_1;
2164
+ var this_1 = _NonEmptyList___get_all__impl__pmf509(this_0);
2224
2165
  // Inline function 'kotlin.collections.mapTo' call
2225
2166
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
2226
- var tmp0_iterator = this_1.g();
2227
- while (tmp0_iterator.h()) {
2228
- var item = tmp0_iterator.i();
2229
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
2230
- var tmp$ret$1 = produce_21(item);
2231
- destination.e(tmp$ret$1);
2167
+ var _iterator__ex2g4s = this_1.t();
2168
+ while (_iterator__ex2g4s.u()) {
2169
+ var item = _iterator__ex2g4s.v();
2170
+ var tmp$ret$0 = produce_21(item);
2171
+ destination.x(tmp$ret$0);
2232
2172
  }
2233
- var this_2 = new NonEmptyList(tmp_0, destination);
2234
- var tmp$ret$5 = copyToArray(this_2);
2235
- tmp = new WsParseResult(VOID, tmp$ret$5);
2173
+ var tmp$ret$3 = _NonEmptyList___init__impl__fxd0xp(destination);
2174
+ // Inline function 'kotlin.collections.toTypedArray' call
2175
+ var this_2 = new NonEmptyList(tmp$ret$3);
2176
+ var tmp$ret$4 = copyToArray(this_2);
2177
+ tmp = new WsParseResult(VOID, tmp$ret$4);
2236
2178
  } else {
2237
2179
  if (_this__u8e3s4 instanceof Right) {
2238
- tmp = new WsParseResult(produce_0(_this__u8e3s4.ek_1));
2180
+ tmp = new WsParseResult(produce_13(_this__u8e3s4.rl_1));
2239
2181
  } else {
2240
2182
  noWhenBranchMatchedException();
2241
2183
  }
@@ -2245,29 +2187,26 @@ function produce_15(_this__u8e3s4) {
2245
2187
  function produce_16(_this__u8e3s4) {
2246
2188
  var tmp;
2247
2189
  if (_this__u8e3s4 instanceof Left) {
2248
- // Inline function 'kotlin.collections.toTypedArray' call
2249
2190
  // Inline function 'arrow.core.NonEmptyList.map' call
2250
- var this_0 = _this__u8e3s4.yj_1;
2251
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
2252
- var it = this_0.pk_1;
2253
- var tmp_0 = produce_21(it);
2191
+ var this_0 = _this__u8e3s4.pl_1.am_1;
2254
2192
  // Inline function 'kotlin.collections.map' call
2255
- var this_1 = this_0.qk_1;
2193
+ var this_1 = _NonEmptyList___get_all__impl__pmf509(this_0);
2256
2194
  // Inline function 'kotlin.collections.mapTo' call
2257
2195
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
2258
- var tmp0_iterator = this_1.g();
2259
- while (tmp0_iterator.h()) {
2260
- var item = tmp0_iterator.i();
2261
- // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
2262
- var tmp$ret$1 = produce_21(item);
2263
- destination.e(tmp$ret$1);
2196
+ var _iterator__ex2g4s = this_1.t();
2197
+ while (_iterator__ex2g4s.u()) {
2198
+ var item = _iterator__ex2g4s.v();
2199
+ var tmp$ret$0 = produce_21(item);
2200
+ destination.x(tmp$ret$0);
2264
2201
  }
2265
- var this_2 = new NonEmptyList(tmp_0, destination);
2266
- var tmp$ret$5 = copyToArray(this_2);
2267
- tmp = new WsStringResult(VOID, tmp$ret$5);
2202
+ var tmp$ret$3 = _NonEmptyList___init__impl__fxd0xp(destination);
2203
+ // Inline function 'kotlin.collections.toTypedArray' call
2204
+ var this_2 = new NonEmptyList(tmp$ret$3);
2205
+ var tmp$ret$4 = copyToArray(this_2);
2206
+ tmp = new WsStringResult(VOID, tmp$ret$4);
2268
2207
  } else {
2269
2208
  if (_this__u8e3s4 instanceof Right) {
2270
- tmp = new WsStringResult(_this__u8e3s4.ek_1);
2209
+ tmp = new WsStringResult(_this__u8e3s4.rl_1);
2271
2210
  } else {
2272
2211
  noWhenBranchMatchedException();
2273
2212
  }
@@ -2275,7 +2214,7 @@ function produce_16(_this__u8e3s4) {
2275
2214
  return tmp;
2276
2215
  }
2277
2216
  function produce_17(_this__u8e3s4) {
2278
- return new WsEmitted(_this__u8e3s4.k23_1, _this__u8e3s4.l23_1);
2217
+ return new WsEmitted(_this__u8e3s4.ko_1, _this__u8e3s4.lo_1);
2279
2218
  }
2280
2219
  function WsTokenResult(tokens, error) {
2281
2220
  tokens = tokens === VOID ? null : tokens;
@@ -2283,25 +2222,25 @@ function WsTokenResult(tokens, error) {
2283
2222
  this.tokens = tokens;
2284
2223
  this.error = error;
2285
2224
  }
2286
- protoOf(WsTokenResult).a2m = function () {
2225
+ protoOf(WsTokenResult).sx = function () {
2287
2226
  return this.tokens;
2288
2227
  };
2289
- protoOf(WsTokenResult).k2j = function () {
2228
+ protoOf(WsTokenResult).tx = function () {
2290
2229
  return this.error;
2291
2230
  };
2292
- protoOf(WsTokenResult).sd = function () {
2231
+ protoOf(WsTokenResult).oe = function () {
2293
2232
  return this.tokens;
2294
2233
  };
2295
- protoOf(WsTokenResult).td = function () {
2234
+ protoOf(WsTokenResult).pe = function () {
2296
2235
  return this.error;
2297
2236
  };
2298
- protoOf(WsTokenResult).b2m = function (tokens, error) {
2237
+ protoOf(WsTokenResult).ux = function (tokens, error) {
2299
2238
  return new WsTokenResult(tokens, error);
2300
2239
  };
2301
2240
  protoOf(WsTokenResult).copy = function (tokens, error, $super) {
2302
2241
  tokens = tokens === VOID ? this.tokens : tokens;
2303
2242
  error = error === VOID ? this.error : error;
2304
- return this.b2m(tokens, error);
2243
+ return $super === VOID ? this.ux(tokens, error) : $super.ux.call(this, tokens, error);
2305
2244
  };
2306
2245
  protoOf(WsTokenResult).toString = function () {
2307
2246
  return 'WsTokenResult(tokens=' + toString_0(this.tokens) + ', error=' + toString_0(this.error) + ')';
@@ -2316,17 +2255,16 @@ protoOf(WsTokenResult).equals = function (other) {
2316
2255
  return true;
2317
2256
  if (!(other instanceof WsTokenResult))
2318
2257
  return false;
2319
- var tmp0_other_with_cast = other instanceof WsTokenResult ? other : THROW_CCE();
2320
- if (!equals(this.tokens, tmp0_other_with_cast.tokens))
2258
+ if (!equals(this.tokens, other.tokens))
2321
2259
  return false;
2322
- if (!equals(this.error, tmp0_other_with_cast.error))
2260
+ if (!equals(this.error, other.error))
2323
2261
  return false;
2324
2262
  return true;
2325
2263
  };
2326
2264
  function WsTokens(value) {
2327
2265
  this.value = value;
2328
2266
  }
2329
- protoOf(WsTokens).b1 = function () {
2267
+ protoOf(WsTokens).n1 = function () {
2330
2268
  return this.value;
2331
2269
  };
2332
2270
  protoOf(WsTokens).equals = function (other) {
@@ -2343,15 +2281,15 @@ protoOf(WsTokens).equals = function (other) {
2343
2281
  protoOf(WsTokens).hashCode = function () {
2344
2282
  return contentHashCode(this.value);
2345
2283
  };
2346
- protoOf(WsTokens).sd = function () {
2284
+ protoOf(WsTokens).oe = function () {
2347
2285
  return this.value;
2348
2286
  };
2349
- protoOf(WsTokens).c2m = function (value) {
2287
+ protoOf(WsTokens).vx = function (value) {
2350
2288
  return new WsTokens(value);
2351
2289
  };
2352
2290
  protoOf(WsTokens).copy = function (value, $super) {
2353
2291
  value = value === VOID ? this.value : value;
2354
- return this.c2m(value);
2292
+ return $super === VOID ? this.vx(value) : $super.vx.call(this, value);
2355
2293
  };
2356
2294
  protoOf(WsTokens).toString = function () {
2357
2295
  return 'WsTokens(value=' + toString(this.value) + ')';
@@ -2362,32 +2300,32 @@ function WsToken(type, value, coordinates) {
2362
2300
  this.value = value;
2363
2301
  this.coordinates = coordinates;
2364
2302
  }
2365
- protoOf(WsToken).d1l = function () {
2303
+ protoOf(WsToken).gx = function () {
2366
2304
  return this.type;
2367
2305
  };
2368
- protoOf(WsToken).b1 = function () {
2306
+ protoOf(WsToken).n1 = function () {
2369
2307
  return this.value;
2370
2308
  };
2371
- protoOf(WsToken).d2m = function () {
2309
+ protoOf(WsToken).wx = function () {
2372
2310
  return this.coordinates;
2373
2311
  };
2374
- protoOf(WsToken).sd = function () {
2312
+ protoOf(WsToken).oe = function () {
2375
2313
  return this.type;
2376
2314
  };
2377
- protoOf(WsToken).td = function () {
2315
+ protoOf(WsToken).pe = function () {
2378
2316
  return this.value;
2379
2317
  };
2380
- protoOf(WsToken).uh = function () {
2318
+ protoOf(WsToken).qj = function () {
2381
2319
  return this.coordinates;
2382
2320
  };
2383
- protoOf(WsToken).e2m = function (type, value, coordinates) {
2321
+ protoOf(WsToken).xx = function (type, value, coordinates) {
2384
2322
  return new WsToken(type, value, coordinates);
2385
2323
  };
2386
2324
  protoOf(WsToken).copy = function (type, value, coordinates, $super) {
2387
2325
  type = type === VOID ? this.type : type;
2388
2326
  value = value === VOID ? this.value : value;
2389
2327
  coordinates = coordinates === VOID ? this.coordinates : coordinates;
2390
- return this.e2m(type, value, coordinates);
2328
+ return $super === VOID ? this.xx(type, value, coordinates) : $super.xx.call(this, type, value, coordinates);
2391
2329
  };
2392
2330
  protoOf(WsToken).toString = function () {
2393
2331
  return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates.toString() + ')';
@@ -2403,12 +2341,11 @@ protoOf(WsToken).equals = function (other) {
2403
2341
  return true;
2404
2342
  if (!(other instanceof WsToken))
2405
2343
  return false;
2406
- var tmp0_other_with_cast = other instanceof WsToken ? other : THROW_CCE();
2407
- if (!(this.type === tmp0_other_with_cast.type))
2344
+ if (!(this.type === other.type))
2408
2345
  return false;
2409
- if (!(this.value === tmp0_other_with_cast.value))
2346
+ if (!(this.value === other.value))
2410
2347
  return false;
2411
- if (!this.coordinates.equals(tmp0_other_with_cast.coordinates))
2348
+ if (!this.coordinates.equals(other.coordinates))
2412
2349
  return false;
2413
2350
  return true;
2414
2351
  };
@@ -2420,32 +2357,32 @@ function WsCoordinates(line, position, idxAndLength) {
2420
2357
  this.position = position;
2421
2358
  this.idxAndLength = idxAndLength;
2422
2359
  }
2423
- protoOf(WsCoordinates).f2m = function () {
2360
+ protoOf(WsCoordinates).yx = function () {
2424
2361
  return this.line;
2425
2362
  };
2426
- protoOf(WsCoordinates).g2m = function () {
2363
+ protoOf(WsCoordinates).zx = function () {
2427
2364
  return this.position;
2428
2365
  };
2429
- protoOf(WsCoordinates).h2m = function () {
2366
+ protoOf(WsCoordinates).ay = function () {
2430
2367
  return this.idxAndLength;
2431
2368
  };
2432
- protoOf(WsCoordinates).sd = function () {
2369
+ protoOf(WsCoordinates).oe = function () {
2433
2370
  return this.line;
2434
2371
  };
2435
- protoOf(WsCoordinates).td = function () {
2372
+ protoOf(WsCoordinates).pe = function () {
2436
2373
  return this.position;
2437
2374
  };
2438
- protoOf(WsCoordinates).uh = function () {
2375
+ protoOf(WsCoordinates).qj = function () {
2439
2376
  return this.idxAndLength;
2440
2377
  };
2441
- protoOf(WsCoordinates).i2m = function (line, position, idxAndLength) {
2378
+ protoOf(WsCoordinates).by = function (line, position, idxAndLength) {
2442
2379
  return new WsCoordinates(line, position, idxAndLength);
2443
2380
  };
2444
2381
  protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
2445
2382
  line = line === VOID ? this.line : line;
2446
2383
  position = position === VOID ? this.position : position;
2447
2384
  idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
2448
- return this.i2m(line, position, idxAndLength);
2385
+ return $super === VOID ? this.by(line, position, idxAndLength) : $super.by.call(this, line, position, idxAndLength);
2449
2386
  };
2450
2387
  protoOf(WsCoordinates).toString = function () {
2451
2388
  return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength.toString() + ')';
@@ -2461,12 +2398,11 @@ protoOf(WsCoordinates).equals = function (other) {
2461
2398
  return true;
2462
2399
  if (!(other instanceof WsCoordinates))
2463
2400
  return false;
2464
- var tmp0_other_with_cast = other instanceof WsCoordinates ? other : THROW_CCE();
2465
- if (!(this.line === tmp0_other_with_cast.line))
2401
+ if (!(this.line === other.line))
2466
2402
  return false;
2467
- if (!(this.position === tmp0_other_with_cast.position))
2403
+ if (!(this.position === other.position))
2468
2404
  return false;
2469
- if (!this.idxAndLength.equals(tmp0_other_with_cast.idxAndLength))
2405
+ if (!this.idxAndLength.equals(other.idxAndLength))
2470
2406
  return false;
2471
2407
  return true;
2472
2408
  };
@@ -2476,25 +2412,25 @@ function WsIndex(idx, length) {
2476
2412
  this.idx = idx;
2477
2413
  this.length = length;
2478
2414
  }
2479
- protoOf(WsIndex).j2m = function () {
2415
+ protoOf(WsIndex).cy = function () {
2480
2416
  return this.idx;
2481
2417
  };
2482
2418
  protoOf(WsIndex).a = function () {
2483
2419
  return this.length;
2484
2420
  };
2485
- protoOf(WsIndex).sd = function () {
2421
+ protoOf(WsIndex).oe = function () {
2486
2422
  return this.idx;
2487
2423
  };
2488
- protoOf(WsIndex).td = function () {
2424
+ protoOf(WsIndex).pe = function () {
2489
2425
  return this.length;
2490
2426
  };
2491
- protoOf(WsIndex).k2m = function (idx, length) {
2427
+ protoOf(WsIndex).dy = function (idx, length) {
2492
2428
  return new WsIndex(idx, length);
2493
2429
  };
2494
2430
  protoOf(WsIndex).copy = function (idx, length, $super) {
2495
2431
  idx = idx === VOID ? this.idx : idx;
2496
2432
  length = length === VOID ? this.length : length;
2497
- return this.k2m(idx, length);
2433
+ return $super === VOID ? this.dy(idx, length) : $super.dy.call(this, idx, length);
2498
2434
  };
2499
2435
  protoOf(WsIndex).toString = function () {
2500
2436
  return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
@@ -2509,21 +2445,20 @@ protoOf(WsIndex).equals = function (other) {
2509
2445
  return true;
2510
2446
  if (!(other instanceof WsIndex))
2511
2447
  return false;
2512
- var tmp0_other_with_cast = other instanceof WsIndex ? other : THROW_CCE();
2513
- if (!(this.idx === tmp0_other_with_cast.idx))
2448
+ if (!(this.idx === other.idx))
2514
2449
  return false;
2515
- if (!(this.length === tmp0_other_with_cast.length))
2450
+ if (!(this.length === other.length))
2516
2451
  return false;
2517
2452
  return true;
2518
2453
  };
2519
2454
  function produce_18(_this__u8e3s4) {
2520
- return new WsToken(name(_this__u8e3s4.u26_1), _this__u8e3s4.t26_1, produce_19(_this__u8e3s4.v26_1));
2455
+ return new WsToken(name(_this__u8e3s4.ur_1), _this__u8e3s4.tr_1, produce_19(_this__u8e3s4.vr_1));
2521
2456
  }
2522
2457
  function produce_19(_this__u8e3s4) {
2523
- return new WsCoordinates(_this__u8e3s4.w26_1, _this__u8e3s4.x26_1, produce_20(_this__u8e3s4.y26_1));
2458
+ return new WsCoordinates(_this__u8e3s4.wr_1, _this__u8e3s4.xr_1, produce_20(_this__u8e3s4.yr_1));
2524
2459
  }
2525
2460
  function produce_20(_this__u8e3s4) {
2526
- return new WsIndex(_this__u8e3s4.w29_1, _this__u8e3s4.x29_1);
2461
+ return new WsIndex(_this__u8e3s4.zu_1, _this__u8e3s4.av_1);
2527
2462
  }
2528
2463
  function WsError(line, position, index, length, value) {
2529
2464
  this.line = line;
@@ -2532,37 +2467,37 @@ function WsError(line, position, index, length, value) {
2532
2467
  this.length = length;
2533
2468
  this.value = value;
2534
2469
  }
2535
- protoOf(WsError).f2m = function () {
2470
+ protoOf(WsError).yx = function () {
2536
2471
  return this.line;
2537
2472
  };
2538
- protoOf(WsError).g2m = function () {
2473
+ protoOf(WsError).zx = function () {
2539
2474
  return this.position;
2540
2475
  };
2541
- protoOf(WsError).l2m = function () {
2476
+ protoOf(WsError).ey = function () {
2542
2477
  return this.index;
2543
2478
  };
2544
2479
  protoOf(WsError).a = function () {
2545
2480
  return this.length;
2546
2481
  };
2547
- protoOf(WsError).b1 = function () {
2482
+ protoOf(WsError).n1 = function () {
2548
2483
  return this.value;
2549
2484
  };
2550
- protoOf(WsError).sd = function () {
2485
+ protoOf(WsError).oe = function () {
2551
2486
  return this.line;
2552
2487
  };
2553
- protoOf(WsError).td = function () {
2488
+ protoOf(WsError).pe = function () {
2554
2489
  return this.position;
2555
2490
  };
2556
- protoOf(WsError).uh = function () {
2491
+ protoOf(WsError).qj = function () {
2557
2492
  return this.index;
2558
2493
  };
2559
- protoOf(WsError).n2k = function () {
2494
+ protoOf(WsError).dw = function () {
2560
2495
  return this.length;
2561
2496
  };
2562
- protoOf(WsError).o2k = function () {
2497
+ protoOf(WsError).ew = function () {
2563
2498
  return this.value;
2564
2499
  };
2565
- protoOf(WsError).m2m = function (line, position, index, length, value) {
2500
+ protoOf(WsError).fy = function (line, position, index, length, value) {
2566
2501
  return new WsError(line, position, index, length, value);
2567
2502
  };
2568
2503
  protoOf(WsError).copy = function (line, position, index, length, value, $super) {
@@ -2571,7 +2506,7 @@ protoOf(WsError).copy = function (line, position, index, length, value, $super)
2571
2506
  index = index === VOID ? this.index : index;
2572
2507
  length = length === VOID ? this.length : length;
2573
2508
  value = value === VOID ? this.value : value;
2574
- return this.m2m(line, position, index, length, value);
2509
+ return $super === VOID ? this.fy(line, position, index, length, value) : $super.fy.call(this, line, position, index, length, value);
2575
2510
  };
2576
2511
  protoOf(WsError).toString = function () {
2577
2512
  return 'WsError(line=' + this.line + ', position=' + this.position + ', index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
@@ -2589,102 +2524,101 @@ protoOf(WsError).equals = function (other) {
2589
2524
  return true;
2590
2525
  if (!(other instanceof WsError))
2591
2526
  return false;
2592
- var tmp0_other_with_cast = other instanceof WsError ? other : THROW_CCE();
2593
- if (!(this.line === tmp0_other_with_cast.line))
2527
+ if (!(this.line === other.line))
2594
2528
  return false;
2595
- if (!(this.position === tmp0_other_with_cast.position))
2529
+ if (!(this.position === other.position))
2596
2530
  return false;
2597
- if (!(this.index === tmp0_other_with_cast.index))
2531
+ if (!(this.index === other.index))
2598
2532
  return false;
2599
- if (!(this.length === tmp0_other_with_cast.length))
2533
+ if (!(this.length === other.length))
2600
2534
  return false;
2601
- if (!(this.value === tmp0_other_with_cast.value))
2535
+ if (!(this.value === other.value))
2602
2536
  return false;
2603
2537
  return true;
2604
2538
  };
2605
2539
  function produce_21(_this__u8e3s4) {
2606
- return new WsError(_this__u8e3s4.b27_1.w26_1, _this__u8e3s4.b27_1.x26_1, _this__u8e3s4.b27_1.y26_1.w29_1 - _this__u8e3s4.b27_1.y26_1.x29_1 | 0, _this__u8e3s4.b27_1.y26_1.x29_1, _this__u8e3s4.r1());
2540
+ return new WsError(_this__u8e3s4.bs_1.wr_1, _this__u8e3s4.bs_1.xr_1, _this__u8e3s4.bs_1.yr_1.zu_1 - _this__u8e3s4.bs_1.yr_1.av_1 | 0, _this__u8e3s4.bs_1.yr_1.av_1, _this__u8e3s4.e());
2607
2541
  }
2608
2542
  //region block: post-declaration
2609
2543
  defineProp(protoOf(WsType), 'identifier', function () {
2610
- return this.x25();
2544
+ return this.xq();
2611
2545
  });
2612
2546
  defineProp(protoOf(WsType), 'comment', function () {
2613
- return this.a2k();
2547
+ return this.pv();
2614
2548
  });
2615
2549
  defineProp(protoOf(WsEndpoint), 'identifier', function () {
2616
- return this.x25();
2550
+ return this.xq();
2617
2551
  });
2618
2552
  defineProp(protoOf(WsEndpoint), 'comment', function () {
2619
- return this.a2k();
2553
+ return this.pv();
2620
2554
  });
2621
2555
  defineProp(protoOf(WsEnum), 'identifier', function () {
2622
- return this.x25();
2556
+ return this.xq();
2623
2557
  });
2624
2558
  defineProp(protoOf(WsEnum), 'comment', function () {
2625
- return this.a2k();
2559
+ return this.pv();
2626
2560
  });
2627
2561
  defineProp(protoOf(WsUnion), 'identifier', function () {
2628
- return this.x25();
2562
+ return this.xq();
2629
2563
  });
2630
2564
  defineProp(protoOf(WsUnion), 'comment', function () {
2631
- return this.a2k();
2565
+ return this.pv();
2632
2566
  });
2633
2567
  defineProp(protoOf(WsChannel), 'identifier', function () {
2634
- return this.x25();
2568
+ return this.xq();
2635
2569
  });
2636
2570
  defineProp(protoOf(WsChannel), 'comment', function () {
2637
- return this.a2k();
2571
+ return this.pv();
2638
2572
  });
2639
2573
  defineProp(protoOf(WsRefined), 'identifier', function () {
2640
- return this.x25();
2574
+ return this.xq();
2641
2575
  });
2642
2576
  defineProp(protoOf(WsRefined), 'comment', function () {
2643
- return this.a2k();
2577
+ return this.pv();
2644
2578
  });
2645
- defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).s2);
2646
- defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).t2);
2579
+ defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).m);
2580
+ defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).d3);
2647
2581
  defineProp(protoOf(WsAny), 'isNullable', function () {
2648
- return this.jm();
2582
+ return this.fu();
2649
2583
  });
2650
2584
  defineProp(protoOf(WsUnit), 'isNullable', function () {
2651
- return this.jm();
2585
+ return this.fu();
2652
2586
  });
2653
2587
  defineProp(protoOf(WsIterable), 'isNullable', function () {
2654
- return this.jm();
2588
+ return this.fu();
2655
2589
  });
2656
2590
  defineProp(protoOf(WsDict), 'isNullable', function () {
2657
- return this.jm();
2591
+ return this.fu();
2658
2592
  });
2659
2593
  defineProp(protoOf(WsCustom), 'isNullable', function () {
2660
- return this.jm();
2594
+ return this.fu();
2661
2595
  });
2662
2596
  defineProp(protoOf(WsPrimitive), 'isNullable', function () {
2663
- return this.jm();
2597
+ return this.fu();
2664
2598
  });
2665
- defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).s2);
2666
- defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).t2);
2599
+ defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).m);
2600
+ defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).d3);
2667
2601
  //endregion
2668
2602
  //region block: exports
2669
2603
  WsMethod.values = values;
2670
2604
  WsMethod.valueOf = valueOf;
2671
- defineProp(WsMethod, 'GET', WsMethod_GET_getInstance);
2672
- defineProp(WsMethod, 'POST', WsMethod_POST_getInstance);
2673
- defineProp(WsMethod, 'PUT', WsMethod_PUT_getInstance);
2674
- defineProp(WsMethod, 'DELETE', WsMethod_DELETE_getInstance);
2675
- defineProp(WsMethod, 'OPTIONS', WsMethod_OPTIONS_getInstance);
2676
- defineProp(WsMethod, 'HEAD', WsMethod_HEAD_getInstance);
2677
- defineProp(WsMethod, 'PATCH', WsMethod_PATCH_getInstance);
2678
- defineProp(WsMethod, 'TRACE', WsMethod_TRACE_getInstance);
2605
+ defineProp(WsMethod, 'GET', WsMethod_GET_getInstance, VOID, true);
2606
+ defineProp(WsMethod, 'POST', WsMethod_POST_getInstance, VOID, true);
2607
+ defineProp(WsMethod, 'PUT', WsMethod_PUT_getInstance, VOID, true);
2608
+ defineProp(WsMethod, 'DELETE', WsMethod_DELETE_getInstance, VOID, true);
2609
+ defineProp(WsMethod, 'OPTIONS', WsMethod_OPTIONS_getInstance, VOID, true);
2610
+ defineProp(WsMethod, 'HEAD', WsMethod_HEAD_getInstance, VOID, true);
2611
+ defineProp(WsMethod, 'PATCH', WsMethod_PATCH_getInstance, VOID, true);
2612
+ defineProp(WsMethod, 'TRACE', WsMethod_TRACE_getInstance, VOID, true);
2679
2613
  WsPrimitiveType.values = values_0;
2680
2614
  WsPrimitiveType.valueOf = valueOf_0;
2681
- defineProp(WsPrimitiveType, 'String', WsPrimitiveType_String_getInstance);
2682
- defineProp(WsPrimitiveType, 'Integer', WsPrimitiveType_Integer_getInstance);
2683
- defineProp(WsPrimitiveType, 'Integer32', WsPrimitiveType_Integer32_getInstance);
2684
- defineProp(WsPrimitiveType, 'Number', WsPrimitiveType_Number_getInstance);
2685
- defineProp(WsPrimitiveType, 'Number32', WsPrimitiveType_Number32_getInstance);
2686
- defineProp(WsPrimitiveType, 'Boolean', WsPrimitiveType_Boolean_getInstance);
2687
- defineProp(WsPrimitiveType, 'Bytes', WsPrimitiveType_Bytes_getInstance);
2615
+ defineProp(WsPrimitiveType, 'String', WsPrimitiveType_String_getInstance, VOID, true);
2616
+ defineProp(WsPrimitiveType, 'Integer', WsPrimitiveType_Integer_getInstance, VOID, true);
2617
+ defineProp(WsPrimitiveType, 'Integer32', WsPrimitiveType_Integer32_getInstance, VOID, true);
2618
+ defineProp(WsPrimitiveType, 'Number', WsPrimitiveType_Number_getInstance, VOID, true);
2619
+ defineProp(WsPrimitiveType, 'Number32', WsPrimitiveType_Number32_getInstance, VOID, true);
2620
+ defineProp(WsPrimitiveType, 'Boolean', WsPrimitiveType_Boolean_getInstance, VOID, true);
2621
+ defineProp(WsPrimitiveType, 'Bytes', WsPrimitiveType_Bytes_getInstance, VOID, true);
2688
2622
  export {
2689
2623
  WsAST as WsAST,
2690
2624
  WsModule as WsModule,
@@ -2730,7 +2664,7 @@ export {
2730
2664
  produce_15 as produce3sny9ut66ny5i,
2731
2665
  produce as produce6pbudlitvnns,
2732
2666
  produce_16 as produceuh9i6jdi4fz0,
2733
- produce_0 as produce3txbbaqkhcfqk,
2667
+ produce_13 as produce3txbbaqkhcfqk,
2734
2668
  produce_18 as produce6u3tkbj47p5z,
2735
2669
  produce_17 as produce35d26104l8zai,
2736
2670
  };