client_plugin_logic_deb 1.8.448 → 1.8.449
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 +1997 -1997
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +6835 -6827
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6157 -6157
- package/Logic_Debertz-game_server.js +911 -911
- package/kotlin-kotlin-stdlib.js +10 -10
- 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
|
@@ -237,11 +237,6 @@
|
|
|
237
237
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
238
238
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
239
239
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
|
|
240
|
-
function close$default(cause, $super) {
|
|
241
|
-
cause = cause === VOID ? null : cause;
|
|
242
|
-
return $super === VOID ? this.v21(cause) : $super.v21.call(this, cause);
|
|
243
|
-
}
|
|
244
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
245
240
|
function cancel$default_0(cause, $super) {
|
|
246
241
|
cause = cause === VOID ? null : cause;
|
|
247
242
|
var tmp;
|
|
@@ -254,7 +249,12 @@
|
|
|
254
249
|
return tmp;
|
|
255
250
|
}
|
|
256
251
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
257
|
-
|
|
252
|
+
function close$default(cause, $super) {
|
|
253
|
+
cause = cause === VOID ? null : cause;
|
|
254
|
+
return $super === VOID ? this.v21(cause) : $super.v21.call(this, cause);
|
|
255
|
+
}
|
|
256
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
257
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
258
258
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
259
259
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
260
260
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
265
265
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
266
266
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
267
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
267
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
268
268
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
269
269
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
270
270
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|