raspberry_games_engine_helpers 1.8.434 → 1.8.435
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/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +493 -493
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1401 -1401
- package/Logic_Debertz-core.js +660 -660
- package/Logic_Debertz-engine.d.ts +3 -2
- package/Logic_Debertz-engine.js +8298 -8083
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1074 -1074
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +29 -16
- package/raspberry-cardgame-lib-core.js.map +1 -1
package/Kosi-Kaverit-kaverit.js
CHANGED
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
Companion_instance = this;
|
|
50
50
|
var tmp = this;
|
|
51
51
|
// Inline function 'org.kodein.type.erased' call
|
|
52
|
-
tmp.
|
|
52
|
+
tmp.k1w_1 = erased(getKClass(Unit));
|
|
53
53
|
var tmp_0 = this;
|
|
54
54
|
// Inline function 'org.kodein.type.erased' call
|
|
55
|
-
tmp_0.
|
|
55
|
+
tmp_0.l1w_1 = erased(PrimitiveClasses_getInstance().m9());
|
|
56
56
|
}
|
|
57
57
|
var Companion_instance;
|
|
58
58
|
function Companion_getInstance_0() {
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
Companion_instance_0 = this;
|
|
67
67
|
var tmp = this;
|
|
68
68
|
// Inline function 'org.kodein.type.erased' call
|
|
69
|
-
tmp.
|
|
69
|
+
tmp.v1w_1 = erased(getKClass(Unit));
|
|
70
70
|
var tmp_0 = this;
|
|
71
71
|
// Inline function 'org.kodein.type.erased' call
|
|
72
|
-
tmp_0.
|
|
72
|
+
tmp_0.w1w_1 = erased(PrimitiveClasses_getInstance().m9());
|
|
73
73
|
}
|
|
74
74
|
var Companion_instance_0;
|
|
75
75
|
function Companion_getInstance_1() {
|
|
@@ -80,16 +80,16 @@
|
|
|
80
80
|
function AbstractTypeToken() {
|
|
81
81
|
Companion_getInstance_1();
|
|
82
82
|
}
|
|
83
|
-
protoOf(AbstractTypeToken).
|
|
84
|
-
if (this.equals(typeToken) || this.equals(Companion_getInstance_1().
|
|
83
|
+
protoOf(AbstractTypeToken).u1w = function (typeToken) {
|
|
84
|
+
if (this.equals(typeToken) || this.equals(Companion_getInstance_1().w1w_1))
|
|
85
85
|
return true;
|
|
86
|
-
var raw = this.
|
|
87
|
-
if (equals(raw, typeToken.
|
|
88
|
-
var thisParams = this.
|
|
86
|
+
var raw = this.q1w();
|
|
87
|
+
if (equals(raw, typeToken.q1w())) {
|
|
88
|
+
var thisParams = this.r1w();
|
|
89
89
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
90
90
|
if (thisParams.length === 0)
|
|
91
91
|
return true;
|
|
92
|
-
var tokenParams = typeToken.
|
|
92
|
+
var tokenParams = typeToken.r1w();
|
|
93
93
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
94
94
|
var index = 0;
|
|
95
95
|
var inductionVariable = 0;
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
var _unary__edvuaz = index;
|
|
101
101
|
index = _unary__edvuaz + 1 | 0;
|
|
102
102
|
var tokenParam = tokenParams[_unary__edvuaz];
|
|
103
|
-
if (!item.
|
|
103
|
+
if (!item.u1w(tokenParam))
|
|
104
104
|
return false;
|
|
105
105
|
}
|
|
106
106
|
return true;
|
|
107
107
|
}
|
|
108
|
-
var tmp0 = typeToken.
|
|
108
|
+
var tmp0 = typeToken.t1w();
|
|
109
109
|
var tmp$ret$3;
|
|
110
110
|
$l$block_0: {
|
|
111
111
|
// Inline function 'kotlin.collections.any' call
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
var _iterator__ex2g4s = tmp0.l();
|
|
123
123
|
while (_iterator__ex2g4s.m()) {
|
|
124
124
|
var element = _iterator__ex2g4s.n();
|
|
125
|
-
if (this.
|
|
125
|
+
if (this.u1w(element)) {
|
|
126
126
|
tmp$ret$3 = true;
|
|
127
127
|
break $l$block_0;
|
|
128
128
|
}
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
return tmp$ret$3;
|
|
133
133
|
};
|
|
134
134
|
protoOf(AbstractTypeToken).toString = function () {
|
|
135
|
-
return this.
|
|
135
|
+
return this.o1w();
|
|
136
136
|
};
|
|
137
137
|
protoOf(AbstractTypeToken).equals = function (other) {
|
|
138
138
|
if (this === other)
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
if (!(!(other == null) ? isInterface(other, TypeToken) : false))
|
|
141
141
|
return false;
|
|
142
142
|
if (getKClassFromExpression(this).equals(getKClassFromExpression(other)))
|
|
143
|
-
return this.
|
|
144
|
-
if (!equals(this.
|
|
143
|
+
return this.x1w(other);
|
|
144
|
+
if (!equals(this.q1w(), other.q1w()))
|
|
145
145
|
return false;
|
|
146
|
-
if (!this.
|
|
147
|
-
var tParams = this.
|
|
148
|
-
var oParams = other.
|
|
146
|
+
if (!this.s1w() || !other.s1w()) {
|
|
147
|
+
var tParams = this.r1w();
|
|
148
|
+
var oParams = other.r1w();
|
|
149
149
|
if (!(tParams.length === oParams.length))
|
|
150
150
|
return false;
|
|
151
151
|
var inductionVariable = 0;
|
|
@@ -162,36 +162,36 @@
|
|
|
162
162
|
return true;
|
|
163
163
|
};
|
|
164
164
|
protoOf(AbstractTypeToken).hashCode = function () {
|
|
165
|
-
return this.
|
|
165
|
+
return this.y1w();
|
|
166
166
|
};
|
|
167
167
|
function JSKClassTypeToken(type) {
|
|
168
168
|
AbstractKClassTypeToken.call(this, type);
|
|
169
169
|
}
|
|
170
|
-
protoOf(JSKClassTypeToken).
|
|
171
|
-
var tmp0_elvis_lhs = this.
|
|
170
|
+
protoOf(JSKClassTypeToken).n1w = function () {
|
|
171
|
+
var tmp0_elvis_lhs = this.a1x_1.w8();
|
|
172
172
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
173
173
|
};
|
|
174
|
-
protoOf(JSKClassTypeToken).
|
|
175
|
-
var tmp0_elvis_lhs = this.
|
|
174
|
+
protoOf(JSKClassTypeToken).p1w = function () {
|
|
175
|
+
var tmp0_elvis_lhs = this.a1x_1.w8();
|
|
176
176
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
177
177
|
};
|
|
178
178
|
function JSKTypeTypeToken(type) {
|
|
179
179
|
AbstractTypeToken.call(this);
|
|
180
|
-
this.
|
|
180
|
+
this.b1x_1 = type;
|
|
181
181
|
}
|
|
182
|
-
protoOf(JSKTypeTypeToken).
|
|
183
|
-
return toString(this.
|
|
182
|
+
protoOf(JSKTypeTypeToken).m1w = function () {
|
|
183
|
+
return toString(this.b1x_1);
|
|
184
184
|
};
|
|
185
|
-
protoOf(JSKTypeTypeToken).
|
|
186
|
-
return toString(this.
|
|
185
|
+
protoOf(JSKTypeTypeToken).o1w = function () {
|
|
186
|
+
return toString(this.b1x_1);
|
|
187
187
|
};
|
|
188
|
-
protoOf(JSKTypeTypeToken).
|
|
189
|
-
var tmp = this.
|
|
188
|
+
protoOf(JSKTypeTypeToken).q1w = function () {
|
|
189
|
+
var tmp = this.b1x_1.j9();
|
|
190
190
|
return new JSKClassTypeToken((!(tmp == null) ? isInterface(tmp, KClass) : false) ? tmp : THROW_CCE());
|
|
191
191
|
};
|
|
192
|
-
protoOf(JSKTypeTypeToken).
|
|
192
|
+
protoOf(JSKTypeTypeToken).r1w = function () {
|
|
193
193
|
// Inline function 'kotlin.collections.map' call
|
|
194
|
-
var this_0 = this.
|
|
194
|
+
var this_0 = this.b1x_1.k9();
|
|
195
195
|
// Inline function 'kotlin.collections.mapTo' call
|
|
196
196
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
197
197
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -206,14 +206,14 @@
|
|
|
206
206
|
tmp = typeToken(tmp0_safe_receiver);
|
|
207
207
|
}
|
|
208
208
|
var tmp1_elvis_lhs = tmp;
|
|
209
|
-
var tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().
|
|
209
|
+
var tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().w1w_1 : tmp1_elvis_lhs;
|
|
210
210
|
destination.j(tmp$ret$2);
|
|
211
211
|
}
|
|
212
212
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
213
213
|
return copyToArray(destination);
|
|
214
214
|
};
|
|
215
|
-
protoOf(JSKTypeTypeToken).
|
|
216
|
-
var tmp0 = this.
|
|
215
|
+
protoOf(JSKTypeTypeToken).s1w = function () {
|
|
216
|
+
var tmp0 = this.b1x_1.k9();
|
|
217
217
|
var tmp$ret$0;
|
|
218
218
|
$l$block_0: {
|
|
219
219
|
// Inline function 'kotlin.collections.all' call
|
|
@@ -239,20 +239,20 @@
|
|
|
239
239
|
}
|
|
240
240
|
return tmp$ret$0;
|
|
241
241
|
};
|
|
242
|
-
protoOf(JSKTypeTypeToken).
|
|
242
|
+
protoOf(JSKTypeTypeToken).t1w = function () {
|
|
243
243
|
return emptyList();
|
|
244
244
|
};
|
|
245
|
-
protoOf(JSKTypeTypeToken).
|
|
245
|
+
protoOf(JSKTypeTypeToken).x1w = function (other) {
|
|
246
246
|
// Inline function 'kotlin.require' call
|
|
247
247
|
// Inline function 'kotlin.require' call
|
|
248
248
|
if (!(other instanceof JSKTypeTypeToken)) {
|
|
249
249
|
var message = 'Failed requirement.';
|
|
250
250
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
251
251
|
}
|
|
252
|
-
return equals(this.
|
|
252
|
+
return equals(this.b1x_1, other.b1x_1);
|
|
253
253
|
};
|
|
254
|
-
protoOf(JSKTypeTypeToken).
|
|
255
|
-
return hashCode(this.
|
|
254
|
+
protoOf(JSKTypeTypeToken).y1w = function () {
|
|
255
|
+
return hashCode(this.b1x_1);
|
|
256
256
|
};
|
|
257
257
|
function erasedOf(obj) {
|
|
258
258
|
return new JSKClassTypeToken(getKClassFromExpression(obj));
|
|
@@ -272,47 +272,47 @@
|
|
|
272
272
|
}
|
|
273
273
|
function AbstractKClassTypeToken(type) {
|
|
274
274
|
AbstractTypeToken.call(this);
|
|
275
|
-
this.
|
|
275
|
+
this.a1x_1 = type;
|
|
276
276
|
}
|
|
277
|
-
protoOf(AbstractKClassTypeToken).
|
|
278
|
-
return this.
|
|
277
|
+
protoOf(AbstractKClassTypeToken).m1w = function () {
|
|
278
|
+
return this.n1w();
|
|
279
279
|
};
|
|
280
|
-
protoOf(AbstractKClassTypeToken).
|
|
281
|
-
return this.
|
|
280
|
+
protoOf(AbstractKClassTypeToken).o1w = function () {
|
|
281
|
+
return this.p1w();
|
|
282
282
|
};
|
|
283
|
-
protoOf(AbstractKClassTypeToken).
|
|
283
|
+
protoOf(AbstractKClassTypeToken).q1w = function () {
|
|
284
284
|
return this;
|
|
285
285
|
};
|
|
286
|
-
protoOf(AbstractKClassTypeToken).
|
|
286
|
+
protoOf(AbstractKClassTypeToken).s1w = function () {
|
|
287
287
|
return true;
|
|
288
288
|
};
|
|
289
|
-
protoOf(AbstractKClassTypeToken).
|
|
289
|
+
protoOf(AbstractKClassTypeToken).t1w = function () {
|
|
290
290
|
return emptyList();
|
|
291
291
|
};
|
|
292
|
-
protoOf(AbstractKClassTypeToken).
|
|
292
|
+
protoOf(AbstractKClassTypeToken).r1w = function () {
|
|
293
293
|
// Inline function 'kotlin.emptyArray' call
|
|
294
294
|
return [];
|
|
295
295
|
};
|
|
296
|
-
protoOf(AbstractKClassTypeToken).
|
|
296
|
+
protoOf(AbstractKClassTypeToken).u1w = function (typeToken) {
|
|
297
297
|
if (this.equals(typeToken))
|
|
298
298
|
return true;
|
|
299
|
-
if (this.
|
|
299
|
+
if (this.a1x_1.equals(PrimitiveClasses_getInstance().m9()))
|
|
300
300
|
return true;
|
|
301
301
|
return false;
|
|
302
302
|
};
|
|
303
|
-
protoOf(AbstractKClassTypeToken).
|
|
303
|
+
protoOf(AbstractKClassTypeToken).x1w = function (other) {
|
|
304
304
|
// Inline function 'kotlin.require' call
|
|
305
305
|
// Inline function 'kotlin.require' call
|
|
306
306
|
if (!(other instanceof AbstractKClassTypeToken)) {
|
|
307
307
|
var message = 'Failed requirement.';
|
|
308
308
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
309
309
|
}
|
|
310
|
-
if (!this.
|
|
310
|
+
if (!this.a1x_1.equals(other.a1x_1))
|
|
311
311
|
return false;
|
|
312
312
|
return true;
|
|
313
313
|
};
|
|
314
|
-
protoOf(AbstractKClassTypeToken).
|
|
315
|
-
return this.
|
|
314
|
+
protoOf(AbstractKClassTypeToken).y1w = function () {
|
|
315
|
+
return this.a1x_1.hashCode();
|
|
316
316
|
};
|
|
317
317
|
//region block: exports
|
|
318
318
|
_.$_$ = _.$_$ || {};
|