raspberry_games_server_game_logic 1.8.309 → 1.8.311
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 +645 -637
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +7822 -7763
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +49 -13
- package/Logic_Debertz-game_server.js +462 -360
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +37 -37
- package/raspberry-cardgame-lib-core.js.map +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports', './kotlin-kotlin-stdlib.js', './kotlinx-serialization-kotlinx-serialization-core.js', './kotlinx-io-kotlinx-io-core.js', './Kotlin-DateTime-library-kotlinx-datetime.js', './raspberry-cardgame-lib-core.js', './kotlinx-coroutines-core.js', './uuid.js', './kotlinx-atomicfu.js', './
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib.js', './kotlinx-serialization-kotlinx-serialization-core.js', './kotlinx-io-kotlinx-io-core.js', './Kotlin-DateTime-library-kotlinx-datetime.js', './raspberry-cardgame-lib-core.js', './kotlinx-coroutines-core.js', './uuid.js', './kotlinx-atomicfu.js', './raspberry-cardgame-lib-logger.js', './Kosi-Kodein-kodein-di.js', './raspberry-cardgame-lib-random.js', './Kosi-Kaverit-kaverit.js'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlinx-serialization-kotlinx-serialization-core.js'), require('./kotlinx-io-kotlinx-io-core.js'), require('./Kotlin-DateTime-library-kotlinx-datetime.js'), require('./raspberry-cardgame-lib-core.js'), require('./kotlinx-coroutines-core.js'), require('./uuid.js'), require('./kotlinx-atomicfu.js'), require('./
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlinx-serialization-kotlinx-serialization-core.js'), require('./kotlinx-io-kotlinx-io-core.js'), require('./Kotlin-DateTime-library-kotlinx-datetime.js'), require('./raspberry-cardgame-lib-core.js'), require('./kotlinx-coroutines-core.js'), require('./uuid.js'), require('./kotlinx-atomicfu.js'), require('./raspberry-cardgame-lib-logger.js'), require('./Kosi-Kodein-kodein-di.js'), require('./raspberry-cardgame-lib-random.js'), require('./Kosi-Kaverit-kaverit.js'));
|
|
6
6
|
else {
|
|
7
7
|
if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
8
|
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'Logic_Debertz-core'.");
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
if (typeof globalThis['kotlinx-atomicfu'] === 'undefined') {
|
|
29
29
|
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'kotlinx-atomicfu' was not found. Please, check whether 'kotlinx-atomicfu' is loaded prior to 'Logic_Debertz-core'.");
|
|
30
30
|
}
|
|
31
|
+
if (typeof globalThis['raspberry-cardgame-lib-logger'] === 'undefined') {
|
|
32
|
+
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'raspberry-cardgame-lib-logger' was not found. Please, check whether 'raspberry-cardgame-lib-logger' is loaded prior to 'Logic_Debertz-core'.");
|
|
33
|
+
}
|
|
31
34
|
if (typeof globalThis['Kosi-Kodein-kodein-di'] === 'undefined') {
|
|
32
35
|
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'Kosi-Kodein-kodein-di' was not found. Please, check whether 'Kosi-Kodein-kodein-di' is loaded prior to 'Logic_Debertz-core'.");
|
|
33
36
|
}
|
|
34
37
|
if (typeof globalThis['raspberry-cardgame-lib-random'] === 'undefined') {
|
|
35
38
|
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'raspberry-cardgame-lib-random' was not found. Please, check whether 'raspberry-cardgame-lib-random' is loaded prior to 'Logic_Debertz-core'.");
|
|
36
39
|
}
|
|
37
|
-
if (typeof globalThis['raspberry-cardgame-lib-logger'] === 'undefined') {
|
|
38
|
-
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'raspberry-cardgame-lib-logger' was not found. Please, check whether 'raspberry-cardgame-lib-logger' is loaded prior to 'Logic_Debertz-core'.");
|
|
39
|
-
}
|
|
40
40
|
if (typeof globalThis['Kosi-Kaverit-kaverit'] === 'undefined') {
|
|
41
41
|
throw new Error("Error loading module 'Logic_Debertz-core'. Its dependency 'Kosi-Kaverit-kaverit' was not found. Please, check whether 'Kosi-Kaverit-kaverit' is loaded prior to 'Logic_Debertz-core'.");
|
|
42
42
|
}
|
|
43
|
-
globalThis['Logic_Debertz-core'] = factory(typeof globalThis['Logic_Debertz-core'] === 'undefined' ? {} : globalThis['Logic_Debertz-core'], globalThis['kotlin-kotlin-stdlib'], globalThis['kotlinx-serialization-kotlinx-serialization-core'], globalThis['kotlinx-io-kotlinx-io-core'], globalThis['Kotlin-DateTime-library-kotlinx-datetime'], globalThis['raspberry-cardgame-lib-core'], globalThis['kotlinx-coroutines-core'], uuid, globalThis['kotlinx-atomicfu'], globalThis['
|
|
43
|
+
globalThis['Logic_Debertz-core'] = factory(typeof globalThis['Logic_Debertz-core'] === 'undefined' ? {} : globalThis['Logic_Debertz-core'], globalThis['kotlin-kotlin-stdlib'], globalThis['kotlinx-serialization-kotlinx-serialization-core'], globalThis['kotlinx-io-kotlinx-io-core'], globalThis['Kotlin-DateTime-library-kotlinx-datetime'], globalThis['raspberry-cardgame-lib-core'], globalThis['kotlinx-coroutines-core'], uuid, globalThis['kotlinx-atomicfu'], globalThis['raspberry-cardgame-lib-logger'], globalThis['Kosi-Kodein-kodein-di'], globalThis['raspberry-cardgame-lib-random'], globalThis['Kosi-Kaverit-kaverit']);
|
|
44
44
|
}
|
|
45
|
-
}(function (_, kotlin_kotlin, kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core, kotlin_org_jetbrains_kotlinx_kotlinx_io_core, kotlin_org_jetbrains_kotlinx_kotlinx_datetime, kotlin_io_raspberryapps_cardgame_core, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core, kotlin_com_benasher44_uuid, kotlin_org_jetbrains_kotlinx_atomicfu, kotlin_org_kodein_di_kodein_di, kotlin_io_raspberryapps_cardgame_random,
|
|
45
|
+
}(function (_, kotlin_kotlin, kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core, kotlin_org_jetbrains_kotlinx_kotlinx_io_core, kotlin_org_jetbrains_kotlinx_kotlinx_datetime, kotlin_io_raspberryapps_cardgame_core, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core, kotlin_com_benasher44_uuid, kotlin_org_jetbrains_kotlinx_atomicfu, kotlin_io_raspberryapps_cardgame_logger, kotlin_org_kodein_di_kodein_di, kotlin_io_raspberryapps_cardgame_random, kotlin_org_kodein_type_kaverit) {
|
|
46
46
|
'use strict';
|
|
47
47
|
//region block: imports
|
|
48
48
|
var imul = Math.imul;
|
|
@@ -136,27 +136,6 @@
|
|
|
136
136
|
var get_atomicfu$reentrantLock = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.a;
|
|
137
137
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.q;
|
|
138
138
|
var toSet = kotlin_kotlin.$_$.aa;
|
|
139
|
-
var Module_init_$Create$ = kotlin_org_kodein_di_kodein_di.$_$.a;
|
|
140
|
-
var RandomOrgConfig = kotlin_io_raspberryapps_cardgame_random.$_$.b;
|
|
141
|
-
var RaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.g;
|
|
142
|
-
var arrayOf = kotlin_kotlin.$_$.gh;
|
|
143
|
-
var createKType = kotlin_kotlin.$_$.b;
|
|
144
|
-
var typeToken = kotlin_org_kodein_type_kaverit.$_$.d;
|
|
145
|
-
var TypeToken = kotlin_org_kodein_type_kaverit.$_$.b;
|
|
146
|
-
var HttpFactory_instance = kotlin_io_raspberryapps_cardgame_random.$_$.m;
|
|
147
|
-
var mapToParams = kotlin_io_raspberryapps_cardgame_random.$_$.d;
|
|
148
|
-
var RandomOrgApiServiceImpl = kotlin_io_raspberryapps_cardgame_random.$_$.f;
|
|
149
|
-
var PoolParams = kotlin_io_raspberryapps_cardgame_random.$_$.e;
|
|
150
|
-
var RandomOrgApiService = kotlin_io_raspberryapps_cardgame_random.$_$.g;
|
|
151
|
-
var RandomPoolProviderImpl = kotlin_io_raspberryapps_cardgame_random.$_$.h;
|
|
152
|
-
var Singleton = kotlin_org_kodein_di_kodein_di.$_$.d;
|
|
153
|
-
var RandomPoolProvider = kotlin_io_raspberryapps_cardgame_random.$_$.i;
|
|
154
|
-
var Companion_instance = kotlin_io_raspberryapps_cardgame_logger.$_$.n;
|
|
155
|
-
var CombinedRaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.c;
|
|
156
|
-
var Companion_instance_0 = kotlin_io_raspberryapps_cardgame_core.$_$.p;
|
|
157
|
-
var FakeCardsDealerProvider = kotlin_io_raspberryapps_cardgame_core.$_$.w;
|
|
158
|
-
var CardsDealerProvider = kotlin_io_raspberryapps_cardgame_core.$_$.v;
|
|
159
|
-
var Provider = kotlin_org_kodein_di_kodein_di.$_$.c;
|
|
160
139
|
var get_SystemFileSystem = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.c;
|
|
161
140
|
var Path = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.b;
|
|
162
141
|
var Path_0 = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.a;
|
|
@@ -189,6 +168,27 @@
|
|
|
189
168
|
var Companion_getInstance_0 = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.d;
|
|
190
169
|
var toLocalDateTime = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.f;
|
|
191
170
|
var charSequenceLength = kotlin_kotlin.$_$.ib;
|
|
171
|
+
var Module_init_$Create$ = kotlin_org_kodein_di_kodein_di.$_$.a;
|
|
172
|
+
var RandomOrgConfig = kotlin_io_raspberryapps_cardgame_random.$_$.b;
|
|
173
|
+
var RaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.g;
|
|
174
|
+
var arrayOf = kotlin_kotlin.$_$.gh;
|
|
175
|
+
var createKType = kotlin_kotlin.$_$.b;
|
|
176
|
+
var typeToken = kotlin_org_kodein_type_kaverit.$_$.d;
|
|
177
|
+
var TypeToken = kotlin_org_kodein_type_kaverit.$_$.b;
|
|
178
|
+
var HttpFactory_instance = kotlin_io_raspberryapps_cardgame_random.$_$.m;
|
|
179
|
+
var mapToParams = kotlin_io_raspberryapps_cardgame_random.$_$.d;
|
|
180
|
+
var RandomOrgApiServiceImpl = kotlin_io_raspberryapps_cardgame_random.$_$.f;
|
|
181
|
+
var PoolParams = kotlin_io_raspberryapps_cardgame_random.$_$.e;
|
|
182
|
+
var RandomOrgApiService = kotlin_io_raspberryapps_cardgame_random.$_$.g;
|
|
183
|
+
var RandomPoolProviderImpl = kotlin_io_raspberryapps_cardgame_random.$_$.h;
|
|
184
|
+
var Singleton = kotlin_org_kodein_di_kodein_di.$_$.d;
|
|
185
|
+
var RandomPoolProvider = kotlin_io_raspberryapps_cardgame_random.$_$.i;
|
|
186
|
+
var Companion_instance = kotlin_io_raspberryapps_cardgame_logger.$_$.n;
|
|
187
|
+
var CombinedRaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.c;
|
|
188
|
+
var Companion_instance_0 = kotlin_io_raspberryapps_cardgame_core.$_$.p;
|
|
189
|
+
var FakeCardsDealerProvider = kotlin_io_raspberryapps_cardgame_core.$_$.w;
|
|
190
|
+
var CardsDealerProvider = kotlin_io_raspberryapps_cardgame_core.$_$.v;
|
|
191
|
+
var Provider = kotlin_org_kodein_di_kodein_di.$_$.c;
|
|
192
192
|
var toMap = kotlin_kotlin.$_$.w9;
|
|
193
193
|
var emptyList = kotlin_kotlin.$_$.n7;
|
|
194
194
|
var to = kotlin_kotlin.$_$.xh;
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
377
377
|
//endregion
|
|
378
378
|
function GameEngineConfig() {
|
|
379
|
-
this.version = '1.8.
|
|
379
|
+
this.version = '1.8.311';
|
|
380
380
|
}
|
|
381
381
|
protoOf(GameEngineConfig).e2z = function () {
|
|
382
382
|
return this.version;
|
|
@@ -4517,496 +4517,120 @@
|
|
|
4517
4517
|
tmp = Unit_instance;
|
|
4518
4518
|
}
|
|
4519
4519
|
};
|
|
4520
|
-
function
|
|
4521
|
-
externalRandomPoolProvider = externalRandomPoolProvider === VOID ? null : externalRandomPoolProvider;
|
|
4522
|
-
return Module_init_$Create$('Engine random org Module', VOID, VOID, randomOrgModule$lambda(externalRandomPoolProvider, randomOrgConfig));
|
|
4523
|
-
}
|
|
4524
|
-
function combinedLoggerModule(combinedLogger) {
|
|
4525
|
-
combinedLogger = combinedLogger === VOID ? null : combinedLogger;
|
|
4526
|
-
return Module_init_$Create$('Engine Logger Module', VOID, VOID, combinedLoggerModule$lambda(combinedLogger));
|
|
4527
|
-
}
|
|
4528
|
-
function dealerModule(externalRandomPoolProvider, randomOrgConfig, fake) {
|
|
4529
|
-
externalRandomPoolProvider = externalRandomPoolProvider === VOID ? null : externalRandomPoolProvider;
|
|
4530
|
-
randomOrgConfig = randomOrgConfig === VOID ? new RandomOrgConfig() : randomOrgConfig;
|
|
4531
|
-
fake = fake === VOID ? false : fake;
|
|
4532
|
-
return Module_init_$Create$('Engine dealer Module', VOID, VOID, dealerModule$lambda(randomOrgConfig, externalRandomPoolProvider, fake));
|
|
4520
|
+
function FileSystem() {
|
|
4533
4521
|
}
|
|
4534
|
-
function
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
jobsProvider = jobsProvider === VOID ? null : jobsProvider;
|
|
4538
|
-
idsProvider = idsProvider === VOID ? null : idsProvider;
|
|
4539
|
-
return Module_init_$Create$('Core Module', VOID, VOID, coreModule$lambda(config, asyncProvider, jobsProvider, idsProvider));
|
|
4522
|
+
function FileSystemImpl(fileSystem) {
|
|
4523
|
+
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4524
|
+
this.h6i_1 = fileSystem;
|
|
4540
4525
|
}
|
|
4541
|
-
function
|
|
4542
|
-
|
|
4526
|
+
protoOf(FileSystemImpl).e6i = function (path, $completion) {
|
|
4527
|
+
var directoryPath = Path(path);
|
|
4528
|
+
var exists = this.h6i_1.s65(directoryPath);
|
|
4529
|
+
if (!exists) {
|
|
4530
|
+
this.h6i_1.w65(directoryPath);
|
|
4531
|
+
}
|
|
4532
|
+
return Unit_instance;
|
|
4533
|
+
};
|
|
4534
|
+
protoOf(FileSystemImpl).f6i = function (path, fileName, append, $completion) {
|
|
4535
|
+
return buffered(this.h6i_1.x65(Path_0(path, [fileName]), append));
|
|
4536
|
+
};
|
|
4537
|
+
protoOf(FileSystemImpl).g6i = function (path, $completion) {
|
|
4538
|
+
this.h6i_1.u65(Path_0(path, []));
|
|
4539
|
+
return Unit_instance;
|
|
4540
|
+
};
|
|
4541
|
+
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4542
|
+
this.i6i_1 = coreConfig;
|
|
4543
|
+
this.j6i_1 = fileSystem;
|
|
4543
4544
|
}
|
|
4544
|
-
function
|
|
4545
|
-
|
|
4545
|
+
protoOf(LoggerFactoryImpl).k6i = function (gameId, roomId, userId) {
|
|
4546
|
+
// Inline function 'kotlin.let' call
|
|
4547
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
4548
|
+
// Inline function 'com.logic.domain.logs.LoggerFactoryImpl.createLogger.<anonymous>' call
|
|
4549
|
+
var it = this.i6i_1.fileNameFormat;
|
|
4550
|
+
var tmp = Companion_instance_4;
|
|
4551
|
+
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4552
|
+
// Inline function 'kotlin.collections.map' call
|
|
4553
|
+
var this_0 = split(this.i6i_1.requireDirectoryPath, ['/']);
|
|
4554
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
4555
|
+
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4556
|
+
var tmp0_iterator = this_0.j();
|
|
4557
|
+
while (tmp0_iterator.k()) {
|
|
4558
|
+
var item = tmp0_iterator.l();
|
|
4559
|
+
// Inline function 'com.logic.domain.logs.LoggerFactoryImpl.createLogger.<anonymous>' call
|
|
4560
|
+
var tmp_0 = Companion_instance_4;
|
|
4561
|
+
var tmp$ret$2 = tmp_0.formatter(item, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4562
|
+
destination.e(tmp$ret$2);
|
|
4563
|
+
}
|
|
4564
|
+
var segments = destination;
|
|
4565
|
+
var tmp0_path = joinToString(segments, '/');
|
|
4566
|
+
var tmp1_fileSystem = this.j6i_1;
|
|
4567
|
+
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4568
|
+
};
|
|
4569
|
+
function LoggerFactory() {
|
|
4546
4570
|
}
|
|
4547
|
-
function
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4571
|
+
function appendToFile($this, message, $completion) {
|
|
4572
|
+
var tmp = new $appendToFileCOROUTINE$1($this, message, $completion);
|
|
4573
|
+
tmp.h9_1 = Unit_instance;
|
|
4574
|
+
tmp.i9_1 = null;
|
|
4575
|
+
return tmp.n9();
|
|
4552
4576
|
}
|
|
4553
|
-
function
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
var tmp = $this$singleton.h5z();
|
|
4557
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4558
|
-
var tmp_0 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4559
|
-
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
4560
|
-
var logger = tmp.g5z(tmp$ret$0, null);
|
|
4561
|
-
var tmp0_apiKey = $randomOrgConfig.apiKey;
|
|
4562
|
-
var tmp_1 = HttpFactory_instance;
|
|
4563
|
-
var tmp_2 = mapToParams($randomOrgConfig.httpConfig);
|
|
4564
|
-
var tmp1_client = tmp_1.e5w(tmp_2, randomOrgModule$lambda$lambda$lambda(logger));
|
|
4565
|
-
return new RandomOrgApiServiceImpl(tmp1_client, tmp0_apiKey);
|
|
4566
|
-
};
|
|
4577
|
+
function $createDirectoryCOROUTINE$0(_this__u8e3s4, resultContinuation) {
|
|
4578
|
+
CoroutineImpl.call(this, resultContinuation);
|
|
4579
|
+
this.d6j_1 = _this__u8e3s4;
|
|
4567
4580
|
}
|
|
4568
|
-
function
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4581
|
+
protoOf($createDirectoryCOROUTINE$0).n9 = function () {
|
|
4582
|
+
var suspendResult = this.h9_1;
|
|
4583
|
+
$sm: do
|
|
4584
|
+
try {
|
|
4585
|
+
var tmp = this.f9_1;
|
|
4586
|
+
switch (tmp) {
|
|
4587
|
+
case 0:
|
|
4588
|
+
this.g9_1 = 3;
|
|
4589
|
+
this.g9_1 = 2;
|
|
4590
|
+
this.f9_1 = 1;
|
|
4591
|
+
suspendResult = this.d6j_1.g6j_1.e6i(this.d6j_1.f6j_1, this);
|
|
4592
|
+
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4593
|
+
return suspendResult;
|
|
4594
|
+
}
|
|
4595
|
+
|
|
4596
|
+
continue $sm;
|
|
4597
|
+
case 1:
|
|
4598
|
+
this.g9_1 = 3;
|
|
4599
|
+
this.f9_1 = 4;
|
|
4600
|
+
continue $sm;
|
|
4601
|
+
case 2:
|
|
4602
|
+
this.g9_1 = 3;
|
|
4603
|
+
var tmp_0 = this.i9_1;
|
|
4604
|
+
if (tmp_0 instanceof Error) {
|
|
4605
|
+
var e = this.i9_1;
|
|
4606
|
+
Logger_getInstance().hn('LogsStorageController', 'Error createDirectory: ' + e.message, e);
|
|
4607
|
+
this.f9_1 = 4;
|
|
4608
|
+
continue $sm;
|
|
4609
|
+
} else {
|
|
4610
|
+
throw this.i9_1;
|
|
4611
|
+
}
|
|
4612
|
+
|
|
4613
|
+
case 3:
|
|
4614
|
+
throw this.i9_1;
|
|
4615
|
+
case 4:
|
|
4616
|
+
this.g9_1 = 3;
|
|
4617
|
+
return Unit_instance;
|
|
4618
|
+
}
|
|
4619
|
+
} catch ($p) {
|
|
4620
|
+
var e_0 = $p;
|
|
4621
|
+
if (this.g9_1 === 3) {
|
|
4622
|
+
throw e_0;
|
|
4623
|
+
} else {
|
|
4624
|
+
this.f9_1 = this.g9_1;
|
|
4625
|
+
this.i9_1 = e_0;
|
|
4626
|
+
}
|
|
4589
4627
|
}
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
if ($externalRandomPoolProvider == null) {
|
|
4597
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4598
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4599
|
-
var tmp_0 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
4600
|
-
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
4601
|
-
var tmp_1 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
4602
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4603
|
-
var creator = randomOrgModule$lambda$lambda($randomOrgConfig);
|
|
4604
|
-
var tmp_2 = $this$Module.z5x();
|
|
4605
|
-
var tmp_3 = $this$Module.x5x();
|
|
4606
|
-
var tmp_4 = $this$Module.y5x();
|
|
4607
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4608
|
-
var tmp_5 = typeToken(createKType(getKClass(RandomOrgApiServiceImpl), arrayOf([]), false));
|
|
4609
|
-
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
4610
|
-
var tmp$ret$3 = new Singleton(tmp_2, tmp_3, tmp_4, tmp$ret$2, null, true, creator);
|
|
4611
|
-
tmp_1.s61(tmp$ret$3);
|
|
4612
|
-
tmp = Unit_instance;
|
|
4613
|
-
}
|
|
4614
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4615
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4616
|
-
var tmp_6 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
4617
|
-
var tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
4618
|
-
var tmp_7 = $this$Module.u5x(tmp$ret$4, null, null);
|
|
4619
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4620
|
-
var creator_0 = randomOrgModule$lambda$lambda_0($externalRandomPoolProvider);
|
|
4621
|
-
var tmp_8 = $this$Module.z5x();
|
|
4622
|
-
var tmp_9 = $this$Module.x5x();
|
|
4623
|
-
var tmp_10 = $this$Module.y5x();
|
|
4624
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4625
|
-
var tmp_11 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
4626
|
-
var tmp$ret$6 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
4627
|
-
var tmp$ret$7 = new Singleton(tmp_8, tmp_9, tmp_10, tmp$ret$6, null, true, creator_0);
|
|
4628
|
-
tmp_7.s61(tmp$ret$7);
|
|
4629
|
-
return Unit_instance;
|
|
4630
|
-
};
|
|
4631
|
-
}
|
|
4632
|
-
function combinedLoggerModule$lambda$lambda($combinedLogger) {
|
|
4633
|
-
return function ($this$singleton) {
|
|
4634
|
-
var tmp0_elvis_lhs = $combinedLogger;
|
|
4635
|
-
return tmp0_elvis_lhs == null ? Companion_instance.qm() : tmp0_elvis_lhs;
|
|
4636
|
-
};
|
|
4637
|
-
}
|
|
4638
|
-
function combinedLoggerModule$lambda$lambda_0($this$singleton) {
|
|
4639
|
-
// Inline function 'org.kodein.di.instance' call
|
|
4640
|
-
var tmp = $this$singleton.h5z();
|
|
4641
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4642
|
-
var tmp_0 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
4643
|
-
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
4644
|
-
return tmp.g5z(tmp$ret$0, null);
|
|
4645
|
-
}
|
|
4646
|
-
function combinedLoggerModule$lambda($combinedLogger) {
|
|
4647
|
-
return function ($this$Module) {
|
|
4648
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4649
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4650
|
-
var tmp = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
4651
|
-
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4652
|
-
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
4653
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4654
|
-
var creator = combinedLoggerModule$lambda$lambda($combinedLogger);
|
|
4655
|
-
var tmp_1 = $this$Module.z5x();
|
|
4656
|
-
var tmp_2 = $this$Module.x5x();
|
|
4657
|
-
var tmp_3 = $this$Module.y5x();
|
|
4658
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4659
|
-
var tmp_4 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
4660
|
-
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
4661
|
-
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
4662
|
-
tmp_0.s61(tmp$ret$3);
|
|
4663
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4664
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4665
|
-
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4666
|
-
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
4667
|
-
var tmp_6 = $this$Module.u5x(tmp$ret$4, null, null);
|
|
4668
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4669
|
-
var creator_0 = combinedLoggerModule$lambda$lambda_0;
|
|
4670
|
-
var tmp_7 = $this$Module.z5x();
|
|
4671
|
-
var tmp_8 = $this$Module.x5x();
|
|
4672
|
-
var tmp_9 = $this$Module.y5x();
|
|
4673
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4674
|
-
var tmp_10 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
4675
|
-
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
4676
|
-
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
4677
|
-
tmp_6.s61(tmp$ret$7);
|
|
4678
|
-
return Unit_instance;
|
|
4679
|
-
};
|
|
4680
|
-
}
|
|
4681
|
-
function dealerModule$lambda$lambda($fake, $externalRandomPoolProvider) {
|
|
4682
|
-
return function ($this$singleton) {
|
|
4683
|
-
var tmp;
|
|
4684
|
-
if ($fake) {
|
|
4685
|
-
tmp = new FakeCardsDealerProvider();
|
|
4686
|
-
} else {
|
|
4687
|
-
// Inline function 'org.kodein.di.instance' call
|
|
4688
|
-
var tmp_0 = $this$singleton.h5z();
|
|
4689
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4690
|
-
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4691
|
-
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
4692
|
-
var tmp2_logger = tmp_0.g5z(tmp$ret$0, null);
|
|
4693
|
-
var tmp0_elvis_lhs = $externalRandomPoolProvider;
|
|
4694
|
-
var tmp_2;
|
|
4695
|
-
if (tmp0_elvis_lhs == null) {
|
|
4696
|
-
// Inline function 'org.kodein.di.instance' call
|
|
4697
|
-
var tmp_3 = $this$singleton.h5z();
|
|
4698
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4699
|
-
var tmp_4 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
4700
|
-
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
4701
|
-
tmp_2 = tmp_3.g5z(tmp$ret$2, null);
|
|
4702
|
-
} else {
|
|
4703
|
-
tmp_2 = tmp0_elvis_lhs;
|
|
4704
|
-
}
|
|
4705
|
-
var tmp3_randomPoolProvider = tmp_2;
|
|
4706
|
-
tmp = Companion_instance_0.a68(tmp3_randomPoolProvider, tmp2_logger);
|
|
4707
|
-
}
|
|
4708
|
-
return tmp;
|
|
4709
|
-
};
|
|
4710
|
-
}
|
|
4711
|
-
function dealerModule$lambda($randomOrgConfig, $externalRandomPoolProvider, $fake) {
|
|
4712
|
-
return function ($this$Module) {
|
|
4713
|
-
$this$Module.w5x(randomOrgModule($randomOrgConfig, $externalRandomPoolProvider));
|
|
4714
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4715
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4716
|
-
var tmp = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
4717
|
-
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4718
|
-
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
4719
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4720
|
-
var creator = dealerModule$lambda$lambda($fake, $externalRandomPoolProvider);
|
|
4721
|
-
var tmp_1 = $this$Module.z5x();
|
|
4722
|
-
var tmp_2 = $this$Module.x5x();
|
|
4723
|
-
var tmp_3 = $this$Module.y5x();
|
|
4724
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4725
|
-
var tmp_4 = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
4726
|
-
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
4727
|
-
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
4728
|
-
tmp_0.s61(tmp$ret$3);
|
|
4729
|
-
return Unit_instance;
|
|
4730
|
-
};
|
|
4731
|
-
}
|
|
4732
|
-
function coreModule$lambda$lambda($config) {
|
|
4733
|
-
return function ($this$singleton) {
|
|
4734
|
-
return $config;
|
|
4735
|
-
};
|
|
4736
|
-
}
|
|
4737
|
-
function coreModule$lambda$lambda_0($asyncProvider) {
|
|
4738
|
-
return function ($this$singleton) {
|
|
4739
|
-
var tmp0_elvis_lhs = $asyncProvider;
|
|
4740
|
-
var tmp;
|
|
4741
|
-
if (tmp0_elvis_lhs == null) {
|
|
4742
|
-
// Inline function 'org.kodein.di.instance' call
|
|
4743
|
-
var tmp_0 = $this$singleton.h5z();
|
|
4744
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4745
|
-
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4746
|
-
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
4747
|
-
var tmp$ret$1 = tmp_0.g5z(tmp$ret$0, null);
|
|
4748
|
-
tmp = new AsyncProviderImpl(tmp$ret$1);
|
|
4749
|
-
} else {
|
|
4750
|
-
tmp = tmp0_elvis_lhs;
|
|
4751
|
-
}
|
|
4752
|
-
return tmp;
|
|
4753
|
-
};
|
|
4754
|
-
}
|
|
4755
|
-
function coreModule$lambda$lambda_1($jobsProvider) {
|
|
4756
|
-
return function ($this$singleton) {
|
|
4757
|
-
var tmp0_elvis_lhs = $jobsProvider;
|
|
4758
|
-
var tmp;
|
|
4759
|
-
if (tmp0_elvis_lhs == null) {
|
|
4760
|
-
// Inline function 'org.kodein.di.instance' call
|
|
4761
|
-
var tmp_0 = $this$singleton.h5z();
|
|
4762
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4763
|
-
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
4764
|
-
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
4765
|
-
var tmp$ret$1 = tmp_0.g5z(tmp$ret$0, null);
|
|
4766
|
-
tmp = new JobsProviderImpl(tmp$ret$1);
|
|
4767
|
-
} else {
|
|
4768
|
-
tmp = tmp0_elvis_lhs;
|
|
4769
|
-
}
|
|
4770
|
-
return tmp;
|
|
4771
|
-
};
|
|
4772
|
-
}
|
|
4773
|
-
function coreModule$lambda$lambda_2($idsProvider) {
|
|
4774
|
-
return function ($this$singleton) {
|
|
4775
|
-
var tmp0_elvis_lhs = $idsProvider;
|
|
4776
|
-
return tmp0_elvis_lhs == null ? UUIDIdsProvider_instance : tmp0_elvis_lhs;
|
|
4777
|
-
};
|
|
4778
|
-
}
|
|
4779
|
-
function coreModule$lambda($config, $asyncProvider, $jobsProvider, $idsProvider) {
|
|
4780
|
-
return function ($this$Module) {
|
|
4781
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4782
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4783
|
-
var tmp = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
4784
|
-
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4785
|
-
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
4786
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4787
|
-
var creator = coreModule$lambda$lambda($config);
|
|
4788
|
-
var tmp_1 = $this$Module.z5x();
|
|
4789
|
-
var tmp_2 = $this$Module.x5x();
|
|
4790
|
-
var tmp_3 = $this$Module.y5x();
|
|
4791
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4792
|
-
var tmp_4 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
4793
|
-
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
4794
|
-
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
4795
|
-
tmp_0.s61(tmp$ret$3);
|
|
4796
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4797
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4798
|
-
var tmp_5 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
4799
|
-
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
4800
|
-
var tmp_6 = $this$Module.u5x(tmp$ret$4, null, null);
|
|
4801
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4802
|
-
var creator_0 = coreModule$lambda$lambda_0($asyncProvider);
|
|
4803
|
-
var tmp_7 = $this$Module.z5x();
|
|
4804
|
-
var tmp_8 = $this$Module.x5x();
|
|
4805
|
-
var tmp_9 = $this$Module.y5x();
|
|
4806
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4807
|
-
var tmp_10 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
4808
|
-
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
4809
|
-
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
4810
|
-
tmp_6.s61(tmp$ret$7);
|
|
4811
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4812
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4813
|
-
var tmp_11 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
4814
|
-
var tmp$ret$8 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
4815
|
-
var tmp_12 = $this$Module.u5x(tmp$ret$8, null, null);
|
|
4816
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4817
|
-
var creator_1 = coreModule$lambda$lambda_1($jobsProvider);
|
|
4818
|
-
var tmp_13 = $this$Module.z5x();
|
|
4819
|
-
var tmp_14 = $this$Module.x5x();
|
|
4820
|
-
var tmp_15 = $this$Module.y5x();
|
|
4821
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4822
|
-
var tmp_16 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
4823
|
-
var tmp$ret$10 = isInterface(tmp_16, TypeToken) ? tmp_16 : THROW_CCE();
|
|
4824
|
-
var tmp$ret$11 = new Singleton(tmp_13, tmp_14, tmp_15, tmp$ret$10, null, true, creator_1);
|
|
4825
|
-
tmp_12.s61(tmp$ret$11);
|
|
4826
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4827
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4828
|
-
var tmp_17 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
4829
|
-
var tmp$ret$12 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
|
|
4830
|
-
var tmp_18 = $this$Module.u5x(tmp$ret$12, null, null);
|
|
4831
|
-
// Inline function 'org.kodein.di.singleton' call
|
|
4832
|
-
var creator_2 = coreModule$lambda$lambda_2($idsProvider);
|
|
4833
|
-
var tmp_19 = $this$Module.z5x();
|
|
4834
|
-
var tmp_20 = $this$Module.x5x();
|
|
4835
|
-
var tmp_21 = $this$Module.y5x();
|
|
4836
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4837
|
-
var tmp_22 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
4838
|
-
var tmp$ret$14 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
|
|
4839
|
-
var tmp$ret$15 = new Singleton(tmp_19, tmp_20, tmp_21, tmp$ret$14, null, true, creator_2);
|
|
4840
|
-
tmp_18.s61(tmp$ret$15);
|
|
4841
|
-
$this$Module.w5x(get_coreLoggerModule());
|
|
4842
|
-
$this$Module.w5x(get_filesModule());
|
|
4843
|
-
return Unit_instance;
|
|
4844
|
-
};
|
|
4845
|
-
}
|
|
4846
|
-
function _get_coreLoggerModule_$lambda_vl2qxx($this$Module) {
|
|
4847
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4848
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4849
|
-
var tmp = typeToken(createKType(getKClass(LoggerFactory), arrayOf([]), false));
|
|
4850
|
-
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4851
|
-
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
4852
|
-
// Inline function 'org.kodein.di.provider' call
|
|
4853
|
-
var creator = _get_coreLoggerModule_$lambda$lambda_5ytuhc;
|
|
4854
|
-
var tmp_1 = $this$Module.x5x();
|
|
4855
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4856
|
-
var tmp_2 = typeToken(createKType(getKClass(LoggerFactoryImpl), arrayOf([]), false));
|
|
4857
|
-
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
4858
|
-
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
4859
|
-
tmp_0.s61(tmp$ret$3);
|
|
4860
|
-
return Unit_instance;
|
|
4861
|
-
}
|
|
4862
|
-
function _get_coreLoggerModule_$lambda$lambda_5ytuhc($this$provider) {
|
|
4863
|
-
// Inline function 'org.kodein.di.instance' call
|
|
4864
|
-
var tmp = $this$provider.h5z();
|
|
4865
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4866
|
-
var tmp_0 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
4867
|
-
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
4868
|
-
var tmp_1 = tmp.g5z(tmp$ret$0, null);
|
|
4869
|
-
// Inline function 'org.kodein.di.instance' call
|
|
4870
|
-
var tmp_2 = $this$provider.h5z();
|
|
4871
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4872
|
-
var tmp_3 = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
4873
|
-
var tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
|
|
4874
|
-
var tmp$ret$3 = tmp_2.g5z(tmp$ret$2, null);
|
|
4875
|
-
return new LoggerFactoryImpl(tmp_1, tmp$ret$3);
|
|
4876
|
-
}
|
|
4877
|
-
function _get_filesModule_$lambda_n61xc3($this$Module) {
|
|
4878
|
-
// Inline function 'org.kodein.di.bind' call
|
|
4879
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4880
|
-
var tmp = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
4881
|
-
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
4882
|
-
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
4883
|
-
// Inline function 'org.kodein.di.provider' call
|
|
4884
|
-
var creator = _get_filesModule_$lambda$lambda_z3m8ge;
|
|
4885
|
-
var tmp_1 = $this$Module.x5x();
|
|
4886
|
-
// Inline function 'org.kodein.type.generic' call
|
|
4887
|
-
var tmp_2 = typeToken(createKType(getKClass(FileSystemImpl), arrayOf([]), false));
|
|
4888
|
-
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
4889
|
-
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
4890
|
-
tmp_0.s61(tmp$ret$3);
|
|
4891
|
-
return Unit_instance;
|
|
4892
|
-
}
|
|
4893
|
-
function _get_filesModule_$lambda$lambda_z3m8ge($this$provider) {
|
|
4894
|
-
return new FileSystemImpl();
|
|
4895
|
-
}
|
|
4896
|
-
function FileSystem() {
|
|
4897
|
-
}
|
|
4898
|
-
function FileSystemImpl(fileSystem) {
|
|
4899
|
-
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4900
|
-
this.h6i_1 = fileSystem;
|
|
4901
|
-
}
|
|
4902
|
-
protoOf(FileSystemImpl).e6i = function (path, $completion) {
|
|
4903
|
-
var directoryPath = Path(path);
|
|
4904
|
-
var exists = this.h6i_1.s65(directoryPath);
|
|
4905
|
-
if (!exists) {
|
|
4906
|
-
this.h6i_1.w65(directoryPath);
|
|
4907
|
-
}
|
|
4908
|
-
return Unit_instance;
|
|
4909
|
-
};
|
|
4910
|
-
protoOf(FileSystemImpl).f6i = function (path, fileName, append, $completion) {
|
|
4911
|
-
return buffered(this.h6i_1.x65(Path_0(path, [fileName]), append));
|
|
4912
|
-
};
|
|
4913
|
-
protoOf(FileSystemImpl).g6i = function (path, $completion) {
|
|
4914
|
-
this.h6i_1.u65(Path_0(path, []));
|
|
4915
|
-
return Unit_instance;
|
|
4916
|
-
};
|
|
4917
|
-
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4918
|
-
this.i6i_1 = coreConfig;
|
|
4919
|
-
this.j6i_1 = fileSystem;
|
|
4920
|
-
}
|
|
4921
|
-
protoOf(LoggerFactoryImpl).k6i = function (gameId, roomId, userId) {
|
|
4922
|
-
// Inline function 'kotlin.let' call
|
|
4923
|
-
// Inline function 'kotlin.contracts.contract' call
|
|
4924
|
-
// Inline function 'com.logic.domain.logs.LoggerFactoryImpl.createLogger.<anonymous>' call
|
|
4925
|
-
var it = this.i6i_1.fileNameFormat;
|
|
4926
|
-
var tmp = Companion_instance_4;
|
|
4927
|
-
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4928
|
-
// Inline function 'kotlin.collections.map' call
|
|
4929
|
-
var this_0 = split(this.i6i_1.requireDirectoryPath, ['/']);
|
|
4930
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
4931
|
-
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4932
|
-
var tmp0_iterator = this_0.j();
|
|
4933
|
-
while (tmp0_iterator.k()) {
|
|
4934
|
-
var item = tmp0_iterator.l();
|
|
4935
|
-
// Inline function 'com.logic.domain.logs.LoggerFactoryImpl.createLogger.<anonymous>' call
|
|
4936
|
-
var tmp_0 = Companion_instance_4;
|
|
4937
|
-
var tmp$ret$2 = tmp_0.formatter(item, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4938
|
-
destination.e(tmp$ret$2);
|
|
4939
|
-
}
|
|
4940
|
-
var segments = destination;
|
|
4941
|
-
var tmp0_path = joinToString(segments, '/');
|
|
4942
|
-
var tmp1_fileSystem = this.j6i_1;
|
|
4943
|
-
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4944
|
-
};
|
|
4945
|
-
function LoggerFactory() {
|
|
4946
|
-
}
|
|
4947
|
-
function appendToFile($this, message, $completion) {
|
|
4948
|
-
var tmp = new $appendToFileCOROUTINE$1($this, message, $completion);
|
|
4949
|
-
tmp.h9_1 = Unit_instance;
|
|
4950
|
-
tmp.i9_1 = null;
|
|
4951
|
-
return tmp.n9();
|
|
4952
|
-
}
|
|
4953
|
-
function $createDirectoryCOROUTINE$0(_this__u8e3s4, resultContinuation) {
|
|
4954
|
-
CoroutineImpl.call(this, resultContinuation);
|
|
4955
|
-
this.d6j_1 = _this__u8e3s4;
|
|
4956
|
-
}
|
|
4957
|
-
protoOf($createDirectoryCOROUTINE$0).n9 = function () {
|
|
4958
|
-
var suspendResult = this.h9_1;
|
|
4959
|
-
$sm: do
|
|
4960
|
-
try {
|
|
4961
|
-
var tmp = this.f9_1;
|
|
4962
|
-
switch (tmp) {
|
|
4963
|
-
case 0:
|
|
4964
|
-
this.g9_1 = 3;
|
|
4965
|
-
this.g9_1 = 2;
|
|
4966
|
-
this.f9_1 = 1;
|
|
4967
|
-
suspendResult = this.d6j_1.g6j_1.e6i(this.d6j_1.f6j_1, this);
|
|
4968
|
-
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4969
|
-
return suspendResult;
|
|
4970
|
-
}
|
|
4971
|
-
|
|
4972
|
-
continue $sm;
|
|
4973
|
-
case 1:
|
|
4974
|
-
this.g9_1 = 3;
|
|
4975
|
-
this.f9_1 = 4;
|
|
4976
|
-
continue $sm;
|
|
4977
|
-
case 2:
|
|
4978
|
-
this.g9_1 = 3;
|
|
4979
|
-
var tmp_0 = this.i9_1;
|
|
4980
|
-
if (tmp_0 instanceof Error) {
|
|
4981
|
-
var e = this.i9_1;
|
|
4982
|
-
Logger_getInstance().hn('LogsStorageController', 'Error createDirectory: ' + e.message, e);
|
|
4983
|
-
this.f9_1 = 4;
|
|
4984
|
-
continue $sm;
|
|
4985
|
-
} else {
|
|
4986
|
-
throw this.i9_1;
|
|
4987
|
-
}
|
|
4988
|
-
|
|
4989
|
-
case 3:
|
|
4990
|
-
throw this.i9_1;
|
|
4991
|
-
case 4:
|
|
4992
|
-
this.g9_1 = 3;
|
|
4993
|
-
return Unit_instance;
|
|
4994
|
-
}
|
|
4995
|
-
} catch ($p) {
|
|
4996
|
-
var e_0 = $p;
|
|
4997
|
-
if (this.g9_1 === 3) {
|
|
4998
|
-
throw e_0;
|
|
4999
|
-
} else {
|
|
5000
|
-
this.f9_1 = this.g9_1;
|
|
5001
|
-
this.i9_1 = e_0;
|
|
5002
|
-
}
|
|
5003
|
-
}
|
|
5004
|
-
while (true);
|
|
5005
|
-
};
|
|
5006
|
-
function $appendToFileCOROUTINE$1(_this__u8e3s4, message, resultContinuation) {
|
|
5007
|
-
CoroutineImpl.call(this, resultContinuation);
|
|
5008
|
-
this.t6i_1 = _this__u8e3s4;
|
|
5009
|
-
this.u6i_1 = message;
|
|
4628
|
+
while (true);
|
|
4629
|
+
};
|
|
4630
|
+
function $appendToFileCOROUTINE$1(_this__u8e3s4, message, resultContinuation) {
|
|
4631
|
+
CoroutineImpl.call(this, resultContinuation);
|
|
4632
|
+
this.t6i_1 = _this__u8e3s4;
|
|
4633
|
+
this.u6i_1 = message;
|
|
5010
4634
|
}
|
|
5011
4635
|
protoOf($appendToFileCOROUTINE$1).n9 = function () {
|
|
5012
4636
|
var suspendResult = this.h9_1;
|
|
@@ -6895,56 +6519,432 @@
|
|
|
6895
6519
|
Logger_getInstance().wn(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6896
6520
|
}
|
|
6897
6521
|
}
|
|
6898
|
-
function AppEnvironment() {
|
|
6899
|
-
AppEnvironment_instance = this;
|
|
6900
|
-
this.u6p_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6522
|
+
function AppEnvironment() {
|
|
6523
|
+
AppEnvironment_instance = this;
|
|
6524
|
+
this.u6p_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6525
|
+
}
|
|
6526
|
+
protoOf(AppEnvironment).v6p = function (value) {
|
|
6527
|
+
this.u6p_1 = value;
|
|
6528
|
+
};
|
|
6529
|
+
protoOf(AppEnvironment).w6p = function () {
|
|
6530
|
+
var tmp = this.u6p_1;
|
|
6531
|
+
// Inline function 'kotlin.also' call
|
|
6532
|
+
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6533
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
6534
|
+
// Inline function 'games.logic.AppEnvironment.<get-isNotProduction>.<anonymous>' call
|
|
6535
|
+
checkInitialised(AppEnvironment_getInstance());
|
|
6536
|
+
return !tmp.equals(this_0);
|
|
6537
|
+
};
|
|
6538
|
+
var AppEnvironment_instance;
|
|
6539
|
+
function AppEnvironment_getInstance() {
|
|
6540
|
+
if (AppEnvironment_instance == null)
|
|
6541
|
+
new AppEnvironment();
|
|
6542
|
+
return AppEnvironment_instance;
|
|
6543
|
+
}
|
|
6544
|
+
var AppEnvironmentValue_UNDEFINED_instance;
|
|
6545
|
+
var AppEnvironmentValue_DEVELOPMENT_instance;
|
|
6546
|
+
var AppEnvironmentValue_BETA_instance;
|
|
6547
|
+
var AppEnvironmentValue_PRODUCTION_instance;
|
|
6548
|
+
var AppEnvironmentValue_entriesInitialized;
|
|
6549
|
+
function AppEnvironmentValue_initEntries() {
|
|
6550
|
+
if (AppEnvironmentValue_entriesInitialized)
|
|
6551
|
+
return Unit_instance;
|
|
6552
|
+
AppEnvironmentValue_entriesInitialized = true;
|
|
6553
|
+
AppEnvironmentValue_UNDEFINED_instance = new AppEnvironmentValue('UNDEFINED', 0);
|
|
6554
|
+
AppEnvironmentValue_DEVELOPMENT_instance = new AppEnvironmentValue('DEVELOPMENT', 1);
|
|
6555
|
+
AppEnvironmentValue_BETA_instance = new AppEnvironmentValue('BETA', 2);
|
|
6556
|
+
AppEnvironmentValue_PRODUCTION_instance = new AppEnvironmentValue('PRODUCTION', 3);
|
|
6557
|
+
}
|
|
6558
|
+
function AppEnvironmentValue(name, ordinal) {
|
|
6559
|
+
Enum.call(this, name, ordinal);
|
|
6560
|
+
}
|
|
6561
|
+
function AppEnvironmentValue_UNDEFINED_getInstance() {
|
|
6562
|
+
AppEnvironmentValue_initEntries();
|
|
6563
|
+
return AppEnvironmentValue_UNDEFINED_instance;
|
|
6564
|
+
}
|
|
6565
|
+
function AppEnvironmentValue_DEVELOPMENT_getInstance() {
|
|
6566
|
+
AppEnvironmentValue_initEntries();
|
|
6567
|
+
return AppEnvironmentValue_DEVELOPMENT_instance;
|
|
6568
|
+
}
|
|
6569
|
+
function AppEnvironmentValue_PRODUCTION_getInstance() {
|
|
6570
|
+
AppEnvironmentValue_initEntries();
|
|
6571
|
+
return AppEnvironmentValue_PRODUCTION_instance;
|
|
6572
|
+
}
|
|
6573
|
+
function randomOrgModule(randomOrgConfig, externalRandomPoolProvider) {
|
|
6574
|
+
externalRandomPoolProvider = externalRandomPoolProvider === VOID ? null : externalRandomPoolProvider;
|
|
6575
|
+
return Module_init_$Create$('Engine random org Module', VOID, VOID, randomOrgModule$lambda(externalRandomPoolProvider, randomOrgConfig));
|
|
6576
|
+
}
|
|
6577
|
+
function combinedLoggerModule(combinedLogger) {
|
|
6578
|
+
combinedLogger = combinedLogger === VOID ? null : combinedLogger;
|
|
6579
|
+
return Module_init_$Create$('Engine Logger Module', VOID, VOID, combinedLoggerModule$lambda(combinedLogger));
|
|
6580
|
+
}
|
|
6581
|
+
function dealerModule(externalRandomPoolProvider, randomOrgConfig, fake) {
|
|
6582
|
+
externalRandomPoolProvider = externalRandomPoolProvider === VOID ? null : externalRandomPoolProvider;
|
|
6583
|
+
randomOrgConfig = randomOrgConfig === VOID ? new RandomOrgConfig() : randomOrgConfig;
|
|
6584
|
+
fake = fake === VOID ? false : fake;
|
|
6585
|
+
return Module_init_$Create$('Engine dealer Module', VOID, VOID, dealerModule$lambda(randomOrgConfig, externalRandomPoolProvider, fake));
|
|
6586
|
+
}
|
|
6587
|
+
function coreModule(config, asyncProvider, jobsProvider, idsProvider) {
|
|
6588
|
+
config = config === VOID ? new CoreConfig() : config;
|
|
6589
|
+
asyncProvider = asyncProvider === VOID ? null : asyncProvider;
|
|
6590
|
+
jobsProvider = jobsProvider === VOID ? null : jobsProvider;
|
|
6591
|
+
idsProvider = idsProvider === VOID ? null : idsProvider;
|
|
6592
|
+
return Module_init_$Create$('Core Module', VOID, VOID, coreModule$lambda(config, asyncProvider, jobsProvider, idsProvider));
|
|
6593
|
+
}
|
|
6594
|
+
function get_coreLoggerModule() {
|
|
6595
|
+
return Module_init_$Create$('Logger Module', VOID, VOID, _get_coreLoggerModule_$lambda_vl2qxx);
|
|
6596
|
+
}
|
|
6597
|
+
function get_filesModule() {
|
|
6598
|
+
return Module_init_$Create$('Files Module', VOID, VOID, _get_filesModule_$lambda_n61xc3);
|
|
6599
|
+
}
|
|
6600
|
+
function randomOrgModule$lambda$lambda$lambda($logger) {
|
|
6601
|
+
return function (it) {
|
|
6602
|
+
$logger.d('[RandomOrgApi]', it);
|
|
6603
|
+
return Unit_instance;
|
|
6604
|
+
};
|
|
6605
|
+
}
|
|
6606
|
+
function randomOrgModule$lambda$lambda($randomOrgConfig) {
|
|
6607
|
+
return function ($this$singleton) {
|
|
6608
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6609
|
+
var tmp = $this$singleton.h5z();
|
|
6610
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6611
|
+
var tmp_0 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6612
|
+
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6613
|
+
var logger = tmp.g5z(tmp$ret$0, null);
|
|
6614
|
+
var tmp0_apiKey = $randomOrgConfig.apiKey;
|
|
6615
|
+
var tmp_1 = HttpFactory_instance;
|
|
6616
|
+
var tmp_2 = mapToParams($randomOrgConfig.httpConfig);
|
|
6617
|
+
var tmp1_client = tmp_1.e5w(tmp_2, randomOrgModule$lambda$lambda$lambda(logger));
|
|
6618
|
+
return new RandomOrgApiServiceImpl(tmp1_client, tmp0_apiKey);
|
|
6619
|
+
};
|
|
6620
|
+
}
|
|
6621
|
+
function randomOrgModule$lambda$lambda_0($externalRandomPoolProvider) {
|
|
6622
|
+
return function ($this$singleton) {
|
|
6623
|
+
var tmp0_elvis_lhs = $externalRandomPoolProvider;
|
|
6624
|
+
var tmp;
|
|
6625
|
+
if (tmp0_elvis_lhs == null) {
|
|
6626
|
+
var tmp_0 = new PoolParams();
|
|
6627
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6628
|
+
var tmp_1 = $this$singleton.h5z();
|
|
6629
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6630
|
+
var tmp_2 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
6631
|
+
var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
6632
|
+
var tmp_3 = tmp_1.g5z(tmp$ret$0, null);
|
|
6633
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6634
|
+
var tmp_4 = $this$singleton.h5z();
|
|
6635
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6636
|
+
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6637
|
+
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
6638
|
+
var tmp$ret$3 = tmp_4.g5z(tmp$ret$2, null);
|
|
6639
|
+
tmp = new RandomPoolProviderImpl(tmp_0, tmp_3, tmp$ret$3);
|
|
6640
|
+
} else {
|
|
6641
|
+
tmp = tmp0_elvis_lhs;
|
|
6642
|
+
}
|
|
6643
|
+
return tmp;
|
|
6644
|
+
};
|
|
6645
|
+
}
|
|
6646
|
+
function randomOrgModule$lambda($externalRandomPoolProvider, $randomOrgConfig) {
|
|
6647
|
+
return function ($this$Module) {
|
|
6648
|
+
var tmp;
|
|
6649
|
+
if ($externalRandomPoolProvider == null) {
|
|
6650
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6651
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6652
|
+
var tmp_0 = typeToken(createKType(getKClass(RandomOrgApiService), arrayOf([]), false));
|
|
6653
|
+
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6654
|
+
var tmp_1 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
6655
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6656
|
+
var creator = randomOrgModule$lambda$lambda($randomOrgConfig);
|
|
6657
|
+
var tmp_2 = $this$Module.z5x();
|
|
6658
|
+
var tmp_3 = $this$Module.x5x();
|
|
6659
|
+
var tmp_4 = $this$Module.y5x();
|
|
6660
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6661
|
+
var tmp_5 = typeToken(createKType(getKClass(RandomOrgApiServiceImpl), arrayOf([]), false));
|
|
6662
|
+
var tmp$ret$2 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
6663
|
+
var tmp$ret$3 = new Singleton(tmp_2, tmp_3, tmp_4, tmp$ret$2, null, true, creator);
|
|
6664
|
+
tmp_1.s61(tmp$ret$3);
|
|
6665
|
+
tmp = Unit_instance;
|
|
6666
|
+
}
|
|
6667
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6668
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6669
|
+
var tmp_6 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
6670
|
+
var tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
6671
|
+
var tmp_7 = $this$Module.u5x(tmp$ret$4, null, null);
|
|
6672
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6673
|
+
var creator_0 = randomOrgModule$lambda$lambda_0($externalRandomPoolProvider);
|
|
6674
|
+
var tmp_8 = $this$Module.z5x();
|
|
6675
|
+
var tmp_9 = $this$Module.x5x();
|
|
6676
|
+
var tmp_10 = $this$Module.y5x();
|
|
6677
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6678
|
+
var tmp_11 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
6679
|
+
var tmp$ret$6 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
6680
|
+
var tmp$ret$7 = new Singleton(tmp_8, tmp_9, tmp_10, tmp$ret$6, null, true, creator_0);
|
|
6681
|
+
tmp_7.s61(tmp$ret$7);
|
|
6682
|
+
return Unit_instance;
|
|
6683
|
+
};
|
|
6684
|
+
}
|
|
6685
|
+
function combinedLoggerModule$lambda$lambda($combinedLogger) {
|
|
6686
|
+
return function ($this$singleton) {
|
|
6687
|
+
var tmp0_elvis_lhs = $combinedLogger;
|
|
6688
|
+
return tmp0_elvis_lhs == null ? Companion_instance.qm() : tmp0_elvis_lhs;
|
|
6689
|
+
};
|
|
6690
|
+
}
|
|
6691
|
+
function combinedLoggerModule$lambda$lambda_0($this$singleton) {
|
|
6692
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6693
|
+
var tmp = $this$singleton.h5z();
|
|
6694
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6695
|
+
var tmp_0 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
6696
|
+
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6697
|
+
return tmp.g5z(tmp$ret$0, null);
|
|
6698
|
+
}
|
|
6699
|
+
function combinedLoggerModule$lambda($combinedLogger) {
|
|
6700
|
+
return function ($this$Module) {
|
|
6701
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6702
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6703
|
+
var tmp = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
6704
|
+
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6705
|
+
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
6706
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6707
|
+
var creator = combinedLoggerModule$lambda$lambda($combinedLogger);
|
|
6708
|
+
var tmp_1 = $this$Module.z5x();
|
|
6709
|
+
var tmp_2 = $this$Module.x5x();
|
|
6710
|
+
var tmp_3 = $this$Module.y5x();
|
|
6711
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6712
|
+
var tmp_4 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
6713
|
+
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
6714
|
+
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
6715
|
+
tmp_0.s61(tmp$ret$3);
|
|
6716
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6717
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6718
|
+
var tmp_5 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6719
|
+
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
6720
|
+
var tmp_6 = $this$Module.u5x(tmp$ret$4, null, null);
|
|
6721
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6722
|
+
var creator_0 = combinedLoggerModule$lambda$lambda_0;
|
|
6723
|
+
var tmp_7 = $this$Module.z5x();
|
|
6724
|
+
var tmp_8 = $this$Module.x5x();
|
|
6725
|
+
var tmp_9 = $this$Module.y5x();
|
|
6726
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6727
|
+
var tmp_10 = typeToken(createKType(getKClass(CombinedRaspberryLogger), arrayOf([]), false));
|
|
6728
|
+
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
6729
|
+
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
6730
|
+
tmp_6.s61(tmp$ret$7);
|
|
6731
|
+
return Unit_instance;
|
|
6732
|
+
};
|
|
6733
|
+
}
|
|
6734
|
+
function dealerModule$lambda$lambda($fake, $externalRandomPoolProvider) {
|
|
6735
|
+
return function ($this$singleton) {
|
|
6736
|
+
var tmp;
|
|
6737
|
+
if ($fake) {
|
|
6738
|
+
tmp = new FakeCardsDealerProvider();
|
|
6739
|
+
} else {
|
|
6740
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6741
|
+
var tmp_0 = $this$singleton.h5z();
|
|
6742
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6743
|
+
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6744
|
+
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
6745
|
+
var tmp2_logger = tmp_0.g5z(tmp$ret$0, null);
|
|
6746
|
+
var tmp0_elvis_lhs = $externalRandomPoolProvider;
|
|
6747
|
+
var tmp_2;
|
|
6748
|
+
if (tmp0_elvis_lhs == null) {
|
|
6749
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6750
|
+
var tmp_3 = $this$singleton.h5z();
|
|
6751
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6752
|
+
var tmp_4 = typeToken(createKType(getKClass(RandomPoolProvider), arrayOf([]), false));
|
|
6753
|
+
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
6754
|
+
tmp_2 = tmp_3.g5z(tmp$ret$2, null);
|
|
6755
|
+
} else {
|
|
6756
|
+
tmp_2 = tmp0_elvis_lhs;
|
|
6757
|
+
}
|
|
6758
|
+
var tmp3_randomPoolProvider = tmp_2;
|
|
6759
|
+
tmp = Companion_instance_0.a68(tmp3_randomPoolProvider, tmp2_logger);
|
|
6760
|
+
}
|
|
6761
|
+
return tmp;
|
|
6762
|
+
};
|
|
6901
6763
|
}
|
|
6902
|
-
|
|
6903
|
-
this
|
|
6904
|
-
|
|
6905
|
-
|
|
6906
|
-
|
|
6907
|
-
|
|
6908
|
-
|
|
6909
|
-
|
|
6910
|
-
|
|
6911
|
-
|
|
6912
|
-
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
6916
|
-
|
|
6917
|
-
|
|
6918
|
-
|
|
6764
|
+
function dealerModule$lambda($randomOrgConfig, $externalRandomPoolProvider, $fake) {
|
|
6765
|
+
return function ($this$Module) {
|
|
6766
|
+
$this$Module.w5x(randomOrgModule($randomOrgConfig, $externalRandomPoolProvider));
|
|
6767
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6768
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6769
|
+
var tmp = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
6770
|
+
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6771
|
+
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
6772
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6773
|
+
var creator = dealerModule$lambda$lambda($fake, $externalRandomPoolProvider);
|
|
6774
|
+
var tmp_1 = $this$Module.z5x();
|
|
6775
|
+
var tmp_2 = $this$Module.x5x();
|
|
6776
|
+
var tmp_3 = $this$Module.y5x();
|
|
6777
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6778
|
+
var tmp_4 = typeToken(createKType(getKClass(CardsDealerProvider), arrayOf([]), false));
|
|
6779
|
+
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
6780
|
+
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
6781
|
+
tmp_0.s61(tmp$ret$3);
|
|
6782
|
+
return Unit_instance;
|
|
6783
|
+
};
|
|
6919
6784
|
}
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
|
|
6925
|
-
function
|
|
6926
|
-
|
|
6785
|
+
function coreModule$lambda$lambda($config) {
|
|
6786
|
+
return function ($this$singleton) {
|
|
6787
|
+
return $config;
|
|
6788
|
+
};
|
|
6789
|
+
}
|
|
6790
|
+
function coreModule$lambda$lambda_0($asyncProvider) {
|
|
6791
|
+
return function ($this$singleton) {
|
|
6792
|
+
var tmp0_elvis_lhs = $asyncProvider;
|
|
6793
|
+
var tmp;
|
|
6794
|
+
if (tmp0_elvis_lhs == null) {
|
|
6795
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6796
|
+
var tmp_0 = $this$singleton.h5z();
|
|
6797
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6798
|
+
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6799
|
+
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
6800
|
+
var tmp$ret$1 = tmp_0.g5z(tmp$ret$0, null);
|
|
6801
|
+
tmp = new AsyncProviderImpl(tmp$ret$1);
|
|
6802
|
+
} else {
|
|
6803
|
+
tmp = tmp0_elvis_lhs;
|
|
6804
|
+
}
|
|
6805
|
+
return tmp;
|
|
6806
|
+
};
|
|
6807
|
+
}
|
|
6808
|
+
function coreModule$lambda$lambda_1($jobsProvider) {
|
|
6809
|
+
return function ($this$singleton) {
|
|
6810
|
+
var tmp0_elvis_lhs = $jobsProvider;
|
|
6811
|
+
var tmp;
|
|
6812
|
+
if (tmp0_elvis_lhs == null) {
|
|
6813
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6814
|
+
var tmp_0 = $this$singleton.h5z();
|
|
6815
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6816
|
+
var tmp_1 = typeToken(createKType(getKClass(RaspberryLogger), arrayOf([]), false));
|
|
6817
|
+
var tmp$ret$0 = isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE();
|
|
6818
|
+
var tmp$ret$1 = tmp_0.g5z(tmp$ret$0, null);
|
|
6819
|
+
tmp = new JobsProviderImpl(tmp$ret$1);
|
|
6820
|
+
} else {
|
|
6821
|
+
tmp = tmp0_elvis_lhs;
|
|
6822
|
+
}
|
|
6823
|
+
return tmp;
|
|
6824
|
+
};
|
|
6825
|
+
}
|
|
6826
|
+
function coreModule$lambda$lambda_2($idsProvider) {
|
|
6827
|
+
return function ($this$singleton) {
|
|
6828
|
+
var tmp0_elvis_lhs = $idsProvider;
|
|
6829
|
+
return tmp0_elvis_lhs == null ? UUIDIdsProvider_instance : tmp0_elvis_lhs;
|
|
6830
|
+
};
|
|
6831
|
+
}
|
|
6832
|
+
function coreModule$lambda($config, $asyncProvider, $jobsProvider, $idsProvider) {
|
|
6833
|
+
return function ($this$Module) {
|
|
6834
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6835
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6836
|
+
var tmp = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
6837
|
+
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6838
|
+
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
6839
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6840
|
+
var creator = coreModule$lambda$lambda($config);
|
|
6841
|
+
var tmp_1 = $this$Module.z5x();
|
|
6842
|
+
var tmp_2 = $this$Module.x5x();
|
|
6843
|
+
var tmp_3 = $this$Module.y5x();
|
|
6844
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6845
|
+
var tmp_4 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
6846
|
+
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
6847
|
+
var tmp$ret$3 = new Singleton(tmp_1, tmp_2, tmp_3, tmp$ret$2, null, true, creator);
|
|
6848
|
+
tmp_0.s61(tmp$ret$3);
|
|
6849
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6850
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6851
|
+
var tmp_5 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
6852
|
+
var tmp$ret$4 = isInterface(tmp_5, TypeToken) ? tmp_5 : THROW_CCE();
|
|
6853
|
+
var tmp_6 = $this$Module.u5x(tmp$ret$4, null, null);
|
|
6854
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6855
|
+
var creator_0 = coreModule$lambda$lambda_0($asyncProvider);
|
|
6856
|
+
var tmp_7 = $this$Module.z5x();
|
|
6857
|
+
var tmp_8 = $this$Module.x5x();
|
|
6858
|
+
var tmp_9 = $this$Module.y5x();
|
|
6859
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6860
|
+
var tmp_10 = typeToken(createKType(getKClass(AsyncProvider), arrayOf([]), false));
|
|
6861
|
+
var tmp$ret$6 = isInterface(tmp_10, TypeToken) ? tmp_10 : THROW_CCE();
|
|
6862
|
+
var tmp$ret$7 = new Singleton(tmp_7, tmp_8, tmp_9, tmp$ret$6, null, true, creator_0);
|
|
6863
|
+
tmp_6.s61(tmp$ret$7);
|
|
6864
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6865
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6866
|
+
var tmp_11 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
6867
|
+
var tmp$ret$8 = isInterface(tmp_11, TypeToken) ? tmp_11 : THROW_CCE();
|
|
6868
|
+
var tmp_12 = $this$Module.u5x(tmp$ret$8, null, null);
|
|
6869
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6870
|
+
var creator_1 = coreModule$lambda$lambda_1($jobsProvider);
|
|
6871
|
+
var tmp_13 = $this$Module.z5x();
|
|
6872
|
+
var tmp_14 = $this$Module.x5x();
|
|
6873
|
+
var tmp_15 = $this$Module.y5x();
|
|
6874
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6875
|
+
var tmp_16 = typeToken(createKType(getKClass(JobsProvider), arrayOf([]), false));
|
|
6876
|
+
var tmp$ret$10 = isInterface(tmp_16, TypeToken) ? tmp_16 : THROW_CCE();
|
|
6877
|
+
var tmp$ret$11 = new Singleton(tmp_13, tmp_14, tmp_15, tmp$ret$10, null, true, creator_1);
|
|
6878
|
+
tmp_12.s61(tmp$ret$11);
|
|
6879
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6880
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6881
|
+
var tmp_17 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
6882
|
+
var tmp$ret$12 = isInterface(tmp_17, TypeToken) ? tmp_17 : THROW_CCE();
|
|
6883
|
+
var tmp_18 = $this$Module.u5x(tmp$ret$12, null, null);
|
|
6884
|
+
// Inline function 'org.kodein.di.singleton' call
|
|
6885
|
+
var creator_2 = coreModule$lambda$lambda_2($idsProvider);
|
|
6886
|
+
var tmp_19 = $this$Module.z5x();
|
|
6887
|
+
var tmp_20 = $this$Module.x5x();
|
|
6888
|
+
var tmp_21 = $this$Module.y5x();
|
|
6889
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6890
|
+
var tmp_22 = typeToken(createKType(getKClass(IdsProvider), arrayOf([]), false));
|
|
6891
|
+
var tmp$ret$14 = isInterface(tmp_22, TypeToken) ? tmp_22 : THROW_CCE();
|
|
6892
|
+
var tmp$ret$15 = new Singleton(tmp_19, tmp_20, tmp_21, tmp$ret$14, null, true, creator_2);
|
|
6893
|
+
tmp_18.s61(tmp$ret$15);
|
|
6894
|
+
$this$Module.w5x(get_coreLoggerModule());
|
|
6895
|
+
$this$Module.w5x(get_filesModule());
|
|
6927
6896
|
return Unit_instance;
|
|
6928
|
-
|
|
6929
|
-
AppEnvironmentValue_UNDEFINED_instance = new AppEnvironmentValue('UNDEFINED', 0);
|
|
6930
|
-
AppEnvironmentValue_DEVELOPMENT_instance = new AppEnvironmentValue('DEVELOPMENT', 1);
|
|
6931
|
-
AppEnvironmentValue_BETA_instance = new AppEnvironmentValue('BETA', 2);
|
|
6932
|
-
AppEnvironmentValue_PRODUCTION_instance = new AppEnvironmentValue('PRODUCTION', 3);
|
|
6897
|
+
};
|
|
6933
6898
|
}
|
|
6934
|
-
function
|
|
6935
|
-
|
|
6899
|
+
function _get_coreLoggerModule_$lambda_vl2qxx($this$Module) {
|
|
6900
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6901
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6902
|
+
var tmp = typeToken(createKType(getKClass(LoggerFactory), arrayOf([]), false));
|
|
6903
|
+
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6904
|
+
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
6905
|
+
// Inline function 'org.kodein.di.provider' call
|
|
6906
|
+
var creator = _get_coreLoggerModule_$lambda$lambda_5ytuhc;
|
|
6907
|
+
var tmp_1 = $this$Module.x5x();
|
|
6908
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6909
|
+
var tmp_2 = typeToken(createKType(getKClass(LoggerFactoryImpl), arrayOf([]), false));
|
|
6910
|
+
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
6911
|
+
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
6912
|
+
tmp_0.s61(tmp$ret$3);
|
|
6913
|
+
return Unit_instance;
|
|
6936
6914
|
}
|
|
6937
|
-
function
|
|
6938
|
-
|
|
6939
|
-
|
|
6915
|
+
function _get_coreLoggerModule_$lambda$lambda_5ytuhc($this$provider) {
|
|
6916
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6917
|
+
var tmp = $this$provider.h5z();
|
|
6918
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6919
|
+
var tmp_0 = typeToken(createKType(getKClass(CoreConfig), arrayOf([]), false));
|
|
6920
|
+
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
6921
|
+
var tmp_1 = tmp.g5z(tmp$ret$0, null);
|
|
6922
|
+
// Inline function 'org.kodein.di.instance' call
|
|
6923
|
+
var tmp_2 = $this$provider.h5z();
|
|
6924
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6925
|
+
var tmp_3 = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
6926
|
+
var tmp$ret$2 = isInterface(tmp_3, TypeToken) ? tmp_3 : THROW_CCE();
|
|
6927
|
+
var tmp$ret$3 = tmp_2.g5z(tmp$ret$2, null);
|
|
6928
|
+
return new LoggerFactoryImpl(tmp_1, tmp$ret$3);
|
|
6940
6929
|
}
|
|
6941
|
-
function
|
|
6942
|
-
|
|
6943
|
-
|
|
6930
|
+
function _get_filesModule_$lambda_n61xc3($this$Module) {
|
|
6931
|
+
// Inline function 'org.kodein.di.bind' call
|
|
6932
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6933
|
+
var tmp = typeToken(createKType(getKClass(FileSystem), arrayOf([]), false));
|
|
6934
|
+
var tmp$ret$0 = isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
|
|
6935
|
+
var tmp_0 = $this$Module.u5x(tmp$ret$0, null, null);
|
|
6936
|
+
// Inline function 'org.kodein.di.provider' call
|
|
6937
|
+
var creator = _get_filesModule_$lambda$lambda_z3m8ge;
|
|
6938
|
+
var tmp_1 = $this$Module.x5x();
|
|
6939
|
+
// Inline function 'org.kodein.type.generic' call
|
|
6940
|
+
var tmp_2 = typeToken(createKType(getKClass(FileSystemImpl), arrayOf([]), false));
|
|
6941
|
+
var tmp$ret$2 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
6942
|
+
var tmp$ret$3 = new Provider(tmp_1, tmp$ret$2, creator);
|
|
6943
|
+
tmp_0.s61(tmp$ret$3);
|
|
6944
|
+
return Unit_instance;
|
|
6944
6945
|
}
|
|
6945
|
-
function
|
|
6946
|
-
|
|
6947
|
-
return AppEnvironmentValue_PRODUCTION_instance;
|
|
6946
|
+
function _get_filesModule_$lambda$lambda_z3m8ge($this$provider) {
|
|
6947
|
+
return new FileSystemImpl();
|
|
6948
6948
|
}
|
|
6949
6949
|
function assertIfMainThread(message) {
|
|
6950
6950
|
message = message === VOID ? 'Main thread is used' : message;
|
|
@@ -6952,6 +6952,13 @@
|
|
|
6952
6952
|
throw IllegalStateException_init_$Create$(message);
|
|
6953
6953
|
}
|
|
6954
6954
|
}
|
|
6955
|
+
function get_versionOrDefault(_this__u8e3s4) {
|
|
6956
|
+
var strings = split(_this__u8e3s4.version, ['.']);
|
|
6957
|
+
if (strings.m() === 3) {
|
|
6958
|
+
return _this__u8e3s4.version;
|
|
6959
|
+
}
|
|
6960
|
+
return '0.0.0';
|
|
6961
|
+
}
|
|
6955
6962
|
function mapOfObject(jsObject) {
|
|
6956
6963
|
return toMap(entriesOfObject(jsObject));
|
|
6957
6964
|
}
|
|
@@ -7262,89 +7269,90 @@
|
|
|
7262
7269
|
_.$_$.m1 = AsyncProvider;
|
|
7263
7270
|
_.$_$.n1 = IdsProvider;
|
|
7264
7271
|
_.$_$.o1 = JobsProvider;
|
|
7265
|
-
_.$_$.p1 =
|
|
7266
|
-
_.$_$.q1 =
|
|
7267
|
-
_.$_$.r1 =
|
|
7268
|
-
_.$_$.s1 =
|
|
7269
|
-
_.$_$.t1 =
|
|
7270
|
-
_.$_$.u1 =
|
|
7271
|
-
_.$_$.v1 =
|
|
7272
|
-
_.$_$.w1 =
|
|
7273
|
-
_.$_$.x1 =
|
|
7274
|
-
_.$_$.y1 =
|
|
7275
|
-
_.$_$.z1 =
|
|
7276
|
-
_.$_$.a2 =
|
|
7277
|
-
_.$_$.b2 =
|
|
7278
|
-
_.$_$.c2 =
|
|
7279
|
-
_.$_$.d2 =
|
|
7280
|
-
_.$_$.e2 =
|
|
7281
|
-
_.$_$.f2 =
|
|
7282
|
-
_.$_$.g2 =
|
|
7283
|
-
_.$_$.h2 =
|
|
7284
|
-
_.$_$.i2 =
|
|
7285
|
-
_.$_$.j2 =
|
|
7286
|
-
_.$_$.k2 =
|
|
7287
|
-
_.$_$.l2 =
|
|
7288
|
-
_.$_$.m2 =
|
|
7289
|
-
_.$_$.n2 =
|
|
7290
|
-
_.$_$.o2 =
|
|
7291
|
-
_.$_$.p2 =
|
|
7292
|
-
_.$_$.q2 =
|
|
7293
|
-
_.$_$.r2 =
|
|
7294
|
-
_.$_$.s2 =
|
|
7295
|
-
_.$_$.t2 =
|
|
7296
|
-
_.$_$.u2 =
|
|
7297
|
-
_.$_$.v2 =
|
|
7298
|
-
_.$_$.w2 =
|
|
7299
|
-
_.$_$.x2 =
|
|
7300
|
-
_.$_$.y2 =
|
|
7301
|
-
_.$_$.z2 =
|
|
7302
|
-
_.$_$.a3 =
|
|
7303
|
-
_.$_$.b3 =
|
|
7304
|
-
_.$_$.c3 =
|
|
7305
|
-
_.$_$.d3 =
|
|
7306
|
-
_.$_$.e3 =
|
|
7307
|
-
_.$_$.f3 =
|
|
7308
|
-
_.$_$.g3 =
|
|
7309
|
-
_.$_$.h3 =
|
|
7272
|
+
_.$_$.p1 = FileSystem;
|
|
7273
|
+
_.$_$.q1 = LoggerFactory;
|
|
7274
|
+
_.$_$.r1 = notValidateWhenFinished;
|
|
7275
|
+
_.$_$.s1 = NotValidateIfGameFinished;
|
|
7276
|
+
_.$_$.t1 = notValidateWhenFinishing;
|
|
7277
|
+
_.$_$.u1 = NotValidateIfGameFinishing;
|
|
7278
|
+
_.$_$.v1 = BufferedAction;
|
|
7279
|
+
_.$_$.w1 = IgnoreBufferForAction;
|
|
7280
|
+
_.$_$.x1 = ReleaseBufferTriggerAction;
|
|
7281
|
+
_.$_$.y1 = StartTimerAction;
|
|
7282
|
+
_.$_$.z1 = StopTimerAction;
|
|
7283
|
+
_.$_$.a2 = TimerAction;
|
|
7284
|
+
_.$_$.b2 = TimerTickAction;
|
|
7285
|
+
_.$_$.c2 = applyCatcher;
|
|
7286
|
+
_.$_$.d2 = applyMiddleware;
|
|
7287
|
+
_.$_$.e2 = timerMiddleware;
|
|
7288
|
+
_.$_$.f2 = get_actionTag;
|
|
7289
|
+
_.$_$.g2 = Action;
|
|
7290
|
+
_.$_$.h2 = Middleware;
|
|
7291
|
+
_.$_$.i2 = Reducer;
|
|
7292
|
+
_.$_$.j2 = Store;
|
|
7293
|
+
_.$_$.k2 = combineReducers;
|
|
7294
|
+
_.$_$.l2 = middleware;
|
|
7295
|
+
_.$_$.m2 = parseActionName;
|
|
7296
|
+
_.$_$.n2 = compose;
|
|
7297
|
+
_.$_$.o2 = createStore;
|
|
7298
|
+
_.$_$.p2 = get_entries_1;
|
|
7299
|
+
_.$_$.q2 = LoggerOutputDataDto;
|
|
7300
|
+
_.$_$.r2 = enumToString;
|
|
7301
|
+
_.$_$.s2 = mapOfObject;
|
|
7302
|
+
_.$_$.t2 = nextToOrNull;
|
|
7303
|
+
_.$_$.u2 = nextTo;
|
|
7304
|
+
_.$_$.v2 = previousToOrNull;
|
|
7305
|
+
_.$_$.w2 = sortWithItem;
|
|
7306
|
+
_.$_$.x2 = swap;
|
|
7307
|
+
_.$_$.y2 = toDomainEnumSafe;
|
|
7308
|
+
_.$_$.z2 = toDomainEnum;
|
|
7309
|
+
_.$_$.a3 = updateItem;
|
|
7310
|
+
_.$_$.b3 = updateLastItem;
|
|
7311
|
+
_.$_$.c3 = updateOrAddItems;
|
|
7312
|
+
_.$_$.d3 = updated;
|
|
7313
|
+
_.$_$.e3 = combinedLoggerModule;
|
|
7314
|
+
_.$_$.f3 = coreModule;
|
|
7315
|
+
_.$_$.g3 = dealerModule;
|
|
7316
|
+
_.$_$.h3 = randomOrgModule;
|
|
7310
7317
|
_.$_$.i3 = assertIfMainThread;
|
|
7311
|
-
_.$_$.j3 =
|
|
7312
|
-
_.$_$.k3 =
|
|
7313
|
-
_.$_$.l3 =
|
|
7314
|
-
_.$_$.m3 =
|
|
7315
|
-
_.$_$.n3 =
|
|
7316
|
-
_.$_$.o3 =
|
|
7317
|
-
_.$_$.p3 =
|
|
7318
|
-
_.$_$.q3 =
|
|
7319
|
-
_.$_$.r3 =
|
|
7320
|
-
_.$_$.s3 =
|
|
7321
|
-
_.$_$.t3 =
|
|
7322
|
-
_.$_$.u3 =
|
|
7323
|
-
_.$_$.v3 =
|
|
7324
|
-
_.$_$.w3 =
|
|
7325
|
-
_.$_$.x3 =
|
|
7326
|
-
_.$_$.y3 =
|
|
7327
|
-
_.$_$.z3 =
|
|
7328
|
-
_.$_$.a4 =
|
|
7329
|
-
_.$_$.b4 =
|
|
7330
|
-
_.$_$.c4 =
|
|
7331
|
-
_.$_$.d4 =
|
|
7332
|
-
_.$_$.e4 =
|
|
7333
|
-
_.$_$.f4 =
|
|
7334
|
-
_.$_$.g4 =
|
|
7335
|
-
_.$_$.h4 =
|
|
7336
|
-
_.$_$.i4 =
|
|
7337
|
-
_.$_$.j4 =
|
|
7338
|
-
_.$_$.k4 = $
|
|
7339
|
-
_.$_$.l4 = $
|
|
7340
|
-
_.$_$.m4 =
|
|
7341
|
-
_.$_$.n4 =
|
|
7342
|
-
_.$_$.o4 =
|
|
7343
|
-
_.$_$.p4 =
|
|
7344
|
-
_.$_$.q4 =
|
|
7345
|
-
_.$_$.r4 =
|
|
7346
|
-
_.$_$.s4 =
|
|
7347
|
-
_.$_$.t4 =
|
|
7318
|
+
_.$_$.j3 = get_versionOrDefault;
|
|
7319
|
+
_.$_$.k3 = PlayerConnectionState_DELETED_getInstance;
|
|
7320
|
+
_.$_$.l3 = PlayerConnectionState_DISCONNECTING_getInstance;
|
|
7321
|
+
_.$_$.m3 = PlayerConnectionState_LEFT_getInstance;
|
|
7322
|
+
_.$_$.n3 = PlayerConnectionState_LIVE_getInstance;
|
|
7323
|
+
_.$_$.o3 = PlayerConnectionState_LOST_CONNECTION_getInstance;
|
|
7324
|
+
_.$_$.p3 = PlayerConnectionState_TIMEOUT_getInstance;
|
|
7325
|
+
_.$_$.q3 = PlayerWaitingState_IN_PROGRESS_getInstance;
|
|
7326
|
+
_.$_$.r3 = Reason_DUPLICATED_PLAYER_ANSWER_getInstance;
|
|
7327
|
+
_.$_$.s3 = Reason_GAME_NOT_EXISTS_getInstance_0;
|
|
7328
|
+
_.$_$.t3 = Reason_PLAYER_DISCONNECTED_getInstance;
|
|
7329
|
+
_.$_$.u3 = Reason_SERVER_ERROR_getInstance;
|
|
7330
|
+
_.$_$.v3 = Reason_WRONG_PLAYER_TURN_getInstance;
|
|
7331
|
+
_.$_$.w3 = Reason_DEPLOY_getInstance;
|
|
7332
|
+
_.$_$.x3 = Reason_FINISHED_getInstance;
|
|
7333
|
+
_.$_$.y3 = TimerType_DELAY_getInstance;
|
|
7334
|
+
_.$_$.z3 = LogType_DEBUG_getInstance;
|
|
7335
|
+
_.$_$.a4 = LogType_ERROR_getInstance;
|
|
7336
|
+
_.$_$.b4 = LogType_INFO_getInstance;
|
|
7337
|
+
_.$_$.c4 = LogType_VERBOSE_getInstance;
|
|
7338
|
+
_.$_$.d4 = LogType_WARN_getInstance;
|
|
7339
|
+
_.$_$.e4 = AppEnvironmentValue_DEVELOPMENT_getInstance;
|
|
7340
|
+
_.$_$.f4 = AppEnvironmentValue_PRODUCTION_getInstance;
|
|
7341
|
+
_.$_$.g4 = Companion_instance_8;
|
|
7342
|
+
_.$_$.h4 = Companion_getInstance_9;
|
|
7343
|
+
_.$_$.i4 = Companion_instance_11;
|
|
7344
|
+
_.$_$.j4 = Companion_getInstance_10;
|
|
7345
|
+
_.$_$.k4 = $serializer_getInstance_6;
|
|
7346
|
+
_.$_$.l4 = $serializer_getInstance_8;
|
|
7347
|
+
_.$_$.m4 = $serializer_getInstance_9;
|
|
7348
|
+
_.$_$.n4 = ProcessingReasonDto_getInstance;
|
|
7349
|
+
_.$_$.o4 = Companion_getInstance_12;
|
|
7350
|
+
_.$_$.p4 = Companion_getInstance_1;
|
|
7351
|
+
_.$_$.q4 = Companion_instance_5;
|
|
7352
|
+
_.$_$.r4 = RestartGameReason_getInstance;
|
|
7353
|
+
_.$_$.s4 = GameEngineConfig_instance;
|
|
7354
|
+
_.$_$.t4 = Toggles_instance;
|
|
7355
|
+
_.$_$.u4 = AppEnvironment_getInstance;
|
|
7348
7356
|
//endregion
|
|
7349
7357
|
return _;
|
|
7350
7358
|
}));
|