raspberry_games_engine_helpers 1.8.450 → 1.8.453
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/Kosi-Kaverit-kaverit.js +83 -83
- package/Kosi-Kaverit-kaverit.js.map +1 -1
- package/Kosi-Kodein-kodein-di.js +731 -723
- package/Kosi-Kodein-kodein-di.js.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1856 -1856
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/Logic_Debertz-core.js +1133 -1141
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +710 -608
- package/Logic_Debertz-engine.js +11947 -11946
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +3970 -3569
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +73 -5
- package/kotlinx-atomicfu.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +17 -17
- package/kotlinx-io-kotlinx-io-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.js +2156 -2155
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-io.js +15 -0
- package/kotlinx-serialization-kotlinx-serialization-json.js +1569 -1569
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/ktor-ktor-client-core.js +107 -5
- package/ktor-ktor-client-core.js.map +1 -1
- package/{ktor-ktor-client-js.js → ktor-ktor-http-cio.js} +2 -2
- package/ktor-ktor-http-cio.js.map +1 -0
- package/ktor-ktor-io.js +0 -4
- package/ktor-ktor-io.js.map +1 -1
- package/ktor-ktor-sse.js +15 -0
- package/ktor-ktor-sse.js.map +1 -0
- package/ktor-ktor-utils.js.map +1 -1
- package/package.json +2 -4
- package/raspberry-cardgame-lib-core.js +63 -64
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js +108 -109
- package/raspberry-cardgame-lib-logger.js.map +1 -1
- package/raspberry-cardgame-lib-random.js +93 -102
- package/raspberry-cardgame-lib-random.js.map +1 -1
- /package/{ktor-ktor-client-js.js.map → kotlinx-serialization-kotlinx-serialization-json-io.js.map} +0 -0
|
@@ -12,20 +12,19 @@
|
|
|
12
12
|
}(function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
16
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
15
|
+
var protoOf = kotlin_kotlin.$_$.ea;
|
|
16
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.k9;
|
|
17
17
|
var Unit_instance = kotlin_kotlin.$_$.a4;
|
|
18
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
18
|
+
var initMetadataForClass = kotlin_kotlin.$_$.j9;
|
|
19
19
|
var VOID = kotlin_kotlin.$_$.b;
|
|
20
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
21
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
22
|
-
var Enum = kotlin_kotlin.$_$.
|
|
23
|
-
var printStackTrace = kotlin_kotlin.$_$.
|
|
24
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
25
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
26
|
-
var stackTraceToString = kotlin_kotlin.$_$.
|
|
27
|
-
var toString = kotlin_kotlin.$_$.
|
|
28
|
-
var toString_0 = kotlin_kotlin.$_$.fa;
|
|
20
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.m9;
|
|
21
|
+
var defineProp = kotlin_kotlin.$_$.c9;
|
|
22
|
+
var Enum = kotlin_kotlin.$_$.vc;
|
|
23
|
+
var printStackTrace = kotlin_kotlin.$_$.zd;
|
|
24
|
+
var initMetadataForObject = kotlin_kotlin.$_$.o9;
|
|
25
|
+
var isBlank = kotlin_kotlin.$_$.ib;
|
|
26
|
+
var stackTraceToString = kotlin_kotlin.$_$.ae;
|
|
27
|
+
var toString = kotlin_kotlin.$_$.ga;
|
|
29
28
|
//endregion
|
|
30
29
|
//region block: pre-declaration
|
|
31
30
|
initMetadataForCompanion(Companion);
|
|
@@ -34,10 +33,10 @@
|
|
|
34
33
|
payload = payload === VOID ? null : payload;
|
|
35
34
|
var tmp;
|
|
36
35
|
if ($super === VOID) {
|
|
37
|
-
this.
|
|
36
|
+
this.s14(tag, message, payload);
|
|
38
37
|
tmp = Unit_instance;
|
|
39
38
|
} else {
|
|
40
|
-
tmp = $super.
|
|
39
|
+
tmp = $super.s14.call(this, tag, message, payload);
|
|
41
40
|
}
|
|
42
41
|
return tmp;
|
|
43
42
|
}
|
|
@@ -48,10 +47,10 @@
|
|
|
48
47
|
payload = payload === VOID ? null : payload;
|
|
49
48
|
var tmp;
|
|
50
49
|
if ($super === VOID) {
|
|
51
|
-
this.
|
|
50
|
+
this.t14(tag, message, exception, payload);
|
|
52
51
|
tmp = Unit_instance;
|
|
53
52
|
} else {
|
|
54
|
-
tmp = $super.
|
|
53
|
+
tmp = $super.t14.call(this, tag, message, exception, payload);
|
|
55
54
|
}
|
|
56
55
|
return tmp;
|
|
57
56
|
}
|
|
@@ -62,10 +61,10 @@
|
|
|
62
61
|
payload = payload === VOID ? null : payload;
|
|
63
62
|
var tmp;
|
|
64
63
|
if ($super === VOID) {
|
|
65
|
-
this.
|
|
64
|
+
this.u14(tag, message, exception, payload);
|
|
66
65
|
tmp = Unit_instance;
|
|
67
66
|
} else {
|
|
68
|
-
tmp = $super.
|
|
67
|
+
tmp = $super.u14.call(this, tag, message, exception, payload);
|
|
69
68
|
}
|
|
70
69
|
return tmp;
|
|
71
70
|
}
|
|
@@ -76,10 +75,10 @@
|
|
|
76
75
|
payload = payload === VOID ? null : payload;
|
|
77
76
|
var tmp;
|
|
78
77
|
if ($super === VOID) {
|
|
79
|
-
this.
|
|
78
|
+
this.v14(tag, message, exception, payload);
|
|
80
79
|
tmp = Unit_instance;
|
|
81
80
|
} else {
|
|
82
|
-
tmp = $super.
|
|
81
|
+
tmp = $super.v14.call(this, tag, message, exception, payload);
|
|
83
82
|
}
|
|
84
83
|
return tmp;
|
|
85
84
|
}
|
|
@@ -88,10 +87,10 @@
|
|
|
88
87
|
payload = payload === VOID ? null : payload;
|
|
89
88
|
var tmp;
|
|
90
89
|
if ($super === VOID) {
|
|
91
|
-
this.
|
|
90
|
+
this.w14(tag, message, payload);
|
|
92
91
|
tmp = Unit_instance;
|
|
93
92
|
} else {
|
|
94
|
-
tmp = $super.
|
|
93
|
+
tmp = $super.w14.call(this, tag, message, payload);
|
|
95
94
|
}
|
|
96
95
|
return tmp;
|
|
97
96
|
}
|
|
@@ -113,45 +112,45 @@
|
|
|
113
112
|
return Companion_instance;
|
|
114
113
|
}
|
|
115
114
|
function CombinedRaspberryLogger(logOutputs) {
|
|
116
|
-
this.
|
|
115
|
+
this.r14_1 = logOutputs;
|
|
117
116
|
}
|
|
118
|
-
protoOf(CombinedRaspberryLogger).
|
|
117
|
+
protoOf(CombinedRaspberryLogger).s14 = function (tag, message, payload) {
|
|
119
118
|
// Inline function 'kotlin.collections.forEach' call
|
|
120
|
-
var _iterator__ex2g4s = this.
|
|
121
|
-
while (_iterator__ex2g4s.
|
|
122
|
-
var element = _iterator__ex2g4s.
|
|
119
|
+
var _iterator__ex2g4s = this.r14_1.t();
|
|
120
|
+
while (_iterator__ex2g4s.u()) {
|
|
121
|
+
var element = _iterator__ex2g4s.v();
|
|
123
122
|
element.d(tag, message, payload);
|
|
124
123
|
}
|
|
125
124
|
};
|
|
126
|
-
protoOf(CombinedRaspberryLogger).
|
|
125
|
+
protoOf(CombinedRaspberryLogger).t14 = function (tag, message, exception, payload) {
|
|
127
126
|
// Inline function 'kotlin.collections.forEach' call
|
|
128
|
-
var _iterator__ex2g4s = this.
|
|
129
|
-
while (_iterator__ex2g4s.
|
|
130
|
-
var element = _iterator__ex2g4s.
|
|
127
|
+
var _iterator__ex2g4s = this.r14_1.t();
|
|
128
|
+
while (_iterator__ex2g4s.u()) {
|
|
129
|
+
var element = _iterator__ex2g4s.v();
|
|
131
130
|
element.e(tag, message, exception, payload);
|
|
132
131
|
}
|
|
133
132
|
};
|
|
134
|
-
protoOf(CombinedRaspberryLogger).
|
|
133
|
+
protoOf(CombinedRaspberryLogger).u14 = function (tag, message, exception, payload) {
|
|
135
134
|
// Inline function 'kotlin.collections.forEach' call
|
|
136
|
-
var _iterator__ex2g4s = this.
|
|
137
|
-
while (_iterator__ex2g4s.
|
|
138
|
-
var element = _iterator__ex2g4s.
|
|
135
|
+
var _iterator__ex2g4s = this.r14_1.t();
|
|
136
|
+
while (_iterator__ex2g4s.u()) {
|
|
137
|
+
var element = _iterator__ex2g4s.v();
|
|
139
138
|
element.w(tag, message, exception, payload);
|
|
140
139
|
}
|
|
141
140
|
};
|
|
142
|
-
protoOf(CombinedRaspberryLogger).
|
|
141
|
+
protoOf(CombinedRaspberryLogger).v14 = function (tag, message, exception, payload) {
|
|
143
142
|
// Inline function 'kotlin.collections.forEach' call
|
|
144
|
-
var _iterator__ex2g4s = this.
|
|
145
|
-
while (_iterator__ex2g4s.
|
|
146
|
-
var element = _iterator__ex2g4s.
|
|
143
|
+
var _iterator__ex2g4s = this.r14_1.t();
|
|
144
|
+
while (_iterator__ex2g4s.u()) {
|
|
145
|
+
var element = _iterator__ex2g4s.v();
|
|
147
146
|
element.v(tag, message, exception, payload);
|
|
148
147
|
}
|
|
149
148
|
};
|
|
150
|
-
protoOf(CombinedRaspberryLogger).
|
|
149
|
+
protoOf(CombinedRaspberryLogger).w14 = function (tag, message, payload) {
|
|
151
150
|
// Inline function 'kotlin.collections.forEach' call
|
|
152
|
-
var _iterator__ex2g4s = this.
|
|
153
|
-
while (_iterator__ex2g4s.
|
|
154
|
-
var element = _iterator__ex2g4s.
|
|
151
|
+
var _iterator__ex2g4s = this.r14_1.t();
|
|
152
|
+
while (_iterator__ex2g4s.u()) {
|
|
153
|
+
var element = _iterator__ex2g4s.v();
|
|
155
154
|
element.i(tag, message, payload);
|
|
156
155
|
}
|
|
157
156
|
};
|
|
@@ -161,38 +160,38 @@
|
|
|
161
160
|
}
|
|
162
161
|
function PlatformRaspberryLogger(enabled) {
|
|
163
162
|
enabled = enabled === VOID ? true : enabled;
|
|
164
|
-
this.
|
|
163
|
+
this.z14_1 = enabled;
|
|
165
164
|
}
|
|
166
|
-
protoOf(PlatformRaspberryLogger).
|
|
167
|
-
this.
|
|
165
|
+
protoOf(PlatformRaspberryLogger).x14 = function (_set____db54di) {
|
|
166
|
+
this.z14_1 = _set____db54di;
|
|
168
167
|
};
|
|
169
|
-
protoOf(PlatformRaspberryLogger).
|
|
170
|
-
return this.
|
|
168
|
+
protoOf(PlatformRaspberryLogger).y14 = function () {
|
|
169
|
+
return this.z14_1;
|
|
171
170
|
};
|
|
172
|
-
protoOf(PlatformRaspberryLogger).
|
|
173
|
-
if (!this.
|
|
171
|
+
protoOf(PlatformRaspberryLogger).s14 = function (tag, message, payload) {
|
|
172
|
+
if (!this.z14_1)
|
|
174
173
|
return Unit_instance;
|
|
175
|
-
Logger_getInstance().
|
|
174
|
+
Logger_getInstance().d15(tag, message);
|
|
176
175
|
};
|
|
177
|
-
protoOf(PlatformRaspberryLogger).
|
|
178
|
-
if (!this.
|
|
176
|
+
protoOf(PlatformRaspberryLogger).t14 = function (tag, message, exception, payload) {
|
|
177
|
+
if (!this.z14_1)
|
|
179
178
|
return Unit_instance;
|
|
180
|
-
Logger_getInstance().
|
|
179
|
+
Logger_getInstance().e15(tag, message, exception);
|
|
181
180
|
};
|
|
182
|
-
protoOf(PlatformRaspberryLogger).
|
|
183
|
-
if (!this.
|
|
181
|
+
protoOf(PlatformRaspberryLogger).u14 = function (tag, message, exception, payload) {
|
|
182
|
+
if (!this.z14_1)
|
|
184
183
|
return Unit_instance;
|
|
185
|
-
Logger_getInstance().
|
|
184
|
+
Logger_getInstance().f15(tag, message, exception);
|
|
186
185
|
};
|
|
187
|
-
protoOf(PlatformRaspberryLogger).
|
|
188
|
-
if (!this.
|
|
186
|
+
protoOf(PlatformRaspberryLogger).v14 = function (tag, message, exception, payload) {
|
|
187
|
+
if (!this.z14_1)
|
|
189
188
|
return Unit_instance;
|
|
190
|
-
Logger_getInstance().
|
|
189
|
+
Logger_getInstance().g15(tag, message, exception);
|
|
191
190
|
};
|
|
192
|
-
protoOf(PlatformRaspberryLogger).
|
|
193
|
-
if (!this.
|
|
191
|
+
protoOf(PlatformRaspberryLogger).w14 = function (tag, message, payload) {
|
|
192
|
+
if (!this.z14_1)
|
|
194
193
|
return Unit_instance;
|
|
195
|
-
Logger_getInstance().
|
|
194
|
+
Logger_getInstance().g15(tag, message);
|
|
196
195
|
};
|
|
197
196
|
function RaspberryLogger() {
|
|
198
197
|
}
|
|
@@ -209,26 +208,26 @@
|
|
|
209
208
|
Category_NONE_instance = new Category('NONE', 1, true);
|
|
210
209
|
}
|
|
211
210
|
function generateTag($this, tag) {
|
|
212
|
-
return !($this.
|
|
211
|
+
return !($this.c15_1 == null) && !(tag == null) ? '' + $this.c15_1 + ':' + tag : tag;
|
|
213
212
|
}
|
|
214
213
|
function Category(name, ordinal, isEnabled) {
|
|
215
214
|
Enum.call(this, name, ordinal);
|
|
216
|
-
this.
|
|
215
|
+
this.j15_1 = isEnabled;
|
|
217
216
|
}
|
|
218
217
|
function Logger$loggerSource$1() {
|
|
219
|
-
this.
|
|
218
|
+
this.k15_1 = new PlatformLogger();
|
|
220
219
|
}
|
|
221
|
-
protoOf(Logger$loggerSource$1).
|
|
222
|
-
this.
|
|
220
|
+
protoOf(Logger$loggerSource$1).l15 = function (tag, msg) {
|
|
221
|
+
this.k15_1.l15(tag, msg);
|
|
223
222
|
};
|
|
224
|
-
protoOf(Logger$loggerSource$1).
|
|
225
|
-
this.
|
|
223
|
+
protoOf(Logger$loggerSource$1).m15 = function (tag, msg, exception) {
|
|
224
|
+
this.k15_1.m15(tag, msg, exception);
|
|
226
225
|
};
|
|
227
|
-
protoOf(Logger$loggerSource$1).
|
|
228
|
-
this.
|
|
226
|
+
protoOf(Logger$loggerSource$1).n15 = function (tag, msg, exception) {
|
|
227
|
+
this.k15_1.n15(tag, msg, exception);
|
|
229
228
|
};
|
|
230
|
-
protoOf(Logger$loggerSource$1).
|
|
231
|
-
this.
|
|
229
|
+
protoOf(Logger$loggerSource$1).o15 = function (tag, msg, exception) {
|
|
230
|
+
this.k15_1.o15(tag, msg, exception);
|
|
232
231
|
};
|
|
233
232
|
function Category_NONE_getInstance() {
|
|
234
233
|
Category_initEntries();
|
|
@@ -237,82 +236,82 @@
|
|
|
237
236
|
function Logger() {
|
|
238
237
|
Logger_instance = this;
|
|
239
238
|
var tmp = this;
|
|
240
|
-
tmp.
|
|
241
|
-
this.
|
|
242
|
-
this.
|
|
239
|
+
tmp.a15_1 = new Logger$loggerSource$1();
|
|
240
|
+
this.b15_1 = true;
|
|
241
|
+
this.c15_1 = null;
|
|
243
242
|
}
|
|
244
|
-
protoOf(Logger).
|
|
245
|
-
this.
|
|
243
|
+
protoOf(Logger).d15 = function (tag, message) {
|
|
244
|
+
this.p15(tag, message, Category_NONE_getInstance());
|
|
246
245
|
};
|
|
247
|
-
protoOf(Logger).
|
|
248
|
-
if (this.
|
|
246
|
+
protoOf(Logger).q15 = function (tag, message, exception, category) {
|
|
247
|
+
if (this.b15_1 && category.j15_1) {
|
|
249
248
|
if (exception == null)
|
|
250
249
|
null;
|
|
251
250
|
else {
|
|
252
251
|
printStackTrace(exception);
|
|
253
252
|
}
|
|
254
|
-
this.
|
|
253
|
+
this.a15_1.n15(generateTag(this, tag), generateMsg(message, exception), exception);
|
|
255
254
|
}
|
|
256
255
|
};
|
|
257
|
-
protoOf(Logger).
|
|
256
|
+
protoOf(Logger).f15 = function (tag, message, exception, category, $super) {
|
|
258
257
|
tag = tag === VOID ? null : tag;
|
|
259
258
|
message = message === VOID ? null : message;
|
|
260
259
|
exception = exception === VOID ? null : exception;
|
|
261
260
|
category = category === VOID ? Category_NONE_getInstance() : category;
|
|
262
261
|
var tmp;
|
|
263
262
|
if ($super === VOID) {
|
|
264
|
-
this.
|
|
263
|
+
this.q15(tag, message, exception, category);
|
|
265
264
|
tmp = Unit_instance;
|
|
266
265
|
} else {
|
|
267
|
-
tmp = $super.
|
|
266
|
+
tmp = $super.q15.call(this, tag, message, exception, category);
|
|
268
267
|
}
|
|
269
268
|
return tmp;
|
|
270
269
|
};
|
|
271
|
-
protoOf(Logger).
|
|
272
|
-
if (this.
|
|
273
|
-
this.
|
|
270
|
+
protoOf(Logger).p15 = function (tag, message, category) {
|
|
271
|
+
if (this.b15_1 && category.j15_1) {
|
|
272
|
+
this.a15_1.l15(generateTag(this, tag), message);
|
|
274
273
|
}
|
|
275
274
|
};
|
|
276
|
-
protoOf(Logger).
|
|
277
|
-
if (this.
|
|
278
|
-
this.
|
|
275
|
+
protoOf(Logger).r15 = function (tag, message, exception, category) {
|
|
276
|
+
if (this.b15_1 && category.j15_1) {
|
|
277
|
+
this.a15_1.o15(generateTag(this, tag), generateMsg(message, exception), exception);
|
|
279
278
|
}
|
|
280
279
|
};
|
|
281
|
-
protoOf(Logger).
|
|
280
|
+
protoOf(Logger).g15 = function (tag, message, exception, category, $super) {
|
|
282
281
|
tag = tag === VOID ? null : tag;
|
|
283
282
|
message = message === VOID ? null : message;
|
|
284
283
|
exception = exception === VOID ? null : exception;
|
|
285
284
|
category = category === VOID ? Category_NONE_getInstance() : category;
|
|
286
285
|
var tmp;
|
|
287
286
|
if ($super === VOID) {
|
|
288
|
-
this.
|
|
287
|
+
this.r15(tag, message, exception, category);
|
|
289
288
|
tmp = Unit_instance;
|
|
290
289
|
} else {
|
|
291
|
-
tmp = $super.
|
|
290
|
+
tmp = $super.r15.call(this, tag, message, exception, category);
|
|
292
291
|
}
|
|
293
292
|
return tmp;
|
|
294
293
|
};
|
|
295
|
-
protoOf(Logger).
|
|
296
|
-
if (this.
|
|
294
|
+
protoOf(Logger).s15 = function (tag, message, exception, category) {
|
|
295
|
+
if (this.b15_1 && category.j15_1) {
|
|
297
296
|
if (exception == null)
|
|
298
297
|
null;
|
|
299
298
|
else {
|
|
300
299
|
printStackTrace(exception);
|
|
301
300
|
}
|
|
302
|
-
this.
|
|
301
|
+
this.a15_1.m15(generateTag(this, tag), generateMsg(message, exception), exception);
|
|
303
302
|
}
|
|
304
303
|
};
|
|
305
|
-
protoOf(Logger).
|
|
304
|
+
protoOf(Logger).e15 = function (tag, message, exception, category, $super) {
|
|
306
305
|
tag = tag === VOID ? null : tag;
|
|
307
306
|
message = message === VOID ? null : message;
|
|
308
307
|
exception = exception === VOID ? null : exception;
|
|
309
308
|
category = category === VOID ? Category_NONE_getInstance() : category;
|
|
310
309
|
var tmp;
|
|
311
310
|
if ($super === VOID) {
|
|
312
|
-
this.
|
|
311
|
+
this.s15(tag, message, exception, category);
|
|
313
312
|
tmp = Unit_instance;
|
|
314
313
|
} else {
|
|
315
|
-
tmp = $super.
|
|
314
|
+
tmp = $super.s15.call(this, tag, message, exception, category);
|
|
316
315
|
}
|
|
317
316
|
return tmp;
|
|
318
317
|
};
|
|
@@ -344,25 +343,25 @@
|
|
|
344
343
|
}
|
|
345
344
|
function PlatformLogger() {
|
|
346
345
|
}
|
|
347
|
-
protoOf(PlatformLogger).
|
|
346
|
+
protoOf(PlatformLogger).l15 = function (tag, msg) {
|
|
348
347
|
console.log('D:' + getLogTag(tag) + ': ' + msg);
|
|
349
348
|
};
|
|
350
|
-
protoOf(PlatformLogger).
|
|
349
|
+
protoOf(PlatformLogger).m15 = function (tag, msg, exception) {
|
|
351
350
|
if (!(exception == null)) {
|
|
352
|
-
console.error(getLogTag(tag) + ': ' + msg + ', exception: ' + toString(
|
|
351
|
+
console.error(getLogTag(tag) + ': ' + msg + ', exception: ' + exception.toString());
|
|
353
352
|
} else {
|
|
354
353
|
console.error(getLogTag(tag) + ': ' + msg);
|
|
355
354
|
}
|
|
356
355
|
};
|
|
357
|
-
protoOf(PlatformLogger).
|
|
356
|
+
protoOf(PlatformLogger).n15 = function (tag, msg, exception) {
|
|
358
357
|
var tmp = console;
|
|
359
358
|
var tmp_0 = getLogTag(tag);
|
|
360
|
-
tmp.warn(tmp_0 + ': ' + msg + ' ' +
|
|
359
|
+
tmp.warn(tmp_0 + ': ' + msg + ' ' + toString(exception == null ? '' : exception));
|
|
361
360
|
};
|
|
362
|
-
protoOf(PlatformLogger).
|
|
361
|
+
protoOf(PlatformLogger).o15 = function (tag, msg, exception) {
|
|
363
362
|
var tmp = console;
|
|
364
363
|
var tmp_0 = getLogTag(tag);
|
|
365
|
-
tmp.log('V:' + tmp_0 + ': ' + msg + ' ' +
|
|
364
|
+
tmp.log('V:' + tmp_0 + ': ' + msg + ' ' + toString(exception == null ? '' : exception));
|
|
366
365
|
};
|
|
367
366
|
//region block: post-declaration
|
|
368
367
|
protoOf(CombinedRaspberryLogger).d = d;
|
|
@@ -376,9 +375,9 @@
|
|
|
376
375
|
protoOf(PlatformRaspberryLogger).v = v;
|
|
377
376
|
protoOf(PlatformRaspberryLogger).i = i;
|
|
378
377
|
defineProp(protoOf(PlatformRaspberryLogger), 'enabled', function () {
|
|
379
|
-
return this.
|
|
378
|
+
return this.y14();
|
|
380
379
|
}, function (value) {
|
|
381
|
-
this.
|
|
380
|
+
this.x14(value);
|
|
382
381
|
});
|
|
383
382
|
//endregion
|
|
384
383
|
//region block: init
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../raspberry-cardgame-core/logger/src/commonMain/kotlin/games/raspberry/logger/output/LoggerOutput.kt","../../../../../../../../raspberry-cardgame-core/logger/src/commonMain/kotlin/games/raspberry/logger/CombinedRaspberryLogger.kt","common/src/generated/_Collections.kt","../../../../../../../../raspberry-cardgame-core/logger/src/commonMain/kotlin/games/raspberry/logger/PlatformRaspberryLogger.kt","../../../../../../../../raspberry-cardgame-core/logger/src/commonMain/kotlin/games/raspberry/logger/platform/PlatformLogger.kt","src/kotlin/text/Strings.kt","../../../../../../../../raspberry-cardgame-core/logger/src/jsMain/kotlin/games/raspberry/logger/platform/PlatformLogger.js.kt"],"sourcesContent":[null,null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["d$default","tag","message","payload","e$default","exception","w$default","v$default","i$default","<init>","logOutputs","d","element","e","w","v","i","enabled","<set-enabled>","<set-?>","<get-enabled>","generateTag","isEnabled","logDebug","msg","logError","logWarning","logVerbose","category","generateMsg","logMessage","getLogTag"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../raspberry-cardgame-core/logger/src/commonMain/kotlin/games/raspberry/logger/output/LoggerOutput.kt","../../../../../../../../raspberry-cardgame-core/logger/src/commonMain/kotlin/games/raspberry/logger/CombinedRaspberryLogger.kt","common/src/generated/_Collections.kt","../../../../../../../../raspberry-cardgame-core/logger/src/commonMain/kotlin/games/raspberry/logger/PlatformRaspberryLogger.kt","../../../../../../../../raspberry-cardgame-core/logger/src/commonMain/kotlin/games/raspberry/logger/platform/PlatformLogger.kt","src/kotlin/text/Strings.kt","../../../../../../../../raspberry-cardgame-core/logger/src/jsMain/kotlin/games/raspberry/logger/platform/PlatformLogger.js.kt"],"sourcesContent":[null,null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["d$default","tag","message","payload","e$default","exception","w$default","v$default","i$default","<init>","logOutputs","d","element","e","w","v","i","enabled","<set-enabled>","<set-?>","<get-enabled>","generateTag","isEnabled","logDebug","msg","logError","logWarning","logVerbose","category","generateMsg","logMessage","getLogTag"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAMIA,CAAMC,G,EAAqBC,O,EAAiBC,O,QAA5CH,E;yBAAqB,I;iCAAuC,I;;;;;;;;;G;YAE5DI,CAAMH,G,EAAqBC,O,EAAyBG,S,EAA8BF,O,QAAlFC,E;yBAAqB,I;iCAAyB,I;qCAA8B,I;iCAAsB,I;;;;;;;;;G;YAElGE,CAAML,G,EAAqBC,O,EAAyBG,S,EAA8BF,O,QAAlFG,E;yBAAqB,I;iCAAyB,I;qCAA8B,I;iCAAsB,I;;;;;;;;;G;YAElGC,CAAMN,G,EAAqBC,O,EAAyBG,S,EAA8BF,O,QAAlFI,E;yBAAqB,I;iCAAyB,I;qCAA8B,I;iCAAsB,I;;;;;;;;;G;YAElGC,CAAMP,G,EAAqBC,O,EAAiBC,O,QAA5CK,E;yBAAqB,I;iCAAuC,I;;;;;;;;;G;;;;;;;;;;;;oBC4B5DC,CAAAA,EAAA;A,EAAA,C;;;;;kCAtCyBA,CACjBC,UADiBD,EAAA;A,IACzB,uB;EADyB,C;kDAQhBE,CAAMV,G,EAAcC,O,EAAiBC,OAArCQ,EAAoD;A;QC82D7C,oBD72DZ,IC62DY,CD72DZ,KC62DY,I;WAAA,qB,EAAM;A,UAAjBC,UAAW,qB;MAAa,OD52DlB,GAAE,GAAF,EAAO,OAAP,EAAgB,OAAhB,C;IC42DyB,C;ED12DpC,C;kDAESC,CAAMZ,G,EAAcC,O,EAAkBG,S,EAAuBF,OAA7DU,EAA4E;A;QCw2DrE,oBDv2DZ,ICu2DY,CDv2DZ,KCu2DY,I;WAAA,qB,EAAM;A,UAAjBD,UAAW,qB;MAAa,ODt2DlB,GAAE,GAAF,EAAO,OAAP,EAAgB,SAAhB,EAA2B,OAA3B,C;ICs2DyB,C;EDp2DpC,C;kDAESE,CAAMb,G,EAAcC,O,EAAkBG,S,EAAuBF,OAA7DW,EAA4E;A;QCk2DrE,oBDj2DZ,ICi2DY,CDj2DZ,KCi2DY,I;WAAA,qB,EAAM;A,UAAjBF,UAAW,qB;MAAa,ODh2DlB,GAAE,GAAF,EAAO,OAAP,EAAgB,SAAhB,EAA2B,OAA3B,C;ICg2DyB,C;ED91DpC,C;kDAESG,CAAMd,G,EAAcC,O,EAAkBG,S,EAAuBF,OAA7DY,EAA4E;A;QC41DrE,oBD31DZ,IC21DY,CD31DZ,KC21DY,I;WAAA,qB,EAAM;A,UAAjBH,UAAW,qB;MAAa,OD11DlB,GAAE,GAAF,EAAO,OAAP,EAAgB,SAAhB,EAA2B,OAA3B,C;IC01DyB,C;EDx1DpC,C;kDAESI,CAAMf,G,EAAcC,O,EAAiBC,OAArCa,EAAoD;A;QCs1D7C,oBDr1DZ,ICq1DY,CDr1DZ,KCq1DY,I;WAAA,qB,EAAM;A,UAAjBJ,UAAW,qB;MAAa,ODp1DlB,GAAE,GAAF,EAAO,OAAP,EAAgB,OAAhB,C;ICo1DyB,C;EDl1DpC,C;;;;;kCEpCyBH,CAAUQ,OAAVR,EAAA;A,iCAAiC,I;IAAhC,oB;EAAD,C;kDAAUS,CAAAC,cAAAD,EAAA;A,IAAA,2B;EAA0B,C;kDAA1BE,CAAAA,EAAA;A,IAAA,iB;EAA0B,C;kDAEpDT,CAAMV,G,EAAcC,O,EAAiBC,OAArCQ,EAAoD;A,IACrD,KAAC,IAAD,CAAC,KAAD,C;MAAU,oB;IACP,yBAAE,GAAF,EAAO,OAAP,C;EACX,C;kDAESE,CAAMZ,G,EAAcC,O,EAAkBG,S,EAAuBF,OAA7DU,EAA4E;A,IAC7E,KAAC,IAAD,CAAC,KAAD,C;MAAU,oB;IACP,yBAAE,GAAF,EAAO,OAAP,EAAgB,SAAhB,C;EACX,C;kDAESC,CAAMb,G,EAAcC,O,EAAkBG,S,EAAuBF,OAA7DW,EAA4E;A,IAC7E,KAAC,IAAD,CAAC,KAAD,C;MAAU,oB;IACP,yBAAE,GAAF,EAAO,OAAP,EAAgB,SAAhB,C;EACX,C;kDAESC,CAAMd,G,EAAcC,O,EAAkBG,S,EAAuBF,OAA7DY,EAA4E;A,IAC7E,KAAC,IAAD,CAAC,KAAD,C;MAAU,oB;IACP,yBAAE,GAAF,EAAO,OAAP,EAAgB,SAAhB,C;EACX,C;kDAESC,CAAMf,G,EAAcC,O,EAAiBC,OAArCa,EAAoD;A,IACrD,KAAC,IAAD,CAAC,KAAD,C;MAAU,oB;IACP,yBAAE,GAAF,EAAO,OAAP,C;EACX,C;;;;;;;;;;;;kCC+Ea,aA5GjB,WA4GiB,EA5GjB,CA4GiB,EAAC,IAAD,C;6BACL,aA7GZ,MA6GY,EA7GZ,CA6GY,EAAC,IAAD,C;;sBALAK,CAAA,K,EAAgBpB,GAAhBoB,EACJ;A,IAAgE,OAA5D,iBAAa,IAAb,KAAqB,SAAO,IAAP,CAArB,QAAoC,KAApC,CAAoC,KAApC,GAA6C,GAA7C,GAA+C,GAA/C,GAAyD,G;EAAE,C;mBAEhDZ,C,eAACa,SAADb,EAAA;A;IAAC,sB;EAAD,C;gCA/EcA,CAAAA,EAAA;A,IAEA,iC;EAFA,C;gDAIpBc,CAAatB,G,EAAcuB,GAA3BD,EAAwC;A,IAC7C,IAAe,CAAf,KAAe,KAAS,GAAT,EAAc,GAAd,C;EACnB,C;gDAESE,CAAaxB,G,EAAcuB,G,EAAanB,SAAxCoB,EAA+D;A,IACpE,IAAe,CAAf,KAAe,KAAS,GAAT,EAAc,GAAd,EAAmB,SAAnB,C;EACnB,C;gDAESC,CAAezB,G,EAAcuB,G,EAAanB,SAA1CqB,EAAiE;A,IACtE,IAAe,CAAf,KAAe,KAAW,GAAX,EAAgB,GAAhB,EAAqB,SAArB,C;EACnB,C;gDAESC,CAAe1B,G,EAAcuB,G,EAAanB,SAA1CsB,EAAiE;A,IACtE,IAAe,CAAf,KAAe,KAAW,GAAX,EAAgB,GAAhB,EAAqB,SAArB,C;EACnB,C;;;;;iBApBRlB,CAAAA,EAAA;A;cAEqC,I;IAAA,uC;IAyBnB,iB;IAEW,iB;EA7B7B,C;iCA+BIE,CAAMV,G,EAAqBC,OAA3BS,EAA4C;A,IACxC,SAAE,GAAF,EAAO,OAAP,EAAyB,2BAAzB,C;EACJ,C;iCAEAG,CACIb,G,EACAC,O,EACAG,S,EACAuB,QAJJd,EAKE;A,IACM,kBAAW,QAAX,CAAoB,KAApB,C,CAA+B;A,MACpB,IAAX,SAAW,S;QAAA,I;;QAAA,gBAAX,SAAW,C;;MACX,IAAa,CAAb,KAAa,KAAW,kBAAY,GAAZ,CAAX,EAA6B,YAAY,OAAZ,EAAqB,SAArB,CAA7B,EAA8D,SAA9D,C;IACjB,C;EACJ,C;iCAVAR,CACIL,G,EACAC,O,EACAG,S,EACAuB,Q,QAJJtB,E;yBACmB,I;iCACI,I;qCACK,I;mCACM,2B;;;;;;;;;G;iCAQlCK,CAAMV,G,EAAqBC,O,EAAiB0B,QAA5CjB,EAAgF;A,IACxE,kBAAW,QAAX,CAAoB,KAApB,C;MACA,IAAa,CAAb,KAAa,KAAS,kBAAY,GAAZ,CAAT,EAA2B,OAA3B,C;;EACrB,C;iCAEAI,CACId,G,EACAC,O,EACAG,S,EACAuB,QAJJb,EAKE;A,IACM,kBAAW,QAAX,CAAoB,KAApB,C;MACA,IAAa,CAAb,KAAa,KAAW,kBAAY,GAAZ,CAAX,EAA6B,YAAY,OAAZ,EAAqB,SAArB,CAA7B,EAA8D,SAA9D,C;;EACrB,C;iCARAR,CACIN,G,EACAC,O,EACAG,S,EACAuB,Q,QAJJrB,E;yBACmB,I;iCACI,I;qCACK,I;mCACM,2B;;;;;;;;;G;iCAMlCM,CACIZ,G,EACAC,O,EACAG,S,EACAuB,QAJJf,EAKE;A,IACM,kBAAW,QAAX,CAAoB,KAApB,C,CAA+B;A,MACpB,IAAX,SAAW,S;QAAA,I;;QAAA,gBAAX,SAAW,C;;MACX,IAAa,CAAb,KAAa,KAAS,kBAAY,GAAZ,CAAT,EAA2B,YAAY,OAAZ,EAAqB,SAArB,CAA3B,EAA4D,SAA5D,C;IACjB,C;EACJ,C;iCAVAT,CACIH,G,EACAC,O,EACAG,S,EACAuB,Q,QAJJxB,E;yBACmB,I;iCACI,I;qCACK,I;mCACM,2B;;;;;;;;;G;;;;;;;sBAyBtCyB,CAAgBL,G,EAAcnB,SAA9BwB,EAA6D;A,QACzDC,aAAiB,E;;IACb,MAAC,GCmNE,IAAQ,IDnNX,ICmNwB,QDnNvB,GCmNuB,CDnNxB,E,CAAsB;A,MACtB,0BAAc,G;IAClB,C;IACI,mBAAa,IAAb,E,CAAmB;A,gBACnB,U;;UC+NsC,iBD/NT,SC+NS,CD/NC,O;MAAvC,oBAAe,cAAf,IC+NsC,yBAAQ,EAAR,iBD/NtC,IAAyD,gBAAzD,GAAmF,mBAAV,SAAU,CAAnF,C;IACJ,C;IACI,IAAW,QAAX,UAAW,CAAX,C,CAAsB;A,MACtB,aAAa,e;IACjB,C;IACA,OAAO,U;EACX,C;oBAhBAC,CAAc9B,GAAd8B,EAAoC;A,IAChC,OAAW,SAAO,IAAP,IAAc,GAAd,GAAgB,GAAhB,GAAmB,GAAnB,GAA2B,E;EAC1C,C;yBEjHmCtB,CAAAA,EAAA;A,EAAA,C;yCACxBc,CAAatB,G,EAAcuB,GAA3BD,EAAwC;A,IAC3C,OAAQ,KAAK,IAAL,GAAS,UAAU,GAAV,CAAT,GAAwB,IAAxB,GAA2B,GAA3B,C;EACZ,C;yCAEOE,CAAaxB,G,EAAcuB,G,EAAanB,SAAxCoB,EAA+D;A,IAC9D,mBAAa,IAAb,E,CAAmB;A,MACnB,OAAQ,OAAS,UAAU,GAAV,CAAT,GAAwB,IAAxB,GAA2B,GAA3B,GAA8B,eAA9B,GAA4C,SAA5C,Y;IACZ,C,MAAO;A,MACH,OAAQ,OAAS,UAAU,GAAV,CAAT,GAAwB,IAAxB,GAA2B,GAA3B,C;IACZ,C;EACJ,C;yCAEOC,CAAezB,G,EAAcuB,G,EAAanB,SAA1CqB,EAAiE;A,cACpE,O;gBAAgB,UAAU,GAAV,C;IAAR,iBAAuB,IAAvB,GAA0B,GAA1B,GAA6B,GAA7B,YAAgC,oBAAa,EAAb,YAAhC,E;EACZ,C;yCAEOC,CAAe1B,G,EAAcuB,G,EAAanB,SAA1CsB,EAAiE;A,cACpE,O;gBAAiB,UAAU,GAAV,C;IAAT,QAAK,IAAL,WAAwB,IAAxB,GAA2B,GAA3B,GAA8B,GAA9B,YAAiC,oBAAa,EAAb,YAAjC,E;EACZ,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|