@flock/wirespec 0.14.25 → 0.14.27
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/kotlinx-io-kotlinx-io-core.mjs +2 -2
- package/package.json +1 -1
- package/wirespec-src-compiler-core.mjs +319 -308
- package/wirespec-src-compiler-core.mjs.map +1 -1
- package/wirespec-src-compiler-lib.mjs +11 -11
- package/wirespec-src-converter-avro.mjs +12 -12
- package/wirespec-src-converter-openapi.mjs +31 -31
- package/wirespec-src-plugin-cli.mjs +9 -9
- package/wirespec-src-plugin-npm.mjs +6 -6
- package/wirespec-src-tools-generator.mjs +5 -5
|
@@ -537,7 +537,7 @@ function Companion_getInstance() {
|
|
|
537
537
|
}
|
|
538
538
|
protoOf(Segment).h2h = function () {
|
|
539
539
|
var tmp1_safe_receiver = this.s2g_1;
|
|
540
|
-
var tmp0_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
540
|
+
var tmp0_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.k26();
|
|
541
541
|
return tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs;
|
|
542
542
|
};
|
|
543
543
|
protoOf(Segment).a2i = function () {
|
|
@@ -751,7 +751,7 @@ function AlwaysSharedCopyTracker() {
|
|
|
751
751
|
AlwaysSharedCopyTracker_instance = this;
|
|
752
752
|
SegmentCopyTracker.call(this);
|
|
753
753
|
}
|
|
754
|
-
protoOf(AlwaysSharedCopyTracker).
|
|
754
|
+
protoOf(AlwaysSharedCopyTracker).k26 = function () {
|
|
755
755
|
return true;
|
|
756
756
|
};
|
|
757
757
|
protoOf(AlwaysSharedCopyTracker).c2i = function () {
|