client_plugin_logic_deb 1.8.210 → 1.8.211
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 +3 -2
- package/Logic_Debertz-client_plugin.js +1919 -1919
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +11563 -11389
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +5243 -5243
- package/Logic_Debertz-game_server.js +481 -481
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -231,6 +231,11 @@
|
|
|
231
231
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
232
232
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
233
233
|
initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
|
|
234
|
+
function close$default(cause, $super) {
|
|
235
|
+
cause = cause === VOID ? null : cause;
|
|
236
|
+
return $super === VOID ? this.p14(cause) : $super.p14.call(this, cause);
|
|
237
|
+
}
|
|
238
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
234
239
|
function cancel$default_0(cause, $super) {
|
|
235
240
|
cause = cause === VOID ? null : cause;
|
|
236
241
|
var tmp;
|
|
@@ -243,12 +248,7 @@
|
|
|
243
248
|
return tmp;
|
|
244
249
|
}
|
|
245
250
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
246
|
-
|
|
247
|
-
cause = cause === VOID ? null : cause;
|
|
248
|
-
return $super === VOID ? this.p14(cause) : $super.p14.call(this, cause);
|
|
249
|
-
}
|
|
250
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
251
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
251
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
252
252
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
253
253
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
254
254
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
259
259
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
260
260
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
261
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
261
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [0, 1]);
|
|
262
262
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
263
263
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
264
264
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [0, 1]);
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
initMetadataForClass(Emitter, 'Emitter');
|
|
286
286
|
initMetadataForCoroutine($collectCOROUTINE$14, CoroutineImpl);
|
|
287
287
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
288
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
288
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow, FusibleFlow], [1]);
|
|
289
289
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
290
290
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
291
291
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|