@flock/wirespec 0.8.47 → 0.8.50

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 (36) hide show
  1. package/arrow-arrow-atomic.js +16 -16
  2. package/arrow-arrow-continuations.js +3 -3
  3. package/arrow-arrow-core.js +109 -88
  4. package/arrow-arrow-core.js.map +1 -1
  5. package/clikt-clikt.js +6790 -0
  6. package/clikt-clikt.js.map +1 -0
  7. package/colormath-root-colormath.js +1403 -0
  8. package/colormath-root-colormath.js.map +1 -0
  9. package/kotlin-kotlin-stdlib-js-ir.js +4150 -2107
  10. package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
  11. package/kotlin-openapi-bindings.js +3574 -3574
  12. package/kotlin-openapi-bindings.js.map +1 -1
  13. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1551 -1550
  14. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -1
  15. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +1183 -1172
  16. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +1 -1
  17. package/markdown.js +6858 -0
  18. package/markdown.js.map +1 -0
  19. package/mordant-mordant.js +11604 -0
  20. package/mordant-mordant.js.map +1 -0
  21. package/package.json +3 -3
  22. package/wirespec-bin.js +3 -0
  23. package/wirespec-src-compiler-core.js +2436 -1676
  24. package/wirespec-src-compiler-core.js.map +1 -1
  25. package/wirespec-src-compiler-lib.js +674 -567
  26. package/wirespec-src-compiler-lib.js.map +1 -1
  27. package/wirespec-src-converter-openapi.js +571 -571
  28. package/wirespec-src-converter-openapi.js.map +1 -1
  29. package/wirespec-src-plugin-arguments.js +543 -0
  30. package/wirespec-src-plugin-arguments.js.map +1 -0
  31. package/wirespec-src-plugin-cli.js +1028 -0
  32. package/wirespec-src-plugin-cli.js.map +1 -0
  33. package/wirespec-src-plugin-npm.d.ts +380 -0
  34. package/wirespec-src-plugin-npm.js +57 -0
  35. package/wirespec-src-plugin-npm.js.map +1 -0
  36. package/wirespec-src-compiler-lib.d.ts +0 -356
@@ -12,10 +12,10 @@
12
12
  }(this, function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.n7;
16
- var classMeta = kotlin_kotlin.$_$.m6;
17
- var VOID = kotlin_kotlin.$_$.pa;
18
- var setMetadataFor = kotlin_kotlin.$_$.o7;
15
+ var protoOf = kotlin_kotlin.$_$.q9;
16
+ var classMeta = kotlin_kotlin.$_$.l8;
17
+ var VOID = kotlin_kotlin.$_$.ke;
18
+ var setMetadataFor = kotlin_kotlin.$_$.r9;
19
19
  //endregion
20
20
  //region block: pre-declaration
21
21
  setMetadataFor(AtomicBoolean, 'AtomicBoolean', classMeta);
@@ -25,26 +25,26 @@
25
25
  return _this__u8e3s4 ? 1 : 0;
26
26
  }
27
27
  function AtomicBoolean(value) {
28
- this.c1n_1 = new AtomicInt(toInt(value, this));
28
+ this.k1p_1 = new AtomicInt(toInt(value, this));
29
29
  }
30
- protoOf(AtomicBoolean).q = function () {
31
- return !(get_value(this.c1n_1) === 0);
30
+ protoOf(AtomicBoolean).y = function () {
31
+ return !(get_value(this.k1p_1) === 0);
32
32
  };
33
- protoOf(AtomicBoolean).d1n = function (value) {
34
- return this.c1n_1.f1n(toInt(value, this)) === 1;
33
+ protoOf(AtomicBoolean).l1p = function (value) {
34
+ return this.k1p_1.n1p(toInt(value, this)) === 1;
35
35
  };
36
36
  function get_value(_this__u8e3s4) {
37
- return _this__u8e3s4.g1n();
37
+ return _this__u8e3s4.o1p();
38
38
  }
39
39
  function AtomicInt(initialValue) {
40
- this.e1n_1 = initialValue;
40
+ this.m1p_1 = initialValue;
41
41
  }
42
- protoOf(AtomicInt).g1n = function () {
43
- return this.e1n_1;
42
+ protoOf(AtomicInt).o1p = function () {
43
+ return this.m1p_1;
44
44
  };
45
- protoOf(AtomicInt).f1n = function (value) {
46
- var current = this.e1n_1;
47
- this.e1n_1 = value;
45
+ protoOf(AtomicInt).n1p = function (value) {
46
+ var current = this.m1p_1;
47
+ this.m1p_1 = value;
48
48
  return current;
49
49
  };
50
50
  //region block: exports
@@ -12,9 +12,9 @@
12
12
  }(this, function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var classMeta = kotlin_kotlin.$_$.m6;
16
- var VOID = kotlin_kotlin.$_$.pa;
17
- var setMetadataFor = kotlin_kotlin.$_$.o7;
15
+ var classMeta = kotlin_kotlin.$_$.l8;
16
+ var VOID = kotlin_kotlin.$_$.ke;
17
+ var setMetadataFor = kotlin_kotlin.$_$.r9;
18
18
  //endregion
19
19
  //region block: pre-declaration
20
20
  setMetadataFor(ControlThrowable, 'ControlThrowable', classMeta, Error);
@@ -18,37 +18,37 @@
18
18
  }(this, function (_, kotlin_kotlin, kotlin_io_arrow_kt_arrow_atomic, kotlin_io_arrow_kt_arrow_continuations) {
19
19
  'use strict';
20
20
  //region block: imports
21
- var Unit_getInstance = kotlin_kotlin.$_$.f3;
22
- var protoOf = kotlin_kotlin.$_$.n7;
23
- var objectMeta = kotlin_kotlin.$_$.m7;
24
- var VOID = kotlin_kotlin.$_$.pa;
25
- var setMetadataFor = kotlin_kotlin.$_$.o7;
26
- var hashCode = kotlin_kotlin.$_$.t6;
27
- var THROW_CCE = kotlin_kotlin.$_$.r9;
28
- var equals = kotlin_kotlin.$_$.o6;
29
- var classMeta = kotlin_kotlin.$_$.m6;
30
- var noWhenBranchMatchedException = kotlin_kotlin.$_$.ma;
31
- var drop = kotlin_kotlin.$_$.m4;
32
- var objectCreate = kotlin_kotlin.$_$.l7;
33
- var AbstractList = kotlin_kotlin.$_$.g3;
34
- var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.d1;
35
- var listOf = kotlin_kotlin.$_$.f5;
36
- var plus = kotlin_kotlin.$_$.l5;
37
- var plus_0 = kotlin_kotlin.$_$.m5;
38
- var joinToString = kotlin_kotlin.$_$.z4;
39
- var Collection = kotlin_kotlin.$_$.j3;
40
- var firstOrNull = kotlin_kotlin.$_$.s4;
41
- var asList = kotlin_kotlin.$_$.w3;
21
+ var Unit_getInstance = kotlin_kotlin.$_$.t3;
22
+ var protoOf = kotlin_kotlin.$_$.q9;
23
+ var objectMeta = kotlin_kotlin.$_$.p9;
24
+ var VOID = kotlin_kotlin.$_$.ke;
25
+ var setMetadataFor = kotlin_kotlin.$_$.r9;
26
+ var hashCode = kotlin_kotlin.$_$.t8;
27
+ var THROW_CCE = kotlin_kotlin.$_$.ld;
28
+ var equals = kotlin_kotlin.$_$.o8;
29
+ var classMeta = kotlin_kotlin.$_$.l8;
30
+ var noWhenBranchMatchedException = kotlin_kotlin.$_$.ge;
31
+ var drop = kotlin_kotlin.$_$.g5;
32
+ var objectCreate = kotlin_kotlin.$_$.o9;
33
+ var AbstractList = kotlin_kotlin.$_$.u3;
34
+ var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.l1;
35
+ var listOf = kotlin_kotlin.$_$.k6;
36
+ var plus = kotlin_kotlin.$_$.u6;
37
+ var plus_0 = kotlin_kotlin.$_$.v6;
38
+ var joinToString = kotlin_kotlin.$_$.x5;
39
+ var Collection = kotlin_kotlin.$_$.x3;
40
+ var firstOrNull = kotlin_kotlin.$_$.m5;
41
+ var asList = kotlin_kotlin.$_$.l4;
42
42
  var AtomicBoolean = kotlin_io_arrow_kt_arrow_atomic.$_$.a;
43
- var isObject = kotlin_kotlin.$_$.f7;
44
- var CancellationException = kotlin_kotlin.$_$.a6;
45
- var CancellationException_init_$Init$ = kotlin_kotlin.$_$.t;
46
- var captureStack = kotlin_kotlin.$_$.h6;
47
- var IllegalStateException = kotlin_kotlin.$_$.l9;
48
- var IllegalStateException_init_$Init$ = kotlin_kotlin.$_$.b1;
49
- var interfaceMeta = kotlin_kotlin.$_$.u6;
43
+ var isObject = kotlin_kotlin.$_$.f9;
44
+ var CancellationException = kotlin_kotlin.$_$.v7;
45
+ var CancellationException_init_$Init$ = kotlin_kotlin.$_$.w;
46
+ var captureStack = kotlin_kotlin.$_$.f8;
47
+ var IllegalStateException = kotlin_kotlin.$_$.fd;
48
+ var IllegalStateException_init_$Init$ = kotlin_kotlin.$_$.i1;
49
+ var interfaceMeta = kotlin_kotlin.$_$.u8;
50
50
  var ControlThrowable = kotlin_io_arrow_kt_arrow_continuations.$_$.a;
51
- var CancellationException_init_$Init$_0 = kotlin_kotlin.$_$.u;
51
+ var CancellationException_init_$Init$_0 = kotlin_kotlin.$_$.x;
52
52
  //endregion
53
53
  //region block: pre-declaration
54
54
  setMetadataFor(Companion, 'Companion', objectMeta);
@@ -63,10 +63,10 @@
63
63
  var tmp0_subject = _this__u8e3s4;
64
64
  var tmp;
65
65
  if (tmp0_subject instanceof Left) {
66
- this.c1o(_this__u8e3s4.j1n_1);
66
+ this.l1q(_this__u8e3s4.r1p_1);
67
67
  } else {
68
68
  if (tmp0_subject instanceof Right) {
69
- tmp = _this__u8e3s4.o1n_1;
69
+ tmp = _this__u8e3s4.x1p_1;
70
70
  } else {
71
71
  noWhenBranchMatchedException();
72
72
  }
@@ -82,7 +82,7 @@
82
82
  //endregion
83
83
  function Companion() {
84
84
  Companion_instance = this;
85
- this.h1n_1 = new Left(Unit_getInstance());
85
+ this.p1p_1 = new Left(Unit_getInstance());
86
86
  }
87
87
  var Companion_instance;
88
88
  function Companion_getInstance() {
@@ -92,7 +92,7 @@
92
92
  }
93
93
  function Companion_0() {
94
94
  Companion_instance_0 = this;
95
- this.i1n_1 = new Right(Unit_getInstance());
95
+ this.q1p_1 = new Right(Unit_getInstance());
96
96
  }
97
97
  var Companion_instance_0;
98
98
  function Companion_getInstance_0() {
@@ -103,21 +103,21 @@
103
103
  function Left(value) {
104
104
  Companion_getInstance();
105
105
  Either.call(this);
106
- this.j1n_1 = value;
107
- this.k1n_1 = true;
108
- this.l1n_1 = false;
106
+ this.r1p_1 = value;
107
+ this.s1p_1 = true;
108
+ this.t1p_1 = false;
109
109
  }
110
- protoOf(Left).m1n = function () {
111
- return this.k1n_1;
110
+ protoOf(Left).u1p = function () {
111
+ return this.s1p_1;
112
112
  };
113
- protoOf(Left).n1n = function () {
114
- return this.l1n_1;
113
+ protoOf(Left).v1p = function () {
114
+ return this.t1p_1;
115
115
  };
116
116
  protoOf(Left).toString = function () {
117
- return 'Either.Left(' + this.j1n_1 + ')';
117
+ return 'Either.Left(' + this.r1p_1 + ')';
118
118
  };
119
119
  protoOf(Left).hashCode = function () {
120
- return this.j1n_1 == null ? 0 : hashCode(this.j1n_1);
120
+ return this.r1p_1 == null ? 0 : hashCode(this.r1p_1);
121
121
  };
122
122
  protoOf(Left).equals = function (other) {
123
123
  if (this === other)
@@ -125,28 +125,28 @@
125
125
  if (!(other instanceof Left))
126
126
  return false;
127
127
  var tmp0_other_with_cast = other instanceof Left ? other : THROW_CCE();
128
- if (!equals(this.j1n_1, tmp0_other_with_cast.j1n_1))
128
+ if (!equals(this.r1p_1, tmp0_other_with_cast.r1p_1))
129
129
  return false;
130
130
  return true;
131
131
  };
132
132
  function Right(value) {
133
133
  Companion_getInstance_0();
134
134
  Either.call(this);
135
- this.o1n_1 = value;
136
- this.p1n_1 = false;
137
- this.q1n_1 = true;
135
+ this.x1p_1 = value;
136
+ this.y1p_1 = false;
137
+ this.z1p_1 = true;
138
138
  }
139
- protoOf(Right).m1n = function () {
140
- return this.p1n_1;
139
+ protoOf(Right).u1p = function () {
140
+ return this.y1p_1;
141
141
  };
142
- protoOf(Right).n1n = function () {
143
- return this.q1n_1;
142
+ protoOf(Right).v1p = function () {
143
+ return this.z1p_1;
144
144
  };
145
145
  protoOf(Right).toString = function () {
146
- return 'Either.Right(' + this.o1n_1 + ')';
146
+ return 'Either.Right(' + this.x1p_1 + ')';
147
147
  };
148
148
  protoOf(Right).hashCode = function () {
149
- return this.o1n_1 == null ? 0 : hashCode(this.o1n_1);
149
+ return this.x1p_1 == null ? 0 : hashCode(this.x1p_1);
150
150
  };
151
151
  protoOf(Right).equals = function (other) {
152
152
  if (this === other)
@@ -154,7 +154,7 @@
154
154
  if (!(other instanceof Right))
155
155
  return false;
156
156
  var tmp0_other_with_cast = other instanceof Right ? other : THROW_CCE();
157
- if (!equals(this.o1n_1, tmp0_other_with_cast.o1n_1))
157
+ if (!equals(this.x1p_1, tmp0_other_with_cast.x1p_1))
158
158
  return false;
159
159
  return true;
160
160
  };
@@ -170,17 +170,38 @@
170
170
  function Either() {
171
171
  Companion_getInstance_1();
172
172
  }
173
+ protoOf(Either).w1p = function () {
174
+ // Inline function 'kotlin.contracts.contract' call
175
+ // Inline function 'arrow.core.getOrElse' call
176
+ // Inline function 'kotlin.contracts.contract' call
177
+ // Inline function 'arrow.core.Either.fold' call
178
+ // Inline function 'kotlin.contracts.contract' call
179
+ var tmp;
180
+ if (this instanceof Right) {
181
+ // Inline function 'arrow.core.identity' call
182
+ tmp = this.x1p_1;
183
+ } else {
184
+ if (this instanceof Left) {
185
+ // Inline function 'arrow.core.Either.getOrNull.<anonymous>' call
186
+ this.r1p_1;
187
+ tmp = null;
188
+ } else {
189
+ noWhenBranchMatchedException();
190
+ }
191
+ }
192
+ return tmp;
193
+ };
173
194
  protoOf(Either).toString = function () {
174
195
  // Inline function 'arrow.core.Either.fold' call
175
196
  // Inline function 'kotlin.contracts.contract' call
176
197
  var tmp;
177
198
  if (this instanceof Right) {
178
199
  // Inline function 'arrow.core.Either.toString.<anonymous>' call
179
- tmp = 'Either.Right(' + this.o1n_1 + ')';
200
+ tmp = 'Either.Right(' + this.x1p_1 + ')';
180
201
  } else {
181
202
  if (this instanceof Left) {
182
203
  // Inline function 'arrow.core.Either.toString.<anonymous>' call
183
- tmp = 'Either.Left(' + this.j1n_1 + ')';
204
+ tmp = 'Either.Left(' + this.r1p_1 + ')';
184
205
  } else {
185
206
  noWhenBranchMatchedException();
186
207
  }
@@ -196,7 +217,7 @@
196
217
  }
197
218
  function Companion_2() {
198
219
  Companion_instance_2 = this;
199
- this.r1n_1 = nonEmptyListOf(Unit_getInstance(), []);
220
+ this.a1q_1 = nonEmptyListOf(Unit_getInstance(), []);
200
221
  }
201
222
  var Companion_instance_2;
202
223
  function Companion_getInstance_2() {
@@ -207,29 +228,29 @@
207
228
  function NonEmptyList(head, tail) {
208
229
  Companion_getInstance_2();
209
230
  AbstractList.call(this);
210
- this.s1n_1 = head;
211
- this.t1n_1 = tail;
212
- this.u1n_1 = 1 + this.t1n_1.f() | 0;
231
+ this.b1q_1 = head;
232
+ this.c1q_1 = tail;
233
+ this.d1q_1 = 1 + this.c1q_1.f() | 0;
213
234
  }
214
235
  protoOf(NonEmptyList).f = function () {
215
- return this.u1n_1;
236
+ return this.d1q_1;
216
237
  };
217
- protoOf(NonEmptyList).v1n = function () {
218
- return this.w1n();
238
+ protoOf(NonEmptyList).e1q = function () {
239
+ return this.f1q();
219
240
  };
220
241
  protoOf(NonEmptyList).h = function (index) {
221
- if (index < 0 ? true : index >= this.u1n_1)
222
- throw IndexOutOfBoundsException_init_$Create$('' + index + ' is not in 1..' + (this.u1n_1 - 1 | 0));
223
- return index === 0 ? this.s1n_1 : this.t1n_1.h(index - 1 | 0);
242
+ if (index < 0 ? true : index >= this.d1q_1)
243
+ throw IndexOutOfBoundsException_init_$Create$('' + index + ' is not in 1..' + (this.d1q_1 - 1 | 0));
244
+ return index === 0 ? this.b1q_1 : this.c1q_1.h(index - 1 | 0);
224
245
  };
225
246
  protoOf(NonEmptyList).g = function () {
226
247
  return false;
227
248
  };
228
- protoOf(NonEmptyList).w1n = function () {
229
- return plus(listOf(this.s1n_1), this.t1n_1);
249
+ protoOf(NonEmptyList).f1q = function () {
250
+ return plus(listOf(this.b1q_1), this.c1q_1);
230
251
  };
231
- protoOf(NonEmptyList).x1n = function (element) {
232
- return NonEmptyList_init_$Create$(plus_0(this.v1n(), element));
252
+ protoOf(NonEmptyList).g1q = function (element) {
253
+ return NonEmptyList_init_$Create$(plus_0(this.e1q(), element));
233
254
  };
234
255
  protoOf(NonEmptyList).equals = function (other) {
235
256
  return protoOf(AbstractList).equals.call(this, other);
@@ -238,7 +259,7 @@
238
259
  return protoOf(AbstractList).hashCode.call(this);
239
260
  };
240
261
  protoOf(NonEmptyList).toString = function () {
241
- return 'NonEmptyList(' + joinToString(this.v1n()) + ')';
262
+ return 'NonEmptyList(' + joinToString(this.e1q()) + ')';
242
263
  };
243
264
  function toNonEmptyListOrNull(_this__u8e3s4) {
244
265
  var tmp0_safe_receiver = firstOrNull(_this__u8e3s4);
@@ -266,43 +287,43 @@
266
287
  return tmp;
267
288
  }
268
289
  function DefaultRaise(isTraced) {
269
- this.y1n_1 = isTraced;
270
- this.z1n_1 = new AtomicBoolean(true);
290
+ this.h1q_1 = isTraced;
291
+ this.i1q_1 = new AtomicBoolean(true);
271
292
  }
272
- protoOf(DefaultRaise).a1o = function () {
273
- return this.z1n_1.d1n(false);
293
+ protoOf(DefaultRaise).j1q = function () {
294
+ return this.i1q_1.l1p(false);
274
295
  };
275
- protoOf(DefaultRaise).b1o = function (r) {
296
+ protoOf(DefaultRaise).k1q = function (r) {
276
297
  var tmp;
277
- if (this.z1n_1.q()) {
278
- throw this.y1n_1 ? new RaiseCancellationException(r, this) : new RaiseCancellationExceptionNoTrace(r, this);
298
+ if (this.i1q_1.y()) {
299
+ throw this.h1q_1 ? new RaiseCancellationException(r, this) : new RaiseCancellationExceptionNoTrace(r, this);
279
300
  } else {
280
301
  throw new RaiseLeakedException();
281
302
  }
282
303
  };
283
- protoOf(DefaultRaise).c1o = function (r) {
284
- return this.b1o((r == null ? true : isObject(r)) ? r : THROW_CCE());
304
+ protoOf(DefaultRaise).l1q = function (r) {
305
+ return this.k1q((r == null ? true : isObject(r)) ? r : THROW_CCE());
285
306
  };
286
307
  function raisedOrRethrow(_this__u8e3s4, raise) {
287
308
  var tmp;
288
309
  var tmp_0;
289
310
  if (_this__u8e3s4 instanceof RaiseCancellationExceptionNoTrace) {
290
- tmp_0 = _this__u8e3s4.f1o_1 === raise;
311
+ tmp_0 = _this__u8e3s4.o1q_1 === raise;
291
312
  } else {
292
313
  tmp_0 = false;
293
314
  }
294
315
  if (tmp_0) {
295
- var tmp_1 = _this__u8e3s4.e1o_1;
316
+ var tmp_1 = _this__u8e3s4.n1q_1;
296
317
  tmp = (tmp_1 == null ? true : isObject(tmp_1)) ? tmp_1 : THROW_CCE();
297
318
  } else {
298
319
  var tmp_2;
299
320
  if (_this__u8e3s4 instanceof RaiseCancellationException) {
300
- tmp_2 = _this__u8e3s4.h1o_1 === raise;
321
+ tmp_2 = _this__u8e3s4.q1q_1 === raise;
301
322
  } else {
302
323
  tmp_2 = false;
303
324
  }
304
325
  if (tmp_2) {
305
- var tmp_3 = _this__u8e3s4.g1o_1;
326
+ var tmp_3 = _this__u8e3s4.p1q_1;
306
327
  tmp = (tmp_3 == null ? true : isObject(tmp_3)) ? tmp_3 : THROW_CCE();
307
328
  } else {
308
329
  throw _this__u8e3s4;
@@ -313,14 +334,14 @@
313
334
  function RaiseCancellationException(raised, raise) {
314
335
  CancellationException_init_$Init$(this);
315
336
  captureStack(this, RaiseCancellationException);
316
- this.g1o_1 = raised;
317
- this.h1o_1 = raise;
337
+ this.p1q_1 = raised;
338
+ this.q1q_1 = raise;
318
339
  }
319
340
  function RaiseCancellationExceptionNoTrace(raised, raise) {
320
341
  CancellationExceptionNoTrace.call(this);
321
342
  captureStack(this, RaiseCancellationExceptionNoTrace);
322
- this.e1o_1 = raised;
323
- this.f1o_1 = raise;
343
+ this.n1q_1 = raised;
344
+ this.o1q_1 = raise;
324
345
  }
325
346
  function RaiseLeakedException() {
326
347
  IllegalStateException_init_$Init$('raise or bind was called outside of its DSL scope, and the DSL Scoped operator was leaked\nThis is kind of usage is incorrect, make sure all calls to raise or bind occur within the lifecycle of effect { }, either { } or similar builders.\n\nSee: Effect documentation for additional information.', this);
@@ -352,7 +373,7 @@
352
373
  captureStack(this, CancellationExceptionNoTrace);
353
374
  }
354
375
  //region block: post-declaration
355
- protoOf(DefaultRaise).d1o = bind;
376
+ protoOf(DefaultRaise).m1q = bind;
356
377
  //endregion
357
378
  //region block: init
358
379
  RaiseCancellationExceptionCaptured = "kotlin.coroutines.cancellation.CancellationException should never get cancelled. Always re-throw it if captured.This swallows the exception of Arrow's Raise, and leads to unexpected behavior.When working with Arrow prefer Either.catch or arrow.core.raise.catch to automatically rethrow CancellationException.";
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/raise/Raise.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/NonEmptyList.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/nonFatalOrThrow.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/raise/Fold.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/jsMain/kotlin/arrow/core/NonFatal.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/jsMain/kotlin/arrow/core/raise/CancellationExceptionNoTrace.kt"],"sourcesContent":[null,null,null,null,null,null,null],"names":["bind","<this>","<init>","value","<get-isLeft>","<get-isRight>","toString","hashCode","equals","other","NonEmptyList_init_$Init$","list","NonEmptyList_init_$Create$","head","tail","<get-size>","<get-all>","get","index","isEmpty","toList","plus","element","toNonEmptyListOrNull","nonEmptyListOf","t","nonFatalOrThrow","isTraced","complete","raise","r","raisedOrRethrow","raised","<get-RaiseCancellationExceptionCaptured>","NonFatal"],"mappings":"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"}
1
+ {"version":3,"sources":["../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/raise/Raise.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/predef.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/NonEmptyList.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/nonFatalOrThrow.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/raise/Fold.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/jsMain/kotlin/arrow/core/NonFatal.kt","../../../../../../../../../../Users/runner/work/arrow/arrow/arrow-libs/core/arrow-core/src/jsMain/kotlin/arrow/core/raise/CancellationExceptionNoTrace.kt"],"sourcesContent":[null,null,null,null,null,null,null,null],"names":["bind","<this>","<init>","value","<get-isLeft>","<get-isRight>","toString","hashCode","equals","other","getOrNull","NonEmptyList_init_$Init$","list","NonEmptyList_init_$Create$","head","tail","<get-size>","<get-all>","get","index","isEmpty","toList","plus","element","toNonEmptyListOrNull","nonEmptyListOf","t","nonFatalOrThrow","isTraced","complete","raise","r","raisedOrRethrow","raised","<get-RaiseCancellationExceptionCaptured>","NonFatal"],"mappings":"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"}