game_client_logic_deb 1.6.62 → 1.6.63
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 +81 -8
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -0
- package/Logic_Debertz-game_client.js +21 -84
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +7 -7
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
|
@@ -199,6 +199,11 @@
|
|
|
199
199
|
setMetadataFor(SendBroadcast, 'SendBroadcast', classMeta, VOID, [Waiter]);
|
|
200
200
|
setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
|
|
201
201
|
setMetadataFor($sendCOROUTINE$0, '$sendCOROUTINE$0', classMeta, CoroutineImpl);
|
|
202
|
+
function close$default(cause, $super) {
|
|
203
|
+
cause = cause === VOID ? null : cause;
|
|
204
|
+
return $super === VOID ? this.b24(cause) : $super.b24.call(this, cause);
|
|
205
|
+
}
|
|
206
|
+
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
202
207
|
function cancel$default_0(cause, $super) {
|
|
203
208
|
cause = cause === VOID ? null : cause;
|
|
204
209
|
var tmp;
|
|
@@ -211,12 +216,7 @@
|
|
|
211
216
|
return tmp;
|
|
212
217
|
}
|
|
213
218
|
setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|
|
214
|
-
|
|
215
|
-
cause = cause === VOID ? null : cause;
|
|
216
|
-
return $super === VOID ? this.b24(cause) : $super.b24.call(this, cause);
|
|
217
|
-
}
|
|
218
|
-
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
219
|
-
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
219
|
+
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
220
220
|
setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
|
|
221
221
|
setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
|
|
222
222
|
setMetadataFor(Factory, 'Factory', objectMeta);
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
setMetadataFor(ChannelResult, 'ChannelResult', classMeta);
|
|
227
227
|
setMetadataFor(ClosedSendChannelException, 'ClosedSendChannelException', classMeta, IllegalStateException);
|
|
228
228
|
setMetadataFor(ClosedReceiveChannelException, 'ClosedReceiveChannelException', classMeta, NoSuchElementException);
|
|
229
|
-
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine,
|
|
229
|
+
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], VOID, VOID, VOID, [0, 1]);
|
|
230
230
|
setMetadataFor(ConflatedBufferedChannel, 'ConflatedBufferedChannel', classMeta, BufferedChannel, VOID, VOID, VOID, VOID, [1, 0]);
|
|
231
231
|
setMetadataFor(ProducerScope, 'ProducerScope', interfaceMeta, VOID, [CoroutineScope, SendChannel], VOID, VOID, VOID, [1]);
|
|
232
232
|
setMetadataFor(ProducerCoroutine, 'ProducerCoroutine', classMeta, ChannelCoroutine, [ChannelCoroutine, ProducerScope], VOID, VOID, VOID, [0, 1]);
|