game_client_logic_deb 1.3.73 → 1.3.76
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/Kaverit-kaverit-js-ir.js +60 -60
- package/Kodein-kodein-di-js-ir.js +505 -505
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +36 -36
- package/Logic_Debertz-core.js +1072 -1077
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +8360 -8387
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +2 -10
- package/Logic_Debertz-game_client.js +3255 -3057
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1724 -1724
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +1225 -1225
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +67 -163
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
- package/uuid-js-ir.js +13 -13
package/Kaverit-kaverit-js-ir.js
CHANGED
|
@@ -44,37 +44,37 @@
|
|
|
44
44
|
//endregion
|
|
45
45
|
function AbstractKClassTypeToken(type) {
|
|
46
46
|
AbstractTypeToken.call(this);
|
|
47
|
-
this.
|
|
47
|
+
this.v2c_1 = type;
|
|
48
48
|
}
|
|
49
|
-
AbstractKClassTypeToken.prototype.
|
|
50
|
-
return this.
|
|
49
|
+
AbstractKClassTypeToken.prototype.w2c = function () {
|
|
50
|
+
return this.x2c();
|
|
51
51
|
};
|
|
52
|
-
AbstractKClassTypeToken.prototype.
|
|
53
|
-
return this.
|
|
52
|
+
AbstractKClassTypeToken.prototype.y2c = function () {
|
|
53
|
+
return this.z2c();
|
|
54
54
|
};
|
|
55
|
-
AbstractKClassTypeToken.prototype.
|
|
55
|
+
AbstractKClassTypeToken.prototype.a2d = function () {
|
|
56
56
|
return this;
|
|
57
57
|
};
|
|
58
|
-
AbstractKClassTypeToken.prototype.
|
|
58
|
+
AbstractKClassTypeToken.prototype.b2d = function () {
|
|
59
59
|
return true;
|
|
60
60
|
};
|
|
61
|
-
AbstractKClassTypeToken.prototype.
|
|
61
|
+
AbstractKClassTypeToken.prototype.c2d = function () {
|
|
62
62
|
return emptyList();
|
|
63
63
|
};
|
|
64
|
-
AbstractKClassTypeToken.prototype.
|
|
64
|
+
AbstractKClassTypeToken.prototype.d2d = function () {
|
|
65
65
|
var tmp$ret$0;
|
|
66
66
|
// Inline function 'kotlin.emptyArray' call
|
|
67
67
|
tmp$ret$0 = [];
|
|
68
68
|
return tmp$ret$0;
|
|
69
69
|
};
|
|
70
|
-
AbstractKClassTypeToken.prototype.
|
|
70
|
+
AbstractKClassTypeToken.prototype.e2d = function (typeToken) {
|
|
71
71
|
if (this.equals(typeToken))
|
|
72
72
|
return true;
|
|
73
|
-
if (this.
|
|
73
|
+
if (this.v2c_1.equals(PrimitiveClasses_getInstance().yg()))
|
|
74
74
|
return true;
|
|
75
75
|
return false;
|
|
76
76
|
};
|
|
77
|
-
AbstractKClassTypeToken.prototype.
|
|
77
|
+
AbstractKClassTypeToken.prototype.f2d = function (other) {
|
|
78
78
|
// Inline function 'kotlin.require' call
|
|
79
79
|
// Inline function 'kotlin.contracts.contract' call
|
|
80
80
|
// Inline function 'kotlin.require' call
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
var message = tmp$ret$0;
|
|
87
87
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
88
88
|
}
|
|
89
|
-
if (!this.
|
|
89
|
+
if (!this.v2c_1.equals(other.v2c_1))
|
|
90
90
|
return false;
|
|
91
91
|
return true;
|
|
92
92
|
};
|
|
93
|
-
AbstractKClassTypeToken.prototype.
|
|
94
|
-
return this.
|
|
93
|
+
AbstractKClassTypeToken.prototype.g2d = function () {
|
|
94
|
+
return this.v2c_1.hashCode();
|
|
95
95
|
};
|
|
96
96
|
AbstractKClassTypeToken.$metadata$ = classMeta('AbstractKClassTypeToken', undefined, undefined, undefined, undefined, AbstractTypeToken.prototype);
|
|
97
97
|
function Companion() {
|
|
@@ -100,15 +100,15 @@
|
|
|
100
100
|
var tmp$ret$0;
|
|
101
101
|
// Inline function 'org.kodein.type.erased' call
|
|
102
102
|
tmp$ret$0 = erased(getKClass(Unit));
|
|
103
|
-
tmp.
|
|
103
|
+
tmp.h2d_1 = tmp$ret$0;
|
|
104
104
|
var tmp_0 = this;
|
|
105
105
|
var tmp$ret$1;
|
|
106
106
|
// Inline function 'org.kodein.type.erased' call
|
|
107
107
|
tmp$ret$1 = erased(PrimitiveClasses_getInstance().yg());
|
|
108
|
-
tmp_0.
|
|
108
|
+
tmp_0.i2d_1 = tmp$ret$1;
|
|
109
109
|
}
|
|
110
|
-
Companion.prototype.
|
|
111
|
-
return this.
|
|
110
|
+
Companion.prototype.j2d = function () {
|
|
111
|
+
return this.i2d_1;
|
|
112
112
|
};
|
|
113
113
|
Companion.$metadata$ = objectMeta('Companion');
|
|
114
114
|
var Companion_instance;
|
|
@@ -126,15 +126,15 @@
|
|
|
126
126
|
var tmp$ret$0;
|
|
127
127
|
// Inline function 'org.kodein.type.erased' call
|
|
128
128
|
tmp$ret$0 = erased(getKClass(Unit));
|
|
129
|
-
tmp.
|
|
129
|
+
tmp.k2d_1 = tmp$ret$0;
|
|
130
130
|
var tmp_0 = this;
|
|
131
131
|
var tmp$ret$1;
|
|
132
132
|
// Inline function 'org.kodein.type.erased' call
|
|
133
133
|
tmp$ret$1 = erased(PrimitiveClasses_getInstance().yg());
|
|
134
|
-
tmp_0.
|
|
134
|
+
tmp_0.l2d_1 = tmp$ret$1;
|
|
135
135
|
}
|
|
136
|
-
Companion_0.prototype.
|
|
137
|
-
return this.
|
|
136
|
+
Companion_0.prototype.j2d = function () {
|
|
137
|
+
return this.l2d_1;
|
|
138
138
|
};
|
|
139
139
|
Companion_0.$metadata$ = objectMeta('Companion');
|
|
140
140
|
var Companion_instance_0;
|
|
@@ -146,18 +146,18 @@
|
|
|
146
146
|
function AbstractTypeToken() {
|
|
147
147
|
Companion_getInstance_1();
|
|
148
148
|
}
|
|
149
|
-
AbstractTypeToken.prototype.
|
|
150
|
-
if (this.equals(typeToken) ? true : this.equals(Companion_getInstance_1().
|
|
149
|
+
AbstractTypeToken.prototype.e2d = function (typeToken) {
|
|
150
|
+
if (this.equals(typeToken) ? true : this.equals(Companion_getInstance_1().l2d_1))
|
|
151
151
|
return true;
|
|
152
|
-
var raw = this.
|
|
153
|
-
if (equals(raw, typeToken.
|
|
154
|
-
var thisParams = this.
|
|
152
|
+
var raw = this.a2d();
|
|
153
|
+
if (equals(raw, typeToken.a2d())) {
|
|
154
|
+
var thisParams = this.d2d();
|
|
155
155
|
var tmp$ret$0;
|
|
156
156
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
157
157
|
tmp$ret$0 = thisParams.length === 0;
|
|
158
158
|
if (tmp$ret$0)
|
|
159
159
|
return true;
|
|
160
|
-
var tokenParams = typeToken.
|
|
160
|
+
var tokenParams = typeToken.d2d();
|
|
161
161
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
162
162
|
var index = 0;
|
|
163
163
|
var indexedObject = thisParams;
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
index = tmp1 + 1 | 0;
|
|
172
172
|
var tmp0__anonymous__q1qw7t = tmp1;
|
|
173
173
|
var tokenParam = tokenParams[tmp0__anonymous__q1qw7t];
|
|
174
|
-
if (!item.
|
|
174
|
+
if (!item.e2d(tokenParam))
|
|
175
175
|
return false;
|
|
176
176
|
}
|
|
177
177
|
return true;
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
var tmp$ret$1;
|
|
180
180
|
$l$block_0: {
|
|
181
181
|
// Inline function 'kotlin.collections.any' call
|
|
182
|
-
var tmp1_any = typeToken.
|
|
182
|
+
var tmp1_any = typeToken.c2d();
|
|
183
183
|
var tmp;
|
|
184
184
|
if (isInterface(tmp1_any, Collection)) {
|
|
185
185
|
tmp = tmp1_any.k();
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
var element = tmp0_iterator.h();
|
|
196
196
|
var tmp$ret$2;
|
|
197
197
|
// Inline function 'org.kodein.type.AbstractTypeToken.isAssignableFrom.<anonymous>' call
|
|
198
|
-
tmp$ret$2 = this.
|
|
198
|
+
tmp$ret$2 = this.e2d(element);
|
|
199
199
|
if (tmp$ret$2) {
|
|
200
200
|
tmp$ret$1 = true;
|
|
201
201
|
break $l$block_0;
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
return tmp$ret$1;
|
|
207
207
|
};
|
|
208
208
|
AbstractTypeToken.prototype.toString = function () {
|
|
209
|
-
return this.
|
|
209
|
+
return this.y2c();
|
|
210
210
|
};
|
|
211
211
|
AbstractTypeToken.prototype.equals = function (other) {
|
|
212
212
|
if (this === other)
|
|
@@ -214,12 +214,12 @@
|
|
|
214
214
|
if (!(!(other == null) ? isInterface(other, TypeToken) : false))
|
|
215
215
|
return false;
|
|
216
216
|
if (getKClassFromExpression(this).equals(getKClassFromExpression(other)))
|
|
217
|
-
return this.
|
|
218
|
-
if (!equals(this.
|
|
217
|
+
return this.f2d(other);
|
|
218
|
+
if (!equals(this.a2d(), other.a2d()))
|
|
219
219
|
return false;
|
|
220
|
-
if (!this.
|
|
221
|
-
var tParams = this.
|
|
222
|
-
var oParams = other.
|
|
220
|
+
if (!this.b2d() ? true : !other.b2d()) {
|
|
221
|
+
var tParams = this.d2d();
|
|
222
|
+
var oParams = other.d2d();
|
|
223
223
|
if (!(tParams.length === oParams.length))
|
|
224
224
|
return false;
|
|
225
225
|
var inductionVariable = 0;
|
|
@@ -236,41 +236,41 @@
|
|
|
236
236
|
return true;
|
|
237
237
|
};
|
|
238
238
|
AbstractTypeToken.prototype.hashCode = function () {
|
|
239
|
-
return this.
|
|
239
|
+
return this.g2d();
|
|
240
240
|
};
|
|
241
241
|
AbstractTypeToken.$metadata$ = classMeta('AbstractTypeToken', [TypeToken]);
|
|
242
242
|
function JSKClassTypeToken(type) {
|
|
243
243
|
AbstractKClassTypeToken.call(this, type);
|
|
244
244
|
}
|
|
245
|
-
JSKClassTypeToken.prototype.
|
|
246
|
-
var tmp0_elvis_lhs = this.
|
|
245
|
+
JSKClassTypeToken.prototype.x2c = function () {
|
|
246
|
+
var tmp0_elvis_lhs = this.v2c_1.of();
|
|
247
247
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
248
248
|
};
|
|
249
|
-
JSKClassTypeToken.prototype.
|
|
250
|
-
var tmp0_elvis_lhs = this.
|
|
249
|
+
JSKClassTypeToken.prototype.z2c = function () {
|
|
250
|
+
var tmp0_elvis_lhs = this.v2c_1.of();
|
|
251
251
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
252
252
|
};
|
|
253
253
|
JSKClassTypeToken.$metadata$ = classMeta('JSKClassTypeToken', undefined, undefined, undefined, undefined, AbstractKClassTypeToken.prototype);
|
|
254
254
|
function JSKTypeTypeToken(type) {
|
|
255
255
|
AbstractTypeToken.call(this);
|
|
256
|
-
this.
|
|
256
|
+
this.n2d_1 = type;
|
|
257
257
|
}
|
|
258
|
-
JSKTypeTypeToken.prototype.
|
|
259
|
-
return toString(this.
|
|
258
|
+
JSKTypeTypeToken.prototype.w2c = function () {
|
|
259
|
+
return toString(this.n2d_1);
|
|
260
260
|
};
|
|
261
|
-
JSKTypeTypeToken.prototype.
|
|
262
|
-
return toString(this.
|
|
261
|
+
JSKTypeTypeToken.prototype.y2c = function () {
|
|
262
|
+
return toString(this.n2d_1);
|
|
263
263
|
};
|
|
264
|
-
JSKTypeTypeToken.prototype.
|
|
265
|
-
var tmp = this.
|
|
264
|
+
JSKTypeTypeToken.prototype.a2d = function () {
|
|
265
|
+
var tmp = this.n2d_1.yf();
|
|
266
266
|
return new JSKClassTypeToken((!(tmp == null) ? isInterface(tmp, KClass) : false) ? tmp : THROW_CCE());
|
|
267
267
|
};
|
|
268
|
-
JSKTypeTypeToken.prototype.
|
|
268
|
+
JSKTypeTypeToken.prototype.d2d = function () {
|
|
269
269
|
var tmp$ret$5;
|
|
270
270
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
271
271
|
var tmp$ret$4;
|
|
272
272
|
// Inline function 'kotlin.collections.map' call
|
|
273
|
-
var tmp0_map = this.
|
|
273
|
+
var tmp0_map = this.n2d_1.zf();
|
|
274
274
|
var tmp$ret$3;
|
|
275
275
|
// Inline function 'kotlin.collections.mapTo' call
|
|
276
276
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
tmp = tmp$ret$1;
|
|
295
295
|
}
|
|
296
296
|
var tmp1_elvis_lhs = tmp;
|
|
297
|
-
tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().
|
|
297
|
+
tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().l2d_1 : tmp1_elvis_lhs;
|
|
298
298
|
tmp0_mapTo.a(tmp$ret$2);
|
|
299
299
|
}
|
|
300
300
|
tmp$ret$3 = tmp0_mapTo;
|
|
@@ -303,11 +303,11 @@
|
|
|
303
303
|
tmp$ret$5 = copyToArray(tmp1_toTypedArray);
|
|
304
304
|
return tmp$ret$5;
|
|
305
305
|
};
|
|
306
|
-
JSKTypeTypeToken.prototype.
|
|
306
|
+
JSKTypeTypeToken.prototype.b2d = function () {
|
|
307
307
|
var tmp$ret$0;
|
|
308
308
|
$l$block_0: {
|
|
309
309
|
// Inline function 'kotlin.collections.all' call
|
|
310
|
-
var tmp0_all = this.
|
|
310
|
+
var tmp0_all = this.n2d_1.zf();
|
|
311
311
|
var tmp;
|
|
312
312
|
if (isInterface(tmp0_all, Collection)) {
|
|
313
313
|
tmp = tmp0_all.k();
|
|
@@ -333,10 +333,10 @@
|
|
|
333
333
|
}
|
|
334
334
|
return tmp$ret$0;
|
|
335
335
|
};
|
|
336
|
-
JSKTypeTypeToken.prototype.
|
|
336
|
+
JSKTypeTypeToken.prototype.c2d = function () {
|
|
337
337
|
return emptyList();
|
|
338
338
|
};
|
|
339
|
-
JSKTypeTypeToken.prototype.
|
|
339
|
+
JSKTypeTypeToken.prototype.f2d = function (other) {
|
|
340
340
|
// Inline function 'kotlin.require' call
|
|
341
341
|
// Inline function 'kotlin.contracts.contract' call
|
|
342
342
|
// Inline function 'kotlin.require' call
|
|
@@ -348,10 +348,10 @@
|
|
|
348
348
|
var message = tmp$ret$0;
|
|
349
349
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
350
350
|
}
|
|
351
|
-
return equals(this.
|
|
351
|
+
return equals(this.n2d_1, other.n2d_1);
|
|
352
352
|
};
|
|
353
|
-
JSKTypeTypeToken.prototype.
|
|
354
|
-
return hashCode(this.
|
|
353
|
+
JSKTypeTypeToken.prototype.g2d = function () {
|
|
354
|
+
return hashCode(this.n2d_1);
|
|
355
355
|
};
|
|
356
356
|
JSKTypeTypeToken.$metadata$ = classMeta('JSKTypeTypeToken', undefined, undefined, undefined, undefined, AbstractTypeToken.prototype);
|
|
357
357
|
function erasedOf(obj) {
|