@flock/wirespec 0.19.1 → 0.19.2
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/colormath-root-colormath.mjs +12 -12
- package/kotlin-kotlin-stdlib.mjs +10 -10
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlin-openapi-bindings.mjs +10174 -10095
- package/kotlin-openapi-bindings.mjs.map +1 -1
- package/package.json +1 -1
- package/wirespec-src-compiler-core.mjs +1 -1
- package/wirespec-src-compiler-emitters-java.mjs +72 -72
- package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-kotlin.mjs +8 -8
- package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-python.mjs +14 -14
- package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-typescript.mjs +53 -53
- package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-wirespec.mjs +18 -18
- package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
- package/wirespec-src-compiler-ir.mjs +2 -2
- package/wirespec-src-converter-openapi.mjs +546 -178
- package/wirespec-src-converter-openapi.mjs.map +1 -1
|
@@ -412,7 +412,7 @@ function Companion() {
|
|
|
412
412
|
protoOf(Companion).m = function () {
|
|
413
413
|
return 'Ansi16';
|
|
414
414
|
};
|
|
415
|
-
protoOf(Companion).
|
|
415
|
+
protoOf(Companion).e33 = function () {
|
|
416
416
|
return this.b4f_1;
|
|
417
417
|
};
|
|
418
418
|
var Companion_instance;
|
|
@@ -473,7 +473,7 @@ function Companion_0() {
|
|
|
473
473
|
protoOf(Companion_0).m = function () {
|
|
474
474
|
return 'Ansi256';
|
|
475
475
|
};
|
|
476
|
-
protoOf(Companion_0).
|
|
476
|
+
protoOf(Companion_0).e33 = function () {
|
|
477
477
|
return this.f4f_1;
|
|
478
478
|
};
|
|
479
479
|
var Companion_instance_0;
|
|
@@ -533,7 +533,7 @@ function Companion_1() {
|
|
|
533
533
|
protoOf(Companion_1).m = function () {
|
|
534
534
|
return 'HSV';
|
|
535
535
|
};
|
|
536
|
-
protoOf(Companion_1).
|
|
536
|
+
protoOf(Companion_1).e33 = function () {
|
|
537
537
|
return this.j4f_1;
|
|
538
538
|
};
|
|
539
539
|
var Companion_instance_1;
|
|
@@ -722,8 +722,8 @@ protoOf(Companion_2).x4g = function () {
|
|
|
722
722
|
protoOf(Companion_2).m = function () {
|
|
723
723
|
return this.o4f_1.m();
|
|
724
724
|
};
|
|
725
|
-
protoOf(Companion_2).
|
|
726
|
-
return this.o4f_1.
|
|
725
|
+
protoOf(Companion_2).e33 = function () {
|
|
726
|
+
return this.o4f_1.e33();
|
|
727
727
|
};
|
|
728
728
|
protoOf(Companion_2).equals = function (other) {
|
|
729
729
|
return equals(RGBColorSpaces_getInstance().w4f_1, other);
|
|
@@ -857,7 +857,7 @@ protoOf(RGB).k4h = function () {
|
|
|
857
857
|
var tmp6 = this.i4e_1;
|
|
858
858
|
// Inline function 'com.github.ajalt.colormath.internal.clamp3' call
|
|
859
859
|
var alpha = this.j4e_1;
|
|
860
|
-
var _destruct__k2r9zo = this.d4e().
|
|
860
|
+
var _destruct__k2r9zo = this.d4e().e33();
|
|
861
861
|
// Inline function 'kotlin.collections.component1' call
|
|
862
862
|
var c1 = _destruct__k2r9zo.b1(0);
|
|
863
863
|
// Inline function 'kotlin.collections.component2' call
|
|
@@ -1085,8 +1085,8 @@ protoOf(SRGB).x4g = function () {
|
|
|
1085
1085
|
protoOf(SRGB).m = function () {
|
|
1086
1086
|
return this.q4f_1.m();
|
|
1087
1087
|
};
|
|
1088
|
-
protoOf(SRGB).
|
|
1089
|
-
return this.q4f_1.
|
|
1088
|
+
protoOf(SRGB).e33 = function () {
|
|
1089
|
+
return this.q4f_1.e33();
|
|
1090
1090
|
};
|
|
1091
1091
|
protoOf(SRGB).equals = function (other) {
|
|
1092
1092
|
return equals(RGBColorSpaces_getInstance().w4f_1, other);
|
|
@@ -1173,7 +1173,7 @@ protoOf(RGBColorSpaceImpl).x4g = function () {
|
|
|
1173
1173
|
protoOf(RGBColorSpaceImpl).i4g = function () {
|
|
1174
1174
|
return this.q4h_1;
|
|
1175
1175
|
};
|
|
1176
|
-
protoOf(RGBColorSpaceImpl).
|
|
1176
|
+
protoOf(RGBColorSpaceImpl).e33 = function () {
|
|
1177
1177
|
return this.v4h_1;
|
|
1178
1178
|
};
|
|
1179
1179
|
protoOf(RGBColorSpaceImpl).v4g = function () {
|
|
@@ -1418,8 +1418,8 @@ protoOf(Companion_3).x4g = function () {
|
|
|
1418
1418
|
protoOf(Companion_3).m = function () {
|
|
1419
1419
|
return this.q4i_1.m();
|
|
1420
1420
|
};
|
|
1421
|
-
protoOf(Companion_3).
|
|
1422
|
-
return this.q4i_1.
|
|
1421
|
+
protoOf(Companion_3).e33 = function () {
|
|
1422
|
+
return this.q4i_1.e33();
|
|
1423
1423
|
};
|
|
1424
1424
|
protoOf(Companion_3).hashCode = function () {
|
|
1425
1425
|
return hashCode(XYZColorSpaces_getInstance().r4i_1);
|
|
@@ -1551,7 +1551,7 @@ protoOf(XYZColorSpaceImpl).x4g = function () {
|
|
|
1551
1551
|
protoOf(XYZColorSpaceImpl).m = function () {
|
|
1552
1552
|
return 'XYZ';
|
|
1553
1553
|
};
|
|
1554
|
-
protoOf(XYZColorSpaceImpl).
|
|
1554
|
+
protoOf(XYZColorSpaceImpl).e33 = function () {
|
|
1555
1555
|
return this.v4i_1;
|
|
1556
1556
|
};
|
|
1557
1557
|
protoOf(XYZColorSpaceImpl).toString = function () {
|
package/kotlin-kotlin-stdlib.mjs
CHANGED
|
@@ -53,6 +53,12 @@ if (typeof Math.log2 === 'undefined') {
|
|
|
53
53
|
return Math.log(x) * Math.LOG2E;
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
57
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
58
|
+
position = position || 0;
|
|
59
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
60
|
+
}});
|
|
61
|
+
}
|
|
56
62
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
57
63
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
58
64
|
var subjectString = this.toString();
|
|
@@ -64,12 +70,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
64
70
|
return lastIndex !== -1 && lastIndex === position;
|
|
65
71
|
}});
|
|
66
72
|
}
|
|
67
|
-
if (typeof String.prototype.startsWith === 'undefined') {
|
|
68
|
-
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
69
|
-
position = position || 0;
|
|
70
|
-
return this.lastIndexOf(searchString, position) === position;
|
|
71
|
-
}});
|
|
72
|
-
}
|
|
73
73
|
//endregion
|
|
74
74
|
//region block: imports
|
|
75
75
|
var imul_0 = Math.imul;
|
|
@@ -102,8 +102,8 @@ initMetadataForInterface(KtMap, 'Map');
|
|
|
102
102
|
initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
|
|
103
103
|
initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
|
|
104
104
|
initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
105
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
106
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
105
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
|
|
106
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
|
|
107
107
|
initMetadataForCompanion(Companion_0);
|
|
108
108
|
initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
|
|
109
109
|
initMetadataForCompanion(Companion_1);
|
|
@@ -123,7 +123,7 @@ initMetadataForObject(OtherLowercase, 'OtherLowercase');
|
|
|
123
123
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
124
124
|
initMetadataForObject(Unit, 'Unit');
|
|
125
125
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
126
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
126
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
|
|
127
127
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
128
128
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
129
129
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -136,7 +136,7 @@ initMetadataForCompanion(Companion_2);
|
|
|
136
136
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
137
137
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
|
|
138
138
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
139
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
139
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
|
|
140
140
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
141
141
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
142
142
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|