@flock/wirespec 0.12.4 → 0.13.0
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-atomic.mjs.map +1 -1
- package/arrow-arrow-core.mjs +4 -4
- package/arrow-arrow-core.mjs.map +1 -1
- package/clikt-clikt.mjs +1308 -1308
- package/clikt-clikt.mjs.map +1 -1
- package/colormath-root-colormath.mjs +430 -430
- package/colormath-root-colormath.mjs.map +1 -1
- package/kotlin-kotlin-stdlib.mjs +975 -942
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlin-openapi-bindings.mjs +4 -4
- package/kotlin-openapi-bindings.mjs.map +1 -1
- package/kotlin-rgxgen.mjs +1803 -1803
- package/kotlin-rgxgen.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core.mjs +399 -399
- 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 +1690 -1690
- package/mordant-mordant.mjs.map +1 -1
- package/package.json +1 -1
- package/wirespec-src-compiler-core.mjs +2925 -1608
- package/wirespec-src-compiler-core.mjs.map +1 -1
- package/wirespec-src-compiler-lib.mjs +594 -475
- package/wirespec-src-compiler-lib.mjs.map +1 -1
- package/wirespec-src-converter-avro.mjs +358 -322
- package/wirespec-src-converter-avro.mjs.map +1 -1
- package/wirespec-src-converter-openapi.mjs +473 -405
- package/wirespec-src-converter-openapi.mjs.map +1 -1
- package/wirespec-src-plugin-arguments.mjs +1334 -377
- package/wirespec-src-plugin-arguments.mjs.map +1 -1
- package/wirespec-src-plugin-cli.mjs +339 -1030
- package/wirespec-src-plugin-cli.mjs.map +1 -1
- package/wirespec-src-plugin-npm.d.ts +50 -22
- package/wirespec-src-plugin-npm.mjs +195 -184
- package/wirespec-src-plugin-npm.mjs.map +1 -1
- package/wirespec-src-tools-generator.mjs +35 -30
- package/wirespec-src-tools-generator.mjs.map +1 -1
|
@@ -3789,7 +3789,7 @@ protoOf(LinksObjectSerializer).ul = function (decoder) {
|
|
|
3789
3789
|
var tmp_0 = element.a1();
|
|
3790
3790
|
// Inline function 'community.flock.kotlinx.openapi.bindings.v2.LinksObjectSerializer.deserialize.<anonymous>' call
|
|
3791
3791
|
var tmp$ret$1 = input.x17().x15(Companion_instance_14.g18(), element.b1());
|
|
3792
|
-
destination.
|
|
3792
|
+
destination.n2(tmp_0, tmp$ret$1);
|
|
3793
3793
|
}
|
|
3794
3794
|
return new LinksObject(destination.z());
|
|
3795
3795
|
};
|
|
@@ -6071,7 +6071,7 @@ protoOf(CallbacksObjectSerializer).ul = function (decoder) {
|
|
|
6071
6071
|
var tmp_0 = element.a1();
|
|
6072
6072
|
// Inline function 'community.flock.kotlinx.openapi.bindings.v2.CallbacksObjectSerializer.deserialize.<anonymous>' call
|
|
6073
6073
|
var tmp$ret$1 = input.x17().x15(Companion_getInstance_2().g18(), element.b1());
|
|
6074
|
-
destination.
|
|
6074
|
+
destination.n2(tmp_0, tmp$ret$1);
|
|
6075
6075
|
}
|
|
6076
6076
|
return new CallbacksObject(destination.z());
|
|
6077
6077
|
};
|
|
@@ -12827,7 +12827,7 @@ protoOf(LinksObjectSerializer_0).ul = function (decoder) {
|
|
|
12827
12827
|
var tmp_0 = element.a1();
|
|
12828
12828
|
// Inline function 'community.flock.kotlinx.openapi.bindings.v3.LinksObjectSerializer.deserialize.<anonymous>' call
|
|
12829
12829
|
var tmp$ret$1 = input.x17().x15(Companion_instance_31.g18(), element.b1());
|
|
12830
|
-
destination.
|
|
12830
|
+
destination.n2(tmp_0, tmp$ret$1);
|
|
12831
12831
|
}
|
|
12832
12832
|
return new LinksObject_0(destination.z());
|
|
12833
12833
|
};
|
|
@@ -13052,7 +13052,7 @@ protoOf(CallbacksObjectSerializer_0).ul = function (decoder) {
|
|
|
13052
13052
|
var tmp_0 = element.a1();
|
|
13053
13053
|
// Inline function 'community.flock.kotlinx.openapi.bindings.v3.CallbacksObjectSerializer.deserialize.<anonymous>' call
|
|
13054
13054
|
var tmp$ret$1 = input.x17().x15(Companion_getInstance_26().g18(), element.b1());
|
|
13055
|
-
destination.
|
|
13055
|
+
destination.n2(tmp_0, tmp$ret$1);
|
|
13056
13056
|
}
|
|
13057
13057
|
return new CallbacksObject_0(destination.z());
|
|
13058
13058
|
};
|