client_plugin_logic_deb 1.8.371 → 1.8.373
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 +1 -1
- package/Logic_Debertz-client_plugin.js +1956 -1956
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-game_client.js +6119 -6089
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +663 -663
- 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]);
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
initMetadataForClass(Symbol, 'Symbol');
|
|
355
355
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
356
356
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
357
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
357
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
358
358
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
359
359
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
360
360
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|