@flock/wirespec 0.0.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 (55) hide show
  1. package/kotlin/Kotlinx-Cli-Library-kotlinx-cli-js-ir.js +1601 -0
  2. package/kotlin/Kotlinx-Cli-Library-kotlinx-cli-js-ir.js.map +1 -0
  3. package/kotlin/arrow-arrow-annotations.js +15 -0
  4. package/kotlin/arrow-arrow-annotations.js.map +1 -0
  5. package/kotlin/arrow-arrow-atomic.js +57 -0
  6. package/kotlin/arrow-arrow-atomic.js.map +1 -0
  7. package/kotlin/arrow-arrow-continuations.js +31 -0
  8. package/kotlin/arrow-arrow-continuations.js.map +1 -0
  9. package/kotlin/arrow-arrow-core.js +357 -0
  10. package/kotlin/arrow-arrow-core.js.map +1 -0
  11. package/kotlin/kotlin-kotlin-stdlib-js-ir.js +11509 -0
  12. package/kotlin/kotlin-kotlin-stdlib-js-ir.js.map +1 -0
  13. package/kotlin/kotlin-openapi-bindings.js +12060 -0
  14. package/kotlin/kotlin-openapi-bindings.js.map +1 -0
  15. package/kotlin/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +5362 -0
  16. package/kotlin/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -0
  17. package/kotlin/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +4421 -0
  18. package/kotlin/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +1 -0
  19. package/kotlin/wirespec-bin.js +3 -0
  20. package/kotlin/wirespec-cli.js +1069 -0
  21. package/kotlin/wirespec-cli.js.map +1 -0
  22. package/kotlin/wirespec-core.js +4687 -0
  23. package/kotlin/wirespec-core.js.map +1 -0
  24. package/kotlin/wirespec-lib.js +620 -0
  25. package/kotlin/wirespec-lib.js.map +1 -0
  26. package/kotlin/wirespec-openapi.js +2614 -0
  27. package/kotlin/wirespec-openapi.js.map +1 -0
  28. package/package.json +17 -0
  29. package/sync-hashes/Kotlinx-Cli-Library-kotlinx-cli-js-ir.js.hash +1 -0
  30. package/sync-hashes/Kotlinx-Cli-Library-kotlinx-cli-js-ir.js.map.hash +1 -0
  31. package/sync-hashes/arrow-arrow-annotations.js.hash +1 -0
  32. package/sync-hashes/arrow-arrow-annotations.js.map.hash +1 -0
  33. package/sync-hashes/arrow-arrow-atomic.js.hash +1 -0
  34. package/sync-hashes/arrow-arrow-atomic.js.map.hash +1 -0
  35. package/sync-hashes/arrow-arrow-continuations.js.hash +1 -0
  36. package/sync-hashes/arrow-arrow-continuations.js.map.hash +1 -0
  37. package/sync-hashes/arrow-arrow-core.js.hash +1 -0
  38. package/sync-hashes/arrow-arrow-core.js.map.hash +1 -0
  39. package/sync-hashes/kotlin-kotlin-stdlib-js-ir.js.hash +1 -0
  40. package/sync-hashes/kotlin-kotlin-stdlib-js-ir.js.map.hash +1 -0
  41. package/sync-hashes/kotlin-openapi-bindings.js.hash +1 -0
  42. package/sync-hashes/kotlin-openapi-bindings.js.map.hash +1 -0
  43. package/sync-hashes/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.hash +1 -0
  44. package/sync-hashes/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map.hash +1 -0
  45. package/sync-hashes/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.hash +1 -0
  46. package/sync-hashes/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map.hash +1 -0
  47. package/sync-hashes/wirespec-bin.js.hash +1 -0
  48. package/sync-hashes/wirespec-cli.js.hash +1 -0
  49. package/sync-hashes/wirespec-cli.js.map.hash +1 -0
  50. package/sync-hashes/wirespec-core.js.hash +1 -0
  51. package/sync-hashes/wirespec-core.js.map.hash +1 -0
  52. package/sync-hashes/wirespec-lib.js.hash +1 -0
  53. package/sync-hashes/wirespec-lib.js.map.hash +1 -0
  54. package/sync-hashes/wirespec-openapi.js.hash +1 -0
  55. package/sync-hashes/wirespec-openapi.js.map.hash +1 -0
@@ -0,0 +1,620 @@
1
+ (function (root, factory) {
2
+ if (typeof define === 'function' && define.amd)
3
+ define(['exports', './kotlin-kotlin-stdlib-js-ir.js', './wirespec-cli.js', './arrow-arrow-core.js', './wirespec-core.js'], factory);
4
+ else if (typeof exports === 'object')
5
+ factory(module.exports, require('./kotlin-kotlin-stdlib-js-ir.js'), require('./wirespec-cli.js'), require('./arrow-arrow-core.js'), require('./wirespec-core.js'));
6
+ else {
7
+ if (typeof this['kotlin-kotlin-stdlib-js-ir'] === 'undefined') {
8
+ throw new Error("Error loading module 'wirespec-lib'. Its dependency 'kotlin-kotlin-stdlib-js-ir' was not found. Please, check whether 'kotlin-kotlin-stdlib-js-ir' is loaded prior to 'wirespec-lib'.");
9
+ }
10
+ if (typeof this['wirespec-cli'] === 'undefined') {
11
+ throw new Error("Error loading module 'wirespec-lib'. Its dependency 'wirespec-cli' was not found. Please, check whether 'wirespec-cli' is loaded prior to 'wirespec-lib'.");
12
+ }
13
+ if (typeof this['arrow-arrow-core'] === 'undefined') {
14
+ throw new Error("Error loading module 'wirespec-lib'. Its dependency 'arrow-arrow-core' was not found. Please, check whether 'arrow-arrow-core' is loaded prior to 'wirespec-lib'.");
15
+ }
16
+ if (typeof this['wirespec-core'] === 'undefined') {
17
+ throw new Error("Error loading module 'wirespec-lib'. Its dependency 'wirespec-core' was not found. Please, check whether 'wirespec-core' is loaded prior to 'wirespec-lib'.");
18
+ }
19
+ root['wirespec-lib'] = factory(typeof this['wirespec-lib'] === 'undefined' ? {} : this['wirespec-lib'], this['kotlin-kotlin-stdlib-js-ir'], this['wirespec-cli'], this['arrow-arrow-core'], this['wirespec-core']);
20
+ }
21
+ }(this, function (_, kotlin_kotlin, kotlin_community_flock_wirespec_compiler_cli, kotlin_io_arrow_kt_arrow_core, kotlin_community_flock_wirespec_compiler_core) {
22
+ 'use strict';
23
+ //region block: imports
24
+ var imul = Math.imul;
25
+ var protoOf = kotlin_kotlin.$_$.t7;
26
+ var classMeta = kotlin_kotlin.$_$.q6;
27
+ var VOID = kotlin_kotlin.$_$.ya;
28
+ var setMetadataFor = kotlin_kotlin.$_$.u7;
29
+ var main = kotlin_community_flock_wirespec_compiler_cli.$_$.a;
30
+ var Unit_getInstance = kotlin_kotlin.$_$.i3;
31
+ var noWhenBranchMatchedException = kotlin_kotlin.$_$.ta;
32
+ var first = kotlin_kotlin.$_$.v4;
33
+ var Right = kotlin_io_arrow_kt_arrow_core.$_$.d;
34
+ var collectionSizeOrDefault = kotlin_kotlin.$_$.c4;
35
+ var ArrayList_init_$Create$ = kotlin_kotlin.$_$.f;
36
+ var NonEmptyList = kotlin_io_arrow_kt_arrow_core.$_$.e;
37
+ var copyToArray = kotlin_kotlin.$_$.p4;
38
+ var Left = kotlin_io_arrow_kt_arrow_core.$_$.c;
39
+ var Logger = kotlin_community_flock_wirespec_compiler_core.$_$.w;
40
+ var objectMeta = kotlin_kotlin.$_$.s7;
41
+ var Wirespec_getInstance = kotlin_community_flock_wirespec_compiler_core.$_$.a1;
42
+ var compile = kotlin_community_flock_wirespec_compiler_core.$_$.v;
43
+ var tokenize = kotlin_community_flock_wirespec_compiler_core.$_$.u;
44
+ var Parser = kotlin_community_flock_wirespec_compiler_core.$_$.n;
45
+ var KotlinEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.c;
46
+ var TypeScriptEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.e;
47
+ var WirespecEmitter = kotlin_community_flock_wirespec_compiler_core.$_$.f;
48
+ var defineProp = kotlin_kotlin.$_$.r6;
49
+ var THROW_CCE = kotlin_kotlin.$_$.y9;
50
+ var equals = kotlin_kotlin.$_$.s6;
51
+ var contentEquals = kotlin_kotlin.$_$.e4;
52
+ var contentHashCode = kotlin_kotlin.$_$.f4;
53
+ var toString = kotlin_kotlin.$_$.y7;
54
+ var getStringHashCode = kotlin_kotlin.$_$.x6;
55
+ //endregion
56
+ //region block: pre-declaration
57
+ setMetadataFor(Ast, 'Ast', classMeta);
58
+ setMetadataFor(WsCompilationResult, 'WsCompilationResult', classMeta);
59
+ setMetadataFor(WsCompiled, 'WsCompiled', classMeta);
60
+ setMetadataFor(Compiler$Companion$logger$1, VOID, classMeta, Logger);
61
+ setMetadataFor(Companion, 'Companion', objectMeta);
62
+ setMetadataFor(Compiler, 'Compiler', classMeta);
63
+ setMetadataFor(Companion_0, 'Companion', objectMeta);
64
+ setMetadataFor(WsToKotlin, 'WsToKotlin', classMeta, Compiler);
65
+ setMetadataFor(Companion_1, 'Companion', objectMeta);
66
+ setMetadataFor(WsToTypeScript, 'WsToTypeScript', classMeta, Compiler);
67
+ setMetadataFor(Companion_2, 'Companion', objectMeta);
68
+ setMetadataFor(WsToWirespec, 'WsToWirespec', classMeta, Compiler);
69
+ setMetadataFor(WsTokenResult, 'WsTokenResult', classMeta);
70
+ setMetadataFor(WsTokens, 'WsTokens', classMeta);
71
+ setMetadataFor(WsToken, 'WsToken', classMeta);
72
+ setMetadataFor(WsCoordinates, 'WsCoordinates', classMeta);
73
+ setMetadataFor(WsIndex, 'WsIndex', classMeta);
74
+ setMetadataFor(WsError, 'WsError', classMeta);
75
+ //endregion
76
+ function Ast(value) {
77
+ this.value = value;
78
+ }
79
+ protoOf(Ast).w = function () {
80
+ return this.value;
81
+ };
82
+ function cli(args) {
83
+ main(args);
84
+ }
85
+ function WsCompilationResult(compiled, errors) {
86
+ compiled = compiled === VOID ? null : compiled;
87
+ var tmp;
88
+ if (errors === VOID) {
89
+ var tmp$ret$0;
90
+ var tmp$ret$0_0;
91
+ // Inline function 'kotlin.emptyArray' call
92
+ tmp$ret$0 = [];
93
+ tmp$ret$0_0 = Unit_getInstance();
94
+ tmp = tmp$ret$0;
95
+ } else {
96
+ tmp = errors;
97
+ }
98
+ errors = tmp;
99
+ this.compiled = compiled;
100
+ this.errors = errors;
101
+ }
102
+ protoOf(WsCompilationResult).y1y = function () {
103
+ return this.compiled;
104
+ };
105
+ protoOf(WsCompilationResult).z1y = function () {
106
+ return this.errors;
107
+ };
108
+ function WsCompiled(value) {
109
+ this.value = value;
110
+ }
111
+ protoOf(WsCompiled).w = function () {
112
+ return this.value;
113
+ };
114
+ function produce(_this__u8e3s4) {
115
+ var tmp0_subject = _this__u8e3s4;
116
+ var tmp;
117
+ if (tmp0_subject instanceof Left) {
118
+ var tmp$ret$5;
119
+ // Inline function 'kotlin.collections.toTypedArray' call
120
+ var tmp$ret$4;
121
+ // Inline function 'arrow.core.NonEmptyList.map' call
122
+ var tmp2_map = _this__u8e3s4.jg_1;
123
+ var tmp$ret$0;
124
+ // Inline function 'produce.<anonymous>' call
125
+ var tmp3__anonymous__ufb84q = tmp2_map.sg_1;
126
+ tmp$ret$0 = produce_4(tmp3__anonymous__ufb84q);
127
+ var tmp_0 = tmp$ret$0;
128
+ var tmp$ret$3;
129
+ // Inline function 'kotlin.collections.map' call
130
+ var tmp1_map = tmp2_map.tg_1;
131
+ var tmp$ret$2;
132
+ // Inline function 'kotlin.collections.mapTo' call
133
+ var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp1_map, 10));
134
+ var tmp0_iterator = tmp1_map.c();
135
+ while (tmp0_iterator.d()) {
136
+ var item = tmp0_iterator.e();
137
+ var tmp$ret$1;
138
+ // Inline function 'produce.<anonymous>' call
139
+ tmp$ret$1 = produce_4(item);
140
+ tmp0_mapTo.a(tmp$ret$1);
141
+ }
142
+ tmp$ret$2 = tmp0_mapTo;
143
+ tmp$ret$3 = tmp$ret$2;
144
+ tmp$ret$4 = new NonEmptyList(tmp_0, tmp$ret$3);
145
+ var tmp4_toTypedArray = tmp$ret$4;
146
+ tmp$ret$5 = copyToArray(tmp4_toTypedArray);
147
+ tmp = new WsCompilationResult(VOID, tmp$ret$5);
148
+ } else {
149
+ if (tmp0_subject instanceof Right) {
150
+ tmp = new WsCompilationResult(new WsCompiled(first(_this__u8e3s4.og_1).h3_1));
151
+ } else {
152
+ noWhenBranchMatchedException();
153
+ }
154
+ }
155
+ return tmp;
156
+ }
157
+ function Compiler$Companion$logger$1() {
158
+ Logger.call(this, false);
159
+ }
160
+ function Companion() {
161
+ Companion_instance = this;
162
+ var tmp = this;
163
+ tmp.logger = new Compiler$Companion$logger$1();
164
+ }
165
+ protoOf(Companion).a1z = function () {
166
+ return this.logger;
167
+ };
168
+ var Companion_instance;
169
+ function Companion_getInstance() {
170
+ if (Companion_instance == null)
171
+ new Companion();
172
+ return Companion_instance;
173
+ }
174
+ function Compiler() {
175
+ Companion_getInstance();
176
+ }
177
+ protoOf(Compiler).preCompile = function (source) {
178
+ return compile(Wirespec_getInstance(), source)(Companion_getInstance().logger);
179
+ };
180
+ protoOf(Compiler).tokenize = function (source) {
181
+ return produce_0(tokenize(Wirespec_getInstance(), source));
182
+ };
183
+ protoOf(Compiler).parse = function (source) {
184
+ var tmp$ret$6;
185
+ // Inline function 'kotlin.let' call
186
+ var tmp$ret$1;
187
+ // Inline function 'kotlin.let' call
188
+ var tmp0_let = tokenize(Wirespec_getInstance(), source);
189
+ // Inline function 'kotlin.contracts.contract' call
190
+ var tmp$ret$0;
191
+ // Inline function 'Compiler.parse.<anonymous>' call
192
+ tmp$ret$0 = (new Parser(Companion_getInstance().logger)).nh(tmp0_let);
193
+ tmp$ret$1 = tmp$ret$0;
194
+ var tmp1_let = tmp$ret$1;
195
+ // Inline function 'kotlin.contracts.contract' call
196
+ var tmp$ret$5;
197
+ // Inline function 'Compiler.parse.<anonymous>' call
198
+ var tmp$ret$4;
199
+ // Inline function 'kotlin.arrayOf' call
200
+ var tmp$ret$3;
201
+ // Inline function 'kotlin.js.unsafeCast' call
202
+ var tmp$ret$2;
203
+ // Inline function 'kotlin.js.asDynamic' call
204
+ tmp$ret$2 = [];
205
+ tmp$ret$3 = tmp$ret$2;
206
+ tmp$ret$4 = tmp$ret$3;
207
+ tmp$ret$5 = new Ast(tmp$ret$4);
208
+ tmp$ret$6 = tmp$ret$5;
209
+ return tmp$ret$6;
210
+ };
211
+ function Companion_0() {
212
+ Companion_instance_0 = this;
213
+ this.b1z_1 = new KotlinEmitter(VOID, Companion_getInstance().logger);
214
+ }
215
+ var Companion_instance_0;
216
+ function Companion_getInstance_0() {
217
+ if (Companion_instance_0 == null)
218
+ new Companion_0();
219
+ return Companion_instance_0;
220
+ }
221
+ function WsToKotlin() {
222
+ Companion_getInstance_0();
223
+ Compiler.call(this);
224
+ }
225
+ protoOf(WsToKotlin).compile = function (source) {
226
+ return produce(this.preCompile(source)(Companion_getInstance_0().b1z_1));
227
+ };
228
+ function Companion_1() {
229
+ Companion_instance_1 = this;
230
+ this.c1z_1 = new TypeScriptEmitter(Companion_getInstance().logger);
231
+ }
232
+ var Companion_instance_1;
233
+ function Companion_getInstance_1() {
234
+ if (Companion_instance_1 == null)
235
+ new Companion_1();
236
+ return Companion_instance_1;
237
+ }
238
+ function WsToTypeScript() {
239
+ Companion_getInstance_1();
240
+ Compiler.call(this);
241
+ }
242
+ protoOf(WsToTypeScript).compile = function (source) {
243
+ return produce(this.preCompile(source)(Companion_getInstance_1().c1z_1));
244
+ };
245
+ function Companion_2() {
246
+ Companion_instance_2 = this;
247
+ this.d1z_1 = new WirespecEmitter(Companion_getInstance().logger);
248
+ }
249
+ var Companion_instance_2;
250
+ function Companion_getInstance_2() {
251
+ if (Companion_instance_2 == null)
252
+ new Companion_2();
253
+ return Companion_instance_2;
254
+ }
255
+ function WsToWirespec() {
256
+ Companion_getInstance_2();
257
+ Compiler.call(this);
258
+ }
259
+ protoOf(WsToWirespec).compile = function (source) {
260
+ return produce(this.preCompile(source)(Companion_getInstance_2().d1z_1));
261
+ };
262
+ function WsTokenResult(tokens, error) {
263
+ tokens = tokens === VOID ? null : tokens;
264
+ error = error === VOID ? null : error;
265
+ this.tokens = tokens;
266
+ this.error = error;
267
+ }
268
+ protoOf(WsTokenResult).e1z = function () {
269
+ return this.tokens;
270
+ };
271
+ protoOf(WsTokenResult).f1z = function () {
272
+ return this.error;
273
+ };
274
+ protoOf(WsTokenResult).i3 = function () {
275
+ return this.tokens;
276
+ };
277
+ protoOf(WsTokenResult).j3 = function () {
278
+ return this.error;
279
+ };
280
+ protoOf(WsTokenResult).g1z = function (tokens, error) {
281
+ return new WsTokenResult(tokens, error);
282
+ };
283
+ protoOf(WsTokenResult).copy = function (tokens, error, $super) {
284
+ tokens = tokens === VOID ? this.tokens : tokens;
285
+ error = error === VOID ? this.error : error;
286
+ return this.g1z(tokens, error);
287
+ };
288
+ protoOf(WsTokenResult).toString = function () {
289
+ return 'WsTokenResult(tokens=' + this.tokens + ', error=' + this.error + ')';
290
+ };
291
+ protoOf(WsTokenResult).hashCode = function () {
292
+ var result = this.tokens == null ? 0 : this.tokens.hashCode();
293
+ result = imul(result, 31) + (this.error == null ? 0 : this.error.hashCode()) | 0;
294
+ return result;
295
+ };
296
+ protoOf(WsTokenResult).equals = function (other) {
297
+ if (this === other)
298
+ return true;
299
+ if (!(other instanceof WsTokenResult))
300
+ return false;
301
+ var tmp0_other_with_cast = other instanceof WsTokenResult ? other : THROW_CCE();
302
+ if (!equals(this.tokens, tmp0_other_with_cast.tokens))
303
+ return false;
304
+ if (!equals(this.error, tmp0_other_with_cast.error))
305
+ return false;
306
+ return true;
307
+ };
308
+ function WsTokens(value) {
309
+ this.value = value;
310
+ }
311
+ protoOf(WsTokens).w = function () {
312
+ return this.value;
313
+ };
314
+ protoOf(WsTokens).equals = function (other) {
315
+ if (this === other)
316
+ return true;
317
+ if (other == null ? true : !(this.constructor == other.constructor))
318
+ return false;
319
+ if (other instanceof WsTokens)
320
+ other;
321
+ else
322
+ THROW_CCE();
323
+ if (!contentEquals(this.value, other.value))
324
+ return false;
325
+ return true;
326
+ };
327
+ protoOf(WsTokens).hashCode = function () {
328
+ return contentHashCode(this.value);
329
+ };
330
+ protoOf(WsTokens).i3 = function () {
331
+ return this.value;
332
+ };
333
+ protoOf(WsTokens).h1z = function (value) {
334
+ return new WsTokens(value);
335
+ };
336
+ protoOf(WsTokens).copy = function (value, $super) {
337
+ value = value === VOID ? this.value : value;
338
+ return this.h1z(value);
339
+ };
340
+ protoOf(WsTokens).toString = function () {
341
+ return 'WsTokens(value=' + toString(this.value) + ')';
342
+ };
343
+ function WsToken(type, value, coordinates) {
344
+ coordinates = coordinates === VOID ? new WsCoordinates() : coordinates;
345
+ this.type = type;
346
+ this.value = value;
347
+ this.coordinates = coordinates;
348
+ }
349
+ protoOf(WsToken).i1z = function () {
350
+ return this.type;
351
+ };
352
+ protoOf(WsToken).w = function () {
353
+ return this.value;
354
+ };
355
+ protoOf(WsToken).j1z = function () {
356
+ return this.coordinates;
357
+ };
358
+ protoOf(WsToken).i3 = function () {
359
+ return this.type;
360
+ };
361
+ protoOf(WsToken).j3 = function () {
362
+ return this.value;
363
+ };
364
+ protoOf(WsToken).k1z = function () {
365
+ return this.coordinates;
366
+ };
367
+ protoOf(WsToken).l1z = function (type, value, coordinates) {
368
+ return new WsToken(type, value, coordinates);
369
+ };
370
+ protoOf(WsToken).copy = function (type, value, coordinates, $super) {
371
+ type = type === VOID ? this.type : type;
372
+ value = value === VOID ? this.value : value;
373
+ coordinates = coordinates === VOID ? this.coordinates : coordinates;
374
+ return this.l1z(type, value, coordinates);
375
+ };
376
+ protoOf(WsToken).toString = function () {
377
+ return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates + ')';
378
+ };
379
+ protoOf(WsToken).hashCode = function () {
380
+ var result = getStringHashCode(this.type);
381
+ result = imul(result, 31) + getStringHashCode(this.value) | 0;
382
+ result = imul(result, 31) + this.coordinates.hashCode() | 0;
383
+ return result;
384
+ };
385
+ protoOf(WsToken).equals = function (other) {
386
+ if (this === other)
387
+ return true;
388
+ if (!(other instanceof WsToken))
389
+ return false;
390
+ var tmp0_other_with_cast = other instanceof WsToken ? other : THROW_CCE();
391
+ if (!(this.type === tmp0_other_with_cast.type))
392
+ return false;
393
+ if (!(this.value === tmp0_other_with_cast.value))
394
+ return false;
395
+ if (!this.coordinates.equals(tmp0_other_with_cast.coordinates))
396
+ return false;
397
+ return true;
398
+ };
399
+ function WsCoordinates(line, position, idxAndLength) {
400
+ line = line === VOID ? 1 : line;
401
+ position = position === VOID ? 1 : position;
402
+ idxAndLength = idxAndLength === VOID ? new WsIndex() : idxAndLength;
403
+ this.line = line;
404
+ this.position = position;
405
+ this.idxAndLength = idxAndLength;
406
+ }
407
+ protoOf(WsCoordinates).m1z = function () {
408
+ return this.line;
409
+ };
410
+ protoOf(WsCoordinates).bs = function () {
411
+ return this.position;
412
+ };
413
+ protoOf(WsCoordinates).n1z = function () {
414
+ return this.idxAndLength;
415
+ };
416
+ protoOf(WsCoordinates).i3 = function () {
417
+ return this.line;
418
+ };
419
+ protoOf(WsCoordinates).j3 = function () {
420
+ return this.position;
421
+ };
422
+ protoOf(WsCoordinates).k1z = function () {
423
+ return this.idxAndLength;
424
+ };
425
+ protoOf(WsCoordinates).o1z = function (line, position, idxAndLength) {
426
+ return new WsCoordinates(line, position, idxAndLength);
427
+ };
428
+ protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
429
+ line = line === VOID ? this.line : line;
430
+ position = position === VOID ? this.position : position;
431
+ idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
432
+ return this.o1z(line, position, idxAndLength);
433
+ };
434
+ protoOf(WsCoordinates).toString = function () {
435
+ return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength + ')';
436
+ };
437
+ protoOf(WsCoordinates).hashCode = function () {
438
+ var result = this.line;
439
+ result = imul(result, 31) + this.position | 0;
440
+ result = imul(result, 31) + this.idxAndLength.hashCode() | 0;
441
+ return result;
442
+ };
443
+ protoOf(WsCoordinates).equals = function (other) {
444
+ if (this === other)
445
+ return true;
446
+ if (!(other instanceof WsCoordinates))
447
+ return false;
448
+ var tmp0_other_with_cast = other instanceof WsCoordinates ? other : THROW_CCE();
449
+ if (!(this.line === tmp0_other_with_cast.line))
450
+ return false;
451
+ if (!(this.position === tmp0_other_with_cast.position))
452
+ return false;
453
+ if (!this.idxAndLength.equals(tmp0_other_with_cast.idxAndLength))
454
+ return false;
455
+ return true;
456
+ };
457
+ function WsIndex(idx, length) {
458
+ idx = idx === VOID ? 0 : idx;
459
+ length = length === VOID ? 0 : length;
460
+ this.idx = idx;
461
+ this.length = length;
462
+ }
463
+ protoOf(WsIndex).p1z = function () {
464
+ return this.idx;
465
+ };
466
+ protoOf(WsIndex).p8 = function () {
467
+ return this.length;
468
+ };
469
+ protoOf(WsIndex).i3 = function () {
470
+ return this.idx;
471
+ };
472
+ protoOf(WsIndex).j3 = function () {
473
+ return this.length;
474
+ };
475
+ protoOf(WsIndex).q1z = function (idx, length) {
476
+ return new WsIndex(idx, length);
477
+ };
478
+ protoOf(WsIndex).copy = function (idx, length, $super) {
479
+ idx = idx === VOID ? this.idx : idx;
480
+ length = length === VOID ? this.length : length;
481
+ return this.q1z(idx, length);
482
+ };
483
+ protoOf(WsIndex).toString = function () {
484
+ return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
485
+ };
486
+ protoOf(WsIndex).hashCode = function () {
487
+ var result = this.idx;
488
+ result = imul(result, 31) + this.length | 0;
489
+ return result;
490
+ };
491
+ protoOf(WsIndex).equals = function (other) {
492
+ if (this === other)
493
+ return true;
494
+ if (!(other instanceof WsIndex))
495
+ return false;
496
+ var tmp0_other_with_cast = other instanceof WsIndex ? other : THROW_CCE();
497
+ if (!(this.idx === tmp0_other_with_cast.idx))
498
+ return false;
499
+ if (!(this.length === tmp0_other_with_cast.length))
500
+ return false;
501
+ return true;
502
+ };
503
+ function produce_0(_this__u8e3s4) {
504
+ var tmp$ret$3;
505
+ // Inline function 'kotlin.collections.toTypedArray' call
506
+ var tmp$ret$2;
507
+ // Inline function 'kotlin.collections.map' call
508
+ var tmp$ret$1;
509
+ // Inline function 'kotlin.collections.mapTo' call
510
+ var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
511
+ var tmp0_iterator = _this__u8e3s4.c();
512
+ while (tmp0_iterator.d()) {
513
+ var item = tmp0_iterator.e();
514
+ var tmp$ret$0;
515
+ // Inline function 'produce.<anonymous>' call
516
+ tmp$ret$0 = produce_1(item);
517
+ tmp0_mapTo.a(tmp$ret$0);
518
+ }
519
+ tmp$ret$1 = tmp0_mapTo;
520
+ tmp$ret$2 = tmp$ret$1;
521
+ var tmp1_toTypedArray = tmp$ret$2;
522
+ tmp$ret$3 = copyToArray(tmp1_toTypedArray);
523
+ return new WsTokenResult(new WsTokens(tmp$ret$3));
524
+ }
525
+ function produce_1(_this__u8e3s4) {
526
+ return new WsToken(_this__u8e3s4.pk_1.hl(), _this__u8e3s4.qk_1, produce_2(_this__u8e3s4.rk_1));
527
+ }
528
+ function produce_2(_this__u8e3s4) {
529
+ return new WsCoordinates(_this__u8e3s4.sk_1, _this__u8e3s4.tk_1, produce_3(_this__u8e3s4.uk_1));
530
+ }
531
+ function produce_3(_this__u8e3s4) {
532
+ return new WsIndex(_this__u8e3s4.cl_1, _this__u8e3s4.dl_1);
533
+ }
534
+ function WsError(index, length, value) {
535
+ this.index = index;
536
+ this.length = length;
537
+ this.value = value;
538
+ }
539
+ protoOf(WsError).r1z = function () {
540
+ return this.index;
541
+ };
542
+ protoOf(WsError).p8 = function () {
543
+ return this.length;
544
+ };
545
+ protoOf(WsError).w = function () {
546
+ return this.value;
547
+ };
548
+ protoOf(WsError).i3 = function () {
549
+ return this.index;
550
+ };
551
+ protoOf(WsError).j3 = function () {
552
+ return this.length;
553
+ };
554
+ protoOf(WsError).k1z = function () {
555
+ return this.value;
556
+ };
557
+ protoOf(WsError).s1z = function (index, length, value) {
558
+ return new WsError(index, length, value);
559
+ };
560
+ protoOf(WsError).copy = function (index, length, value, $super) {
561
+ index = index === VOID ? this.index : index;
562
+ length = length === VOID ? this.length : length;
563
+ value = value === VOID ? this.value : value;
564
+ return this.s1z(index, length, value);
565
+ };
566
+ protoOf(WsError).toString = function () {
567
+ return 'WsError(index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
568
+ };
569
+ protoOf(WsError).hashCode = function () {
570
+ var result = this.index;
571
+ result = imul(result, 31) + this.length | 0;
572
+ result = imul(result, 31) + getStringHashCode(this.value) | 0;
573
+ return result;
574
+ };
575
+ protoOf(WsError).equals = function (other) {
576
+ if (this === other)
577
+ return true;
578
+ if (!(other instanceof WsError))
579
+ return false;
580
+ var tmp0_other_with_cast = other instanceof WsError ? other : THROW_CCE();
581
+ if (!(this.index === tmp0_other_with_cast.index))
582
+ return false;
583
+ if (!(this.length === tmp0_other_with_cast.length))
584
+ return false;
585
+ if (!(this.value === tmp0_other_with_cast.value))
586
+ return false;
587
+ return true;
588
+ };
589
+ function produce_4(_this__u8e3s4) {
590
+ var tmp = _this__u8e3s4.vk_1.uk_1.cl_1 - _this__u8e3s4.vk_1.uk_1.dl_1 | 0;
591
+ var tmp0_elvis_lhs = _this__u8e3s4.message;
592
+ return new WsError(tmp, _this__u8e3s4.vk_1.uk_1.dl_1, tmp0_elvis_lhs == null ? 'No message' : tmp0_elvis_lhs);
593
+ }
594
+ //region block: exports
595
+ function $jsExportAll$(_) {
596
+ _.Ast = Ast;
597
+ _.cli = cli;
598
+ _.WsCompilationResult = WsCompilationResult;
599
+ _.WsCompiled = WsCompiled;
600
+ _.Compiler = Compiler;
601
+ defineProp(_.Compiler, 'Companion', Companion_getInstance);
602
+ _.WsToKotlin = WsToKotlin;
603
+ defineProp(_.WsToKotlin, 'Companion', Companion_getInstance_0);
604
+ _.WsToTypeScript = WsToTypeScript;
605
+ defineProp(_.WsToTypeScript, 'Companion', Companion_getInstance_1);
606
+ _.WsToWirespec = WsToWirespec;
607
+ defineProp(_.WsToWirespec, 'Companion', Companion_getInstance_2);
608
+ _.WsTokenResult = WsTokenResult;
609
+ _.WsTokens = WsTokens;
610
+ _.WsToken = WsToken;
611
+ _.WsCoordinates = WsCoordinates;
612
+ _.WsIndex = WsIndex;
613
+ _.WsError = WsError;
614
+ }
615
+ $jsExportAll$(_);
616
+ //endregion
617
+ return _;
618
+ }));
619
+
620
+ //# sourceMappingURL=wirespec-lib.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../compiler/lib/src/jsMain/kotlin/Ast.kt","../../../../../compiler/lib/src/jsMain/kotlin/Cli.kt","../../../../../compiler/lib/src/jsMain/kotlin/CompilationResult.kt","../../../../../compiler/lib/build/compileSync/js/main/productionLibrary/kotlin/runtime/kotlinHacks.kt","../../../../../../../../../../runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/NonEmptyList.kt","../../../../../compiler/lib/build/compileSync/js/main/productionLibrary/kotlin/commonMainSources/libraries/stdlib/common/src/generated/_Collections.kt","../../../../../compiler/lib/build/compileSync/js/main/productionLibrary/kotlin/jsMainSources/libraries/stdlib/js/src/kotlin/collections.kt","../../../../../compiler/lib/src/jsMain/kotlin/Compiler.kt","../../../../../compiler/lib/build/compileSync/js/main/productionLibrary/kotlin/commonMainSources/libraries/stdlib/src/kotlin/util/Standard.kt","../../../../../compiler/lib/build/compileSync/js/main/productionLibrary/kotlin/jsMainSources/libraries/stdlib/js/src/kotlin/dynamic.kt","../../../../../compiler/lib/build/compileSync/js/main/productionLibrary/kotlin/builtins/Library.kt","../../../../../compiler/lib/src/jsMain/kotlin/Tokens.kt","../../../../../compiler/lib/src/jsMain/kotlin/WsError.kt"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["<init>","value","<get-value>","cli","args","compiled","errors","<get-compiled>","<get-errors>","produce","<this>","item","<get-logger>","preCompile","source","tokenize","parse","compile","tokens","error","<get-tokens>","<get-error>","component1","component2","copy","copy$default","toString","hashCode","result","equals","other","type","coordinates","<get-type>","<get-coordinates>","component3","line","position","idxAndLength","<get-line>","<get-position>","<get-idxAndLength>","idx","length","<get-idx>","<get-length>","index","<get-index>"],"mappings":"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"}