raspberry_games_server_game_logic 1.8.484 → 1.8.486
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-core.js +1 -1
- package/Logic_Debertz-engine.js +2 -1
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -126,8 +126,8 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
126
126
|
initMetadataForInterface(KtMap, 'Map');
|
|
127
127
|
initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
|
|
128
128
|
initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
129
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
130
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
129
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
|
|
130
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
|
|
131
131
|
initMetadataForCompanion(Companion_3);
|
|
132
132
|
initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
|
|
133
133
|
initMetadataForCompanion(Companion_4);
|
|
@@ -149,7 +149,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
149
149
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
150
150
|
initMetadataForObject(Unit, 'Unit');
|
|
151
151
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
152
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
152
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
|
|
153
153
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
154
154
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
155
155
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -162,7 +162,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
162
162
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
163
163
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
|
|
164
164
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
165
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
165
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
|
|
166
166
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
167
167
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
168
168
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -239,11 +239,6 @@
|
|
|
239
239
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
240
240
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
241
241
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
242
|
-
function close$default(cause, $super) {
|
|
243
|
-
cause = cause === VOID ? null : cause;
|
|
244
|
-
return $super === VOID ? this.h28(cause) : $super.h28.call(this, cause);
|
|
245
|
-
}
|
|
246
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
247
242
|
function cancel$default_0(cause, $super) {
|
|
248
243
|
cause = cause === VOID ? null : cause;
|
|
249
244
|
var tmp;
|
|
@@ -256,7 +251,12 @@
|
|
|
256
251
|
return tmp;
|
|
257
252
|
}
|
|
258
253
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
259
|
-
|
|
254
|
+
function close$default(cause, $super) {
|
|
255
|
+
cause = cause === VOID ? null : cause;
|
|
256
|
+
return $super === VOID ? this.h28(cause) : $super.h28.call(this, cause);
|
|
257
|
+
}
|
|
258
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
259
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
260
260
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
261
261
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
262
262
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
267
267
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
268
268
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
269
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
269
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
270
270
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
271
271
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
272
272
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|