raspberry_games_server_game_logic 1.8.397 → 1.8.398
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 +23 -23
- package/Kosi-Kodein-kodein-di.js +161 -161
- package/Kotlin-DateTime-library-kotlinx-datetime.js +171 -171
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/Logic_Debertz-ai_module.js +1944 -0
- package/Logic_Debertz-ai_module.js.map +1 -0
- package/Logic_Debertz-core.js +385 -385
- package/Logic_Debertz-engine.js +13842 -13243
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +5 -3
- package/Logic_Debertz-game_server.js +1451 -1451
- package/Logic_Debertz-game_server.js.map +1 -1
- package/error-library-error.js +5 -5
- package/kotlin-kotlin-stdlib.js +2065 -2004
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +9 -9
- package/kotlinx-coroutines-core.js +696 -696
- package/kotlinx-io-kotlinx-io-core.js +41 -41
- package/kotlinx-serialization-kotlinx-serialization-core.js +196 -196
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +253 -253
- package/ktor-ktor-client-content-negotiation.js +89 -89
- package/ktor-ktor-client-core.js +1054 -1029
- package/ktor-ktor-client-core.js.map +1 -1
- package/ktor-ktor-client-logging.js +293 -288
- package/ktor-ktor-client-logging.js.map +1 -1
- package/ktor-ktor-events.js +5 -5
- package/ktor-ktor-http.js +164 -160
- package/ktor-ktor-http.js.map +1 -1
- package/ktor-ktor-io.js +372 -372
- package/ktor-ktor-serialization-kotlinx.js +127 -127
- package/ktor-ktor-serialization.js +68 -68
- package/ktor-ktor-utils.js +278 -278
- package/ktor-ktor-websockets.js +15 -15
- package/package.json +1 -1
- package/random-library-crypto-rand.js +13 -13
- package/random-library-secure-random.js +5 -5
- package/raspberry-cardgame-lib-core.js +97 -97
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js +12 -12
- package/raspberry-cardgame-lib-random.js +237 -237
- package/uuid.js +15 -15
- package/uuid.js.map +1 -1
package/Kosi-Kaverit-kaverit.js
CHANGED
|
@@ -12,29 +12,29 @@
|
|
|
12
12
|
}(function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var Unit = kotlin_kotlin.$_$.
|
|
16
|
-
var getKClass = kotlin_kotlin.$_$.
|
|
15
|
+
var Unit = kotlin_kotlin.$_$.yh;
|
|
16
|
+
var getKClass = kotlin_kotlin.$_$.fe;
|
|
17
17
|
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.s4;
|
|
18
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
19
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
20
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
18
|
+
var protoOf = kotlin_kotlin.$_$.kd;
|
|
19
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.lc;
|
|
20
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.nc;
|
|
21
21
|
var Unit_instance = kotlin_kotlin.$_$.f5;
|
|
22
|
-
var equals = kotlin_kotlin.$_$.
|
|
22
|
+
var equals = kotlin_kotlin.$_$.dc;
|
|
23
23
|
var Collection = kotlin_kotlin.$_$.h5;
|
|
24
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
25
|
-
var getKClassFromExpression = kotlin_kotlin.$_$.
|
|
26
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
24
|
+
var isInterface = kotlin_kotlin.$_$.yc;
|
|
25
|
+
var getKClassFromExpression = kotlin_kotlin.$_$.ee;
|
|
26
|
+
var initMetadataForClass = kotlin_kotlin.$_$.kc;
|
|
27
27
|
var VOID = kotlin_kotlin.$_$.b;
|
|
28
|
-
var toString = kotlin_kotlin.$_$.
|
|
29
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
30
|
-
var KClass = kotlin_kotlin.$_$.
|
|
28
|
+
var toString = kotlin_kotlin.$_$.nd;
|
|
29
|
+
var THROW_CCE = kotlin_kotlin.$_$.nh;
|
|
30
|
+
var KClass = kotlin_kotlin.$_$.ge;
|
|
31
31
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.i6;
|
|
32
32
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.g;
|
|
33
33
|
var copyToArray = kotlin_kotlin.$_$.y6;
|
|
34
34
|
var Companion_getInstance = kotlin_kotlin.$_$.t4;
|
|
35
35
|
var emptyList = kotlin_kotlin.$_$.d7;
|
|
36
36
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.l1;
|
|
37
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
37
|
+
var hashCode = kotlin_kotlin.$_$.jc;
|
|
38
38
|
//endregion
|
|
39
39
|
//region block: pre-declaration
|
|
40
40
|
initMetadataForCompanion(Companion);
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
tmp.m5x_1 = erased(getKClass(Unit));
|
|
53
53
|
var tmp_0 = this;
|
|
54
54
|
// Inline function 'org.kodein.type.erased' call
|
|
55
|
-
tmp_0.n5x_1 = erased(PrimitiveClasses_getInstance().
|
|
55
|
+
tmp_0.n5x_1 = erased(PrimitiveClasses_getInstance().ua());
|
|
56
56
|
}
|
|
57
57
|
var Companion_instance;
|
|
58
58
|
function Companion_getInstance_0() {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
tmp.x5x_1 = erased(getKClass(Unit));
|
|
70
70
|
var tmp_0 = this;
|
|
71
71
|
// Inline function 'org.kodein.type.erased' call
|
|
72
|
-
tmp_0.y5x_1 = erased(PrimitiveClasses_getInstance().
|
|
72
|
+
tmp_0.y5x_1 = erased(PrimitiveClasses_getInstance().ua());
|
|
73
73
|
}
|
|
74
74
|
var Companion_instance_0;
|
|
75
75
|
function Companion_getInstance_1() {
|
|
@@ -168,11 +168,11 @@
|
|
|
168
168
|
AbstractKClassTypeToken.call(this, type);
|
|
169
169
|
}
|
|
170
170
|
protoOf(JSKClassTypeToken).p5x = function () {
|
|
171
|
-
var tmp0_elvis_lhs = this.c5y_1.
|
|
171
|
+
var tmp0_elvis_lhs = this.c5y_1.ea();
|
|
172
172
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
173
173
|
};
|
|
174
174
|
protoOf(JSKClassTypeToken).r5x = function () {
|
|
175
|
-
var tmp0_elvis_lhs = this.c5y_1.
|
|
175
|
+
var tmp0_elvis_lhs = this.c5y_1.ea();
|
|
176
176
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
177
177
|
};
|
|
178
178
|
function JSKTypeTypeToken(type) {
|
|
@@ -186,12 +186,12 @@
|
|
|
186
186
|
return toString(this.d5y_1);
|
|
187
187
|
};
|
|
188
188
|
protoOf(JSKTypeTypeToken).s5x = function () {
|
|
189
|
-
var tmp = this.d5y_1.
|
|
189
|
+
var tmp = this.d5y_1.ra();
|
|
190
190
|
return new JSKClassTypeToken((!(tmp == null) ? isInterface(tmp, KClass) : false) ? tmp : THROW_CCE());
|
|
191
191
|
};
|
|
192
192
|
protoOf(JSKTypeTypeToken).t5x = function () {
|
|
193
193
|
// Inline function 'kotlin.collections.map' call
|
|
194
|
-
var this_0 = this.d5y_1.
|
|
194
|
+
var this_0 = this.d5y_1.sa();
|
|
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();
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
return copyToArray(destination);
|
|
214
214
|
};
|
|
215
215
|
protoOf(JSKTypeTypeToken).u5x = function () {
|
|
216
|
-
var tmp0 = this.d5y_1.
|
|
216
|
+
var tmp0 = this.d5y_1.sa();
|
|
217
217
|
var tmp$ret$0;
|
|
218
218
|
$l$block_0: {
|
|
219
219
|
// Inline function 'kotlin.collections.all' call
|
|
@@ -259,8 +259,8 @@
|
|
|
259
259
|
}
|
|
260
260
|
function typeToken(type) {
|
|
261
261
|
var tmp;
|
|
262
|
-
if (type.
|
|
263
|
-
var tmp_0 = type.
|
|
262
|
+
if (type.sa().r()) {
|
|
263
|
+
var tmp_0 = type.ra();
|
|
264
264
|
tmp = new JSKClassTypeToken((!(tmp_0 == null) ? isInterface(tmp_0, KClass) : false) ? tmp_0 : THROW_CCE());
|
|
265
265
|
} else {
|
|
266
266
|
tmp = new JSKTypeTypeToken(type);
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
protoOf(AbstractKClassTypeToken).w5x = function (typeToken) {
|
|
297
297
|
if (this.equals(typeToken))
|
|
298
298
|
return true;
|
|
299
|
-
if (this.c5y_1.equals(PrimitiveClasses_getInstance().
|
|
299
|
+
if (this.c5y_1.equals(PrimitiveClasses_getInstance().ua()))
|
|
300
300
|
return true;
|
|
301
301
|
return false;
|
|
302
302
|
};
|