game_client_logic_deb 1.8.68 → 1.8.69
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-game_client.d.ts +1 -1
- package/Logic_Debertz-game_client.js +12 -12
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +3 -3
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +8 -8
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -96,11 +96,11 @@ if (typeof Math.imul === 'undefined') {
|
|
|
96
96
|
setMetadataFor(Collection, 'Collection', interfaceMeta);
|
|
97
97
|
setMetadataFor(AbstractCollection, 'AbstractCollection', classMeta, VOID, [Collection]);
|
|
98
98
|
setMetadataFor(MutableIterable, 'MutableIterable', interfaceMeta);
|
|
99
|
-
setMetadataFor(AbstractMutableCollection, 'AbstractMutableCollection', classMeta, AbstractCollection, [AbstractCollection,
|
|
99
|
+
setMetadataFor(AbstractMutableCollection, 'AbstractMutableCollection', classMeta, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
|
|
100
100
|
setMetadataFor(IteratorImpl, 'IteratorImpl', classMeta);
|
|
101
101
|
setMetadataFor(ListIteratorImpl, 'ListIteratorImpl', classMeta, IteratorImpl);
|
|
102
102
|
setMetadataFor(List, 'List', interfaceMeta, VOID, [Collection]);
|
|
103
|
-
setMetadataFor(MutableList, 'MutableList', interfaceMeta, VOID, [List,
|
|
103
|
+
setMetadataFor(MutableList, 'MutableList', interfaceMeta, VOID, [List, MutableIterable, Collection]);
|
|
104
104
|
setMetadataFor(AbstractMutableList, 'AbstractMutableList', classMeta, AbstractMutableCollection, [AbstractMutableCollection, MutableList]);
|
|
105
105
|
setMetadataFor(RandomAccess, 'RandomAccess', interfaceMeta);
|
|
106
106
|
setMetadataFor(SubList, 'SubList', classMeta, AbstractMutableList, [AbstractMutableList, RandomAccess]);
|
|
@@ -109,7 +109,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
109
109
|
setMetadataFor(MutableMap, 'MutableMap', interfaceMeta, VOID, [Map_0]);
|
|
110
110
|
setMetadataFor(AbstractMutableMap, 'AbstractMutableMap', classMeta, AbstractMap, [AbstractMap, MutableMap]);
|
|
111
111
|
setMetadataFor(Set, 'Set', interfaceMeta, VOID, [Collection]);
|
|
112
|
-
setMetadataFor(MutableSet, 'MutableSet', interfaceMeta, VOID, [Set,
|
|
112
|
+
setMetadataFor(MutableSet, 'MutableSet', interfaceMeta, VOID, [Set, MutableIterable, Collection]);
|
|
113
113
|
setMetadataFor(AbstractMutableSet, 'AbstractMutableSet', classMeta, AbstractMutableCollection, [AbstractMutableCollection, MutableSet]);
|
|
114
114
|
setMetadataFor(Companion, 'Companion', objectMeta);
|
|
115
115
|
setMetadataFor(ArrayList, 'ArrayList', classMeta, AbstractMutableList, [AbstractMutableList, MutableList, RandomAccess], ArrayList_init_$Create$);
|
|
@@ -200,6 +200,11 @@
|
|
|
200
200
|
setMetadataFor(SendBroadcast, 'SendBroadcast', classMeta, VOID, [Waiter]);
|
|
201
201
|
setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
|
|
202
202
|
setMetadataFor($sendCOROUTINE$0, '$sendCOROUTINE$0', classMeta, CoroutineImpl);
|
|
203
|
+
function close$default(cause, $super) {
|
|
204
|
+
cause = cause === VOID ? null : cause;
|
|
205
|
+
return $super === VOID ? this.e24(cause) : $super.e24.call(this, cause);
|
|
206
|
+
}
|
|
207
|
+
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
203
208
|
function cancel$default_0(cause, $super) {
|
|
204
209
|
cause = cause === VOID ? null : cause;
|
|
205
210
|
var tmp;
|
|
@@ -212,12 +217,7 @@
|
|
|
212
217
|
return tmp;
|
|
213
218
|
}
|
|
214
219
|
setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|
|
215
|
-
|
|
216
|
-
cause = cause === VOID ? null : cause;
|
|
217
|
-
return $super === VOID ? this.e24(cause) : $super.e24.call(this, cause);
|
|
218
|
-
}
|
|
219
|
-
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
220
|
-
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
220
|
+
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
221
221
|
setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
|
|
222
222
|
setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
|
|
223
223
|
setMetadataFor(Factory, 'Factory', objectMeta);
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
setMetadataFor(ChannelResult, 'ChannelResult', classMeta);
|
|
228
228
|
setMetadataFor(ClosedSendChannelException, 'ClosedSendChannelException', classMeta, IllegalStateException);
|
|
229
229
|
setMetadataFor(ClosedReceiveChannelException, 'ClosedReceiveChannelException', classMeta, NoSuchElementException);
|
|
230
|
-
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine,
|
|
230
|
+
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], VOID, VOID, VOID, [0, 1]);
|
|
231
231
|
setMetadataFor(ConflatedBufferedChannel, 'ConflatedBufferedChannel', classMeta, BufferedChannel, VOID, VOID, VOID, VOID, [1, 0]);
|
|
232
232
|
setMetadataFor(ProducerScope, 'ProducerScope', interfaceMeta, VOID, [CoroutineScope, SendChannel], VOID, VOID, VOID, [1]);
|
|
233
233
|
setMetadataFor(ProducerCoroutine, 'ProducerCoroutine', classMeta, ChannelCoroutine, [ChannelCoroutine, ProducerScope], VOID, VOID, VOID, [0, 1]);
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
setMetadataFor(Symbol, 'Symbol', classMeta);
|
|
279
279
|
setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
|
|
280
280
|
setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
281
|
-
setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler,
|
|
281
|
+
setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, SelectInstance, Waiter], VOID, VOID, VOID, [0, 2]);
|
|
282
282
|
setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
|
|
283
283
|
setMetadataFor(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', classMeta, VOID, [CancellableContinuation, Waiter]);
|
|
284
284
|
setMetadataFor(SemaphoreImpl, 'SemaphoreImpl', classMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|