game_client_logic_deb 1.8.443 → 1.8.444
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-core.js +1 -1
- package/Logic_Debertz-engine.js +5 -0
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -230,11 +230,6 @@
|
|
|
230
230
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
231
231
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
232
232
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
233
|
-
function close$default(cause, $super) {
|
|
234
|
-
cause = cause === VOID ? null : cause;
|
|
235
|
-
return $super === VOID ? this.b26(cause) : $super.b26.call(this, cause);
|
|
236
|
-
}
|
|
237
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
238
233
|
function cancel$default_0(cause, $super) {
|
|
239
234
|
cause = cause === VOID ? null : cause;
|
|
240
235
|
var tmp;
|
|
@@ -247,7 +242,12 @@
|
|
|
247
242
|
return tmp;
|
|
248
243
|
}
|
|
249
244
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
250
|
-
|
|
245
|
+
function close$default(cause, $super) {
|
|
246
|
+
cause = cause === VOID ? null : cause;
|
|
247
|
+
return $super === VOID ? this.b26(cause) : $super.b26.call(this, cause);
|
|
248
|
+
}
|
|
249
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
250
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
251
251
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
252
252
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
253
253
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
258
258
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
259
259
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
260
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
260
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
261
261
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
262
262
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
263
263
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|