client_plugin_logic_deb 1.8.384 → 1.8.387
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/Logic_Debertz-client_plugin.js +1978 -1978
- package/Logic_Debertz-core.js +391 -373
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +11576 -11546
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6477 -6482
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +877 -902
- package/Logic_Debertz-game_server.js.map +1 -1
- 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
|
@@ -236,11 +236,6 @@
|
|
|
236
236
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
237
237
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
238
238
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
|
|
239
|
-
function close$default(cause, $super) {
|
|
240
|
-
cause = cause === VOID ? null : cause;
|
|
241
|
-
return $super === VOID ? this.s21(cause) : $super.s21.call(this, cause);
|
|
242
|
-
}
|
|
243
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
244
239
|
function cancel$default_0(cause, $super) {
|
|
245
240
|
cause = cause === VOID ? null : cause;
|
|
246
241
|
var tmp;
|
|
@@ -253,7 +248,12 @@
|
|
|
253
248
|
return tmp;
|
|
254
249
|
}
|
|
255
250
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
256
|
-
|
|
251
|
+
function close$default(cause, $super) {
|
|
252
|
+
cause = cause === VOID ? null : cause;
|
|
253
|
+
return $super === VOID ? this.s21(cause) : $super.s21.call(this, cause);
|
|
254
|
+
}
|
|
255
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
256
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
257
257
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
258
258
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
259
259
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
264
264
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
265
265
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
266
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
266
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
267
267
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
268
268
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
269
269
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
initMetadataForClass(Emitter, 'Emitter');
|
|
291
291
|
initMetadataForCoroutine($collectCOROUTINE$_2, CoroutineImpl);
|
|
292
292
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
293
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
293
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow, FusibleFlow], [1]);
|
|
294
294
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
295
295
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
296
296
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|