@flock/wirespec 0.12.9 → 0.13.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.
- package/arrow-arrow-core.mjs +4 -4
- package/clikt-clikt.mjs +1309 -1309
- package/colormath-root-colormath.mjs +430 -430
- package/kotlin-kotlin-stdlib.mjs +927 -909
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlin-openapi-bindings.mjs +4 -4
- package/kotlin-rgxgen.mjs +1803 -1803
- package/kotlinx-io-kotlinx-io-core.mjs +397 -397
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +30 -30
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +94 -94
- package/markdown.mjs +1895 -1895
- package/mordant-mordant.mjs +1688 -1688
- package/package.json +1 -1
- package/wirespec-src-compiler-core.mjs +1805 -750
- package/wirespec-src-compiler-core.mjs.map +1 -1
- package/wirespec-src-compiler-lib.mjs +293 -293
- package/wirespec-src-converter-avro.mjs +273 -270
- package/wirespec-src-converter-avro.mjs.map +1 -1
- package/wirespec-src-converter-openapi.mjs +245 -239
- package/wirespec-src-converter-openapi.mjs.map +1 -1
- package/wirespec-src-plugin-arguments.mjs +582 -263
- package/wirespec-src-plugin-arguments.mjs.map +1 -1
- package/wirespec-src-plugin-cli.mjs +183 -307
- package/wirespec-src-plugin-cli.mjs.map +1 -1
- package/wirespec-src-plugin-npm.d.ts +9 -5
- package/wirespec-src-plugin-npm.mjs +37 -24
- package/wirespec-src-plugin-npm.mjs.map +1 -1
- package/wirespec-src-tools-generator.mjs +4 -4
package/arrow-arrow-core.mjs
CHANGED
|
@@ -322,7 +322,7 @@ function NonEmptySet__contains_impl_tkiyt0_0($this, element) {
|
|
|
322
322
|
return NonEmptySet__contains_impl_tkiyt0($this.cl_1, (element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
323
323
|
}
|
|
324
324
|
function NonEmptySet__containsAll_impl_kivnxv($this, elements) {
|
|
325
|
-
return $this.
|
|
325
|
+
return $this.e2(elements);
|
|
326
326
|
}
|
|
327
327
|
function NonEmptySet__containsAll_impl_kivnxv_0($this, elements) {
|
|
328
328
|
return NonEmptySet__containsAll_impl_kivnxv($this.cl_1, elements);
|
|
@@ -360,7 +360,7 @@ protoOf(NonEmptySet).o1 = function (element) {
|
|
|
360
360
|
protoOf(NonEmptySet).el = function (elements) {
|
|
361
361
|
return NonEmptySet__containsAll_impl_kivnxv(this.cl_1, elements);
|
|
362
362
|
};
|
|
363
|
-
protoOf(NonEmptySet).
|
|
363
|
+
protoOf(NonEmptySet).e2 = function (elements) {
|
|
364
364
|
return NonEmptySet__containsAll_impl_kivnxv_0(this, elements);
|
|
365
365
|
};
|
|
366
366
|
protoOf(NonEmptySet).g = function () {
|
|
@@ -465,7 +465,7 @@ function Traced(raised, raise, cause) {
|
|
|
465
465
|
captureStack(this, Traced);
|
|
466
466
|
this.rl_1 = cause;
|
|
467
467
|
}
|
|
468
|
-
protoOf(Traced).
|
|
468
|
+
protoOf(Traced).s1 = function () {
|
|
469
469
|
return this.rl_1;
|
|
470
470
|
};
|
|
471
471
|
function RaiseLeakedException() {
|
|
@@ -499,7 +499,7 @@ protoOf(NonEmptySet).sk = toNonEmptyList;
|
|
|
499
499
|
protoOf(DefaultRaise).ll = bind;
|
|
500
500
|
protoOf(DefaultRaise).ml = bindAll;
|
|
501
501
|
defineProp(protoOf(Traced), 'cause', function () {
|
|
502
|
-
return this.
|
|
502
|
+
return this.s1();
|
|
503
503
|
});
|
|
504
504
|
//endregion
|
|
505
505
|
//region block: init
|