@solibo/home-api 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +742 -742
- package/kotlin-kotlin-stdlib.js +3032 -1782
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +14 -14
- package/kotlinx-coroutines-core.js +1893 -1893
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring.js +35 -35
- package/kotlinx-io-kotlinx-io-core.js +457 -457
- package/kotlinx-serialization-kotlinx-serialization-core.js +1798 -1798
- package/kotlinx-serialization-kotlinx-serialization-json.js +1409 -1409
- package/ktor-ktor-client-content-negotiation.js +190 -190
- package/ktor-ktor-client-core.js +2991 -2991
- package/ktor-ktor-events.js +8 -8
- package/ktor-ktor-http-cio.js +497 -497
- package/ktor-ktor-http.js +675 -675
- package/ktor-ktor-io.js +1099 -1104
- package/ktor-ktor-io.js.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/ktor-ktor-serialization-kotlinx.js +230 -230
- package/ktor-ktor-serialization.js +107 -107
- package/ktor-ktor-utils.js +553 -553
- package/ktor-ktor-websockets.js +757 -757
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.ts +395 -8
- package/solibo-sdk-sdk-home-api.js +74182 -68237
- package/solibo-sdk-sdk-home-api.js.map +1 -1
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
var Unit_instance = kotlin_kotlin.$_$.y4;
|
|
35
35
|
var CoroutineImpl = kotlin_kotlin.$_$.g9;
|
|
36
36
|
var protoOf = kotlin_kotlin.$_$.ub;
|
|
37
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
37
|
+
var THROW_CCE = kotlin_kotlin.$_$.vf;
|
|
38
38
|
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.p8;
|
|
39
39
|
var initMetadataForLambda = kotlin_kotlin.$_$.cb;
|
|
40
40
|
var VOID = kotlin_kotlin.$_$.b;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
var readRemaining = kotlin_io_ktor_ktor_io.$_$.f;
|
|
61
61
|
var discard = kotlin_io_ktor_ktor_io.$_$.y;
|
|
62
62
|
var readByteArray = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.k;
|
|
63
|
-
var readText = kotlin_io_ktor_ktor_io.$_$.
|
|
63
|
+
var readText = kotlin_io_ktor_ktor_io.$_$.z;
|
|
64
64
|
var JsonConvertException = kotlin_io_ktor_ktor_serialization.$_$.d;
|
|
65
65
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.n1;
|
|
66
66
|
var serializerOrNull = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w2;
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
var _iterator__ex2g4s = tmp0.t();
|
|
110
110
|
while (_iterator__ex2g4s.u()) {
|
|
111
111
|
var element = _iterator__ex2g4s.v();
|
|
112
|
-
var tmp0_safe_receiver = element.
|
|
112
|
+
var tmp0_safe_receiver = element.l4z(format);
|
|
113
113
|
if (tmp0_safe_receiver == null)
|
|
114
114
|
null;
|
|
115
115
|
else {
|
|
@@ -120,38 +120,38 @@
|
|
|
120
120
|
return destination;
|
|
121
121
|
}
|
|
122
122
|
function serialization(_this__u8e3s4, contentType, format) {
|
|
123
|
-
_this__u8e3s4.
|
|
123
|
+
_this__u8e3s4.u3a(contentType, new KotlinxSerializationConverter(format));
|
|
124
124
|
}
|
|
125
125
|
function KotlinxSerializationConverter$serialize$o$collect$slambda($$this$unsafeFlow, $contentType, $charset, $typeInfo, $value, resultContinuation) {
|
|
126
|
-
this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
126
|
+
this.u4z_1 = $$this$unsafeFlow;
|
|
127
|
+
this.v4z_1 = $contentType;
|
|
128
|
+
this.w4z_1 = $charset;
|
|
129
|
+
this.x4z_1 = $typeInfo;
|
|
130
|
+
this.y4z_1 = $value;
|
|
131
131
|
CoroutineImpl.call(this, resultContinuation);
|
|
132
132
|
}
|
|
133
|
-
protoOf(KotlinxSerializationConverter$serialize$o$collect$slambda).
|
|
134
|
-
var tmp = this.
|
|
135
|
-
tmp.
|
|
136
|
-
tmp.
|
|
137
|
-
return tmp.
|
|
133
|
+
protoOf(KotlinxSerializationConverter$serialize$o$collect$slambda).k3b = function (value, $completion) {
|
|
134
|
+
var tmp = this.l3b(value, $completion);
|
|
135
|
+
tmp.l8_1 = Unit_instance;
|
|
136
|
+
tmp.m8_1 = null;
|
|
137
|
+
return tmp.r8();
|
|
138
138
|
};
|
|
139
|
-
protoOf(KotlinxSerializationConverter$serialize$o$collect$slambda).
|
|
140
|
-
return this.
|
|
139
|
+
protoOf(KotlinxSerializationConverter$serialize$o$collect$slambda).d9 = function (p1, $completion) {
|
|
140
|
+
return this.k3b((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
141
141
|
};
|
|
142
|
-
protoOf(KotlinxSerializationConverter$serialize$o$collect$slambda).
|
|
143
|
-
var suspendResult = this.
|
|
142
|
+
protoOf(KotlinxSerializationConverter$serialize$o$collect$slambda).r8 = function () {
|
|
143
|
+
var suspendResult = this.l8_1;
|
|
144
144
|
$sm: do
|
|
145
145
|
try {
|
|
146
|
-
var tmp = this.
|
|
146
|
+
var tmp = this.j8_1;
|
|
147
147
|
switch (tmp) {
|
|
148
148
|
case 0:
|
|
149
|
-
this.
|
|
150
|
-
var tmp0 = this.
|
|
151
|
-
var tmp2 = this.
|
|
152
|
-
this.
|
|
153
|
-
this.
|
|
154
|
-
suspendResult = tmp2.
|
|
149
|
+
this.k8_1 = 3;
|
|
150
|
+
var tmp0 = this.u4z_1;
|
|
151
|
+
var tmp2 = this.z4z_1;
|
|
152
|
+
this.a50_1 = tmp0;
|
|
153
|
+
this.j8_1 = 1;
|
|
154
|
+
suspendResult = tmp2.g4o(this.v4z_1, this.w4z_1, this.x4z_1, this.y4z_1, this);
|
|
155
155
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
156
156
|
return suspendResult;
|
|
157
157
|
}
|
|
@@ -159,8 +159,8 @@
|
|
|
159
159
|
continue $sm;
|
|
160
160
|
case 1:
|
|
161
161
|
var ARGUMENT = suspendResult;
|
|
162
|
-
this.
|
|
163
|
-
suspendResult = this.
|
|
162
|
+
this.j8_1 = 2;
|
|
163
|
+
suspendResult = this.a50_1.d1b(ARGUMENT, this);
|
|
164
164
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
165
165
|
return suspendResult;
|
|
166
166
|
}
|
|
@@ -169,49 +169,49 @@
|
|
|
169
169
|
case 2:
|
|
170
170
|
return Unit_instance;
|
|
171
171
|
case 3:
|
|
172
|
-
throw this.
|
|
172
|
+
throw this.m8_1;
|
|
173
173
|
}
|
|
174
174
|
} catch ($p) {
|
|
175
175
|
var e = $p;
|
|
176
|
-
if (this.
|
|
176
|
+
if (this.k8_1 === 3) {
|
|
177
177
|
throw e;
|
|
178
178
|
} else {
|
|
179
|
-
this.
|
|
180
|
-
this.
|
|
179
|
+
this.j8_1 = this.k8_1;
|
|
180
|
+
this.m8_1 = e;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
while (true);
|
|
184
184
|
};
|
|
185
|
-
protoOf(KotlinxSerializationConverter$serialize$o$collect$slambda).
|
|
186
|
-
var i = new KotlinxSerializationConverter$serialize$o$collect$slambda(this.
|
|
187
|
-
i.
|
|
185
|
+
protoOf(KotlinxSerializationConverter$serialize$o$collect$slambda).l3b = function (value, completion) {
|
|
186
|
+
var i = new KotlinxSerializationConverter$serialize$o$collect$slambda(this.u4z_1, this.v4z_1, this.w4z_1, this.x4z_1, this.y4z_1, completion);
|
|
187
|
+
i.z4z_1 = value;
|
|
188
188
|
return i;
|
|
189
189
|
};
|
|
190
190
|
function KotlinxSerializationConverter$serialize$o$collect$slambda_0($$this$unsafeFlow, $contentType, $charset, $typeInfo, $value, resultContinuation) {
|
|
191
191
|
var i = new KotlinxSerializationConverter$serialize$o$collect$slambda($$this$unsafeFlow, $contentType, $charset, $typeInfo, $value, resultContinuation);
|
|
192
192
|
var l = function (value, $completion) {
|
|
193
|
-
return i.
|
|
193
|
+
return i.k3b(value, $completion);
|
|
194
194
|
};
|
|
195
195
|
l.$arity = 1;
|
|
196
196
|
return l;
|
|
197
197
|
}
|
|
198
198
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
199
199
|
CoroutineImpl.call(this, resultContinuation);
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
200
|
+
this.j50_1 = _this__u8e3s4;
|
|
201
|
+
this.k50_1 = collector;
|
|
202
202
|
}
|
|
203
|
-
protoOf($collectCOROUTINE$).
|
|
204
|
-
var suspendResult = this.
|
|
203
|
+
protoOf($collectCOROUTINE$).r8 = function () {
|
|
204
|
+
var suspendResult = this.l8_1;
|
|
205
205
|
$sm: do
|
|
206
206
|
try {
|
|
207
|
-
var tmp = this.
|
|
207
|
+
var tmp = this.j8_1;
|
|
208
208
|
switch (tmp) {
|
|
209
209
|
case 0:
|
|
210
|
-
this.
|
|
211
|
-
var $this$unsafeFlow = this.
|
|
212
|
-
this.
|
|
213
|
-
var tmp_0 = KotlinxSerializationConverter$serialize$o$collect$slambda_0($this$unsafeFlow, this.
|
|
214
|
-
suspendResult = this.
|
|
210
|
+
this.k8_1 = 2;
|
|
211
|
+
var $this$unsafeFlow = this.k50_1;
|
|
212
|
+
this.j8_1 = 1;
|
|
213
|
+
var tmp_0 = KotlinxSerializationConverter$serialize$o$collect$slambda_0($this$unsafeFlow, this.j50_1.m50_1, this.j50_1.n50_1, this.j50_1.o50_1, this.j50_1.p50_1, null);
|
|
214
|
+
suspendResult = this.j50_1.l50_1.f1b(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
215
215
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
216
216
|
return suspendResult;
|
|
217
217
|
}
|
|
@@ -220,48 +220,48 @@
|
|
|
220
220
|
case 1:
|
|
221
221
|
return Unit_instance;
|
|
222
222
|
case 2:
|
|
223
|
-
throw this.
|
|
223
|
+
throw this.m8_1;
|
|
224
224
|
}
|
|
225
225
|
} catch ($p) {
|
|
226
226
|
var e = $p;
|
|
227
|
-
if (this.
|
|
227
|
+
if (this.k8_1 === 2) {
|
|
228
228
|
throw e;
|
|
229
229
|
} else {
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
230
|
+
this.j8_1 = this.k8_1;
|
|
231
|
+
this.m8_1 = e;
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
while (true);
|
|
235
235
|
};
|
|
236
236
|
function KotlinxSerializationConverter$deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $content, resultContinuation) {
|
|
237
|
-
this.
|
|
238
|
-
this.
|
|
239
|
-
this.
|
|
240
|
-
this.
|
|
237
|
+
this.y50_1 = $$this$unsafeFlow;
|
|
238
|
+
this.z50_1 = $charset;
|
|
239
|
+
this.a51_1 = $typeInfo;
|
|
240
|
+
this.b51_1 = $content;
|
|
241
241
|
CoroutineImpl.call(this, resultContinuation);
|
|
242
242
|
}
|
|
243
|
-
protoOf(KotlinxSerializationConverter$deserialize$o$collect$slambda).
|
|
244
|
-
var tmp = this.
|
|
245
|
-
tmp.
|
|
246
|
-
tmp.
|
|
247
|
-
return tmp.
|
|
243
|
+
protoOf(KotlinxSerializationConverter$deserialize$o$collect$slambda).k3b = function (value, $completion) {
|
|
244
|
+
var tmp = this.l3b(value, $completion);
|
|
245
|
+
tmp.l8_1 = Unit_instance;
|
|
246
|
+
tmp.m8_1 = null;
|
|
247
|
+
return tmp.r8();
|
|
248
248
|
};
|
|
249
|
-
protoOf(KotlinxSerializationConverter$deserialize$o$collect$slambda).
|
|
250
|
-
return this.
|
|
249
|
+
protoOf(KotlinxSerializationConverter$deserialize$o$collect$slambda).d9 = function (p1, $completion) {
|
|
250
|
+
return this.k3b((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
251
251
|
};
|
|
252
|
-
protoOf(KotlinxSerializationConverter$deserialize$o$collect$slambda).
|
|
253
|
-
var suspendResult = this.
|
|
252
|
+
protoOf(KotlinxSerializationConverter$deserialize$o$collect$slambda).r8 = function () {
|
|
253
|
+
var suspendResult = this.l8_1;
|
|
254
254
|
$sm: do
|
|
255
255
|
try {
|
|
256
|
-
var tmp = this.
|
|
256
|
+
var tmp = this.j8_1;
|
|
257
257
|
switch (tmp) {
|
|
258
258
|
case 0:
|
|
259
|
-
this.
|
|
260
|
-
var tmp0 = this.
|
|
261
|
-
var tmp2 = this.
|
|
262
|
-
this.
|
|
263
|
-
this.
|
|
264
|
-
suspendResult = tmp2.
|
|
259
|
+
this.k8_1 = 3;
|
|
260
|
+
var tmp0 = this.y50_1;
|
|
261
|
+
var tmp2 = this.c51_1;
|
|
262
|
+
this.d51_1 = tmp0;
|
|
263
|
+
this.j8_1 = 1;
|
|
264
|
+
suspendResult = tmp2.m3b(this.z50_1, this.a51_1, this.b51_1, this);
|
|
265
265
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
266
266
|
return suspendResult;
|
|
267
267
|
}
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
continue $sm;
|
|
270
270
|
case 1:
|
|
271
271
|
var ARGUMENT = suspendResult;
|
|
272
|
-
this.
|
|
273
|
-
suspendResult = this.
|
|
272
|
+
this.j8_1 = 2;
|
|
273
|
+
suspendResult = this.d51_1.d1b(ARGUMENT, this);
|
|
274
274
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
275
275
|
return suspendResult;
|
|
276
276
|
}
|
|
@@ -279,49 +279,49 @@
|
|
|
279
279
|
case 2:
|
|
280
280
|
return Unit_instance;
|
|
281
281
|
case 3:
|
|
282
|
-
throw this.
|
|
282
|
+
throw this.m8_1;
|
|
283
283
|
}
|
|
284
284
|
} catch ($p) {
|
|
285
285
|
var e = $p;
|
|
286
|
-
if (this.
|
|
286
|
+
if (this.k8_1 === 3) {
|
|
287
287
|
throw e;
|
|
288
288
|
} else {
|
|
289
|
-
this.
|
|
290
|
-
this.
|
|
289
|
+
this.j8_1 = this.k8_1;
|
|
290
|
+
this.m8_1 = e;
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
while (true);
|
|
294
294
|
};
|
|
295
|
-
protoOf(KotlinxSerializationConverter$deserialize$o$collect$slambda).
|
|
296
|
-
var i = new KotlinxSerializationConverter$deserialize$o$collect$slambda(this.
|
|
297
|
-
i.
|
|
295
|
+
protoOf(KotlinxSerializationConverter$deserialize$o$collect$slambda).l3b = function (value, completion) {
|
|
296
|
+
var i = new KotlinxSerializationConverter$deserialize$o$collect$slambda(this.y50_1, this.z50_1, this.a51_1, this.b51_1, completion);
|
|
297
|
+
i.c51_1 = value;
|
|
298
298
|
return i;
|
|
299
299
|
};
|
|
300
300
|
function KotlinxSerializationConverter$deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $content, resultContinuation) {
|
|
301
301
|
var i = new KotlinxSerializationConverter$deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $content, resultContinuation);
|
|
302
302
|
var l = function (value, $completion) {
|
|
303
|
-
return i.
|
|
303
|
+
return i.k3b(value, $completion);
|
|
304
304
|
};
|
|
305
305
|
l.$arity = 1;
|
|
306
306
|
return l;
|
|
307
307
|
}
|
|
308
308
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
309
309
|
CoroutineImpl.call(this, resultContinuation);
|
|
310
|
-
this.
|
|
311
|
-
this.
|
|
310
|
+
this.m51_1 = _this__u8e3s4;
|
|
311
|
+
this.n51_1 = collector;
|
|
312
312
|
}
|
|
313
|
-
protoOf($collectCOROUTINE$_0).
|
|
314
|
-
var suspendResult = this.
|
|
313
|
+
protoOf($collectCOROUTINE$_0).r8 = function () {
|
|
314
|
+
var suspendResult = this.l8_1;
|
|
315
315
|
$sm: do
|
|
316
316
|
try {
|
|
317
|
-
var tmp = this.
|
|
317
|
+
var tmp = this.j8_1;
|
|
318
318
|
switch (tmp) {
|
|
319
319
|
case 0:
|
|
320
|
-
this.
|
|
321
|
-
var $this$unsafeFlow = this.
|
|
322
|
-
this.
|
|
323
|
-
var tmp_0 = KotlinxSerializationConverter$deserialize$o$collect$slambda_0($this$unsafeFlow, this.
|
|
324
|
-
suspendResult = this.
|
|
320
|
+
this.k8_1 = 2;
|
|
321
|
+
var $this$unsafeFlow = this.n51_1;
|
|
322
|
+
this.j8_1 = 1;
|
|
323
|
+
var tmp_0 = KotlinxSerializationConverter$deserialize$o$collect$slambda_0($this$unsafeFlow, this.m51_1.p51_1, this.m51_1.q51_1, this.m51_1.r51_1, null);
|
|
324
|
+
suspendResult = this.m51_1.o51_1.f1b(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
325
325
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
326
326
|
return suspendResult;
|
|
327
327
|
}
|
|
@@ -330,15 +330,15 @@
|
|
|
330
330
|
case 1:
|
|
331
331
|
return Unit_instance;
|
|
332
332
|
case 2:
|
|
333
|
-
throw this.
|
|
333
|
+
throw this.m8_1;
|
|
334
334
|
}
|
|
335
335
|
} catch ($p) {
|
|
336
336
|
var e = $p;
|
|
337
|
-
if (this.
|
|
337
|
+
if (this.k8_1 === 2) {
|
|
338
338
|
throw e;
|
|
339
339
|
} else {
|
|
340
|
-
this.
|
|
341
|
-
this.
|
|
340
|
+
this.j8_1 = this.k8_1;
|
|
341
|
+
this.m8_1 = e;
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
while (true);
|
|
@@ -346,11 +346,11 @@
|
|
|
346
346
|
function serializeContent($this, serializer, format, value, contentType, charset) {
|
|
347
347
|
var tmp;
|
|
348
348
|
if (isInterface(format, StringFormat)) {
|
|
349
|
-
var content = format.
|
|
349
|
+
var content = format.c1t(isInterface(serializer, KSerializer) ? serializer : THROW_CCE(), value);
|
|
350
350
|
tmp = new TextContent(content, withCharsetIfNeeded(contentType, charset));
|
|
351
351
|
} else {
|
|
352
352
|
if (isInterface(format, BinaryFormat)) {
|
|
353
|
-
var content_0 = format.
|
|
353
|
+
var content_0 = format.e1t(isInterface(serializer, KSerializer) ? serializer : THROW_CCE(), value);
|
|
354
354
|
tmp = new ByteArrayContent(content_0, contentType);
|
|
355
355
|
} else {
|
|
356
356
|
var message = 'Unsupported format ' + toString(format);
|
|
@@ -360,13 +360,13 @@
|
|
|
360
360
|
return tmp;
|
|
361
361
|
}
|
|
362
362
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
363
|
-
this.
|
|
363
|
+
this.s51_1 = function_0;
|
|
364
364
|
}
|
|
365
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
366
|
-
return this.
|
|
365
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).d1b = function (value, $completion) {
|
|
366
|
+
return this.s51_1(value, $completion);
|
|
367
367
|
};
|
|
368
368
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).g3 = function () {
|
|
369
|
-
return this.
|
|
369
|
+
return this.s51_1;
|
|
370
370
|
};
|
|
371
371
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
372
372
|
var tmp;
|
|
@@ -387,13 +387,13 @@
|
|
|
387
387
|
return hashCode(this.g3());
|
|
388
388
|
};
|
|
389
389
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
390
|
-
this.
|
|
390
|
+
this.t51_1 = function_0;
|
|
391
391
|
}
|
|
392
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).
|
|
393
|
-
return this.
|
|
392
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).d1b = function (value, $completion) {
|
|
393
|
+
return this.t51_1(value, $completion);
|
|
394
394
|
};
|
|
395
395
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).g3 = function () {
|
|
396
|
-
return this.
|
|
396
|
+
return this.t51_1;
|
|
397
397
|
};
|
|
398
398
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
399
399
|
var tmp;
|
|
@@ -414,43 +414,43 @@
|
|
|
414
414
|
return hashCode(this.g3());
|
|
415
415
|
};
|
|
416
416
|
function KotlinxSerializationConverter$serialize$$inlined$map$1($this, $contentType, $charset, $typeInfo, $value) {
|
|
417
|
-
this.
|
|
418
|
-
this.
|
|
419
|
-
this.
|
|
420
|
-
this.
|
|
421
|
-
this.
|
|
417
|
+
this.l50_1 = $this;
|
|
418
|
+
this.m50_1 = $contentType;
|
|
419
|
+
this.n50_1 = $charset;
|
|
420
|
+
this.o50_1 = $typeInfo;
|
|
421
|
+
this.p50_1 = $value;
|
|
422
422
|
}
|
|
423
|
-
protoOf(KotlinxSerializationConverter$serialize$$inlined$map$1).
|
|
423
|
+
protoOf(KotlinxSerializationConverter$serialize$$inlined$map$1).e1b = function (collector, $completion) {
|
|
424
424
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
425
|
-
tmp.
|
|
426
|
-
tmp.
|
|
427
|
-
return tmp.
|
|
425
|
+
tmp.l8_1 = Unit_instance;
|
|
426
|
+
tmp.m8_1 = null;
|
|
427
|
+
return tmp.r8();
|
|
428
428
|
};
|
|
429
|
-
protoOf(KotlinxSerializationConverter$serialize$$inlined$map$1).
|
|
430
|
-
return this.
|
|
429
|
+
protoOf(KotlinxSerializationConverter$serialize$$inlined$map$1).f1b = function (collector, $completion) {
|
|
430
|
+
return this.e1b(collector, $completion);
|
|
431
431
|
};
|
|
432
432
|
function KotlinxSerializationConverter$serialize$slambda(resultContinuation) {
|
|
433
433
|
CoroutineImpl.call(this, resultContinuation);
|
|
434
434
|
}
|
|
435
|
-
protoOf(KotlinxSerializationConverter$serialize$slambda).
|
|
436
|
-
var tmp = this.
|
|
437
|
-
tmp.
|
|
438
|
-
tmp.
|
|
439
|
-
return tmp.
|
|
435
|
+
protoOf(KotlinxSerializationConverter$serialize$slambda).d52 = function (it, $completion) {
|
|
436
|
+
var tmp = this.e52(it, $completion);
|
|
437
|
+
tmp.l8_1 = Unit_instance;
|
|
438
|
+
tmp.m8_1 = null;
|
|
439
|
+
return tmp.r8();
|
|
440
440
|
};
|
|
441
|
-
protoOf(KotlinxSerializationConverter$serialize$slambda).
|
|
442
|
-
return this.
|
|
441
|
+
protoOf(KotlinxSerializationConverter$serialize$slambda).d9 = function (p1, $completion) {
|
|
442
|
+
return this.d52((p1 == null ? true : p1 instanceof OutgoingContent) ? p1 : THROW_CCE(), $completion);
|
|
443
443
|
};
|
|
444
|
-
protoOf(KotlinxSerializationConverter$serialize$slambda).
|
|
445
|
-
var suspendResult = this.
|
|
444
|
+
protoOf(KotlinxSerializationConverter$serialize$slambda).r8 = function () {
|
|
445
|
+
var suspendResult = this.l8_1;
|
|
446
446
|
$sm: do
|
|
447
447
|
try {
|
|
448
|
-
var tmp = this.
|
|
448
|
+
var tmp = this.j8_1;
|
|
449
449
|
if (tmp === 0) {
|
|
450
|
-
this.
|
|
451
|
-
return !(this.
|
|
450
|
+
this.k8_1 = 1;
|
|
451
|
+
return !(this.c52_1 == null);
|
|
452
452
|
} else if (tmp === 1) {
|
|
453
|
-
throw this.
|
|
453
|
+
throw this.m8_1;
|
|
454
454
|
}
|
|
455
455
|
} catch ($p) {
|
|
456
456
|
var e = $p;
|
|
@@ -458,57 +458,57 @@
|
|
|
458
458
|
}
|
|
459
459
|
while (true);
|
|
460
460
|
};
|
|
461
|
-
protoOf(KotlinxSerializationConverter$serialize$slambda).
|
|
461
|
+
protoOf(KotlinxSerializationConverter$serialize$slambda).e52 = function (it, completion) {
|
|
462
462
|
var i = new KotlinxSerializationConverter$serialize$slambda(completion);
|
|
463
|
-
i.
|
|
463
|
+
i.c52_1 = it;
|
|
464
464
|
return i;
|
|
465
465
|
};
|
|
466
466
|
function KotlinxSerializationConverter$serialize$slambda_0(resultContinuation) {
|
|
467
467
|
var i = new KotlinxSerializationConverter$serialize$slambda(resultContinuation);
|
|
468
468
|
var l = function (it, $completion) {
|
|
469
|
-
return i.
|
|
469
|
+
return i.d52(it, $completion);
|
|
470
470
|
};
|
|
471
471
|
l.$arity = 1;
|
|
472
472
|
return l;
|
|
473
473
|
}
|
|
474
474
|
function KotlinxSerializationConverter$deserialize$$inlined$map$1($this, $charset, $typeInfo, $content) {
|
|
475
|
-
this.
|
|
476
|
-
this.
|
|
477
|
-
this.
|
|
478
|
-
this.
|
|
475
|
+
this.o51_1 = $this;
|
|
476
|
+
this.p51_1 = $charset;
|
|
477
|
+
this.q51_1 = $typeInfo;
|
|
478
|
+
this.r51_1 = $content;
|
|
479
479
|
}
|
|
480
|
-
protoOf(KotlinxSerializationConverter$deserialize$$inlined$map$1).
|
|
480
|
+
protoOf(KotlinxSerializationConverter$deserialize$$inlined$map$1).e1b = function (collector, $completion) {
|
|
481
481
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
482
|
-
tmp.
|
|
483
|
-
tmp.
|
|
484
|
-
return tmp.
|
|
482
|
+
tmp.l8_1 = Unit_instance;
|
|
483
|
+
tmp.m8_1 = null;
|
|
484
|
+
return tmp.r8();
|
|
485
485
|
};
|
|
486
|
-
protoOf(KotlinxSerializationConverter$deserialize$$inlined$map$1).
|
|
487
|
-
return this.
|
|
486
|
+
protoOf(KotlinxSerializationConverter$deserialize$$inlined$map$1).f1b = function (collector, $completion) {
|
|
487
|
+
return this.e1b(collector, $completion);
|
|
488
488
|
};
|
|
489
489
|
function KotlinxSerializationConverter$deserialize$slambda($content, resultContinuation) {
|
|
490
|
-
this.
|
|
490
|
+
this.n52_1 = $content;
|
|
491
491
|
CoroutineImpl.call(this, resultContinuation);
|
|
492
492
|
}
|
|
493
|
-
protoOf(KotlinxSerializationConverter$deserialize$slambda).
|
|
494
|
-
var tmp = this.
|
|
495
|
-
tmp.
|
|
496
|
-
tmp.
|
|
497
|
-
return tmp.
|
|
493
|
+
protoOf(KotlinxSerializationConverter$deserialize$slambda).l3c = function (it, $completion) {
|
|
494
|
+
var tmp = this.l3b(it, $completion);
|
|
495
|
+
tmp.l8_1 = Unit_instance;
|
|
496
|
+
tmp.m8_1 = null;
|
|
497
|
+
return tmp.r8();
|
|
498
498
|
};
|
|
499
|
-
protoOf(KotlinxSerializationConverter$deserialize$slambda).
|
|
500
|
-
return this.
|
|
499
|
+
protoOf(KotlinxSerializationConverter$deserialize$slambda).d9 = function (p1, $completion) {
|
|
500
|
+
return this.l3c((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
501
501
|
};
|
|
502
|
-
protoOf(KotlinxSerializationConverter$deserialize$slambda).
|
|
503
|
-
var suspendResult = this.
|
|
502
|
+
protoOf(KotlinxSerializationConverter$deserialize$slambda).r8 = function () {
|
|
503
|
+
var suspendResult = this.l8_1;
|
|
504
504
|
$sm: do
|
|
505
505
|
try {
|
|
506
|
-
var tmp = this.
|
|
506
|
+
var tmp = this.j8_1;
|
|
507
507
|
if (tmp === 0) {
|
|
508
|
-
this.
|
|
509
|
-
return !(this.
|
|
508
|
+
this.k8_1 = 1;
|
|
509
|
+
return !(this.o52_1 == null) || this.n52_1.z1g();
|
|
510
510
|
} else if (tmp === 1) {
|
|
511
|
-
throw this.
|
|
511
|
+
throw this.m8_1;
|
|
512
512
|
}
|
|
513
513
|
} catch ($p) {
|
|
514
514
|
var e = $p;
|
|
@@ -516,38 +516,38 @@
|
|
|
516
516
|
}
|
|
517
517
|
while (true);
|
|
518
518
|
};
|
|
519
|
-
protoOf(KotlinxSerializationConverter$deserialize$slambda).
|
|
520
|
-
var i = new KotlinxSerializationConverter$deserialize$slambda(this.
|
|
521
|
-
i.
|
|
519
|
+
protoOf(KotlinxSerializationConverter$deserialize$slambda).l3b = function (it, completion) {
|
|
520
|
+
var i = new KotlinxSerializationConverter$deserialize$slambda(this.n52_1, completion);
|
|
521
|
+
i.o52_1 = it;
|
|
522
522
|
return i;
|
|
523
523
|
};
|
|
524
524
|
function KotlinxSerializationConverter$deserialize$slambda_0($content, resultContinuation) {
|
|
525
525
|
var i = new KotlinxSerializationConverter$deserialize$slambda($content, resultContinuation);
|
|
526
526
|
var l = function (it, $completion) {
|
|
527
|
-
return i.
|
|
527
|
+
return i.l3c(it, $completion);
|
|
528
528
|
};
|
|
529
529
|
l.$arity = 1;
|
|
530
530
|
return l;
|
|
531
531
|
}
|
|
532
532
|
function $serializeCOROUTINE$(_this__u8e3s4, contentType, charset, typeInfo, value, resultContinuation) {
|
|
533
533
|
CoroutineImpl.call(this, resultContinuation);
|
|
534
|
-
this.
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
537
|
-
this.
|
|
538
|
-
this.
|
|
534
|
+
this.x52_1 = _this__u8e3s4;
|
|
535
|
+
this.y52_1 = contentType;
|
|
536
|
+
this.z52_1 = charset;
|
|
537
|
+
this.a53_1 = typeInfo;
|
|
538
|
+
this.b53_1 = value;
|
|
539
539
|
}
|
|
540
|
-
protoOf($serializeCOROUTINE$).
|
|
541
|
-
var suspendResult = this.
|
|
540
|
+
protoOf($serializeCOROUTINE$).r8 = function () {
|
|
541
|
+
var suspendResult = this.l8_1;
|
|
542
542
|
$sm: do
|
|
543
543
|
try {
|
|
544
|
-
var tmp = this.
|
|
544
|
+
var tmp = this.j8_1;
|
|
545
545
|
switch (tmp) {
|
|
546
546
|
case 0:
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
549
|
-
var this_0 = asFlow(this.
|
|
550
|
-
var tmp_0 = new KotlinxSerializationConverter$serialize$$inlined$map$1(this_0, this.
|
|
547
|
+
this.k8_1 = 2;
|
|
548
|
+
this.j8_1 = 1;
|
|
549
|
+
var this_0 = asFlow(this.x52_1.d53_1);
|
|
550
|
+
var tmp_0 = new KotlinxSerializationConverter$serialize$$inlined$map$1(this_0, this.y52_1, this.z52_1, this.a53_1, this.b53_1);
|
|
551
551
|
suspendResult = firstOrNull(tmp_0, KotlinxSerializationConverter$serialize$slambda_0(null), this);
|
|
552
552
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
553
553
|
return suspendResult;
|
|
@@ -560,12 +560,12 @@
|
|
|
560
560
|
return fromExtension;
|
|
561
561
|
var tmp_1;
|
|
562
562
|
try {
|
|
563
|
-
tmp_1 = serializerForTypeInfo(this.
|
|
563
|
+
tmp_1 = serializerForTypeInfo(this.x52_1.c53_1.c1w(), this.a53_1);
|
|
564
564
|
} catch ($p) {
|
|
565
565
|
var tmp_2;
|
|
566
566
|
if ($p instanceof SerializationException) {
|
|
567
567
|
var cause = $p;
|
|
568
|
-
tmp_2 = guessSerializer(this.
|
|
568
|
+
tmp_2 = guessSerializer(this.b53_1, this.x52_1.c53_1.c1w());
|
|
569
569
|
} else {
|
|
570
570
|
throw $p;
|
|
571
571
|
}
|
|
@@ -573,40 +573,40 @@
|
|
|
573
573
|
}
|
|
574
574
|
|
|
575
575
|
var serializer = tmp_1;
|
|
576
|
-
return serializeContent(this.
|
|
576
|
+
return serializeContent(this.x52_1, serializer, this.x52_1.c53_1, this.b53_1, this.y52_1, this.z52_1);
|
|
577
577
|
case 2:
|
|
578
|
-
throw this.
|
|
578
|
+
throw this.m8_1;
|
|
579
579
|
}
|
|
580
580
|
} catch ($p) {
|
|
581
581
|
var e = $p;
|
|
582
|
-
if (this.
|
|
582
|
+
if (this.k8_1 === 2) {
|
|
583
583
|
throw e;
|
|
584
584
|
} else {
|
|
585
|
-
this.
|
|
586
|
-
this.
|
|
585
|
+
this.j8_1 = this.k8_1;
|
|
586
|
+
this.m8_1 = e;
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
589
|
while (true);
|
|
590
590
|
};
|
|
591
591
|
function $deserializeCOROUTINE$(_this__u8e3s4, charset, typeInfo, content, resultContinuation) {
|
|
592
592
|
CoroutineImpl.call(this, resultContinuation);
|
|
593
|
-
this.
|
|
594
|
-
this.
|
|
595
|
-
this.
|
|
596
|
-
this.
|
|
593
|
+
this.m53_1 = _this__u8e3s4;
|
|
594
|
+
this.n53_1 = charset;
|
|
595
|
+
this.o53_1 = typeInfo;
|
|
596
|
+
this.p53_1 = content;
|
|
597
597
|
}
|
|
598
|
-
protoOf($deserializeCOROUTINE$).
|
|
599
|
-
var suspendResult = this.
|
|
598
|
+
protoOf($deserializeCOROUTINE$).r8 = function () {
|
|
599
|
+
var suspendResult = this.l8_1;
|
|
600
600
|
$sm: do
|
|
601
601
|
try {
|
|
602
|
-
var tmp = this.
|
|
602
|
+
var tmp = this.j8_1;
|
|
603
603
|
switch (tmp) {
|
|
604
604
|
case 0:
|
|
605
|
-
this.
|
|
606
|
-
this.
|
|
607
|
-
var this_0 = asFlow(this.
|
|
608
|
-
var tmp_0 = new KotlinxSerializationConverter$deserialize$$inlined$map$1(this_0, this.
|
|
609
|
-
suspendResult = firstOrNull(tmp_0, KotlinxSerializationConverter$deserialize$slambda_0(this.
|
|
605
|
+
this.k8_1 = 4;
|
|
606
|
+
this.j8_1 = 1;
|
|
607
|
+
var this_0 = asFlow(this.m53_1.d53_1);
|
|
608
|
+
var tmp_0 = new KotlinxSerializationConverter$deserialize$$inlined$map$1(this_0, this.n53_1, this.o53_1, this.p53_1);
|
|
609
|
+
suspendResult = firstOrNull(tmp_0, KotlinxSerializationConverter$deserialize$slambda_0(this.p53_1, null), this);
|
|
610
610
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
611
611
|
return suspendResult;
|
|
612
612
|
}
|
|
@@ -615,17 +615,17 @@
|
|
|
615
615
|
case 1:
|
|
616
616
|
var fromExtension = suspendResult;
|
|
617
617
|
var tmp_1;
|
|
618
|
-
if (!this.
|
|
619
|
-
tmp_1 = !(fromExtension == null) || this.
|
|
618
|
+
if (!this.m53_1.d53_1.r()) {
|
|
619
|
+
tmp_1 = !(fromExtension == null) || this.p53_1.z1g();
|
|
620
620
|
} else {
|
|
621
621
|
tmp_1 = false;
|
|
622
622
|
}
|
|
623
623
|
|
|
624
624
|
if (tmp_1)
|
|
625
625
|
return fromExtension;
|
|
626
|
-
this.
|
|
627
|
-
this.
|
|
628
|
-
suspendResult = readRemaining(this.
|
|
626
|
+
this.q53_1 = serializerForTypeInfo(this.m53_1.c53_1.c1w(), this.o53_1);
|
|
627
|
+
this.j8_1 = 2;
|
|
628
|
+
suspendResult = readRemaining(this.p53_1, this);
|
|
629
629
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
630
630
|
return suspendResult;
|
|
631
631
|
}
|
|
@@ -633,81 +633,81 @@
|
|
|
633
633
|
continue $sm;
|
|
634
634
|
case 2:
|
|
635
635
|
var contentPacket = suspendResult;
|
|
636
|
-
this.
|
|
637
|
-
var tmp0_subject = this.
|
|
636
|
+
this.k8_1 = 3;
|
|
637
|
+
var tmp0_subject = this.m53_1.c53_1;
|
|
638
638
|
var tmp_2;
|
|
639
639
|
if (isInterface(tmp0_subject, StringFormat)) {
|
|
640
|
-
tmp_2 = this.
|
|
640
|
+
tmp_2 = this.m53_1.c53_1.d1t(this.q53_1, readText(contentPacket, this.n53_1));
|
|
641
641
|
} else {
|
|
642
642
|
if (isInterface(tmp0_subject, BinaryFormat)) {
|
|
643
|
-
tmp_2 = this.
|
|
643
|
+
tmp_2 = this.m53_1.c53_1.f1t(this.q53_1, readByteArray(contentPacket));
|
|
644
644
|
} else {
|
|
645
645
|
discard(contentPacket);
|
|
646
|
-
var message = 'Unsupported format ' + toString(this.
|
|
646
|
+
var message = 'Unsupported format ' + toString(this.m53_1.c53_1);
|
|
647
647
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
|
|
651
651
|
return tmp_2;
|
|
652
652
|
case 3:
|
|
653
|
-
this.
|
|
654
|
-
var tmp_3 = this.
|
|
653
|
+
this.k8_1 = 4;
|
|
654
|
+
var tmp_3 = this.m8_1;
|
|
655
655
|
if (tmp_3 instanceof Error) {
|
|
656
|
-
var cause = this.
|
|
656
|
+
var cause = this.m8_1;
|
|
657
657
|
throw new JsonConvertException('Illegal input: ' + cause.message, cause);
|
|
658
658
|
} else {
|
|
659
|
-
throw this.
|
|
659
|
+
throw this.m8_1;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
case 4:
|
|
663
|
-
throw this.
|
|
663
|
+
throw this.m8_1;
|
|
664
664
|
}
|
|
665
665
|
} catch ($p) {
|
|
666
666
|
var e = $p;
|
|
667
|
-
if (this.
|
|
667
|
+
if (this.k8_1 === 4) {
|
|
668
668
|
throw e;
|
|
669
669
|
} else {
|
|
670
|
-
this.
|
|
671
|
-
this.
|
|
670
|
+
this.j8_1 = this.k8_1;
|
|
671
|
+
this.m8_1 = e;
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
674
|
while (true);
|
|
675
675
|
};
|
|
676
676
|
function KotlinxSerializationConverter(format) {
|
|
677
|
-
this.
|
|
678
|
-
this.
|
|
677
|
+
this.c53_1 = format;
|
|
678
|
+
this.d53_1 = extensions(this.c53_1);
|
|
679
679
|
var tmp;
|
|
680
|
-
var tmp_0 = this.
|
|
680
|
+
var tmp_0 = this.c53_1;
|
|
681
681
|
if (isInterface(tmp_0, BinaryFormat)) {
|
|
682
682
|
tmp = true;
|
|
683
683
|
} else {
|
|
684
|
-
var tmp_1 = this.
|
|
684
|
+
var tmp_1 = this.c53_1;
|
|
685
685
|
tmp = isInterface(tmp_1, StringFormat);
|
|
686
686
|
}
|
|
687
687
|
// Inline function 'kotlin.require' call
|
|
688
688
|
if (!tmp) {
|
|
689
|
-
var message = 'Only binary and string formats are supported, ' + toString(this.
|
|
689
|
+
var message = 'Only binary and string formats are supported, ' + toString(this.c53_1) + ' is not supported.';
|
|
690
690
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
691
691
|
}
|
|
692
692
|
}
|
|
693
|
-
protoOf(KotlinxSerializationConverter).
|
|
693
|
+
protoOf(KotlinxSerializationConverter).r53 = function (contentType, charset, typeInfo, value, $completion) {
|
|
694
694
|
var tmp = new $serializeCOROUTINE$(this, contentType, charset, typeInfo, value, $completion);
|
|
695
|
-
tmp.
|
|
696
|
-
tmp.
|
|
697
|
-
return tmp.
|
|
695
|
+
tmp.l8_1 = Unit_instance;
|
|
696
|
+
tmp.m8_1 = null;
|
|
697
|
+
return tmp.r8();
|
|
698
698
|
};
|
|
699
|
-
protoOf(KotlinxSerializationConverter).
|
|
700
|
-
return this.
|
|
699
|
+
protoOf(KotlinxSerializationConverter).g4o = function (contentType, charset, typeInfo, value, $completion) {
|
|
700
|
+
return this.r53(contentType, charset, typeInfo, value, $completion);
|
|
701
701
|
};
|
|
702
|
-
protoOf(KotlinxSerializationConverter).
|
|
702
|
+
protoOf(KotlinxSerializationConverter).m3b = function (charset, typeInfo, content, $completion) {
|
|
703
703
|
var tmp = new $deserializeCOROUTINE$(this, charset, typeInfo, content, $completion);
|
|
704
|
-
tmp.
|
|
705
|
-
tmp.
|
|
706
|
-
return tmp.
|
|
704
|
+
tmp.l8_1 = Unit_instance;
|
|
705
|
+
tmp.m8_1 = null;
|
|
706
|
+
return tmp.r8();
|
|
707
707
|
};
|
|
708
708
|
function serializerForTypeInfo(_this__u8e3s4, typeInfo) {
|
|
709
709
|
var module_0 = _this__u8e3s4;
|
|
710
|
-
var tmp0_safe_receiver = typeInfo.
|
|
710
|
+
var tmp0_safe_receiver = typeInfo.l2i_1;
|
|
711
711
|
var tmp;
|
|
712
712
|
if (tmp0_safe_receiver == null) {
|
|
713
713
|
tmp = null;
|
|
@@ -724,13 +724,13 @@
|
|
|
724
724
|
var tmp1_elvis_lhs = tmp;
|
|
725
725
|
var tmp_1;
|
|
726
726
|
if (tmp1_elvis_lhs == null) {
|
|
727
|
-
var tmp2_safe_receiver = module_0.
|
|
727
|
+
var tmp2_safe_receiver = module_0.j1t(typeInfo.k2i_1);
|
|
728
728
|
tmp_1 = tmp2_safe_receiver == null ? null : maybeNullable(tmp2_safe_receiver, typeInfo);
|
|
729
729
|
} else {
|
|
730
730
|
tmp_1 = tmp1_elvis_lhs;
|
|
731
731
|
}
|
|
732
732
|
var tmp3_elvis_lhs = tmp_1;
|
|
733
|
-
return tmp3_elvis_lhs == null ? maybeNullable(serializer(typeInfo.
|
|
733
|
+
return tmp3_elvis_lhs == null ? maybeNullable(serializer(typeInfo.k2i_1), typeInfo) : tmp3_elvis_lhs;
|
|
734
734
|
}
|
|
735
735
|
function guessSerializer(value, module_0) {
|
|
736
736
|
var tmp;
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
var valueSerializer = elementSerializer(value.w2(), module_0);
|
|
761
761
|
tmp = MapSerializer(keySerializer, valueSerializer);
|
|
762
762
|
} else {
|
|
763
|
-
var tmp3_elvis_lhs = module_0.
|
|
763
|
+
var tmp3_elvis_lhs = module_0.j1t(getKClassFromExpression(value));
|
|
764
764
|
tmp = tmp3_elvis_lhs == null ? serializer(getKClassFromExpression(value)) : tmp3_elvis_lhs;
|
|
765
765
|
}
|
|
766
766
|
}
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
}
|
|
773
773
|
function maybeNullable(_this__u8e3s4, typeInfo) {
|
|
774
774
|
var tmp;
|
|
775
|
-
var tmp0_safe_receiver = typeInfo.
|
|
775
|
+
var tmp0_safe_receiver = typeInfo.l2i_1;
|
|
776
776
|
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.l()) === true) {
|
|
777
777
|
tmp = get_nullable(_this__u8e3s4);
|
|
778
778
|
} else {
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
var _iterator__ex2g4s_0 = destination.t();
|
|
798
798
|
while (_iterator__ex2g4s_0.u()) {
|
|
799
799
|
var e = _iterator__ex2g4s_0.v();
|
|
800
|
-
var key = e.
|
|
800
|
+
var key = e.z1r().a1t();
|
|
801
801
|
if (set.e1(key)) {
|
|
802
802
|
list.e1(e);
|
|
803
803
|
}
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
var _iterator__ex2g4s_1 = serializers.t();
|
|
811
811
|
while (_iterator__ex2g4s_1.u()) {
|
|
812
812
|
var item_0 = _iterator__ex2g4s_1.v();
|
|
813
|
-
var tmp$ret$5 = item_0.
|
|
813
|
+
var tmp$ret$5 = item_0.z1r().a1t();
|
|
814
814
|
destination_0.e1(tmp$ret$5);
|
|
815
815
|
}
|
|
816
816
|
// Inline function 'kotlin.error' call
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
}
|
|
820
820
|
var tmp0_elvis_lhs = singleOrNull(serializers);
|
|
821
821
|
var selected = tmp0_elvis_lhs == null ? serializer_0(StringCompanionObject_instance) : tmp0_elvis_lhs;
|
|
822
|
-
if (selected.
|
|
822
|
+
if (selected.z1r().n1t()) {
|
|
823
823
|
return selected;
|
|
824
824
|
}
|
|
825
825
|
if (!isInterface(selected, KSerializer))
|