client_plugin_logic_deb 1.8.369 → 1.8.371
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 +87 -81
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +19 -27
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +9 -9
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -113,14 +113,14 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
113
113
|
}
|
|
114
114
|
initMetadataForInterface(KtMap, 'Map');
|
|
115
115
|
initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
116
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
116
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
|
|
117
117
|
initMetadataForCompanion(Companion_2);
|
|
118
118
|
function asJsReadonlySetView() {
|
|
119
119
|
return createJsReadonlySetViewFrom(this);
|
|
120
120
|
}
|
|
121
121
|
initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
|
|
122
122
|
initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
|
|
123
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
123
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
|
|
124
124
|
initMetadataForCompanion(Companion_3);
|
|
125
125
|
initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
|
|
126
126
|
initMetadataForCompanion(Companion_4);
|
|
@@ -142,7 +142,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
142
142
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
143
143
|
initMetadataForObject(Unit, 'Unit');
|
|
144
144
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
145
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
145
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
|
|
146
146
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
147
147
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
148
148
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -155,7 +155,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
155
155
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
156
156
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
|
|
157
157
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
158
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
158
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
|
|
159
159
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
160
160
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
161
161
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -236,6 +236,11 @@
|
|
|
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]);
|
|
239
244
|
function cancel$default_0(cause, $super) {
|
|
240
245
|
cause = cause === VOID ? null : cause;
|
|
241
246
|
var tmp;
|
|
@@ -248,12 +253,7 @@
|
|
|
248
253
|
return tmp;
|
|
249
254
|
}
|
|
250
255
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
251
|
-
|
|
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]);
|
|
256
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [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, SendChannel, ReceiveChannel], [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]);
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
initMetadataForClass(Emitter, 'Emitter');
|
|
291
291
|
initMetadataForCoroutine($collectCOROUTINE$_2, CoroutineImpl);
|
|
292
292
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
293
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
293
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow, FusibleFlow], [1]);
|
|
294
294
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
295
295
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
296
296
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|
|
@@ -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, Waiter, SelectInstance], [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]);
|