client_plugin_logic_deb 1.8.253 → 1.8.260
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/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-client_plugin.d.ts +63 -26
- package/Logic_Debertz-client_plugin.js +2166 -2074
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +19 -19
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +15827 -14678
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6626 -6217
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +726 -645
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +93 -93
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core.js +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +5 -4
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-random.js +3 -3
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
initMetadataForClass(Emitter, 'Emitter');
|
|
281
281
|
initMetadataForCoroutine($collectCOROUTINE$14, CoroutineImpl);
|
|
282
282
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
283
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
283
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector, FusibleFlow], [1]);
|
|
284
284
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
285
285
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
286
286
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
initMetadataForClass(Symbol, 'Symbol');
|
|
336
336
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
337
337
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
338
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
338
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
339
339
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
340
340
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
341
341
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|
|
@@ -854,7 +854,10 @@
|
|
|
854
854
|
return get_nullable(_this__u8e3s4);
|
|
855
855
|
return isInterface(_this__u8e3s4, KSerializer) ? _this__u8e3s4 : THROW_CCE();
|
|
856
856
|
}
|
|
857
|
-
function serializer_0(
|
|
857
|
+
function serializer_0(type) {
|
|
858
|
+
return serializer(EmptySerializersModule_0(), type);
|
|
859
|
+
}
|
|
860
|
+
function serializer_1(_this__u8e3s4) {
|
|
858
861
|
var tmp0_elvis_lhs = serializerOrNull(_this__u8e3s4);
|
|
859
862
|
var tmp;
|
|
860
863
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -864,9 +867,6 @@
|
|
|
864
867
|
}
|
|
865
868
|
return tmp;
|
|
866
869
|
}
|
|
867
|
-
function serializer_1(type) {
|
|
868
|
-
return serializer(EmptySerializersModule_0(), type);
|
|
869
|
-
}
|
|
870
870
|
function serializerByKTypeImpl$lambda($typeArguments) {
|
|
871
871
|
return function () {
|
|
872
872
|
return $typeArguments.o(0).za();
|
|
@@ -6306,8 +6306,8 @@
|
|
|
6306
6306
|
_.$_$.v2 = findPolymorphicSerializer_0;
|
|
6307
6307
|
_.$_$.w2 = findPolymorphicSerializer;
|
|
6308
6308
|
_.$_$.x2 = serializerOrNull_0;
|
|
6309
|
-
_.$_$.y2 =
|
|
6310
|
-
_.$_$.z2 =
|
|
6309
|
+
_.$_$.y2 = serializer_0;
|
|
6310
|
+
_.$_$.z2 = serializer_1;
|
|
6311
6311
|
_.$_$.a3 = serializer;
|
|
6312
6312
|
//endregion
|
|
6313
6313
|
return _;
|