client_plugin_logic_deb 1.4.93 → 1.4.95
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/88b0986a7186d029-atomicfu-js-ir.js +9 -9
- package/Kodein-kodein-di.js +546 -546
- package/KosiTypeSystem-kaverit.js +77 -77
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +75 -75
- package/Logic_Debertz-client_plugin.d.ts +15 -14
- package/Logic_Debertz-client_plugin.js +2999 -3110
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +1325 -1325
- package/Logic_Debertz-engine.js +10204 -10403
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +7012 -7010
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +982 -2163
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +353 -339
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1893 -1893
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +1338 -1338
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +544 -398
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
- package/uuid-js-ir.js +33 -33
|
@@ -12,30 +12,30 @@
|
|
|
12
12
|
}(this, function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
16
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
17
|
-
var Unit_getInstance = kotlin_kotlin.$_$.
|
|
18
|
-
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.
|
|
19
|
-
var toString = kotlin_kotlin.$_$.
|
|
20
|
-
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.
|
|
21
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
22
|
-
var VOID = kotlin_kotlin.$_$.
|
|
23
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
24
|
-
var Unit = kotlin_kotlin.$_$.
|
|
15
|
+
var protoOf = kotlin_kotlin.$_$.ka;
|
|
16
|
+
var emptyList = kotlin_kotlin.$_$.d6;
|
|
17
|
+
var Unit_getInstance = kotlin_kotlin.$_$.r4;
|
|
18
|
+
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.h4;
|
|
19
|
+
var toString = kotlin_kotlin.$_$.pa;
|
|
20
|
+
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.l1;
|
|
21
|
+
var classMeta = kotlin_kotlin.$_$.h9;
|
|
22
|
+
var VOID = kotlin_kotlin.$_$.he;
|
|
23
|
+
var setMetadataFor = kotlin_kotlin.$_$.la;
|
|
24
|
+
var Unit = kotlin_kotlin.$_$.nd;
|
|
25
25
|
var getKClass = kotlin_kotlin.$_$.e;
|
|
26
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
27
|
-
var interfaceMeta = kotlin_kotlin.$_$.
|
|
28
|
-
var equals = kotlin_kotlin.$_$.
|
|
29
|
-
var Collection = kotlin_kotlin.$_$.
|
|
30
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
26
|
+
var objectMeta = kotlin_kotlin.$_$.ja;
|
|
27
|
+
var interfaceMeta = kotlin_kotlin.$_$.q9;
|
|
28
|
+
var equals = kotlin_kotlin.$_$.k9;
|
|
29
|
+
var Collection = kotlin_kotlin.$_$.t4;
|
|
30
|
+
var isInterface = kotlin_kotlin.$_$.y9;
|
|
31
31
|
var getKClassFromExpression = kotlin_kotlin.$_$.d;
|
|
32
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
33
|
-
var KClass = kotlin_kotlin.$_$.
|
|
34
|
-
var collectionSizeOrDefault = kotlin_kotlin.$_$.
|
|
32
|
+
var THROW_CCE = kotlin_kotlin.$_$.cd;
|
|
33
|
+
var KClass = kotlin_kotlin.$_$.wa;
|
|
34
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.k5;
|
|
35
35
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.k;
|
|
36
|
-
var copyToArray = kotlin_kotlin.$_$.
|
|
37
|
-
var Companion_getInstance = kotlin_kotlin.$_$.
|
|
38
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
36
|
+
var copyToArray = kotlin_kotlin.$_$.a6;
|
|
37
|
+
var Companion_getInstance = kotlin_kotlin.$_$.i4;
|
|
38
|
+
var hashCode = kotlin_kotlin.$_$.p9;
|
|
39
39
|
//endregion
|
|
40
40
|
//region block: pre-declaration
|
|
41
41
|
setMetadataFor(TypeToken, 'TypeToken', interfaceMeta);
|
|
@@ -48,37 +48,37 @@
|
|
|
48
48
|
//endregion
|
|
49
49
|
function AbstractKClassTypeToken(type) {
|
|
50
50
|
AbstractTypeToken.call(this);
|
|
51
|
-
this.
|
|
51
|
+
this.s2g_1 = type;
|
|
52
52
|
}
|
|
53
|
-
protoOf(AbstractKClassTypeToken).
|
|
54
|
-
return this.
|
|
53
|
+
protoOf(AbstractKClassTypeToken).t2g = function () {
|
|
54
|
+
return this.u2g();
|
|
55
55
|
};
|
|
56
|
-
protoOf(AbstractKClassTypeToken).
|
|
57
|
-
return this.
|
|
56
|
+
protoOf(AbstractKClassTypeToken).v2g = function () {
|
|
57
|
+
return this.w2g();
|
|
58
58
|
};
|
|
59
|
-
protoOf(AbstractKClassTypeToken).
|
|
59
|
+
protoOf(AbstractKClassTypeToken).x2g = function () {
|
|
60
60
|
return this;
|
|
61
61
|
};
|
|
62
|
-
protoOf(AbstractKClassTypeToken).
|
|
62
|
+
protoOf(AbstractKClassTypeToken).y2g = function () {
|
|
63
63
|
return true;
|
|
64
64
|
};
|
|
65
|
-
protoOf(AbstractKClassTypeToken).
|
|
65
|
+
protoOf(AbstractKClassTypeToken).z2g = function () {
|
|
66
66
|
return emptyList();
|
|
67
67
|
};
|
|
68
|
-
protoOf(AbstractKClassTypeToken).
|
|
68
|
+
protoOf(AbstractKClassTypeToken).a2h = function () {
|
|
69
69
|
var tmp$ret$0;
|
|
70
70
|
// Inline function 'kotlin.emptyArray' call
|
|
71
71
|
tmp$ret$0 = [];
|
|
72
72
|
return tmp$ret$0;
|
|
73
73
|
};
|
|
74
|
-
protoOf(AbstractKClassTypeToken).
|
|
74
|
+
protoOf(AbstractKClassTypeToken).b2h = function (typeToken) {
|
|
75
75
|
if (this.equals(typeToken))
|
|
76
76
|
return true;
|
|
77
|
-
if (this.
|
|
77
|
+
if (this.s2g_1.equals(PrimitiveClasses_getInstance().hf()))
|
|
78
78
|
return true;
|
|
79
79
|
return false;
|
|
80
80
|
};
|
|
81
|
-
protoOf(AbstractKClassTypeToken).
|
|
81
|
+
protoOf(AbstractKClassTypeToken).c2h = function (other) {
|
|
82
82
|
// Inline function 'kotlin.require' call
|
|
83
83
|
// Inline function 'kotlin.contracts.contract' call
|
|
84
84
|
// Inline function 'kotlin.require' call
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
var message = tmp$ret$0;
|
|
91
91
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
92
92
|
}
|
|
93
|
-
if (!this.
|
|
93
|
+
if (!this.s2g_1.equals(other.s2g_1))
|
|
94
94
|
return false;
|
|
95
95
|
return true;
|
|
96
96
|
};
|
|
97
|
-
protoOf(AbstractKClassTypeToken).
|
|
98
|
-
return this.
|
|
97
|
+
protoOf(AbstractKClassTypeToken).d2h = function () {
|
|
98
|
+
return this.s2g_1.hashCode();
|
|
99
99
|
};
|
|
100
100
|
function Companion() {
|
|
101
101
|
Companion_instance = this;
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
var tmp$ret$0;
|
|
104
104
|
// Inline function 'org.kodein.type.erased' call
|
|
105
105
|
tmp$ret$0 = erased(getKClass(Unit));
|
|
106
|
-
tmp.
|
|
106
|
+
tmp.e2h_1 = tmp$ret$0;
|
|
107
107
|
var tmp_0 = this;
|
|
108
108
|
var tmp$ret$1;
|
|
109
109
|
// Inline function 'org.kodein.type.erased' call
|
|
110
110
|
tmp$ret$1 = erased(PrimitiveClasses_getInstance().hf());
|
|
111
|
-
tmp_0.
|
|
111
|
+
tmp_0.f2h_1 = tmp$ret$1;
|
|
112
112
|
}
|
|
113
113
|
var Companion_instance;
|
|
114
114
|
function Companion_getInstance_0() {
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
var tmp$ret$0;
|
|
125
125
|
// Inline function 'org.kodein.type.erased' call
|
|
126
126
|
tmp$ret$0 = erased(getKClass(Unit));
|
|
127
|
-
tmp.
|
|
127
|
+
tmp.g2h_1 = tmp$ret$0;
|
|
128
128
|
var tmp_0 = this;
|
|
129
129
|
var tmp$ret$1;
|
|
130
130
|
// Inline function 'org.kodein.type.erased' call
|
|
131
131
|
tmp$ret$1 = erased(PrimitiveClasses_getInstance().hf());
|
|
132
|
-
tmp_0.
|
|
132
|
+
tmp_0.h2h_1 = tmp$ret$1;
|
|
133
133
|
}
|
|
134
134
|
var Companion_instance_0;
|
|
135
135
|
function Companion_getInstance_1() {
|
|
@@ -140,18 +140,18 @@
|
|
|
140
140
|
function AbstractTypeToken() {
|
|
141
141
|
Companion_getInstance_1();
|
|
142
142
|
}
|
|
143
|
-
protoOf(AbstractTypeToken).
|
|
144
|
-
if (this.equals(typeToken) ? true : this.equals(Companion_getInstance_1().
|
|
143
|
+
protoOf(AbstractTypeToken).b2h = function (typeToken) {
|
|
144
|
+
if (this.equals(typeToken) ? true : this.equals(Companion_getInstance_1().h2h_1))
|
|
145
145
|
return true;
|
|
146
|
-
var raw = this.
|
|
147
|
-
if (equals(raw, typeToken.
|
|
148
|
-
var thisParams = this.
|
|
146
|
+
var raw = this.x2g();
|
|
147
|
+
if (equals(raw, typeToken.x2g())) {
|
|
148
|
+
var thisParams = this.a2h();
|
|
149
149
|
var tmp$ret$0;
|
|
150
150
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
151
151
|
tmp$ret$0 = thisParams.length === 0;
|
|
152
152
|
if (tmp$ret$0)
|
|
153
153
|
return true;
|
|
154
|
-
var tokenParams = typeToken.
|
|
154
|
+
var tokenParams = typeToken.a2h();
|
|
155
155
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
156
156
|
var index = 0;
|
|
157
157
|
var indexedObject = thisParams;
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
index = tmp1 + 1 | 0;
|
|
166
166
|
var tmp0__anonymous__q1qw7t = tmp1;
|
|
167
167
|
var tokenParam = tokenParams[tmp0__anonymous__q1qw7t];
|
|
168
|
-
if (!item.
|
|
168
|
+
if (!item.b2h(tokenParam))
|
|
169
169
|
return false;
|
|
170
170
|
}
|
|
171
171
|
return true;
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
var tmp$ret$1;
|
|
174
174
|
$l$block_0: {
|
|
175
175
|
// Inline function 'kotlin.collections.any' call
|
|
176
|
-
var tmp1_any = typeToken.
|
|
176
|
+
var tmp1_any = typeToken.z2g();
|
|
177
177
|
var tmp;
|
|
178
178
|
if (isInterface(tmp1_any, Collection)) {
|
|
179
179
|
tmp = tmp1_any.l();
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
var element = tmp0_iterator.h();
|
|
190
190
|
var tmp$ret$2;
|
|
191
191
|
// Inline function 'org.kodein.type.AbstractTypeToken.isAssignableFrom.<anonymous>' call
|
|
192
|
-
tmp$ret$2 = this.
|
|
192
|
+
tmp$ret$2 = this.b2h(element);
|
|
193
193
|
if (tmp$ret$2) {
|
|
194
194
|
tmp$ret$1 = true;
|
|
195
195
|
break $l$block_0;
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
return tmp$ret$1;
|
|
201
201
|
};
|
|
202
202
|
protoOf(AbstractTypeToken).toString = function () {
|
|
203
|
-
return this.
|
|
203
|
+
return this.v2g();
|
|
204
204
|
};
|
|
205
205
|
protoOf(AbstractTypeToken).equals = function (other) {
|
|
206
206
|
if (this === other)
|
|
@@ -208,12 +208,12 @@
|
|
|
208
208
|
if (!(!(other == null) ? isInterface(other, TypeToken) : false))
|
|
209
209
|
return false;
|
|
210
210
|
if (getKClassFromExpression(this).equals(getKClassFromExpression(other)))
|
|
211
|
-
return this.
|
|
212
|
-
if (!equals(this.
|
|
211
|
+
return this.c2h(other);
|
|
212
|
+
if (!equals(this.x2g(), other.x2g()))
|
|
213
213
|
return false;
|
|
214
|
-
if (!this.
|
|
215
|
-
var tParams = this.
|
|
216
|
-
var oParams = other.
|
|
214
|
+
if (!this.y2g() ? true : !other.y2g()) {
|
|
215
|
+
var tParams = this.a2h();
|
|
216
|
+
var oParams = other.a2h();
|
|
217
217
|
if (!(tParams.length === oParams.length))
|
|
218
218
|
return false;
|
|
219
219
|
var inductionVariable = 0;
|
|
@@ -230,39 +230,39 @@
|
|
|
230
230
|
return true;
|
|
231
231
|
};
|
|
232
232
|
protoOf(AbstractTypeToken).hashCode = function () {
|
|
233
|
-
return this.
|
|
233
|
+
return this.d2h();
|
|
234
234
|
};
|
|
235
235
|
function JSKClassTypeToken(type) {
|
|
236
236
|
AbstractKClassTypeToken.call(this, type);
|
|
237
237
|
}
|
|
238
|
-
protoOf(JSKClassTypeToken).
|
|
239
|
-
var tmp0_elvis_lhs = this.
|
|
238
|
+
protoOf(JSKClassTypeToken).u2g = function () {
|
|
239
|
+
var tmp0_elvis_lhs = this.s2g_1.se();
|
|
240
240
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
241
241
|
};
|
|
242
|
-
protoOf(JSKClassTypeToken).
|
|
243
|
-
var tmp0_elvis_lhs = this.
|
|
242
|
+
protoOf(JSKClassTypeToken).w2g = function () {
|
|
243
|
+
var tmp0_elvis_lhs = this.s2g_1.se();
|
|
244
244
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
245
245
|
};
|
|
246
246
|
function JSKTypeTypeToken(type) {
|
|
247
247
|
AbstractTypeToken.call(this);
|
|
248
|
-
this.
|
|
248
|
+
this.j2h_1 = type;
|
|
249
249
|
}
|
|
250
|
-
protoOf(JSKTypeTypeToken).
|
|
251
|
-
return toString(this.
|
|
250
|
+
protoOf(JSKTypeTypeToken).t2g = function () {
|
|
251
|
+
return toString(this.j2h_1);
|
|
252
252
|
};
|
|
253
|
-
protoOf(JSKTypeTypeToken).
|
|
254
|
-
return toString(this.
|
|
253
|
+
protoOf(JSKTypeTypeToken).v2g = function () {
|
|
254
|
+
return toString(this.j2h_1);
|
|
255
255
|
};
|
|
256
|
-
protoOf(JSKTypeTypeToken).
|
|
257
|
-
var tmp = this.
|
|
256
|
+
protoOf(JSKTypeTypeToken).x2g = function () {
|
|
257
|
+
var tmp = this.j2h_1.ef();
|
|
258
258
|
return new JSKClassTypeToken((!(tmp == null) ? isInterface(tmp, KClass) : false) ? tmp : THROW_CCE());
|
|
259
259
|
};
|
|
260
|
-
protoOf(JSKTypeTypeToken).
|
|
260
|
+
protoOf(JSKTypeTypeToken).a2h = function () {
|
|
261
261
|
var tmp$ret$5;
|
|
262
262
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
263
263
|
var tmp$ret$4;
|
|
264
264
|
// Inline function 'kotlin.collections.map' call
|
|
265
|
-
var tmp1_map = this.
|
|
265
|
+
var tmp1_map = this.j2h_1.ff();
|
|
266
266
|
var tmp$ret$3;
|
|
267
267
|
// Inline function 'kotlin.collections.mapTo' call
|
|
268
268
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp1_map, 10));
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
tmp = tmp$ret$1;
|
|
287
287
|
}
|
|
288
288
|
var tmp1_elvis_lhs = tmp;
|
|
289
|
-
tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().
|
|
289
|
+
tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().h2h_1 : tmp1_elvis_lhs;
|
|
290
290
|
tmp0_mapTo.a(tmp$ret$2);
|
|
291
291
|
}
|
|
292
292
|
tmp$ret$3 = tmp0_mapTo;
|
|
@@ -295,11 +295,11 @@
|
|
|
295
295
|
tmp$ret$5 = copyToArray(tmp2_toTypedArray);
|
|
296
296
|
return tmp$ret$5;
|
|
297
297
|
};
|
|
298
|
-
protoOf(JSKTypeTypeToken).
|
|
298
|
+
protoOf(JSKTypeTypeToken).y2g = function () {
|
|
299
299
|
var tmp$ret$0;
|
|
300
300
|
$l$block_0: {
|
|
301
301
|
// Inline function 'kotlin.collections.all' call
|
|
302
|
-
var tmp0_all = this.
|
|
302
|
+
var tmp0_all = this.j2h_1.ff();
|
|
303
303
|
var tmp;
|
|
304
304
|
if (isInterface(tmp0_all, Collection)) {
|
|
305
305
|
tmp = tmp0_all.l();
|
|
@@ -325,10 +325,10 @@
|
|
|
325
325
|
}
|
|
326
326
|
return tmp$ret$0;
|
|
327
327
|
};
|
|
328
|
-
protoOf(JSKTypeTypeToken).
|
|
328
|
+
protoOf(JSKTypeTypeToken).z2g = function () {
|
|
329
329
|
return emptyList();
|
|
330
330
|
};
|
|
331
|
-
protoOf(JSKTypeTypeToken).
|
|
331
|
+
protoOf(JSKTypeTypeToken).c2h = function (other) {
|
|
332
332
|
// Inline function 'kotlin.require' call
|
|
333
333
|
// Inline function 'kotlin.contracts.contract' call
|
|
334
334
|
// Inline function 'kotlin.require' call
|
|
@@ -340,10 +340,10 @@
|
|
|
340
340
|
var message = tmp$ret$0;
|
|
341
341
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
342
342
|
}
|
|
343
|
-
return equals(this.
|
|
343
|
+
return equals(this.j2h_1, other.j2h_1);
|
|
344
344
|
};
|
|
345
|
-
protoOf(JSKTypeTypeToken).
|
|
346
|
-
return hashCode(this.
|
|
345
|
+
protoOf(JSKTypeTypeToken).d2h = function () {
|
|
346
|
+
return hashCode(this.j2h_1);
|
|
347
347
|
};
|
|
348
348
|
function erasedOf(obj) {
|
|
349
349
|
return new JSKClassTypeToken(getKClassFromExpression(obj));
|
|
@@ -22,41 +22,41 @@
|
|
|
22
22
|
var Clock = $module$_js_joda_core_gcv2k.Clock;
|
|
23
23
|
var OffsetDateTime = $module$_js_joda_core_gcv2k.OffsetDateTime;
|
|
24
24
|
var Duration = $module$_js_joda_core_gcv2k.Duration;
|
|
25
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
26
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
27
|
-
var VOID = kotlin_kotlin.$_$.
|
|
28
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
29
|
-
var IllegalArgumentException_init_$Init$ = kotlin_kotlin.$_$.
|
|
30
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
31
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
32
|
-
var IllegalArgumentException = kotlin_kotlin.$_$.
|
|
33
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
34
|
-
var Long = kotlin_kotlin.$_$.
|
|
25
|
+
var protoOf = kotlin_kotlin.$_$.ka;
|
|
26
|
+
var objectMeta = kotlin_kotlin.$_$.ja;
|
|
27
|
+
var VOID = kotlin_kotlin.$_$.he;
|
|
28
|
+
var setMetadataFor = kotlin_kotlin.$_$.la;
|
|
29
|
+
var IllegalArgumentException_init_$Init$ = kotlin_kotlin.$_$.i1;
|
|
30
|
+
var objectCreate = kotlin_kotlin.$_$.ia;
|
|
31
|
+
var captureStack = kotlin_kotlin.$_$.c9;
|
|
32
|
+
var IllegalArgumentException = kotlin_kotlin.$_$.uc;
|
|
33
|
+
var classMeta = kotlin_kotlin.$_$.h9;
|
|
34
|
+
var Long = kotlin_kotlin.$_$.wc;
|
|
35
35
|
var STRING_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i;
|
|
36
36
|
var PrimitiveSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e1;
|
|
37
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
37
|
+
var THROW_CCE = kotlin_kotlin.$_$.cd;
|
|
38
38
|
var KSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r2;
|
|
39
|
-
var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.
|
|
40
|
-
var indexOf = kotlin_kotlin.$_$.
|
|
41
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
42
|
-
var charSequenceGet = kotlin_kotlin.$_$.
|
|
43
|
-
var Char = kotlin_kotlin.$_$.
|
|
44
|
-
var equals = kotlin_kotlin.$_$.
|
|
45
|
-
var Unit_getInstance = kotlin_kotlin.$_$.
|
|
46
|
-
var toLong = kotlin_kotlin.$_$.
|
|
47
|
-
var ArithmeticException = kotlin_kotlin.$_$.
|
|
48
|
-
var numberToLong = kotlin_kotlin.$_$.
|
|
49
|
-
var numberToInt = kotlin_kotlin.$_$.
|
|
50
|
-
var _Duration___get_inWholeSeconds__impl__hpy7b3 = kotlin_kotlin.$_$.
|
|
51
|
-
var _Duration___get_nanosecondsComponent__impl__nh19kq = kotlin_kotlin.$_$.
|
|
52
|
-
var numberToDouble = kotlin_kotlin.$_$.
|
|
53
|
-
var Companion_getInstance = kotlin_kotlin.$_$.
|
|
39
|
+
var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.e2;
|
|
40
|
+
var indexOf = kotlin_kotlin.$_$.kb;
|
|
41
|
+
var charSequenceLength = kotlin_kotlin.$_$.f9;
|
|
42
|
+
var charSequenceGet = kotlin_kotlin.$_$.e9;
|
|
43
|
+
var Char = kotlin_kotlin.$_$.mc;
|
|
44
|
+
var equals = kotlin_kotlin.$_$.k9;
|
|
45
|
+
var Unit_getInstance = kotlin_kotlin.$_$.r4;
|
|
46
|
+
var toLong = kotlin_kotlin.$_$.na;
|
|
47
|
+
var ArithmeticException = kotlin_kotlin.$_$.lc;
|
|
48
|
+
var numberToLong = kotlin_kotlin.$_$.ha;
|
|
49
|
+
var numberToInt = kotlin_kotlin.$_$.ga;
|
|
50
|
+
var _Duration___get_inWholeSeconds__impl__hpy7b3 = kotlin_kotlin.$_$.a2;
|
|
51
|
+
var _Duration___get_nanosecondsComponent__impl__nh19kq = kotlin_kotlin.$_$.b2;
|
|
52
|
+
var numberToDouble = kotlin_kotlin.$_$.fa;
|
|
53
|
+
var Companion_getInstance = kotlin_kotlin.$_$.j4;
|
|
54
54
|
var DurationUnit_SECONDS_getInstance = kotlin_kotlin.$_$.h;
|
|
55
|
-
var toDuration = kotlin_kotlin.$_$.
|
|
55
|
+
var toDuration = kotlin_kotlin.$_$.ic;
|
|
56
56
|
var DurationUnit_NANOSECONDS_getInstance = kotlin_kotlin.$_$.g;
|
|
57
|
-
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.
|
|
58
|
-
var Comparable = kotlin_kotlin.$_$.
|
|
59
|
-
var toString = kotlin_kotlin.$_$.
|
|
57
|
+
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.c2;
|
|
58
|
+
var Comparable = kotlin_kotlin.$_$.nc;
|
|
59
|
+
var toString = kotlin_kotlin.$_$.pa;
|
|
60
60
|
var ArithmeticException_init_$Create$ = kotlin_kotlin.$_$.e1;
|
|
61
61
|
//endregion
|
|
62
62
|
//region block: pre-declaration
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
function System() {
|
|
70
70
|
System_instance = this;
|
|
71
71
|
}
|
|
72
|
-
protoOf(System).
|
|
73
|
-
return Companion_getInstance_0().
|
|
72
|
+
protoOf(System).z2n = function () {
|
|
73
|
+
return Companion_getInstance_0().z2n();
|
|
74
74
|
};
|
|
75
75
|
var System_instance;
|
|
76
76
|
function System_getInstance() {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
}
|
|
101
101
|
var DISTANT_FUTURE_SECONDS;
|
|
102
102
|
function toInstant(_this__u8e3s4) {
|
|
103
|
-
return Companion_getInstance_0().
|
|
103
|
+
return Companion_getInstance_0().e2o(_this__u8e3s4);
|
|
104
104
|
}
|
|
105
105
|
function get_NANOS_PER_MILLI() {
|
|
106
106
|
return NANOS_PER_MILLI;
|
|
@@ -116,19 +116,19 @@
|
|
|
116
116
|
var NANOS_PER_ONE;
|
|
117
117
|
function InstantIso8601Serializer() {
|
|
118
118
|
InstantIso8601Serializer_instance = this;
|
|
119
|
-
this.
|
|
119
|
+
this.f2o_1 = PrimitiveSerialDescriptor('Instant', STRING_getInstance());
|
|
120
120
|
}
|
|
121
|
-
protoOf(InstantIso8601Serializer).
|
|
122
|
-
return this.
|
|
121
|
+
protoOf(InstantIso8601Serializer).u1l = function () {
|
|
122
|
+
return this.f2o_1;
|
|
123
123
|
};
|
|
124
|
-
protoOf(InstantIso8601Serializer).
|
|
125
|
-
return Companion_getInstance_0().
|
|
124
|
+
protoOf(InstantIso8601Serializer).w1l = function (decoder) {
|
|
125
|
+
return Companion_getInstance_0().e2o(decoder.w1o());
|
|
126
126
|
};
|
|
127
|
-
protoOf(InstantIso8601Serializer).
|
|
128
|
-
encoder.
|
|
127
|
+
protoOf(InstantIso8601Serializer).g2o = function (encoder, value) {
|
|
128
|
+
encoder.f1q(value.toString());
|
|
129
129
|
};
|
|
130
|
-
protoOf(InstantIso8601Serializer).
|
|
131
|
-
return this.
|
|
130
|
+
protoOf(InstantIso8601Serializer).v1l = function (encoder, value) {
|
|
131
|
+
return this.g2o(encoder, value instanceof Instant_0 ? value : THROW_CCE());
|
|
132
132
|
};
|
|
133
133
|
var InstantIso8601Serializer_instance;
|
|
134
134
|
function InstantIso8601Serializer_getInstance() {
|
|
@@ -168,15 +168,15 @@
|
|
|
168
168
|
}
|
|
169
169
|
function Companion() {
|
|
170
170
|
Companion_instance = this;
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
171
|
+
this.a2o_1 = new Instant_0(Instant.ofEpochSecond(get_DISTANT_PAST_SECONDS(), 999999999));
|
|
172
|
+
this.b2o_1 = new Instant_0(Instant.ofEpochSecond(get_DISTANT_FUTURE_SECONDS(), 0));
|
|
173
|
+
this.c2o_1 = new Instant_0(Instant.MIN);
|
|
174
|
+
this.d2o_1 = new Instant_0(Instant.MAX);
|
|
175
175
|
}
|
|
176
|
-
protoOf(Companion).
|
|
176
|
+
protoOf(Companion).z2n = function () {
|
|
177
177
|
return new Instant_0(Clock.systemUTC().instant());
|
|
178
178
|
};
|
|
179
|
-
protoOf(Companion).
|
|
179
|
+
protoOf(Companion).h2o = function (epochMilliseconds) {
|
|
180
180
|
var tmp;
|
|
181
181
|
try {
|
|
182
182
|
var tmp$ret$0;
|
|
@@ -193,14 +193,14 @@
|
|
|
193
193
|
var tmp2_times = tmp$ret$1;
|
|
194
194
|
var tmp3_times = get_NANOS_PER_MILLI();
|
|
195
195
|
tmp$ret$2 = tmp2_times.u7(toLong(tmp3_times));
|
|
196
|
-
tmp = this.
|
|
196
|
+
tmp = this.i2o(tmp_0, tmp$ret$2);
|
|
197
197
|
} catch ($p) {
|
|
198
198
|
var tmp_1;
|
|
199
199
|
if ($p instanceof Error) {
|
|
200
200
|
var e = $p;
|
|
201
201
|
if (!isJodaDateTimeException(e))
|
|
202
202
|
throw e;
|
|
203
|
-
tmp_1 = epochMilliseconds.v(new Long(0, 0)) > 0 ? this.
|
|
203
|
+
tmp_1 = epochMilliseconds.v(new Long(0, 0)) > 0 ? this.d2o_1 : this.c2o_1;
|
|
204
204
|
} else {
|
|
205
205
|
throw $p;
|
|
206
206
|
}
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
}
|
|
209
209
|
return tmp;
|
|
210
210
|
};
|
|
211
|
-
protoOf(Companion).
|
|
211
|
+
protoOf(Companion).e2o = function (isoString) {
|
|
212
212
|
var tmp;
|
|
213
213
|
try {
|
|
214
214
|
tmp = new Instant_0(OffsetDateTime.parse(fixOffsetRepresentation(this, isoString)).toInstant());
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
}
|
|
227
227
|
return tmp;
|
|
228
228
|
};
|
|
229
|
-
protoOf(Companion).
|
|
229
|
+
protoOf(Companion).i2o = function (epochSeconds, nanosecondAdjustment) {
|
|
230
230
|
var tmp;
|
|
231
231
|
try {
|
|
232
232
|
var tmp$ret$0;
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
}
|
|
259
259
|
if (tmp_1)
|
|
260
260
|
throw e;
|
|
261
|
-
tmp_0 = epochSeconds.v(new Long(0, 0)) > 0 ? this.
|
|
261
|
+
tmp_0 = epochSeconds.v(new Long(0, 0)) > 0 ? this.d2o_1 : this.c2o_1;
|
|
262
262
|
} else {
|
|
263
263
|
throw $p;
|
|
264
264
|
}
|
|
@@ -274,28 +274,28 @@
|
|
|
274
274
|
}
|
|
275
275
|
function Instant_0(value) {
|
|
276
276
|
Companion_getInstance_0();
|
|
277
|
-
this.
|
|
277
|
+
this.j2o_1 = value;
|
|
278
278
|
}
|
|
279
|
-
protoOf(Instant_0).
|
|
280
|
-
return numberToLong(this.
|
|
279
|
+
protoOf(Instant_0).k2o = function () {
|
|
280
|
+
return numberToLong(this.j2o_1.epochSecond());
|
|
281
281
|
};
|
|
282
|
-
protoOf(Instant_0).
|
|
283
|
-
return numberToInt(this.
|
|
282
|
+
protoOf(Instant_0).l2o = function () {
|
|
283
|
+
return numberToInt(this.j2o_1.nano());
|
|
284
284
|
};
|
|
285
|
-
protoOf(Instant_0).
|
|
285
|
+
protoOf(Instant_0).m2o = function () {
|
|
286
286
|
var tmp$ret$1;
|
|
287
287
|
// Inline function 'kotlin.Long.plus' call
|
|
288
288
|
var tmp$ret$0;
|
|
289
289
|
// Inline function 'kotlin.Long.times' call
|
|
290
|
-
var tmp0_times = this.
|
|
290
|
+
var tmp0_times = this.k2o();
|
|
291
291
|
var tmp1_times = get_MILLIS_PER_ONE();
|
|
292
292
|
tmp$ret$0 = tmp0_times.u7(toLong(tmp1_times));
|
|
293
293
|
var tmp2_plus = tmp$ret$0;
|
|
294
|
-
var tmp3_plus = this.
|
|
294
|
+
var tmp3_plus = this.l2o() / get_NANOS_PER_MILLI() | 0;
|
|
295
295
|
tmp$ret$1 = tmp2_plus.d6(toLong(tmp3_plus));
|
|
296
296
|
return tmp$ret$1;
|
|
297
297
|
};
|
|
298
|
-
protoOf(Instant_0).
|
|
298
|
+
protoOf(Instant_0).n2o = function (duration) {
|
|
299
299
|
var tmp$ret$0;
|
|
300
300
|
// Inline function 'kotlin.time.Duration.toComponents' call
|
|
301
301
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -303,14 +303,14 @@
|
|
|
303
303
|
var tmp1__anonymous__uwfjfc = _Duration___get_nanosecondsComponent__impl__nh19kq(duration);
|
|
304
304
|
var tmp;
|
|
305
305
|
try {
|
|
306
|
-
tmp = new Instant_0(this.
|
|
306
|
+
tmp = new Instant_0(this.o2o(tmp0__anonymous__q1qw7t.pe(), tmp1__anonymous__uwfjfc));
|
|
307
307
|
} catch ($p) {
|
|
308
308
|
var tmp_0;
|
|
309
309
|
if ($p instanceof Error) {
|
|
310
310
|
var e = $p;
|
|
311
311
|
if (!isJodaDateTimeException(e))
|
|
312
312
|
throw e;
|
|
313
|
-
tmp_0 = tmp0__anonymous__q1qw7t.v(new Long(0, 0)) > 0 ? Companion_getInstance_0().
|
|
313
|
+
tmp_0 = tmp0__anonymous__q1qw7t.v(new Long(0, 0)) > 0 ? Companion_getInstance_0().d2o_1 : Companion_getInstance_0().c2o_1;
|
|
314
314
|
} else {
|
|
315
315
|
throw $p;
|
|
316
316
|
}
|
|
@@ -319,13 +319,13 @@
|
|
|
319
319
|
return tmp;
|
|
320
320
|
return tmp$ret$0;
|
|
321
321
|
};
|
|
322
|
-
protoOf(Instant_0).
|
|
323
|
-
var newSeconds = numberToDouble(this.
|
|
324
|
-
var newNanos = numberToDouble(this.
|
|
322
|
+
protoOf(Instant_0).o2o = function (seconds, nanos) {
|
|
323
|
+
var newSeconds = numberToDouble(this.j2o_1.epochSecond()) + seconds;
|
|
324
|
+
var newNanos = numberToDouble(this.j2o_1.nano()) + nanos;
|
|
325
325
|
return Instant.ofEpochSecond(newSeconds, newNanos);
|
|
326
326
|
};
|
|
327
|
-
protoOf(Instant_0).
|
|
328
|
-
var diff = Duration.between(other.
|
|
327
|
+
protoOf(Instant_0).p2o = function (other) {
|
|
328
|
+
var diff = Duration.between(other.j2o_1, this.j2o_1);
|
|
329
329
|
var tmp$ret$0;
|
|
330
330
|
// Inline function 'kotlin.time.Companion.seconds' call
|
|
331
331
|
var tmp0__get_seconds__yb22lo = Companion_getInstance();
|
|
@@ -339,11 +339,11 @@
|
|
|
339
339
|
tmp$ret$1 = toDuration(tmp3__get_nanoseconds__ba33fn, DurationUnit_NANOSECONDS_getInstance());
|
|
340
340
|
return Duration__plus_impl_yu9v8f(tmp, tmp$ret$1);
|
|
341
341
|
};
|
|
342
|
-
protoOf(Instant_0).
|
|
343
|
-
return numberToInt(this.
|
|
342
|
+
protoOf(Instant_0).q2o = function (other) {
|
|
343
|
+
return numberToInt(this.j2o_1.compareTo(other.j2o_1));
|
|
344
344
|
};
|
|
345
345
|
protoOf(Instant_0).s8 = function (other) {
|
|
346
|
-
return this.
|
|
346
|
+
return this.q2o(other instanceof Instant_0 ? other : THROW_CCE());
|
|
347
347
|
};
|
|
348
348
|
protoOf(Instant_0).equals = function (other) {
|
|
349
349
|
var tmp;
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
} else {
|
|
353
353
|
var tmp_0;
|
|
354
354
|
if (other instanceof Instant_0) {
|
|
355
|
-
tmp_0 = equals(this.
|
|
355
|
+
tmp_0 = equals(this.j2o_1, other.j2o_1);
|
|
356
356
|
} else {
|
|
357
357
|
tmp_0 = false;
|
|
358
358
|
}
|
|
@@ -361,10 +361,10 @@
|
|
|
361
361
|
return tmp;
|
|
362
362
|
};
|
|
363
363
|
protoOf(Instant_0).hashCode = function () {
|
|
364
|
-
return numberToInt(this.
|
|
364
|
+
return numberToInt(this.j2o_1.hashCode());
|
|
365
365
|
};
|
|
366
366
|
protoOf(Instant_0).toString = function () {
|
|
367
|
-
return this.
|
|
367
|
+
return this.j2o_1.toString();
|
|
368
368
|
};
|
|
369
369
|
function isJodaDateTimeException(_this__u8e3s4) {
|
|
370
370
|
var tmp$ret$0;
|