@flock/wirespec 0.19.4 → 0.19.6
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/clikt-clikt-mordant.mjs +78 -78
- package/clikt-clikt.mjs +1312 -1312
- package/clikt-clikt.mjs.map +1 -1
- package/colormath-root-colormath.mjs +426 -426
- package/kotlin-kotlin-stdlib.mjs +78 -77
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlin-openapi-bindings.mjs +9632 -9632
- package/kotlin-rgxgen.mjs +1759 -1759
- package/kotlinx-io-kotlinx-io-core.mjs +403 -403
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +1729 -1729
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +1467 -1467
- package/mordant-mordant.mjs +1157 -1157
- package/package.json +1 -1
- package/wirespec-src-compiler-core.mjs +13 -1
- package/wirespec-src-compiler-core.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-java.mjs +311 -340
- package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-kotlin.mjs +143 -143
- package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-python.mjs +204 -196
- package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-rust.mjs +349 -349
- package/wirespec-src-compiler-emitters-rust.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-scala.mjs +123 -123
- package/wirespec-src-compiler-emitters-scala.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-typescript.mjs +194 -194
- package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-wirespec.mjs +22 -22
- package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
- package/wirespec-src-compiler-ir.mjs +3584 -3460
- package/wirespec-src-compiler-ir.mjs.map +1 -1
- package/wirespec-src-compiler-lib.mjs +227 -58
- package/wirespec-src-compiler-lib.mjs.map +1 -1
- package/wirespec-src-converter-avro.mjs +473 -473
- package/wirespec-src-converter-openapi.mjs +342 -342
- package/wirespec-src-ide-lsp.mjs +1346 -1346
- package/wirespec-src-plugin-arguments.mjs +131 -131
- package/wirespec-src-plugin-cli.mjs +87 -87
- package/wirespec-src-plugin-npm.d.mts +39 -2
- package/wirespec-src-plugin-npm.mjs +21 -21
- package/wirespec-src-plugin-npm.mjs.map +1 -1
- package/wirespec-src-tools-generator.mjs +2 -2
|
@@ -177,12 +177,14 @@ import {
|
|
|
177
177
|
Namespace345pal554qu3j as Namespace,
|
|
178
178
|
Union38f3pecvfcpxh as Union_0,
|
|
179
179
|
Struct39wf79cwtn4ty as Struct,
|
|
180
|
+
fieldList3dg35dj9v5h4v as fieldList,
|
|
180
181
|
Dict22iqrhoo0g8et as Dict_0,
|
|
181
182
|
Array2goj74t0aak7b as Array_0,
|
|
182
183
|
Nullable3wjn6l6q3h6o as Nullable,
|
|
183
184
|
Any_instance2998xag3cdzh3 as Any_instance,
|
|
184
185
|
Custom_init_$Create$2enn7oyj71j1t as Custom_init_$Create$,
|
|
185
186
|
Reflect_instance3i17lxiopj78t as Reflect_instance,
|
|
187
|
+
Field354s1ceh5pvhf as Field,
|
|
186
188
|
transformChildrend9p91tpcqdkx as transformChildren_1,
|
|
187
189
|
Boolean_instance27opaqtiiiysz as Boolean_instance_0,
|
|
188
190
|
String_instance3uxvo48ki208u as String_instance,
|
|
@@ -207,10 +209,10 @@ initMetadataForClass(sam$kotlin_Comparator$0, 'sam$kotlin_Comparator$0', VOID, V
|
|
|
207
209
|
function emit_3(identifier) {
|
|
208
210
|
var tmp;
|
|
209
211
|
if (identifier instanceof DefinitionIdentifier) {
|
|
210
|
-
tmp = this.
|
|
212
|
+
tmp = this.w1x(identifier);
|
|
211
213
|
} else {
|
|
212
214
|
if (identifier instanceof FieldIdentifier) {
|
|
213
|
-
tmp = this.
|
|
215
|
+
tmp = this.m1x(this.w1x(identifier));
|
|
214
216
|
} else {
|
|
215
217
|
noWhenBranchMatchedException();
|
|
216
218
|
}
|
|
@@ -266,15 +268,10 @@ function sanitize(_this__u8e3s4) {
|
|
|
266
268
|
return tmp;
|
|
267
269
|
}
|
|
268
270
|
function sanitizeKeywords(_this__u8e3s4) {
|
|
269
|
-
return Companion_getInstance_0().
|
|
271
|
+
return Companion_getInstance_0().g1z_1.u1(_this__u8e3s4) ? '_' + _this__u8e3s4 : _this__u8e3s4;
|
|
270
272
|
}
|
|
271
273
|
initMetadataForInterface(PythonIdentifierEmitter, 'PythonIdentifierEmitter');
|
|
272
|
-
function emit_4(
|
|
273
|
-
var tmp = this.u1x(enum_0.xr_1);
|
|
274
|
-
return trimMargin('\n |class ' + tmp + '(str, Enum):\n |' + joinToString(enum_0.yr_1, '\n', VOID, VOID, VOID, VOID, PythonEnumDefinitionEmitter$emit$lambda(this)) + '\n |\n |' + Spacer_instance.toString() + '@property\n |' + Spacer_instance.toString() + 'def label(self) -> str:\n |' + Spacer_instance.hs(2) + 'return self.value\n |\n |' + Spacer_instance.toString() + 'def __str__(self) -> str:\n |' + Spacer_instance.hs(2) + 'return self.value\n ');
|
|
275
|
-
}
|
|
276
|
-
initMetadataForInterface(PythonEnumDefinitionEmitter, 'PythonEnumDefinitionEmitter', VOID, VOID, [PythonIdentifierEmitter]);
|
|
277
|
-
function emit_5(type, module_0) {
|
|
274
|
+
function emit_4(type, module_0) {
|
|
278
275
|
var tmp;
|
|
279
276
|
if (type.mp_1.ip_1.r()) {
|
|
280
277
|
var tmp_0 = this.nr(type.lp_1);
|
|
@@ -289,15 +286,15 @@ function emit_5(type, module_0) {
|
|
|
289
286
|
}
|
|
290
287
|
return tmp;
|
|
291
288
|
}
|
|
292
|
-
function
|
|
289
|
+
function emit_5(_this__u8e3s4) {
|
|
293
290
|
return joinToString(_this__u8e3s4.ip_1, '\n', VOID, VOID, VOID, VOID, PythonTypeDefinitionEmitter$emit$lambda_1(this));
|
|
294
291
|
}
|
|
295
|
-
function
|
|
292
|
+
function emit_6(_this__u8e3s4) {
|
|
296
293
|
return this.nr(_this__u8e3s4.qp_1) + ": '" + this.nq(_this__u8e3s4.rp_1) + "'";
|
|
297
294
|
}
|
|
298
|
-
function
|
|
295
|
+
function emit_7(_this__u8e3s4) {
|
|
299
296
|
// Inline function 'kotlin.let' call
|
|
300
|
-
var it = this.
|
|
297
|
+
var it = this.e1z(_this__u8e3s4);
|
|
301
298
|
return _this__u8e3s4.tu() ? 'Optional[' + it + ']' : it;
|
|
302
299
|
}
|
|
303
300
|
function emitType(_this__u8e3s4) {
|
|
@@ -318,7 +315,7 @@ function emitType(_this__u8e3s4) {
|
|
|
318
315
|
tmp = _this__u8e3s4.bv_1;
|
|
319
316
|
} else {
|
|
320
317
|
if (_this__u8e3s4 instanceof Primitive) {
|
|
321
|
-
tmp = this.
|
|
318
|
+
tmp = this.c1z(_this__u8e3s4.fv_1);
|
|
322
319
|
} else {
|
|
323
320
|
noWhenBranchMatchedException();
|
|
324
321
|
}
|
|
@@ -329,7 +326,7 @@ function emitType(_this__u8e3s4) {
|
|
|
329
326
|
}
|
|
330
327
|
return tmp;
|
|
331
328
|
}
|
|
332
|
-
function
|
|
329
|
+
function emit_8(_this__u8e3s4) {
|
|
333
330
|
var tmp;
|
|
334
331
|
if (_this__u8e3s4 instanceof String_0) {
|
|
335
332
|
tmp = 'str';
|
|
@@ -354,7 +351,7 @@ function emit_9(_this__u8e3s4) {
|
|
|
354
351
|
}
|
|
355
352
|
return tmp;
|
|
356
353
|
}
|
|
357
|
-
function
|
|
354
|
+
function emit_9(_this__u8e3s4) {
|
|
358
355
|
var tmp;
|
|
359
356
|
if (_this__u8e3s4 instanceof RegExp_0) {
|
|
360
357
|
tmp = 'bool(re.match(r"' + _RegExp___get_value__impl__7o7618(_this__u8e3s4.pt_1) + '", self.value))';
|
|
@@ -398,8 +395,8 @@ function emitReferenceCustomImports(_this__u8e3s4) {
|
|
|
398
395
|
return 'from ..model.' + _this__u8e3s4.bv_1 + ' import ' + _this__u8e3s4.bv_1;
|
|
399
396
|
}
|
|
400
397
|
initMetadataForInterface(PythonTypeDefinitionEmitter, 'PythonTypeDefinitionEmitter', VOID, VOID, [TypeDefinitionEmitter, PythonIdentifierEmitter]);
|
|
401
|
-
function
|
|
402
|
-
return trimMargin('\n |@dataclass\n |class ' + this.
|
|
398
|
+
function emit_10(refined) {
|
|
399
|
+
return trimMargin('\n |@dataclass\n |class ' + this.w1x(refined.sr_1) + '(Wirespec.Refined):\n |' + Spacer_instance.toString() + 'value: ' + this.e1z(refined.tr_1) + '\n |\n |' + Spacer_instance.toString() + 'def validate(self) -> bool:\n |' + Spacer_instance.hs(2) + 'return ' + this.bs(refined) + '\n |\n |' + Spacer_instance.toString() + 'def __str__(self) -> str:\n |' + Spacer_instance.hs(2) + 'return str(self.value)\n |\n ');
|
|
403
400
|
}
|
|
404
401
|
function emitValidator(_this__u8e3s4) {
|
|
405
402
|
var defaultReturn = 'True';
|
|
@@ -442,15 +439,15 @@ function emitValidator(_this__u8e3s4) {
|
|
|
442
439
|
return tmp;
|
|
443
440
|
}
|
|
444
441
|
initMetadataForInterface(PythonRefinedTypeDefinitionEmitter, 'PythonRefinedTypeDefinitionEmitter', VOID, VOID, [PythonTypeDefinitionEmitter, PythonIdentifierEmitter]);
|
|
445
|
-
function
|
|
442
|
+
function emit_11(endpoint) {
|
|
446
443
|
var tmp = importReferences(endpoint);
|
|
447
444
|
var tmp_0 = joinToString(tmp, '\n', VOID, VOID, VOID, VOID, PythonEndpointDefinitionEmitter$emit$lambda(this));
|
|
448
445
|
var tmp_1 = this.nr(endpoint.up_1);
|
|
449
|
-
var tmp_2 = spacer(this.
|
|
446
|
+
var tmp_2 = spacer(this.j1x(first(endpoint.zp_1), endpoint), 1);
|
|
450
447
|
var tmp_3 = distinctByStatus(endpoint.aq_1);
|
|
451
448
|
return trimMargin('\n |' + tmp_0 + '\n |\n |class ' + tmp_1 + ' (Wirespec.Endpoint):\n |' + tmp_2 + '\n |' + spacer(joinToString(tmp_3, '\n', VOID, VOID, VOID, VOID, PythonEndpointDefinitionEmitter$emit$lambda_0(this, endpoint)), 1) + '\n |' + spacer(emitResponseUnion(this, endpoint), 1) + '\n |' + spacer(emitHandleClass(this, endpoint), 1) + '\n |' + spacer(emitConvertClass(this, endpoint), 1) + '\n |\n ');
|
|
452
449
|
}
|
|
453
|
-
function
|
|
450
|
+
function emit_12(_this__u8e3s4, endpoint) {
|
|
454
451
|
var tmp = emit_18(this, _this__u8e3s4.dq_1);
|
|
455
452
|
var tmp_0 = get_pathParams(endpoint);
|
|
456
453
|
var tmp_1 = emitObject$default(this, tmp_0, 'Path', 'Wirespec.Request.Path', VOID, PythonEndpointDefinitionEmitter$emit$lambda_1(this));
|
|
@@ -483,7 +480,7 @@ function emit_13(_this__u8e3s4, endpoint) {
|
|
|
483
480
|
var tmp_28 = paramList(_this__u8e3s4, endpoint);
|
|
484
481
|
return trimMargin('\n |@dataclass\n |class Request(Wirespec.Request[' + tmp + ']):\n |' + tmp_1 + '\n |' + tmp_2 + '\n |' + tmp_3 + '\n |\n |' + tmp_4 + '@property\n |' + tmp_5 + 'def body(self) -> ' + tmp_6 + ':\n |' + tmp_7 + tmp_8 + 'return self._body\n |\n |' + tmp_9 + '@property\n |' + tmp_10 + 'def path(self) -> Path:\n |' + tmp_11 + tmp_12 + 'return self._path\n |\n |' + tmp_13 + '@property\n |' + tmp_14 + 'def queries(self) -> Queries:\n |' + tmp_15 + tmp_16 + 'return self._queries\n |\n |' + tmp_17 + '@property\n |' + tmp_18 + 'def headers(self) -> Headers:\n |' + tmp_19 + tmp_20 + 'return self._headers\n |\n |' + tmp_21 + '_body: ' + tmp_22 + '\n |' + tmp_23 + '_headers: Headers\n |' + tmp_24 + '_queries: Queries\n |' + tmp_25 + '_path: Path\n |' + tmp_26 + 'method: Wirespec.Method = Wirespec.Method.' + endpoint.vp_1.a3_1 + '\n |\n |' + tmp_27 + 'def __init__(self, ' + joinToString(tmp_28, ', ', VOID, VOID, VOID, VOID, PythonEndpointDefinitionEmitter$emit$lambda_4(this)) + '):\n |' + spacer(emitAssignSelf_0(this, _this__u8e3s4, endpoint), 2) + '\n |\n ');
|
|
485
482
|
}
|
|
486
|
-
function
|
|
483
|
+
function emit_13(_this__u8e3s4, endpoint) {
|
|
487
484
|
var tmp = emit_18(this, _this__u8e3s4.iq_1);
|
|
488
485
|
var tmp_0 = emitObject$default(this, _this__u8e3s4.hq_1, 'Headers', 'Wirespec.Response.Headers', VOID, PythonEndpointDefinitionEmitter$emit$lambda_5(this));
|
|
489
486
|
var tmp_1 = Spacer_instance.toString();
|
|
@@ -504,11 +501,16 @@ function emit_14(_this__u8e3s4, endpoint) {
|
|
|
504
501
|
return trimMargin('\n |@dataclass\n |class Response' + _this__u8e3s4.gq_1 + '(Wirespec.Response[' + tmp + ']):\n |' + tmp_0 + '\n |\n |' + tmp_1 + '@property\n |' + tmp_2 + 'def headers(self) -> Headers:\n |' + tmp_3 + tmp_4 + 'return self._headers\n |\n |' + tmp_5 + '@property\n |' + tmp_6 + 'def body(self) -> ' + tmp_7 + ':\n |' + tmp_8 + tmp_9 + 'return self._body\n |\n |' + tmp_10 + '_body: ' + tmp_11 + '\n |' + tmp_12 + '_headers: Headers\n |' + tmp_13 + 'status: int = ' + _this__u8e3s4.gq_1 + '\n |\n |' + tmp_14 + 'def __init__(self, ' + joinToString(tmp_15, ', ', VOID, VOID, VOID, VOID, PythonEndpointDefinitionEmitter$emit$lambda_6(this)) + '):\n |' + spacer(emitAssignSelf_1(this, _this__u8e3s4, endpoint), 2) + '\n |\n ');
|
|
505
502
|
}
|
|
506
503
|
initMetadataForInterface(PythonEndpointDefinitionEmitter, 'PythonEndpointDefinitionEmitter', VOID, VOID, [PythonTypeDefinitionEmitter]);
|
|
504
|
+
function emit_14(enum_0, module_0) {
|
|
505
|
+
var tmp = this.w1x(enum_0.xr_1);
|
|
506
|
+
return trimMargin('\n |class ' + tmp + '(str, Enum):\n |' + joinToString(enum_0.yr_1, '\n', VOID, VOID, VOID, VOID, PythonEnumDefinitionEmitter$emit$lambda(this)) + '\n |\n |' + Spacer_instance.toString() + '@property\n |' + Spacer_instance.toString() + 'def label(self) -> str:\n |' + Spacer_instance.hs(2) + 'return self.value\n |\n |' + Spacer_instance.toString() + 'def __str__(self) -> str:\n |' + Spacer_instance.hs(2) + 'return self.value\n ');
|
|
507
|
+
}
|
|
508
|
+
initMetadataForInterface(PythonEnumDefinitionEmitter, 'PythonEnumDefinitionEmitter', VOID, VOID, [PythonIdentifierEmitter]);
|
|
507
509
|
function emit_15(union) {
|
|
508
510
|
return trimMargin('\n |class ' + this.nr(union.gp_1) + '(ABC):\n |' + Spacer_instance.toString() + 'pass\n ');
|
|
509
511
|
}
|
|
510
512
|
initMetadataForInterface(PythonUnionDefinitionEmitter, 'PythonUnionDefinitionEmitter', VOID, VOID, [PythonIdentifierEmitter]);
|
|
511
|
-
initMetadataForClass(PythonEmitter, 'PythonEmitter', PythonEmitter, LanguageEmitter, [LanguageEmitter,
|
|
513
|
+
initMetadataForClass(PythonEmitter, 'PythonEmitter', PythonEmitter, LanguageEmitter, [LanguageEmitter, PythonTypeDefinitionEmitter, PythonRefinedTypeDefinitionEmitter, PythonIdentifierEmitter, PythonChannelDefinitionEmitter, PythonEndpointDefinitionEmitter, PythonEnumDefinitionEmitter, PythonUnionDefinitionEmitter]);
|
|
512
514
|
initMetadataForCompanion(Companion);
|
|
513
515
|
initMetadataForCompanion(Companion_0);
|
|
514
516
|
initMetadataForClass(sam$kotlin_Comparator$0_0, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
|
|
@@ -518,16 +520,16 @@ initMetadataForObject(PythonShared, 'PythonShared');
|
|
|
518
520
|
function PythonChannelDefinitionEmitter() {
|
|
519
521
|
}
|
|
520
522
|
function sam$kotlin_Comparator$0(function_0) {
|
|
521
|
-
this.
|
|
523
|
+
this.s1y_1 = function_0;
|
|
522
524
|
}
|
|
523
525
|
protoOf(sam$kotlin_Comparator$0).td = function (a, b) {
|
|
524
|
-
return this.
|
|
526
|
+
return this.s1y_1(a, b);
|
|
525
527
|
};
|
|
526
528
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
527
529
|
return this.td(a, b);
|
|
528
530
|
};
|
|
529
531
|
protoOf(sam$kotlin_Comparator$0).l3 = function () {
|
|
530
|
-
return this.
|
|
532
|
+
return this.s1y_1;
|
|
531
533
|
};
|
|
532
534
|
protoOf(sam$kotlin_Comparator$0).equals = function (other) {
|
|
533
535
|
var tmp;
|
|
@@ -550,8 +552,8 @@ protoOf(sam$kotlin_Comparator$0).hashCode = function () {
|
|
|
550
552
|
function PythonEmitter$emit$lambda(this$0) {
|
|
551
553
|
return function (a, b) {
|
|
552
554
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
553
|
-
var tmp = this$0.
|
|
554
|
-
var tmp$ret$1 = this$0.
|
|
555
|
+
var tmp = this$0.z1y(a);
|
|
556
|
+
var tmp$ret$1 = this$0.z1y(b);
|
|
555
557
|
return compareValues(tmp, tmp$ret$1);
|
|
556
558
|
};
|
|
557
559
|
}
|
|
@@ -562,23 +564,23 @@ function PythonEmitter(packageName, emitShared) {
|
|
|
562
564
|
packageName = packageName === VOID ? Companion_instance.cs('community.flock.wirespec.generated') : packageName;
|
|
563
565
|
emitShared = emitShared === VOID ? Companion_instance_0.wo() : emitShared;
|
|
564
566
|
LanguageEmitter.call(this);
|
|
565
|
-
this.
|
|
566
|
-
this.
|
|
567
|
-
this.
|
|
568
|
-
this.
|
|
569
|
-
this.
|
|
570
|
-
this.
|
|
567
|
+
this.t1y_1 = packageName;
|
|
568
|
+
this.u1y_1 = emitShared;
|
|
569
|
+
this.v1y_1 = 'import re\n\nfrom abc import abstractmethod\nfrom dataclasses import dataclass\nfrom typing import List, Optional\nfrom enum import Enum\n\nfrom ..wirespec import T, Wirespec\n';
|
|
570
|
+
this.w1y_1 = FileExtension_Python_getInstance();
|
|
571
|
+
this.x1y_1 = PythonShared_instance;
|
|
572
|
+
this.y1y_1 = '#';
|
|
571
573
|
}
|
|
572
574
|
protoOf(PythonEmitter).uq = function () {
|
|
573
|
-
return this.
|
|
575
|
+
return this.w1y_1;
|
|
574
576
|
};
|
|
575
|
-
protoOf(PythonEmitter).
|
|
576
|
-
return this.
|
|
577
|
+
protoOf(PythonEmitter).f1x = function () {
|
|
578
|
+
return this.x1y_1;
|
|
577
579
|
};
|
|
578
580
|
protoOf(PythonEmitter).vq = function () {
|
|
579
|
-
return this.
|
|
581
|
+
return this.y1y_1;
|
|
580
582
|
};
|
|
581
|
-
protoOf(PythonEmitter).
|
|
583
|
+
protoOf(PythonEmitter).z1y = function (definition) {
|
|
582
584
|
var tmp;
|
|
583
585
|
if (definition instanceof Enum) {
|
|
584
586
|
tmp = 1;
|
|
@@ -618,8 +620,8 @@ protoOf(PythonEmitter).kr = function (module_0, logger) {
|
|
|
618
620
|
var statements = ensureNotNull(tmp_0 == null ? null : new NonEmptyList(tmp_0)).om_1;
|
|
619
621
|
// Inline function 'kotlin.let' call
|
|
620
622
|
var it = protoOf(LanguageEmitter).kr.call(this, module_0.mv(VOID, statements), logger);
|
|
621
|
-
var init = new Emitted(this.
|
|
622
|
-
var tmp_1 = this.
|
|
623
|
+
var init = new Emitted(this.t1y_1.fs() + '__init__', 'from . import model\nfrom . import endpoint\nfrom . import wirespec\n');
|
|
624
|
+
var tmp_1 = this.t1y_1.fs() + 'endpoint/' + '__init__';
|
|
623
625
|
// Inline function 'kotlin.collections.filter' call
|
|
624
626
|
var tmp0 = new NonEmptyList(module_0.tq_1);
|
|
625
627
|
// Inline function 'kotlin.collections.filterTo' call
|
|
@@ -641,7 +643,7 @@ protoOf(PythonEmitter).kr = function (module_0, logger) {
|
|
|
641
643
|
destination_0.x(tmp$ret$5);
|
|
642
644
|
}
|
|
643
645
|
var initEndpoint = new Emitted(tmp_1, joinToString(destination_0, '\n'));
|
|
644
|
-
var tmp_2 = this.
|
|
646
|
+
var tmp_2 = this.t1y_1.fs() + 'model/' + '__init__';
|
|
645
647
|
// Inline function 'kotlin.collections.filter' call
|
|
646
648
|
var tmp0_0 = new NonEmptyList(module_0.tq_1);
|
|
647
649
|
// Inline function 'kotlin.collections.filterTo' call
|
|
@@ -663,16 +665,16 @@ protoOf(PythonEmitter).kr = function (module_0, logger) {
|
|
|
663
665
|
destination_2.x(tmp$ret$11);
|
|
664
666
|
}
|
|
665
667
|
var initModel = new Emitted(tmp_2, joinToString(destination_2, '\n'));
|
|
666
|
-
var shared = new Emitted(this.
|
|
667
|
-
return this.
|
|
668
|
+
var shared = new Emitted(this.t1y_1.fs() + 'wirespec', this.f1x().b1z_1);
|
|
669
|
+
return this.u1y_1.xo_1 ? NonEmptyList__plus_impl_xqmb9(NonEmptyList__plus_impl_xqmb9(NonEmptyList__plus_impl_xqmb9(NonEmptyList__plus_impl_xqmb9(it, init), initEndpoint), initModel), shared) : NonEmptyList__plus_impl_xqmb9(it, init);
|
|
668
670
|
};
|
|
669
671
|
protoOf(PythonEmitter).lr = function (definition, module_0, logger) {
|
|
670
|
-
var subPackageName = plus_1(this.
|
|
672
|
+
var subPackageName = plus_1(this.t1y_1, definition);
|
|
671
673
|
// Inline function 'kotlin.let' call
|
|
672
674
|
var it = protoOf(LanguageEmitter).lr.call(this, definition, module_0, logger);
|
|
673
675
|
var tmp = subPackageName.fs() + it.yo_1;
|
|
674
676
|
// Inline function 'kotlin.text.trimStart' call
|
|
675
|
-
var this_0 = trimMargin('\n |' + this.
|
|
677
|
+
var this_0 = trimMargin('\n |' + this.v1y_1 + '\n |' + it.zo_1 + '\n ');
|
|
676
678
|
var tmp$ret$0 = toString(trimStart(isCharSequence(this_0) ? this_0 : THROW_CCE()));
|
|
677
679
|
return new Emitted(tmp, tmp$ret$0);
|
|
678
680
|
};
|
|
@@ -712,7 +714,7 @@ function emitToRawRequest($this, _this__u8e3s4, endpoint) {
|
|
|
712
714
|
var tmp_19 = Spacer_instance.toString();
|
|
713
715
|
var tmp0_safe_receiver = _this__u8e3s4.dq_1;
|
|
714
716
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.fq_1;
|
|
715
|
-
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : $this.
|
|
717
|
+
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : $this.e1z(tmp1_safe_receiver);
|
|
716
718
|
return trimMargin("\n |@staticmethod\n |def to_raw_request(serialization: Wirespec.Serializer, request: '" + tmp + ".Request') -> Wirespec.RawRequest:\n |" + tmp_0 + 'return Wirespec.RawRequest(\n |' + tmp_1 + tmp_2 + 'path = [' + tmp_3 + '],\n |' + tmp_4 + tmp_5 + 'method = request.method.value,\n |' + tmp_6 + tmp_7 + 'queries = {\n |' + tmp_9 + '\n |' + tmp_10 + tmp_11 + '},\n |' + tmp_12 + tmp_13 + 'headers = {\n |' + tmp_15 + '\n |' + tmp_16 + tmp_17 + '},\n |' + tmp_18 + tmp_19 + 'body = serialization.serialize(request.body, ' + (tmp2_elvis_lhs == null ? 'type(None)' : tmp2_elvis_lhs) + '),\n |' + Spacer_instance.toString() + ')\n |\n ');
|
|
717
719
|
}
|
|
718
720
|
function emitFromRawRequest($this, _this__u8e3s4, endpoint) {
|
|
@@ -729,7 +731,7 @@ function emitDeserializedParams($this, _this__u8e3s4, endpoint) {
|
|
|
729
731
|
tmp_3 = null;
|
|
730
732
|
} else {
|
|
731
733
|
// Inline function 'kotlin.let' call
|
|
732
|
-
tmp_3 = Spacer_instance.hs(3) + 'body = serialization.deserialize(request.body, ' + $this.
|
|
734
|
+
tmp_3 = Spacer_instance.hs(3) + 'body = serialization.deserialize(request.body, ' + $this.e1z(tmp0_safe_receiver.fq_1) + '),';
|
|
733
735
|
}
|
|
734
736
|
// Inline function 'kotlin.let' call
|
|
735
737
|
var it = joinToString(listOfNotNull([tmp_0, tmp_1, tmp_2, tmp_3]), ',\n');
|
|
@@ -829,18 +831,18 @@ function emitAssignSelf_1($this, _this__u8e3s4, endpoint) {
|
|
|
829
831
|
return trimMargin('\n |self._headers = ' + tmp + '.Response' + _this__u8e3s4.gq_1 + '.Headers(' + tmp_1 + ')\n |self._body = ' + (tmp1_elvis_lhs == null ? 'None' : tmp1_elvis_lhs) + '\n ');
|
|
830
832
|
}
|
|
831
833
|
function emitDeserialized($this, _this__u8e3s4) {
|
|
832
|
-
return Spacer_instance.hs(3) + $this.nr(_this__u8e3s4.ue_1.bq_1) + ' = serialization.deserialize(request.path[' + _this__u8e3s4.te_1 + '], ' + $this.
|
|
834
|
+
return Spacer_instance.hs(3) + $this.nr(_this__u8e3s4.ue_1.bq_1) + ' = serialization.deserialize(request.path[' + _this__u8e3s4.te_1 + '], ' + $this.e1z(_this__u8e3s4.ue_1.cq_1) + ')';
|
|
833
835
|
}
|
|
834
836
|
function emitDeserializedParams_0($this, _this__u8e3s4, type, fields, spaces, caseSensitive) {
|
|
835
837
|
var tmp;
|
|
836
838
|
if (caseSensitive) {
|
|
837
|
-
tmp = Spacer_instance.hs(spaces) + $this.nr(_this__u8e3s4.qp_1) + ' = serialization.deserialize_param(' + type + '.' + fields + '.get("' + _this__u8e3s4.qp_1.l1() + '"), ' + $this.
|
|
839
|
+
tmp = Spacer_instance.hs(spaces) + $this.nr(_this__u8e3s4.qp_1) + ' = serialization.deserialize_param(' + type + '.' + fields + '.get("' + _this__u8e3s4.qp_1.l1() + '"), ' + $this.e1z(_this__u8e3s4.rp_1) + ')';
|
|
838
840
|
} else {
|
|
839
841
|
var tmp_0 = Spacer_instance.hs(spaces);
|
|
840
842
|
var tmp_1 = $this.nr(_this__u8e3s4.qp_1);
|
|
841
843
|
// Inline function 'kotlin.text.lowercase' call
|
|
842
844
|
// Inline function 'kotlin.js.asDynamic' call
|
|
843
|
-
tmp = tmp_0 + tmp_1 + ' = serialization.deserialize_param(next((v for k, v in ' + type + '.' + fields + '.items() if k.lower() == "' + _this__u8e3s4.qp_1.l1().toLowerCase() + '"), None), ' + $this.
|
|
845
|
+
tmp = tmp_0 + tmp_1 + ' = serialization.deserialize_param(next((v for k, v in ' + type + '.' + fields + '.items() if k.lower() == "' + _this__u8e3s4.qp_1.l1().toLowerCase() + '"), None), ' + $this.e1z(_this__u8e3s4.rp_1) + ')';
|
|
844
846
|
}
|
|
845
847
|
return tmp;
|
|
846
848
|
}
|
|
@@ -878,7 +880,7 @@ function emitDeserialized_0($this, _this__u8e3s4, endpoint) {
|
|
|
878
880
|
var tmp_1 = Spacer_instance.hs(2);
|
|
879
881
|
var tmp0_safe_receiver = _this__u8e3s4.iq_1;
|
|
880
882
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.fq_1;
|
|
881
|
-
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : $this.
|
|
883
|
+
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : $this.e1z(tmp1_safe_receiver);
|
|
882
884
|
var tmp_2 = tmp_1 + 'body = serialization.deserialize(response.body, ' + (tmp2_elvis_lhs == null ? 'type(None)' : tmp2_elvis_lhs) + '),';
|
|
883
885
|
return joinToString(listOfNotNull([tmp, tmp_0, tmp_2, orNull(joinToString(_this__u8e3s4.hq_1, ',\n', VOID, VOID, VOID, VOID, PythonEndpointDefinitionEmitter$emitDeserialized$lambda($this))), Spacer_instance.toString() + ')']), '\n');
|
|
884
886
|
}
|
|
@@ -902,13 +904,13 @@ function emitSerialized($this, _this__u8e3s4, endpoint) {
|
|
|
902
904
|
tmp_6 = null;
|
|
903
905
|
} else {
|
|
904
906
|
// Inline function 'kotlin.let' call
|
|
905
|
-
tmp_6 = 'serialization.serialize(response.body, ' + $this.
|
|
907
|
+
tmp_6 = 'serialization.serialize(response.body, ' + $this.e1z(tmp0_safe_receiver.fq_1) + ')';
|
|
906
908
|
}
|
|
907
909
|
var tmp1_elvis_lhs = tmp_6;
|
|
908
910
|
return trimMargin('\n |case ' + tmp + '.Response' + _this__u8e3s4.gq_1 + '():\n |' + tmp_0 + 'return Wirespec.RawResponse(\n |' + tmp_1 + 'status_code = response.status,\n |' + tmp_2 + 'headers = ' + tmp_4 + ',\n |' + tmp_5 + 'body = ' + (tmp1_elvis_lhs == null ? 'type(None)' : tmp1_elvis_lhs) + ',\n |' + Spacer_instance.hs(1) + ')\n ');
|
|
909
911
|
}
|
|
910
912
|
function emitSerializedParams($this, _this__u8e3s4, type, fields) {
|
|
911
|
-
return '"' + _this__u8e3s4.qp_1.l1() + '": serialization.serialize_param(' + type + '.' + fields + '.' + $this.nr(_this__u8e3s4.qp_1) + ', ' + $this.
|
|
913
|
+
return '"' + _this__u8e3s4.qp_1.l1() + '": serialization.serialize_param(' + type + '.' + fields + '.' + $this.nr(_this__u8e3s4.qp_1) + ', ' + $this.e1z(_this__u8e3s4.rp_1) + ')';
|
|
912
914
|
}
|
|
913
915
|
function emitObject($this, _this__u8e3s4, name, extends_0, spaces, block) {
|
|
914
916
|
var tmp;
|
|
@@ -935,12 +937,12 @@ function emit_18($this, _this__u8e3s4) {
|
|
|
935
937
|
}
|
|
936
938
|
function PythonEndpointDefinitionEmitter$emit$lambda(this$0) {
|
|
937
939
|
return function (it) {
|
|
938
|
-
return this$0.
|
|
940
|
+
return this$0.f1z(it);
|
|
939
941
|
};
|
|
940
942
|
}
|
|
941
943
|
function PythonEndpointDefinitionEmitter$emit$lambda_0(this$0, $endpoint) {
|
|
942
944
|
return function (it) {
|
|
943
|
-
return this$0.
|
|
945
|
+
return this$0.d1z(it, $endpoint);
|
|
944
946
|
};
|
|
945
947
|
}
|
|
946
948
|
function PythonEndpointDefinitionEmitter$emit$lambda_1(this$0) {
|
|
@@ -1087,14 +1089,14 @@ function sanitizeEnum($this, _this__u8e3s4) {
|
|
|
1087
1089
|
}
|
|
1088
1090
|
function PythonEnumDefinitionEmitter$emit$lambda(this$0) {
|
|
1089
1091
|
return function (it) {
|
|
1090
|
-
return Spacer_instance.toString() + this$0.
|
|
1092
|
+
return Spacer_instance.toString() + this$0.m1x(sanitizeEnum(this$0, it)) + ' = "' + it + '"';
|
|
1091
1093
|
};
|
|
1092
1094
|
}
|
|
1093
1095
|
function PythonEnumDefinitionEmitter() {
|
|
1094
1096
|
}
|
|
1095
1097
|
function Companion() {
|
|
1096
1098
|
Companion_instance_2 = this;
|
|
1097
|
-
this.
|
|
1099
|
+
this.g1z_1 = setOf(['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']);
|
|
1098
1100
|
}
|
|
1099
1101
|
var Companion_instance_2;
|
|
1100
1102
|
function Companion_getInstance_0() {
|
|
@@ -1105,7 +1107,7 @@ function Companion_getInstance_0() {
|
|
|
1105
1107
|
function PythonIdentifierEmitter() {
|
|
1106
1108
|
}
|
|
1107
1109
|
function _get_sanitizationConfig__sns434($this) {
|
|
1108
|
-
var tmp0 = $this.
|
|
1110
|
+
var tmp0 = $this.l1z_1;
|
|
1109
1111
|
var tmp = KProperty1;
|
|
1110
1112
|
// Inline function 'kotlin.getValue' call
|
|
1111
1113
|
getPropertyCallableRef('sanitizationConfig', 1, tmp, PythonIrEmitter$_get_sanitizationConfig_$ref_1q5eai(), null);
|
|
@@ -1168,7 +1170,7 @@ function sanitize_0($this, _this__u8e3s4) {
|
|
|
1168
1170
|
return tmp_2;
|
|
1169
1171
|
}
|
|
1170
1172
|
function sanitizeKeywords_0($this, _this__u8e3s4) {
|
|
1171
|
-
return Companion_getInstance_1().
|
|
1173
|
+
return Companion_getInstance_1().n1z_1.u1(_this__u8e3s4) ? '_' + _this__u8e3s4 : _this__u8e3s4;
|
|
1172
1174
|
}
|
|
1173
1175
|
function sanitizeEnum_0($this, _this__u8e3s4) {
|
|
1174
1176
|
// Inline function 'kotlin.let' call
|
|
@@ -1194,7 +1196,7 @@ function buildImports($this, wirespecPath) {
|
|
|
1194
1196
|
}
|
|
1195
1197
|
function Companion_0() {
|
|
1196
1198
|
Companion_instance_3 = this;
|
|
1197
|
-
this.
|
|
1199
|
+
this.n1z_1 = setOf(['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']);
|
|
1198
1200
|
}
|
|
1199
1201
|
var Companion_instance_3;
|
|
1200
1202
|
function Companion_getInstance_1() {
|
|
@@ -1203,16 +1205,16 @@ function Companion_getInstance_1() {
|
|
|
1203
1205
|
return Companion_instance_3;
|
|
1204
1206
|
}
|
|
1205
1207
|
function sam$kotlin_Comparator$0_0(function_0) {
|
|
1206
|
-
this.
|
|
1208
|
+
this.o1z_1 = function_0;
|
|
1207
1209
|
}
|
|
1208
1210
|
protoOf(sam$kotlin_Comparator$0_0).td = function (a, b) {
|
|
1209
|
-
return this.
|
|
1211
|
+
return this.o1z_1(a, b);
|
|
1210
1212
|
};
|
|
1211
1213
|
protoOf(sam$kotlin_Comparator$0_0).compare = function (a, b) {
|
|
1212
1214
|
return this.td(a, b);
|
|
1213
1215
|
};
|
|
1214
1216
|
protoOf(sam$kotlin_Comparator$0_0).l3 = function () {
|
|
1215
|
-
return this.
|
|
1217
|
+
return this.o1z_1;
|
|
1216
1218
|
};
|
|
1217
1219
|
protoOf(sam$kotlin_Comparator$0_0).equals = function (other) {
|
|
1218
1220
|
var tmp;
|
|
@@ -1236,11 +1238,11 @@ function PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda(it) {
|
|
|
1236
1238
|
return '_' + it;
|
|
1237
1239
|
}
|
|
1238
1240
|
function PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda_0(name) {
|
|
1239
|
-
var sanitized = name.
|
|
1241
|
+
var sanitized = name.p1h_1.a1() > 1 ? name.t1m() : name.n1j();
|
|
1240
1242
|
return new Name(listOf_0(sanitized));
|
|
1241
1243
|
}
|
|
1242
1244
|
function PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda_1(name) {
|
|
1243
|
-
return new Name(listOf_0(name.
|
|
1245
|
+
return new Name(listOf_0(name.t1m()));
|
|
1244
1246
|
}
|
|
1245
1247
|
function PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda_2(it) {
|
|
1246
1248
|
return it;
|
|
@@ -1249,9 +1251,9 @@ function PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda_3(this$0) {
|
|
|
1249
1251
|
return function (stmt, tr) {
|
|
1250
1252
|
var tmp;
|
|
1251
1253
|
if (stmt instanceof ConstructorStatement) {
|
|
1252
|
-
var tmp_0 = tr.
|
|
1254
|
+
var tmp_0 = tr.a1v(stmt.v1n_1);
|
|
1253
1255
|
// Inline function 'kotlin.collections.map' call
|
|
1254
|
-
var this_0 = stmt.
|
|
1256
|
+
var this_0 = stmt.w1n_1;
|
|
1255
1257
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1256
1258
|
var destination = ArrayList_init_$Create$_0(this_0.a1());
|
|
1257
1259
|
// Inline function 'kotlin.collections.iterator' call
|
|
@@ -1262,7 +1264,7 @@ function PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda_3(this$0) {
|
|
|
1262
1264
|
var k = item.k1();
|
|
1263
1265
|
// Inline function 'kotlin.collections.component2' call
|
|
1264
1266
|
var v = item.l1();
|
|
1265
|
-
var tmp$ret$3 = to(sanitizeFieldName(_get_sanitizationConfig__sns434(this$0), k), tr.
|
|
1267
|
+
var tmp$ret$3 = to(sanitizeFieldName(_get_sanitizationConfig__sns434(this$0), k), tr.d1v(v));
|
|
1266
1268
|
destination.x(tmp$ret$3);
|
|
1267
1269
|
}
|
|
1268
1270
|
tmp = new ConstructorStatement(tmp_0, toMap(destination));
|
|
@@ -1274,7 +1276,7 @@ function PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda_3(this$0) {
|
|
|
1274
1276
|
}
|
|
1275
1277
|
function PythonIrEmitter$sanitizationConfig$delegate$lambda(this$0) {
|
|
1276
1278
|
return function () {
|
|
1277
|
-
var tmp = Companion_getInstance_1().
|
|
1279
|
+
var tmp = Companion_getInstance_1().n1z_1;
|
|
1278
1280
|
var tmp_0 = PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda;
|
|
1279
1281
|
var tmp_1 = PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda_0;
|
|
1280
1282
|
var tmp_2 = PythonIrEmitter$sanitizationConfig$delegate$lambda$lambda_1;
|
|
@@ -1313,17 +1315,17 @@ function PythonIrEmitter$emitGenerator$lambda_2($generatorOwnName, $generatorRef
|
|
|
1313
1315
|
var tmp_0;
|
|
1314
1316
|
var tmp_1;
|
|
1315
1317
|
if (expr instanceof RawExpression) {
|
|
1316
|
-
tmp_1 = endsWith(expr.
|
|
1318
|
+
tmp_1 = endsWith(expr.p1p_1, 'Generator');
|
|
1317
1319
|
} else {
|
|
1318
1320
|
tmp_1 = false;
|
|
1319
1321
|
}
|
|
1320
1322
|
if (tmp_1) {
|
|
1321
|
-
tmp_0 = !(expr.
|
|
1323
|
+
tmp_0 = !(expr.p1p_1 === $generatorOwnName);
|
|
1322
1324
|
} else {
|
|
1323
1325
|
tmp_0 = false;
|
|
1324
1326
|
}
|
|
1325
1327
|
if (tmp_0) {
|
|
1326
|
-
$generatorRefs.x(expr.
|
|
1328
|
+
$generatorRefs.x(expr.p1p_1);
|
|
1327
1329
|
tmp = Unit_instance;
|
|
1328
1330
|
}
|
|
1329
1331
|
return transformChildren_0(expr, t);
|
|
@@ -1338,31 +1340,31 @@ function PythonIrEmitter(packageName, emitShared) {
|
|
|
1338
1340
|
Companion_getInstance_1();
|
|
1339
1341
|
packageName = packageName === VOID ? Companion_instance.cs('community.flock.wirespec.generated') : packageName;
|
|
1340
1342
|
emitShared = emitShared === VOID ? Companion_instance_0.wo() : emitShared;
|
|
1341
|
-
this.
|
|
1342
|
-
this.
|
|
1343
|
-
this.
|
|
1344
|
-
this.
|
|
1343
|
+
this.h1z_1 = packageName;
|
|
1344
|
+
this.i1z_1 = emitShared;
|
|
1345
|
+
this.j1z_1 = PythonGenerator_instance;
|
|
1346
|
+
this.k1z_1 = FileExtension_Python_getInstance();
|
|
1345
1347
|
var tmp = this;
|
|
1346
|
-
tmp.
|
|
1347
|
-
this.
|
|
1348
|
+
tmp.l1z_1 = lazy(PythonIrEmitter$sanitizationConfig$delegate$lambda(this));
|
|
1349
|
+
this.m1z_1 = "from __future__ import annotations\n\nimport enum\nfrom abc import ABC, abstractmethod\nfrom dataclasses import dataclass\nfrom typing import Any, Callable, Generic, Optional, Type, TypeVar\n\nT = TypeVar('T')\nV = TypeVar('V')\n\n\ndef _raise(msg: str) -> Any:\n raise Exception(msg)\n\n";
|
|
1348
1350
|
}
|
|
1349
|
-
protoOf(PythonIrEmitter).
|
|
1350
|
-
return this.
|
|
1351
|
+
protoOf(PythonIrEmitter).v1v = function () {
|
|
1352
|
+
return this.j1z_1;
|
|
1351
1353
|
};
|
|
1352
1354
|
protoOf(PythonIrEmitter).uq = function () {
|
|
1353
|
-
return this.
|
|
1355
|
+
return this.k1z_1;
|
|
1354
1356
|
};
|
|
1355
|
-
protoOf(PythonIrEmitter).
|
|
1357
|
+
protoOf(PythonIrEmitter).z1v = function () {
|
|
1356
1358
|
var source = replaceReflectInNonGenericStructFields(convert(Companion_instance.cs('shared')));
|
|
1357
1359
|
var tmp;
|
|
1358
|
-
if (this.
|
|
1359
|
-
tmp = new File(Companion_getInstance().
|
|
1360
|
+
if (this.i1z_1.xo_1) {
|
|
1361
|
+
tmp = new File(Companion_getInstance().r1h(this.h1z_1.fs() + 'wirespec'), listOf_0(raw(this.m1z_1 + PythonGenerator_instance.w1v(source))));
|
|
1360
1362
|
} else {
|
|
1361
1363
|
tmp = null;
|
|
1362
1364
|
}
|
|
1363
1365
|
return tmp;
|
|
1364
1366
|
};
|
|
1365
|
-
protoOf(PythonIrEmitter).
|
|
1367
|
+
protoOf(PythonIrEmitter).y1v = function (module_0, logger) {
|
|
1366
1368
|
// Inline function 'kotlin.collections.sortedBy' call
|
|
1367
1369
|
var this_0 = new NonEmptyList(module_0.tq_1);
|
|
1368
1370
|
// Inline function 'kotlin.comparisons.compareBy' call
|
|
@@ -1397,7 +1399,7 @@ protoOf(PythonIrEmitter).w1v = function (module_0, logger) {
|
|
|
1397
1399
|
tmp$ret$2 = false;
|
|
1398
1400
|
}
|
|
1399
1401
|
var hasEndpoints = tmp$ret$2;
|
|
1400
|
-
var tmp_2 = Companion_getInstance().
|
|
1402
|
+
var tmp_2 = Companion_getInstance().r1h(this.h1z_1.fs() + '__init__');
|
|
1401
1403
|
// Inline function 'kotlin.collections.buildList' call
|
|
1402
1404
|
// Inline function 'kotlin.collections.buildListInternal' call
|
|
1403
1405
|
// Inline function 'kotlin.apply' call
|
|
@@ -1410,7 +1412,7 @@ protoOf(PythonIrEmitter).w1v = function (module_0, logger) {
|
|
|
1410
1412
|
this_1.x(import_0('.', 'wirespec'));
|
|
1411
1413
|
var tmp$ret$7 = this_1.o5();
|
|
1412
1414
|
var init = new File(tmp_2, tmp$ret$7);
|
|
1413
|
-
var tmp_3 = Companion_getInstance().
|
|
1415
|
+
var tmp_3 = Companion_getInstance().r1h(this.h1z_1.fs() + 'endpoint/' + '__init__');
|
|
1414
1416
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
1415
1417
|
var tmp0_0 = new NonEmptyList(module_0.tq_1);
|
|
1416
1418
|
// Inline function 'kotlin.collections.filterIsInstanceTo' call
|
|
@@ -1432,7 +1434,7 @@ protoOf(PythonIrEmitter).w1v = function (module_0, logger) {
|
|
|
1432
1434
|
destination_0.x(tmp$ret$10);
|
|
1433
1435
|
}
|
|
1434
1436
|
var initEndpoint = new File(tmp_3, destination_0);
|
|
1435
|
-
var tmp_4 = Companion_getInstance().
|
|
1437
|
+
var tmp_4 = Companion_getInstance().r1h(this.h1z_1.fs() + 'model/' + '__init__');
|
|
1436
1438
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
1437
1439
|
var tmp0_1 = new NonEmptyList(module_0.tq_1);
|
|
1438
1440
|
// Inline function 'kotlin.collections.filterIsInstanceTo' call
|
|
@@ -1454,8 +1456,8 @@ protoOf(PythonIrEmitter).w1v = function (module_0, logger) {
|
|
|
1454
1456
|
destination_2.x(tmp$ret$15);
|
|
1455
1457
|
}
|
|
1456
1458
|
var initModel = new File(tmp_4, destination_2);
|
|
1457
|
-
var initClient = hasEndpoints ? listOf_0(new File(Companion_getInstance().
|
|
1458
|
-
var tmp0_2 = dropLast(split(this.
|
|
1459
|
+
var initClient = hasEndpoints ? listOf_0(new File(Companion_getInstance().r1h(this.h1z_1.fs() + 'client/' + '__init__'), emptyList())) : emptyList();
|
|
1460
|
+
var tmp0_2 = dropLast(split(this.h1z_1.ds_1, ['.']), 1);
|
|
1459
1461
|
var tmp$ret$18;
|
|
1460
1462
|
$l$block_1: {
|
|
1461
1463
|
// Inline function 'kotlin.collections.runningFold' call
|
|
@@ -1492,17 +1494,17 @@ protoOf(PythonIrEmitter).w1v = function (module_0, logger) {
|
|
|
1492
1494
|
var _iterator__ex2g4s_5 = this_3.t();
|
|
1493
1495
|
while (_iterator__ex2g4s_5.u()) {
|
|
1494
1496
|
var item_1 = _iterator__ex2g4s_5.v();
|
|
1495
|
-
var tmp$ret$23 = new File(Companion_getInstance().
|
|
1497
|
+
var tmp$ret$23 = new File(Companion_getInstance().r1h(item_1 + '/__init__'), emptyList());
|
|
1496
1498
|
destination_3.x(tmp$ret$23);
|
|
1497
1499
|
}
|
|
1498
1500
|
var parentInits = destination_3;
|
|
1499
|
-
return this.
|
|
1501
|
+
return this.i1z_1.xo_1 ? NonEmptyList__plus_impl_xqmb9_0(NonEmptyList__plus_impl_xqmb9_0(NonEmptyList__plus_impl_xqmb9(NonEmptyList__plus_impl_xqmb9(NonEmptyList__plus_impl_xqmb9(emitted, init), initEndpoint), initModel), initClient), parentInits) : NonEmptyList__plus_impl_xqmb9_0(NonEmptyList__plus_impl_xqmb9(emitted, init), parentInits);
|
|
1500
1502
|
};
|
|
1501
1503
|
protoOf(PythonIrEmitter).lr = function (definition, module_0, logger) {
|
|
1502
1504
|
var file = emit_0.call(this, definition, module_0, logger);
|
|
1503
|
-
return placeInModule(prependImports(file, buildImports(this, '..wirespec')), this.
|
|
1505
|
+
return placeInModule(prependImports(file, buildImports(this, '..wirespec')), this.h1z_1, definition);
|
|
1504
1506
|
};
|
|
1505
|
-
protoOf(PythonIrEmitter).
|
|
1507
|
+
protoOf(PythonIrEmitter).e1w = function (definition, module_0) {
|
|
1506
1508
|
var tmp;
|
|
1507
1509
|
if (definition instanceof Type) {
|
|
1508
1510
|
tmp = convertToGenerator_2(definition, module_0);
|
|
@@ -1532,8 +1534,8 @@ protoOf(PythonIrEmitter).c1w = function (definition, module_0) {
|
|
|
1532
1534
|
var generatorRefs = LinkedHashSet_init_$Create$();
|
|
1533
1535
|
// Inline function 'community.flock.wirespec.ir.core.transform' call
|
|
1534
1536
|
var scope = new TransformScope(sanitized);
|
|
1535
|
-
scope.
|
|
1536
|
-
var tmp_3 = scope.
|
|
1537
|
+
scope.q1v(PythonIrEmitter$emitGenerator$lambda_2(generatorOwnName, generatorRefs));
|
|
1538
|
+
var tmp_3 = scope.i1v_1;
|
|
1537
1539
|
isInterface(tmp_3, Element) || THROW_CCE();
|
|
1538
1540
|
// Inline function 'kotlin.collections.filter' call
|
|
1539
1541
|
// Inline function 'kotlin.collections.filterTo' call
|
|
@@ -1576,7 +1578,7 @@ protoOf(PythonIrEmitter).c1w = function (definition, module_0) {
|
|
|
1576
1578
|
destination_2.x(tmp$ret$12);
|
|
1577
1579
|
}
|
|
1578
1580
|
var modelImports = destination_2;
|
|
1579
|
-
return placeInModule_0(prependImports(sanitized, plus(plus(buildImports(this, '..wirespec'), modelImports), generatorImports)), this.
|
|
1581
|
+
return placeInModule_0(prependImports(sanitized, plus(plus(buildImports(this, '..wirespec'), modelImports), generatorImports)), this.h1z_1, 'generator');
|
|
1580
1582
|
};
|
|
1581
1583
|
protoOf(PythonIrEmitter).kq = function (type, module_0) {
|
|
1582
1584
|
// Inline function 'kotlin.collections.distinctBy' call
|
|
@@ -1659,13 +1661,13 @@ protoOf(PythonIrEmitter).as = function (endpoint) {
|
|
|
1659
1661
|
var endpointImports = destination;
|
|
1660
1662
|
// Inline function 'kotlin.let' call
|
|
1661
1663
|
var it = splitEndpointStructsToModuleLevel(convert_3(endpoint));
|
|
1662
|
-
var tmp$ret$6 = it.
|
|
1664
|
+
var tmp$ret$6 = it.c1o(VOID, plus(endpointImports, it.z1n_1));
|
|
1663
1665
|
return sanitizeNames(snakeCaseHandlerAndCallMethods(tmp$ret$6), _get_sanitizationConfig__sns434(this));
|
|
1664
1666
|
};
|
|
1665
1667
|
protoOf(PythonIrEmitter).or = function (channel) {
|
|
1666
1668
|
return sanitizeNames(convert_4(channel), _get_sanitizationConfig__sns434(this));
|
|
1667
1669
|
};
|
|
1668
|
-
protoOf(PythonIrEmitter).
|
|
1670
|
+
protoOf(PythonIrEmitter).d1w = function (endpoint) {
|
|
1669
1671
|
// Inline function 'kotlin.collections.distinctBy' call
|
|
1670
1672
|
var this_0 = importReferences(endpoint);
|
|
1671
1673
|
var set = HashSet_init_$Create$();
|
|
@@ -1691,10 +1693,10 @@ protoOf(PythonIrEmitter).b1w = function (endpoint) {
|
|
|
1691
1693
|
var endpointImport = import_0('..endpoint.' + endpoint.up_1.l1(), '*');
|
|
1692
1694
|
var endpointName = endpoint.up_1.l1();
|
|
1693
1695
|
var file = flattenEndpointTypeRefs(snakeCaseClientFunctions(addSelfReceiverToClientFields(sanitizeNames(emitEndpointClient.call(this, endpoint), _get_sanitizationConfig__sns434(this)))), endpointName);
|
|
1694
|
-
var subPackageName = plus_2(this.
|
|
1695
|
-
return new File(Companion_getInstance().
|
|
1696
|
+
var subPackageName = plus_2(this.h1z_1, 'client');
|
|
1697
|
+
return new File(Companion_getInstance().r1h(subPackageName.fs() + file.y1n_1.s1h()), plus(plus(plus(buildImports(this, '..wirespec'), modelImports), listOf_0(endpointImport)), file.z1n_1));
|
|
1696
1698
|
};
|
|
1697
|
-
protoOf(PythonIrEmitter).
|
|
1699
|
+
protoOf(PythonIrEmitter).a1w = function (endpoints, logger) {
|
|
1698
1700
|
// Inline function 'kotlin.collections.flatMap' call
|
|
1699
1701
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
1700
1702
|
var destination = ArrayList_init_$Create$();
|
|
@@ -1766,7 +1768,7 @@ protoOf(PythonIrEmitter).y1v = function (endpoints, logger) {
|
|
|
1766
1768
|
accumulator = flattenEndpointTypeRefs(acc, element_0);
|
|
1767
1769
|
}
|
|
1768
1770
|
var file = accumulator;
|
|
1769
|
-
return new File(Companion_getInstance().
|
|
1771
|
+
return new File(Companion_getInstance().r1h(this.h1z_1.fs() + file.y1n_1.s1h()), plus(plus(buildImports(this, '.wirespec'), allImports), file.z1n_1));
|
|
1770
1772
|
};
|
|
1771
1773
|
function replaceReflectInNonGenericStructFields(_this__u8e3s4) {
|
|
1772
1774
|
// Inline function 'community.flock.wirespec.ir.core.transform' call
|
|
@@ -1774,14 +1776,14 @@ function replaceReflectInNonGenericStructFields(_this__u8e3s4) {
|
|
|
1774
1776
|
// Inline function 'community.flock.wirespec.ir.core.TransformScope.matchingElements' call
|
|
1775
1777
|
var tmp = scope;
|
|
1776
1778
|
// Inline function 'community.flock.wirespec.ir.core.transformMatchingElements' call
|
|
1777
|
-
var this_0 = scope.
|
|
1779
|
+
var this_0 = scope.i1v_1;
|
|
1778
1780
|
// Inline function 'community.flock.wirespec.ir.core.transformer' call
|
|
1779
1781
|
// Inline function 'kotlin.apply' call
|
|
1780
1782
|
var this_1 = new TransformerBuilder();
|
|
1781
|
-
this_1.
|
|
1782
|
-
var tmp$ret$2 = this_1.
|
|
1783
|
-
tmp.
|
|
1784
|
-
var tmp_0 = scope.
|
|
1783
|
+
this_1.b1j(replaceReflectInNonGenericStructFields$lambda);
|
|
1784
|
+
var tmp$ret$2 = this_1.c1j();
|
|
1785
|
+
tmp.i1v_1 = transform(this_0, tmp$ret$2);
|
|
1786
|
+
var tmp_0 = scope.i1v_1;
|
|
1785
1787
|
return isInterface(tmp_0, Element) ? tmp_0 : THROW_CCE();
|
|
1786
1788
|
}
|
|
1787
1789
|
function replaceRefinedFunctions(_this__u8e3s4, refined) {
|
|
@@ -1790,14 +1792,14 @@ function replaceRefinedFunctions(_this__u8e3s4, refined) {
|
|
|
1790
1792
|
// Inline function 'community.flock.wirespec.ir.core.TransformScope.matchingElements' call
|
|
1791
1793
|
var tmp = scope;
|
|
1792
1794
|
// Inline function 'community.flock.wirespec.ir.core.transformMatchingElements' call
|
|
1793
|
-
var this_0 = scope.
|
|
1795
|
+
var this_0 = scope.i1v_1;
|
|
1794
1796
|
// Inline function 'community.flock.wirespec.ir.core.transformer' call
|
|
1795
1797
|
// Inline function 'kotlin.apply' call
|
|
1796
1798
|
var this_1 = new TransformerBuilder();
|
|
1797
|
-
this_1.
|
|
1798
|
-
var tmp$ret$2 = this_1.
|
|
1799
|
-
tmp.
|
|
1800
|
-
var tmp_0 = scope.
|
|
1799
|
+
this_1.b1j(replaceRefinedFunctions$lambda(refined));
|
|
1800
|
+
var tmp$ret$2 = this_1.c1j();
|
|
1801
|
+
tmp.i1v_1 = transform(this_0, tmp$ret$2);
|
|
1802
|
+
var tmp_0 = scope.i1v_1;
|
|
1801
1803
|
return isInterface(tmp_0, Element) ? tmp_0 : THROW_CCE();
|
|
1802
1804
|
}
|
|
1803
1805
|
function snakeCaseHandlerAndCallMethods(_this__u8e3s4) {
|
|
@@ -1806,20 +1808,20 @@ function snakeCaseHandlerAndCallMethods(_this__u8e3s4) {
|
|
|
1806
1808
|
// Inline function 'community.flock.wirespec.ir.core.TransformScope.matchingElements' call
|
|
1807
1809
|
var tmp = scope;
|
|
1808
1810
|
// Inline function 'community.flock.wirespec.ir.core.transformMatchingElements' call
|
|
1809
|
-
var this_0 = scope.
|
|
1811
|
+
var this_0 = scope.i1v_1;
|
|
1810
1812
|
// Inline function 'community.flock.wirespec.ir.core.transformer' call
|
|
1811
1813
|
// Inline function 'kotlin.apply' call
|
|
1812
1814
|
var this_1 = new TransformerBuilder();
|
|
1813
|
-
this_1.
|
|
1814
|
-
var tmp$ret$2 = this_1.
|
|
1815
|
-
tmp.
|
|
1816
|
-
var tmp_0 = scope.
|
|
1815
|
+
this_1.b1j(snakeCaseHandlerAndCallMethods$lambda);
|
|
1816
|
+
var tmp$ret$2 = this_1.c1j();
|
|
1817
|
+
tmp.i1v_1 = transform(this_0, tmp$ret$2);
|
|
1818
|
+
var tmp_0 = scope.i1v_1;
|
|
1817
1819
|
return isInterface(tmp_0, Element) ? tmp_0 : THROW_CCE();
|
|
1818
1820
|
}
|
|
1819
1821
|
function splitEndpointStructsToModuleLevel(_this__u8e3s4) {
|
|
1820
1822
|
// Inline function 'community.flock.wirespec.ir.core.findElement' call
|
|
1821
1823
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
1822
|
-
var tmp0 = _this__u8e3s4.
|
|
1824
|
+
var tmp0 = _this__u8e3s4.a1o();
|
|
1823
1825
|
// Inline function 'kotlin.collections.filterIsInstanceTo' call
|
|
1824
1826
|
var destination = ArrayList_init_$Create$();
|
|
1825
1827
|
var _iterator__ex2g4s = tmp0.t();
|
|
@@ -1832,7 +1834,7 @@ function splitEndpointStructsToModuleLevel(_this__u8e3s4) {
|
|
|
1832
1834
|
var tmp$ret$2 = firstOrNull_0(destination);
|
|
1833
1835
|
var namespace = ensureNotNull(tmp$ret$2);
|
|
1834
1836
|
// Inline function 'kotlin.collections.partition' call
|
|
1835
|
-
var this_0 = namespace.
|
|
1837
|
+
var this_0 = namespace.f1o_1;
|
|
1836
1838
|
var first = ArrayList_init_$Create$();
|
|
1837
1839
|
var second = ArrayList_init_$Create$();
|
|
1838
1840
|
var _iterator__ex2g4s_0 = this_0.t();
|
|
@@ -1853,14 +1855,14 @@ function splitEndpointStructsToModuleLevel(_this__u8e3s4) {
|
|
|
1853
1855
|
var _destruct__k2r9zo = new Pair(first, second);
|
|
1854
1856
|
var moduleElements = _destruct__k2r9zo.ve();
|
|
1855
1857
|
var classElements = _destruct__k2r9zo.we();
|
|
1856
|
-
var endpointClass = new Namespace(namespace.
|
|
1857
|
-
return new File(namespace.
|
|
1858
|
+
var endpointClass = new Namespace(namespace.e1o_1, classElements, namespace.g1o_1);
|
|
1859
|
+
return new File(namespace.e1o_1, plus_0(moduleElements, endpointClass));
|
|
1858
1860
|
}
|
|
1859
1861
|
function flattenEndpointTypeRefs(_this__u8e3s4, endpointName) {
|
|
1860
1862
|
// Inline function 'community.flock.wirespec.ir.core.transform' call
|
|
1861
1863
|
var scope = new TransformScope(_this__u8e3s4);
|
|
1862
|
-
scope.
|
|
1863
|
-
var tmp = scope.
|
|
1864
|
+
scope.o1v(flattenEndpointTypeRefs$lambda(endpointName));
|
|
1865
|
+
var tmp = scope.i1v_1;
|
|
1864
1866
|
return isInterface(tmp, Element) ? tmp : THROW_CCE();
|
|
1865
1867
|
}
|
|
1866
1868
|
function snakeCaseClientFunctions(_this__u8e3s4) {
|
|
@@ -1869,15 +1871,15 @@ function snakeCaseClientFunctions(_this__u8e3s4) {
|
|
|
1869
1871
|
// Inline function 'community.flock.wirespec.ir.core.TransformScope.matchingElements' call
|
|
1870
1872
|
var tmp = scope;
|
|
1871
1873
|
// Inline function 'community.flock.wirespec.ir.core.transformMatchingElements' call
|
|
1872
|
-
var this_0 = scope.
|
|
1874
|
+
var this_0 = scope.i1v_1;
|
|
1873
1875
|
// Inline function 'community.flock.wirespec.ir.core.transformer' call
|
|
1874
1876
|
// Inline function 'kotlin.apply' call
|
|
1875
1877
|
var this_1 = new TransformerBuilder();
|
|
1876
|
-
this_1.
|
|
1877
|
-
var tmp$ret$2 = this_1.
|
|
1878
|
-
tmp.
|
|
1879
|
-
scope.
|
|
1880
|
-
var tmp_0 = scope.
|
|
1878
|
+
this_1.b1j(snakeCaseClientFunctions$lambda);
|
|
1879
|
+
var tmp$ret$2 = this_1.c1j();
|
|
1880
|
+
tmp.i1v_1 = transform(this_0, tmp$ret$2);
|
|
1881
|
+
scope.r1v(snakeCaseClientFunctions$lambda_0);
|
|
1882
|
+
var tmp_0 = scope.i1v_1;
|
|
1881
1883
|
return isInterface(tmp_0, Element) ? tmp_0 : THROW_CCE();
|
|
1882
1884
|
}
|
|
1883
1885
|
function addSelfReceiverToClientFields(_this__u8e3s4) {
|
|
@@ -1888,7 +1890,7 @@ function addSelfReceiverToClientFields(_this__u8e3s4) {
|
|
|
1888
1890
|
} else {
|
|
1889
1891
|
// Inline function 'community.flock.wirespec.ir.core.findElement' call
|
|
1890
1892
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
1891
|
-
var tmp0 = tmp0_safe_receiver.
|
|
1893
|
+
var tmp0 = tmp0_safe_receiver.a1o();
|
|
1892
1894
|
// Inline function 'kotlin.collections.filterIsInstanceTo' call
|
|
1893
1895
|
var destination = ArrayList_init_$Create$();
|
|
1894
1896
|
var _iterator__ex2g4s = tmp0.t();
|
|
@@ -1901,7 +1903,7 @@ function addSelfReceiverToClientFields(_this__u8e3s4) {
|
|
|
1901
1903
|
tmp = firstOrNull_0(destination);
|
|
1902
1904
|
}
|
|
1903
1905
|
var struct = tmp;
|
|
1904
|
-
var tmp2_safe_receiver = struct == null ? null : struct
|
|
1906
|
+
var tmp2_safe_receiver = struct == null ? null : fieldList(struct);
|
|
1905
1907
|
var tmp_0;
|
|
1906
1908
|
if (tmp2_safe_receiver == null) {
|
|
1907
1909
|
tmp_0 = null;
|
|
@@ -1912,7 +1914,7 @@ function addSelfReceiverToClientFields(_this__u8e3s4) {
|
|
|
1912
1914
|
var _iterator__ex2g4s_0 = tmp2_safe_receiver.t();
|
|
1913
1915
|
while (_iterator__ex2g4s_0.u()) {
|
|
1914
1916
|
var item = _iterator__ex2g4s_0.v();
|
|
1915
|
-
var tmp$ret$3 = item.
|
|
1917
|
+
var tmp$ret$3 = item.b1q_1.n1j();
|
|
1916
1918
|
destination_0.x(tmp$ret$3);
|
|
1917
1919
|
}
|
|
1918
1920
|
tmp_0 = destination_0;
|
|
@@ -1924,8 +1926,8 @@ function addSelfReceiverToClientFields(_this__u8e3s4) {
|
|
|
1924
1926
|
return _this__u8e3s4;
|
|
1925
1927
|
// Inline function 'community.flock.wirespec.ir.core.transform' call
|
|
1926
1928
|
var scope = new TransformScope(_this__u8e3s4);
|
|
1927
|
-
scope.
|
|
1928
|
-
var tmp_1 = scope.
|
|
1929
|
+
scope.r1v(addSelfReceiverToClientFields$lambda(fieldNames));
|
|
1930
|
+
var tmp_1 = scope.i1v_1;
|
|
1929
1931
|
return isInterface(tmp_1, Element) ? tmp_1 : THROW_CCE();
|
|
1930
1932
|
}
|
|
1931
1933
|
function replaceReflectAsTypeAny(_this__u8e3s4) {
|
|
@@ -1934,13 +1936,13 @@ function replaceReflectAsTypeAny(_this__u8e3s4) {
|
|
|
1934
1936
|
tmp = Custom_init_$Create$('type', listOf_0(Any_instance));
|
|
1935
1937
|
} else {
|
|
1936
1938
|
if (_this__u8e3s4 instanceof Nullable) {
|
|
1937
|
-
tmp = _this__u8e3s4.
|
|
1939
|
+
tmp = _this__u8e3s4.k1n(replaceReflectAsTypeAny(_this__u8e3s4.j1j_1));
|
|
1938
1940
|
} else {
|
|
1939
1941
|
if (_this__u8e3s4 instanceof Array_0) {
|
|
1940
|
-
tmp = _this__u8e3s4.
|
|
1942
|
+
tmp = _this__u8e3s4.k1n(replaceReflectAsTypeAny(_this__u8e3s4.k1j_1));
|
|
1941
1943
|
} else {
|
|
1942
1944
|
if (_this__u8e3s4 instanceof Dict_0) {
|
|
1943
|
-
tmp = _this__u8e3s4.
|
|
1945
|
+
tmp = _this__u8e3s4.n1n(replaceReflectAsTypeAny(_this__u8e3s4.l1n_1), replaceReflectAsTypeAny(_this__u8e3s4.m1n_1));
|
|
1944
1946
|
} else {
|
|
1945
1947
|
tmp = _this__u8e3s4;
|
|
1946
1948
|
}
|
|
@@ -1955,21 +1957,27 @@ function replaceReflectInNonGenericStructFields$lambda(element, transformer) {
|
|
|
1955
1957
|
var tmp$ret$1;
|
|
1956
1958
|
$l$block: {
|
|
1957
1959
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1958
|
-
if (!element.
|
|
1960
|
+
if (!element.o1o_1.r()) {
|
|
1959
1961
|
tmp$ret$1 = element;
|
|
1960
1962
|
break $l$block;
|
|
1961
1963
|
}
|
|
1962
1964
|
// Inline function 'kotlin.collections.map' call
|
|
1963
|
-
var this_0 = element.
|
|
1965
|
+
var this_0 = element.k1o_1;
|
|
1964
1966
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1965
1967
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
1966
1968
|
var _iterator__ex2g4s = this_0.t();
|
|
1967
1969
|
while (_iterator__ex2g4s.u()) {
|
|
1968
1970
|
var item = _iterator__ex2g4s.v();
|
|
1969
|
-
var
|
|
1971
|
+
var tmp_0;
|
|
1972
|
+
if (item instanceof Field) {
|
|
1973
|
+
tmp_0 = item.f1q(VOID, replaceReflectAsTypeAny(item.c1q_1));
|
|
1974
|
+
} else {
|
|
1975
|
+
tmp_0 = item;
|
|
1976
|
+
}
|
|
1977
|
+
var tmp$ret$2 = tmp_0;
|
|
1970
1978
|
destination.x(tmp$ret$2);
|
|
1971
1979
|
}
|
|
1972
|
-
tmp$ret$1 = element.
|
|
1980
|
+
tmp$ret$1 = element.q1o(VOID, destination);
|
|
1973
1981
|
}
|
|
1974
1982
|
tmp = tmp$ret$1;
|
|
1975
1983
|
} else {
|
|
@@ -1980,17 +1988,17 @@ function replaceReflectInNonGenericStructFields$lambda(element, transformer) {
|
|
|
1980
1988
|
}
|
|
1981
1989
|
function replaceRefinedFunctions$lambda$lambda($constraintExpr) {
|
|
1982
1990
|
return function ($this$function) {
|
|
1983
|
-
$this$function.
|
|
1984
|
-
$this$function.
|
|
1985
|
-
$this$function.
|
|
1991
|
+
$this$function.c1i('self', Custom_init_$Create$(''));
|
|
1992
|
+
$this$function.f1i(Boolean_instance_0);
|
|
1993
|
+
$this$function.g1i($constraintExpr);
|
|
1986
1994
|
return Unit_instance;
|
|
1987
1995
|
};
|
|
1988
1996
|
}
|
|
1989
1997
|
function replaceRefinedFunctions$lambda$lambda_0($toStringExpr) {
|
|
1990
1998
|
return function ($this$function) {
|
|
1991
|
-
$this$function.
|
|
1992
|
-
$this$function.
|
|
1993
|
-
$this$function.
|
|
1999
|
+
$this$function.c1i('self', Custom_init_$Create$(''));
|
|
2000
|
+
$this$function.f1i(String_instance);
|
|
2001
|
+
$this$function.g1i(new RawExpression($toStringExpr));
|
|
1994
2002
|
return Unit_instance;
|
|
1995
2003
|
};
|
|
1996
2004
|
}
|
|
@@ -1999,7 +2007,7 @@ function replaceRefinedFunctions$lambda($refined) {
|
|
|
1999
2007
|
var tmp;
|
|
2000
2008
|
if (element instanceof Struct) {
|
|
2001
2009
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
2002
|
-
var tmp0 = element.
|
|
2010
|
+
var tmp0 = element.n1o_1;
|
|
2003
2011
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
2004
2012
|
var destination = ArrayList_init_$Create$();
|
|
2005
2013
|
// Inline function 'kotlin.collections.forEach' call
|
|
@@ -2009,17 +2017,17 @@ function replaceRefinedFunctions$lambda($refined) {
|
|
|
2009
2017
|
var tmp_0;
|
|
2010
2018
|
var tmp_1;
|
|
2011
2019
|
if (element_0 instanceof Function) {
|
|
2012
|
-
tmp_1 = element_0.
|
|
2020
|
+
tmp_1 = element_0.h1l_1.equals(Companion_getInstance().r1h('validate'));
|
|
2013
2021
|
} else {
|
|
2014
2022
|
tmp_1 = false;
|
|
2015
2023
|
}
|
|
2016
2024
|
if (tmp_1) {
|
|
2017
|
-
var constraintExpr = convertConstraint($refined.tr_1, new FieldCall(new VariableReference(Companion_getInstance().
|
|
2025
|
+
var constraintExpr = convertConstraint($refined.tr_1, new FieldCall(new VariableReference(Companion_getInstance().r1h('self')), Companion_getInstance().r1h('value')));
|
|
2018
2026
|
tmp_0 = function_0('validate', VOID, VOID, replaceRefinedFunctions$lambda$lambda(constraintExpr));
|
|
2019
2027
|
} else {
|
|
2020
2028
|
var tmp_2;
|
|
2021
2029
|
if (element_0 instanceof Function) {
|
|
2022
|
-
tmp_2 = element_0.
|
|
2030
|
+
tmp_2 = element_0.h1l_1.equals(Companion_getInstance().r1h('toString'));
|
|
2023
2031
|
} else {
|
|
2024
2032
|
tmp_2 = false;
|
|
2025
2033
|
}
|
|
@@ -2044,7 +2052,7 @@ function replaceRefinedFunctions$lambda($refined) {
|
|
|
2044
2052
|
destination.x(tmp0_safe_receiver);
|
|
2045
2053
|
}
|
|
2046
2054
|
}
|
|
2047
|
-
tmp = element.
|
|
2055
|
+
tmp = element.q1o(VOID, VOID, VOID, VOID, destination);
|
|
2048
2056
|
} else {
|
|
2049
2057
|
tmp = element;
|
|
2050
2058
|
}
|
|
@@ -2057,23 +2065,23 @@ function snakeCaseHandlerAndCallMethods$lambda(element, transformer) {
|
|
|
2057
2065
|
if (element instanceof Interface) {
|
|
2058
2066
|
var tmp$ret$0;
|
|
2059
2067
|
$l$block: {
|
|
2060
|
-
if (!element.
|
|
2068
|
+
if (!element.s1o_1.equals(Companion_getInstance().r1h('Handler')) && !element.s1o_1.equals(Companion_getInstance().r1h('Call'))) {
|
|
2061
2069
|
tmp$ret$0 = element;
|
|
2062
2070
|
break $l$block;
|
|
2063
2071
|
}
|
|
2064
2072
|
// Inline function 'kotlin.collections.map' call
|
|
2065
|
-
var this_0 = element.
|
|
2073
|
+
var this_0 = element.t1o_1;
|
|
2066
2074
|
// Inline function 'kotlin.collections.mapTo' call
|
|
2067
2075
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
2068
2076
|
var _iterator__ex2g4s = this_0.t();
|
|
2069
2077
|
while (_iterator__ex2g4s.u()) {
|
|
2070
2078
|
var item = _iterator__ex2g4s.v();
|
|
2071
2079
|
var tmp0_safe_receiver = item instanceof Function ? item : null;
|
|
2072
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2080
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.p1l(Companion_getInstance().r1h(item.h1l_1.z1m()));
|
|
2073
2081
|
var tmp$ret$1 = tmp1_elvis_lhs == null ? item : tmp1_elvis_lhs;
|
|
2074
2082
|
destination.x(tmp$ret$1);
|
|
2075
2083
|
}
|
|
2076
|
-
tmp$ret$0 = element.
|
|
2084
|
+
tmp$ret$0 = element.z1o(VOID, destination);
|
|
2077
2085
|
}
|
|
2078
2086
|
tmp = tmp$ret$0;
|
|
2079
2087
|
} else {
|
|
@@ -2088,17 +2096,17 @@ function flattenEndpointTypeRefs$lambda($endpointName) {
|
|
|
2088
2096
|
if (!(type instanceof Custom_0)) {
|
|
2089
2097
|
tmp = type;
|
|
2090
2098
|
} else {
|
|
2091
|
-
if (!startsWith(type.
|
|
2099
|
+
if (!startsWith(type.l1j_1.s1h(), $endpointName + '.')) {
|
|
2092
2100
|
tmp = type;
|
|
2093
2101
|
} else {
|
|
2094
|
-
var suffix = removePrefix(type.
|
|
2102
|
+
var suffix = removePrefix(type.l1j_1.s1h(), $endpointName + '.');
|
|
2095
2103
|
switch (suffix) {
|
|
2096
2104
|
case 'Call':
|
|
2097
2105
|
case 'Handler':
|
|
2098
2106
|
tmp = type;
|
|
2099
2107
|
break;
|
|
2100
2108
|
default:
|
|
2101
|
-
tmp = type.
|
|
2109
|
+
tmp = type.p1n(Companion_getInstance().r1h(suffix));
|
|
2102
2110
|
break;
|
|
2103
2111
|
}
|
|
2104
2112
|
}
|
|
@@ -2109,7 +2117,7 @@ function flattenEndpointTypeRefs$lambda($endpointName) {
|
|
|
2109
2117
|
function snakeCaseClientFunctions$lambda(element, transformer) {
|
|
2110
2118
|
var tmp;
|
|
2111
2119
|
if (element instanceof Function) {
|
|
2112
|
-
tmp = element.
|
|
2120
|
+
tmp = element.p1l(Companion_getInstance().r1h(element.h1l_1.z1m()), VOID, plus(listOf_0(new Parameter(Companion_getInstance().r1h('self'), Custom_init_$Create$(''))), element.j1l_1));
|
|
2113
2121
|
} else {
|
|
2114
2122
|
tmp = element;
|
|
2115
2123
|
}
|
|
@@ -2119,19 +2127,19 @@ function snakeCaseClientFunctions$lambda(element, transformer) {
|
|
|
2119
2127
|
function snakeCaseClientFunctions$lambda_0(stmt, tr) {
|
|
2120
2128
|
var tmp;
|
|
2121
2129
|
if (stmt instanceof FunctionCall) {
|
|
2122
|
-
var nameStr = stmt.
|
|
2123
|
-
var newName = contains(nameStr, '.') ? stmt.
|
|
2124
|
-
var tmp1_safe_receiver = stmt.
|
|
2130
|
+
var nameStr = stmt.d1n_1.n1j();
|
|
2131
|
+
var newName = contains(nameStr, '.') ? stmt.d1n_1 : Companion_getInstance().r1h(Companion_getInstance().r1h(nameStr).z1m());
|
|
2132
|
+
var tmp1_safe_receiver = stmt.b1n_1;
|
|
2125
2133
|
var tmp_0;
|
|
2126
2134
|
if (tmp1_safe_receiver == null) {
|
|
2127
2135
|
tmp_0 = null;
|
|
2128
2136
|
} else {
|
|
2129
2137
|
// Inline function 'kotlin.let' call
|
|
2130
|
-
tmp_0 = tr.
|
|
2138
|
+
tmp_0 = tr.d1v(tmp1_safe_receiver);
|
|
2131
2139
|
}
|
|
2132
2140
|
var tmp2_receiver = tmp_0;
|
|
2133
2141
|
// Inline function 'kotlin.collections.mapValues' call
|
|
2134
|
-
var this_0 = stmt.
|
|
2142
|
+
var this_0 = stmt.e1n_1;
|
|
2135
2143
|
// Inline function 'kotlin.collections.mapValuesTo' call
|
|
2136
2144
|
var destination = LinkedHashMap_init_$Create$(mapCapacity(this_0.a1()));
|
|
2137
2145
|
// Inline function 'kotlin.collections.associateByTo' call
|
|
@@ -2141,10 +2149,10 @@ function snakeCaseClientFunctions$lambda_0(stmt, tr) {
|
|
|
2141
2149
|
var tmp_1 = element.k1();
|
|
2142
2150
|
// Inline function 'kotlin.collections.component2' call
|
|
2143
2151
|
var v = element.l1();
|
|
2144
|
-
var tmp$ret$4 = tr.
|
|
2152
|
+
var tmp$ret$4 = tr.d1v(v);
|
|
2145
2153
|
destination.s2(tmp_1, tmp$ret$4);
|
|
2146
2154
|
}
|
|
2147
|
-
var tmp4_isAwait = !(stmt.
|
|
2155
|
+
var tmp4_isAwait = !(stmt.b1n_1 == null);
|
|
2148
2156
|
tmp = new FunctionCall(tmp2_receiver, VOID, newName, destination, tmp4_isAwait);
|
|
2149
2157
|
} else {
|
|
2150
2158
|
tmp = transformChildren(stmt, tr);
|
|
@@ -2157,28 +2165,28 @@ function addSelfReceiverToClientFields$lambda($fieldNames) {
|
|
|
2157
2165
|
var tmp_0;
|
|
2158
2166
|
var tmp_1;
|
|
2159
2167
|
if (stmt instanceof FieldCall) {
|
|
2160
|
-
tmp_1 = stmt.
|
|
2168
|
+
tmp_1 = stmt.r1q_1 == null;
|
|
2161
2169
|
} else {
|
|
2162
2170
|
tmp_1 = false;
|
|
2163
2171
|
}
|
|
2164
2172
|
if (tmp_1) {
|
|
2165
|
-
tmp_0 = $fieldNames.u1(stmt.
|
|
2173
|
+
tmp_0 = $fieldNames.u1(stmt.s1q_1.n1j());
|
|
2166
2174
|
} else {
|
|
2167
2175
|
tmp_0 = false;
|
|
2168
2176
|
}
|
|
2169
2177
|
if (tmp_0) {
|
|
2170
|
-
tmp = new FieldCall(new VariableReference(Companion_getInstance().
|
|
2178
|
+
tmp = new FieldCall(new VariableReference(Companion_getInstance().r1h('self')), stmt.s1q_1);
|
|
2171
2179
|
} else {
|
|
2172
2180
|
if (stmt instanceof FieldCall) {
|
|
2173
|
-
var tmp0_safe_receiver = stmt.
|
|
2181
|
+
var tmp0_safe_receiver = stmt.r1q_1;
|
|
2174
2182
|
var tmp_2;
|
|
2175
2183
|
if (tmp0_safe_receiver == null) {
|
|
2176
2184
|
tmp_2 = null;
|
|
2177
2185
|
} else {
|
|
2178
2186
|
// Inline function 'kotlin.let' call
|
|
2179
|
-
tmp_2 = tr.
|
|
2187
|
+
tmp_2 = tr.d1v(tmp0_safe_receiver);
|
|
2180
2188
|
}
|
|
2181
|
-
tmp = new FieldCall(tmp_2, stmt.
|
|
2189
|
+
tmp = new FieldCall(tmp_2, stmt.s1q_1);
|
|
2182
2190
|
} else {
|
|
2183
2191
|
tmp = transformChildren(stmt, tr);
|
|
2184
2192
|
}
|
|
@@ -2189,8 +2197,8 @@ function addSelfReceiverToClientFields$lambda($fieldNames) {
|
|
|
2189
2197
|
function PythonRefinedTypeDefinitionEmitter() {
|
|
2190
2198
|
}
|
|
2191
2199
|
function PythonShared() {
|
|
2192
|
-
this.
|
|
2193
|
-
this.
|
|
2200
|
+
this.a1z_1 = 'shared';
|
|
2201
|
+
this.b1z_1 = "from abc import ABC, abstractmethod\nfrom dataclasses import dataclass\nfrom enum import Enum\nfrom typing import Generic, List, Dict, Optional, TypeVar\n\nT = TypeVar('T')\nREQ = TypeVar('REQ')\nRES = TypeVar('RES')\n\nclass Wirespec:\n\n class Refined(ABC, Generic[T]):\n @property\n @abstractmethod\n def value(self) -> T: pass\n\n class Endpoint(ABC):\n\n class Handler(ABC):\n pass\n\n class Convert(ABC, Generic[REQ, RES]):\n @staticmethod\n @abstractmethod\n def to_raw_request(serializer: 'Wirespec.Serializer', req: REQ) -> 'Wirespec.RawRequest': pass\n\n @staticmethod\n @abstractmethod\n def from_raw_response(serializer: 'Wirespec.Deserializer', res: 'Wirespec.RawResponse') -> RES: pass\n\n @staticmethod\n @abstractmethod\n def to_raw_response(serializer: 'Wirespec.Serializer', res: RES) -> 'Wirespec.RawResponse': pass\n\n @staticmethod\n @abstractmethod\n def from_raw_request(serializer: 'Wirespec.Deserializer[T]', req: 'Wirespec.RawRequest') -> REQ: pass\n\n class Method(Enum):\n GET = \"GET\"\n PUT = \"PUT\"\n POST = \"POST\"\n DELETE = \"DELETE\"\n OPTIONS = \"OPTIONS\"\n HEAD = \"HEAD\"\n PATCH = \"PATCH\"\n TRACE = \"TRACE\"\n\n class Request(Generic[T], ABC):\n\n class Path(ABC): pass\n\n class Queries(ABC): pass\n\n class Headers(ABC): pass\n\n @property\n @abstractmethod\n def path(self) -> Path: pass\n\n @property\n @abstractmethod\n def method(self) -> 'Wirespec.Method': pass\n\n @property\n @abstractmethod\n def queries(self) -> Queries: pass\n\n @property\n @abstractmethod\n def headers(self) -> Headers: pass\n\n @property\n @abstractmethod\n def body(self) -> T: pass\n\n class Response(Generic[T], ABC):\n\n class Headers(ABC): pass\n\n @property\n @abstractmethod\n def status(self) -> int: pass\n\n @property\n @abstractmethod\n def headers(self) -> Headers: pass\n\n @property\n @abstractmethod\n def body(self) -> T: pass\n\n class Serializer(Generic[T], ABC):\n @abstractmethod\n def serialize(self, value: T, t: type[T]) -> str: pass\n @abstractmethod\n def serialize_param(self, value: T, t: type[T]) -> List[str]: pass\n\n class Deserializer(Generic[T], ABC):\n @abstractmethod\n def deserialize(self, value: str | None, t: type[T]) -> T: pass\n @abstractmethod\n def deserialize_param(self, value: List[str] | None, t: type[T]) -> T: pass\n\n class Serialization(Serializer, Deserializer):\n @abstractmethod\n def serialize(self, value: T, t: type[T]) -> str: pass\n @abstractmethod\n def serialize_param(self, value: T, t: type[T]) -> List[str]: pass\n @abstractmethod\n def deserialize(self, value: str | None, t: type[T]) -> T: pass\n @abstractmethod\n def deserialize_param(self, value: List[str] | None, t: type[T]) -> T: pass\n\n @dataclass\n class RawRequest:\n method: str\n path: List[str]\n queries: Dict[str, List[str]]\n headers: Dict[str, List[str]]\n body: Optional[str]\n\n\n @dataclass\n class RawResponse:\n status_code: int\n headers: Dict[str, List[str]]\n body: Optional[str]\n";
|
|
2194
2202
|
}
|
|
2195
2203
|
protoOf(PythonShared).toString = function () {
|
|
2196
2204
|
return 'PythonShared';
|
|
@@ -2211,12 +2219,12 @@ function PythonShared_getInstance() {
|
|
|
2211
2219
|
}
|
|
2212
2220
|
function PythonTypeDefinitionEmitter$emit$lambda(this$0) {
|
|
2213
2221
|
return function (it) {
|
|
2214
|
-
return this$0.
|
|
2222
|
+
return this$0.f1z(it);
|
|
2215
2223
|
};
|
|
2216
2224
|
}
|
|
2217
2225
|
function PythonTypeDefinitionEmitter$emit$lambda_0(this$0) {
|
|
2218
2226
|
return function (it) {
|
|
2219
|
-
return this$0.
|
|
2227
|
+
return this$0.f1z(it);
|
|
2220
2228
|
};
|
|
2221
2229
|
}
|
|
2222
2230
|
function PythonTypeDefinitionEmitter$emit$lambda_1(this$0) {
|
|
@@ -2229,28 +2237,28 @@ function PythonTypeDefinitionEmitter() {
|
|
|
2229
2237
|
function PythonUnionDefinitionEmitter() {
|
|
2230
2238
|
}
|
|
2231
2239
|
//region block: post-declaration
|
|
2232
|
-
protoOf(PythonEmitter).kq =
|
|
2233
|
-
protoOf(PythonEmitter).lq =
|
|
2234
|
-
protoOf(PythonEmitter).mq =
|
|
2235
|
-
protoOf(PythonEmitter).nq =
|
|
2236
|
-
protoOf(PythonEmitter).oq =
|
|
2237
|
-
protoOf(PythonEmitter).zr =
|
|
2238
|
-
protoOf(PythonEmitter).ur =
|
|
2239
|
-
protoOf(PythonEmitter).as =
|
|
2240
|
+
protoOf(PythonEmitter).kq = emit_4;
|
|
2241
|
+
protoOf(PythonEmitter).lq = emit_5;
|
|
2242
|
+
protoOf(PythonEmitter).mq = emit_6;
|
|
2243
|
+
protoOf(PythonEmitter).nq = emit_7;
|
|
2244
|
+
protoOf(PythonEmitter).oq = emit_9;
|
|
2245
|
+
protoOf(PythonEmitter).zr = emit_14;
|
|
2246
|
+
protoOf(PythonEmitter).ur = emit_10;
|
|
2247
|
+
protoOf(PythonEmitter).as = emit_11;
|
|
2240
2248
|
protoOf(PythonEmitter).pr = emit_15;
|
|
2241
2249
|
protoOf(PythonEmitter).nr = emit_3;
|
|
2242
2250
|
protoOf(PythonEmitter).or = emit_2;
|
|
2243
|
-
protoOf(PythonEmitter).
|
|
2244
|
-
protoOf(PythonEmitter).
|
|
2245
|
-
protoOf(PythonEmitter).
|
|
2251
|
+
protoOf(PythonEmitter).c1z = emit_8;
|
|
2252
|
+
protoOf(PythonEmitter).j1x = emit_12;
|
|
2253
|
+
protoOf(PythonEmitter).d1z = emit_13;
|
|
2246
2254
|
protoOf(PythonEmitter).bs = emitValidator;
|
|
2247
|
-
protoOf(PythonEmitter).
|
|
2248
|
-
protoOf(PythonEmitter).
|
|
2249
|
-
protoOf(PythonEmitter).
|
|
2250
|
-
protoOf(PythonEmitter).
|
|
2251
|
-
protoOf(PythonIrEmitter).
|
|
2255
|
+
protoOf(PythonEmitter).w1x = sanitize;
|
|
2256
|
+
protoOf(PythonEmitter).m1x = sanitizeKeywords;
|
|
2257
|
+
protoOf(PythonEmitter).e1z = emitType;
|
|
2258
|
+
protoOf(PythonEmitter).f1z = emitReferenceCustomImports;
|
|
2259
|
+
protoOf(PythonIrEmitter).x1v = get_extensions;
|
|
2252
2260
|
protoOf(PythonIrEmitter).eo = emit_1;
|
|
2253
|
-
protoOf(PythonIrEmitter).
|
|
2261
|
+
protoOf(PythonIrEmitter).c1w = beforeGenerate;
|
|
2254
2262
|
//endregion
|
|
2255
2263
|
//region block: init
|
|
2256
2264
|
PythonShared_instance = new PythonShared();
|