client_plugin_logic_deb 1.8.477 → 1.8.479
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-ai_module.js +285 -285
- package/Logic_Debertz-bot_engine.js +728 -723
- package/Logic_Debertz-bot_engine.js.map +1 -1
- package/Logic_Debertz-client_plugin.d.ts +78 -31
- package/Logic_Debertz-client_plugin.js +2071 -2071
- package/Logic_Debertz-core.js +1998 -1665
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +14561 -13753
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6916 -6922
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1112 -1112
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +9 -9
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -246,11 +246,6 @@
|
|
|
246
246
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
247
247
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
248
248
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
|
|
249
|
-
function close$default(cause, $super) {
|
|
250
|
-
cause = cause === VOID ? null : cause;
|
|
251
|
-
return $super === VOID ? this.i25(cause) : $super.i25.call(this, cause);
|
|
252
|
-
}
|
|
253
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
254
249
|
function cancel$default_0(cause, $super) {
|
|
255
250
|
cause = cause === VOID ? null : cause;
|
|
256
251
|
var tmp;
|
|
@@ -263,7 +258,12 @@
|
|
|
263
258
|
return tmp;
|
|
264
259
|
}
|
|
265
260
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
266
|
-
|
|
261
|
+
function close$default(cause, $super) {
|
|
262
|
+
cause = cause === VOID ? null : cause;
|
|
263
|
+
return $super === VOID ? this.i25(cause) : $super.i25.call(this, cause);
|
|
264
|
+
}
|
|
265
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
266
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
267
267
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
268
268
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
269
269
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
274
274
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
275
275
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
276
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
276
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
277
277
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
278
278
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
279
279
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
initMetadataForClass(Emitter, 'Emitter');
|
|
301
301
|
initMetadataForCoroutine($collectCOROUTINE$_2, CoroutineImpl);
|
|
302
302
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
303
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
303
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector, FusibleFlow], [1]);
|
|
304
304
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
305
305
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
306
306
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
initMetadataForClass(Symbol, 'Symbol');
|
|
368
368
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
369
369
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
370
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
370
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
371
371
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
372
372
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
373
373
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|