@flock/wirespec 0.8.15 → 0.8.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flock/wirespec",
3
- "version": "0.8.15",
3
+ "version": "0.8.17",
4
4
  "main": "wirespec-src-compiler-lib.js",
5
5
  "types": "wirespec-src-compiler-lib.d.ts",
6
6
  "devDependencies": {
@@ -94,40 +94,40 @@
94
94
  setMetadataFor(Wirespec, 'Wirespec', objectMeta);
95
95
  setMetadataFor(Companion, 'Companion', objectMeta);
96
96
  function withLogging(_this__u8e3s4, logger, block) {
97
- return logger.ol('Emitting Definition: Endpoint', block);
97
+ return logger.ol('Emitting Definition: Refined', block);
98
98
  }
99
- setMetadataFor(EnumDefinitionEmitterLogger, 'EnumDefinitionEmitterLogger', interfaceMeta);
100
99
  function withLogging_0(_this__u8e3s4, logger, block) {
101
- return logger.ol('Emitting Definition: Endpoint', block);
100
+ return logger.ol('Emitting Definition: Refined Validator', block);
102
101
  }
102
+ setMetadataFor(RefinedTypeDefinitionEmitterLogger, 'RefinedTypeDefinitionEmitterLogger', interfaceMeta);
103
103
  function withLogging_1(_this__u8e3s4, logger, block) {
104
- return logger.ol('Emitting Definition: Endpoint Segment', block);
105
- }
106
- setMetadataFor(EndpointDefinitionEmitterLogger, 'EndpointDefinitionEmitterLogger', interfaceMeta);
107
- function withLogging_2(_this__u8e3s4, logger, block) {
108
104
  return logger.ol('Emitting Definition: Type', block);
109
105
  }
110
- function withLogging_3(_this__u8e3s4, logger, block) {
106
+ function withLogging_2(_this__u8e3s4, logger, block) {
111
107
  return logger.ol('Emitting Definition: Type Shape', block);
112
108
  }
113
- function withLogging_4(_this__u8e3s4, logger, block) {
109
+ function withLogging_3(_this__u8e3s4, logger, block) {
114
110
  return logger.ol('Emitting Definition: Type Shape Field', block);
115
111
  }
116
- function withLogging_5(_this__u8e3s4, logger, block) {
112
+ function withLogging_4(_this__u8e3s4, logger, block) {
117
113
  return logger.ol('Emitting Definition: Type Shape Field Key', block);
118
114
  }
119
- function withLogging_6(_this__u8e3s4, logger, block) {
115
+ function withLogging_5(_this__u8e3s4, logger, block) {
120
116
  return logger.ol('Emitting Definition: Type Shape Field Value', block);
121
117
  }
122
118
  setMetadataFor(TypeDefinitionEmitterLogger, 'TypeDefinitionEmitterLogger', interfaceMeta);
119
+ function withLogging_6(_this__u8e3s4, logger, block) {
120
+ return logger.ol('Emitting Definition: Endpoint', block);
121
+ }
122
+ setMetadataFor(EnumDefinitionEmitterLogger, 'EnumDefinitionEmitterLogger', interfaceMeta);
123
123
  function withLogging_7(_this__u8e3s4, logger, block) {
124
- return logger.ol('Emitting Definition: Refined', block);
124
+ return logger.ol('Emitting Definition: Endpoint', block);
125
125
  }
126
126
  function withLogging_8(_this__u8e3s4, logger, block) {
127
- return logger.ol('Emitting Definition: Refined Validator', block);
127
+ return logger.ol('Emitting Definition: Endpoint Segment', block);
128
128
  }
129
- setMetadataFor(RefinedTypeDefinitionEmitterLogger, 'RefinedTypeDefinitionEmitterLogger', interfaceMeta);
130
- setMetadataFor(Emitter, 'Emitter', classMeta, VOID, [EnumDefinitionEmitterLogger, EndpointDefinitionEmitterLogger, TypeDefinitionEmitterLogger, RefinedTypeDefinitionEmitterLogger]);
129
+ setMetadataFor(EndpointDefinitionEmitterLogger, 'EndpointDefinitionEmitterLogger', interfaceMeta);
130
+ setMetadataFor(Emitter, 'Emitter', classMeta, VOID, [RefinedTypeDefinitionEmitterLogger, TypeDefinitionEmitterLogger, EnumDefinitionEmitterLogger, EndpointDefinitionEmitterLogger]);
131
131
  setMetadataFor(JavaEmitter, 'JavaEmitter', classMeta, Emitter);
132
132
  setMetadataFor(Companion_0, 'Companion', objectMeta);
133
133
  setMetadataFor(KotlinEmitter, 'KotlinEmitter', classMeta, Emitter);
@@ -415,10 +415,10 @@
415
415
  return Wirespec_instance;
416
416
  }
417
417
  function import_0($this, ast) {
418
- return !Companion_getInstance_3().gi(ast) ? '' : 'import community.flock.wirespec.Wirespec;\nimport java.util.concurrent.CompletableFuture;\n\n';
418
+ return !Companion_getInstance_3().gi(ast) ? '' : 'import community.flock.wirespec.Wirespec;\nimport java.util.concurrent.CompletableFuture;\nimport java.util.function.Function;\n\n';
419
419
  }
420
- function emitPrimaryType(_this__u8e3s4, $this) {
421
- return $this.hi(_this__u8e3s4, $this.ai_1, JavaEmitter$emitPrimaryType$lambda(_this__u8e3s4));
420
+ function emitSymbol(_this__u8e3s4, $this) {
421
+ return $this.hi(_this__u8e3s4, $this.ai_1, JavaEmitter$emitSymbol$lambda($this, _this__u8e3s4));
422
422
  }
423
423
  function emit(_this__u8e3s4, $this, endpoint) {
424
424
  Companion_getInstance_3();
@@ -617,7 +617,7 @@
617
617
  Companion_getInstance_3();
618
618
  Companion_getInstance_3();
619
619
  Companion_getInstance_3();
620
- return trimMargin('\n |' + ' ' + 'static <B> Response RESPONSE_MAPPER(Wirespec.ContentMapper<B> contentMapper, Wirespec.Response<B> response) {\n |' + tmp_0 + '\n |' + ' ' + ' ' + 'throw new IllegalStateException("Unknown response type");\n |' + ' ' + '}\n ');
620
+ return trimMargin('\n |' + ' ' + 'static <B, Res extends Wirespec.Response<?>> Function<Wirespec.Response<B>, Res> RESPONSE_MAPPER(Wirespec.ContentMapper<B> contentMapper) {\n |return response -> {\n |' + tmp_0 + '\n |' + ' ' + ' ' + 'throw new IllegalStateException("Unknown response type");\n |' + ' ' + '};\n |}\n ');
621
621
  }
622
622
  function emitResponseMapperCondition(_this__u8e3s4, $this) {
623
623
  var tmp;
@@ -665,7 +665,7 @@
665
665
  // Inline function 'community.flock.wirespec.compiler.core.emit.JavaEmitter.emitResponseMapperCondition.<anonymous>' call
666
666
  tmp_5 = 'response.getStatus(), ';
667
667
  }
668
- tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + 'if(' + tmp_2 + 'response.getContent() == null) { return new Response' + tmp_3 + 'Void(' + orEmptyString(tmp_5, $this) + 'response.getHeaders()); }\n |\n ');
668
+ tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + 'if(' + tmp_2 + 'response.getContent() == null) { return (Res) new Response' + tmp_3 + 'Void(' + orEmptyString(tmp_5, $this) + 'response.getHeaders()); }\n |\n ');
669
669
  } else {
670
670
  Companion_getInstance_3();
671
671
  Companion_getInstance_3();
@@ -695,7 +695,7 @@
695
695
  Companion_getInstance_3();
696
696
  Companion_getInstance_3();
697
697
  var tmp_9 = $this.qi(_this__u8e3s4.aj_1.ki_1);
698
- var tmp_10 = emitPrimaryType(_this__u8e3s4.aj_1.ki_1, $this);
698
+ var tmp_10 = emitSymbol(_this__u8e3s4.aj_1.ki_1, $this);
699
699
  var tmp_11 = _this__u8e3s4.aj_1.ki_1.cj();
700
700
  Companion_getInstance_3();
701
701
  Companion_getInstance_3();
@@ -726,7 +726,7 @@
726
726
  Companion_getInstance_3();
727
727
  Companion_getInstance_3();
728
728
  Companion_getInstance_3();
729
- tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + 'if(' + tmp_8 + 'response.getContent().type().equals("' + _this__u8e3s4.aj_1.ji_1 + '")) {\n |' + ' ' + ' ' + ' ' + ' ' + 'Wirespec.Content<' + tmp_9 + '> content = contentMapper.read(response.getContent(), Wirespec.getType(' + tmp_10 + '.class, ' + tmp_11 + '));\n |' + ' ' + ' ' + ' ' + ' ' + 'return new Response' + tmp_12 + tmp_13 + '(' + tmp_16 + 'response.getHeaders(), content.body());\n |' + ' ' + ' ' + ' ' + '}\n |\n ');
729
+ tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + 'if(' + tmp_8 + 'response.getContent().type().equals("' + _this__u8e3s4.aj_1.ji_1 + '")) {\n |' + ' ' + ' ' + ' ' + ' ' + 'Wirespec.Content<' + tmp_9 + '> content = contentMapper.read(response.getContent(), Wirespec.getType(' + tmp_10 + '.class, ' + tmp_11 + '));\n |' + ' ' + ' ' + ' ' + ' ' + 'return (Res) new Response' + tmp_12 + tmp_13 + '(' + tmp_16 + 'response.getHeaders(), content.body());\n |' + ' ' + ' ' + ' ' + '}\n |\n ');
730
730
  }
731
731
  return tmp;
732
732
  }
@@ -856,18 +856,18 @@
856
856
  return this$0.sj(this$0.rj(joinToString(tmp$ret$2, '')));
857
857
  };
858
858
  }
859
- function JavaEmitter$emitPrimaryType$lambda($this_emitPrimaryType) {
859
+ function JavaEmitter$emitSymbol$lambda(this$0, $this_emitSymbol) {
860
860
  return function () {
861
- var tmp0_subject = $this_emitPrimaryType;
861
+ var tmp0_subject = $this_emitSymbol;
862
862
  var tmp;
863
863
  if (tmp0_subject instanceof Any) {
864
864
  tmp = 'Object';
865
865
  } else {
866
866
  if (tmp0_subject instanceof Custom) {
867
- tmp = $this_emitPrimaryType.wj_1;
867
+ tmp = $this_emitSymbol.wj_1;
868
868
  } else {
869
869
  if (tmp0_subject instanceof Primitive) {
870
- var tmp1_subject = $this_emitPrimaryType.tj_1;
870
+ var tmp1_subject = $this_emitSymbol.tj_1;
871
871
  var tmp0 = tmp1_subject.r4_1;
872
872
  var tmp_0;
873
873
  switch (tmp0) {
@@ -890,14 +890,14 @@
890
890
  }
891
891
  }
892
892
  }
893
- return tmp;
893
+ return this$0.sj(tmp);
894
894
  };
895
895
  }
896
896
  function JavaEmitter$emit$lambda_3(this$0, $this_emit) {
897
897
  return function () {
898
898
  var tmp$ret$1;
899
899
  // Inline function 'kotlin.let' call
900
- var tmp0_let = emitPrimaryType($this_emit, this$0);
900
+ var tmp0_let = emitSymbol($this_emit, this$0);
901
901
  // Inline function 'kotlin.contracts.contract' call
902
902
  var tmp$ret$0;
903
903
  // Inline function 'community.flock.wirespec.compiler.core.emit.JavaEmitter.emit.<anonymous>.<anonymous>' call
@@ -1204,8 +1204,8 @@
1204
1204
  protoOf(JavaEmitter).sj = function (_this__u8e3s4) {
1205
1205
  return replace(_this__u8e3s4, '.', '');
1206
1206
  };
1207
- function emitPrimaryType_0(_this__u8e3s4, $this) {
1208
- return $this.hi(_this__u8e3s4, $this.ai_1, KotlinEmitter$emitPrimaryType$lambda(_this__u8e3s4));
1207
+ function emitSymbol_0(_this__u8e3s4, $this) {
1208
+ return $this.hi(_this__u8e3s4, $this.ai_1, KotlinEmitter$emitSymbol$lambda($this, _this__u8e3s4));
1209
1209
  }
1210
1210
  function emitRequestSignature_0(_this__u8e3s4, $this, content) {
1211
1211
  // Inline function 'kotlin.collections.map' call
@@ -1262,7 +1262,9 @@
1262
1262
  Companion_getInstance_3();
1263
1263
  Companion_getInstance_3();
1264
1264
  Companion_getInstance_3();
1265
- return trimMargin('\n |' + ' ' + ' ' + 'fun <B> REQUEST_MAPPER(contentMapper: Wirespec.ContentMapper<B>, request: Wirespec.Request<B>) =\n |' + ' ' + ' ' + ' ' + 'when {\n |' + tmp + '\n |' + ' ' + ' ' + ' ' + ' ' + 'else -> error("Cannot map request")\n |' + ' ' + ' ' + ' ' + '}\n ');
1265
+ Companion_getInstance_3();
1266
+ Companion_getInstance_3();
1267
+ return trimMargin('\n |' + ' ' + ' ' + 'fun <B, Req: Wirespec.Request<*>> REQUEST_MAPPER(contentMapper: Wirespec.ContentMapper<B>): (Wirespec.Request<B>) -> Req = {\n |' + ' ' + ' ' + ' ' + 'request -> when {\n |' + tmp + '\n |' + ' ' + ' ' + ' ' + ' ' + 'else -> error("Cannot map request")\n |' + ' ' + ' ' + ' ' + '}\n |' + ' ' + ' ' + '}\n ');
1266
1268
  }
1267
1269
  function emitRequestMapperCondition(_this__u8e3s4, $this) {
1268
1270
  var tmp;
@@ -1271,7 +1273,7 @@
1271
1273
  Companion_getInstance_3();
1272
1274
  Companion_getInstance_3();
1273
1275
  Companion_getInstance_3();
1274
- tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + ' ' + 'request.content == null -> RequestUnit(request.path, request.method, request.query, request.headers, null)\n ');
1276
+ tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + ' ' + 'request.content == null -> RequestUnit(request.path, request.method, request.query, request.headers, null) as Req\n ');
1275
1277
  } else {
1276
1278
  Companion_getInstance_3();
1277
1279
  Companion_getInstance_3();
@@ -1283,14 +1285,14 @@
1283
1285
  Companion_getInstance_3();
1284
1286
  Companion_getInstance_3();
1285
1287
  var tmp_0 = $this.qi(_this__u8e3s4.ii_1.ki_1);
1286
- var tmp_1 = emitPrimaryType_0(_this__u8e3s4.ii_1.ki_1, $this);
1288
+ var tmp_1 = emitSymbol_0(_this__u8e3s4.ii_1.ki_1, $this);
1287
1289
  var tmp_2 = _this__u8e3s4.ii_1.ki_1.cj();
1288
1290
  Companion_getInstance_3();
1289
1291
  Companion_getInstance_3();
1290
1292
  Companion_getInstance_3();
1291
1293
  Companion_getInstance_3();
1292
1294
  Companion_getInstance_3();
1293
- tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + ' ' + 'request.content?.type == "' + _this__u8e3s4.ii_1.ji_1 + '" -> contentMapper\n |' + ' ' + ' ' + ' ' + ' ' + ' ' + '.read<' + tmp_0 + '>(request.content!!, Wirespec.getType(' + tmp_1 + '::class.java, ' + tmp_2 + '))\n |' + ' ' + ' ' + ' ' + ' ' + ' ' + '.let{ Request' + emitContentType_0(_this__u8e3s4.ii_1) + '(request.path, request.method, request.query, request.headers, it) }\n ');
1295
+ tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + ' ' + 'request.content?.type == "' + _this__u8e3s4.ii_1.ji_1 + '" -> contentMapper\n |' + ' ' + ' ' + ' ' + ' ' + ' ' + '.read<' + tmp_0 + '>(request.content!!, Wirespec.getType(' + tmp_1 + '::class.java, ' + tmp_2 + '))\n |' + ' ' + ' ' + ' ' + ' ' + ' ' + '.let{ Request' + emitContentType_0(_this__u8e3s4.ii_1) + '(request.path, request.method, request.query, request.headers, it) } as Req\n ');
1294
1296
  }
1295
1297
  return tmp;
1296
1298
  }
@@ -1359,7 +1361,9 @@
1359
1361
  Companion_getInstance_3();
1360
1362
  Companion_getInstance_3();
1361
1363
  Companion_getInstance_3();
1362
- return trimMargin('\n |' + ' ' + ' ' + 'fun <B> RESPONSE_MAPPER(contentMapper: Wirespec.ContentMapper<B>, response: Wirespec.Response<B>) =\n |' + ' ' + ' ' + ' ' + 'when {\n |' + tmp_0 + '\n |' + tmp_2 + '\n |' + ' ' + ' ' + ' ' + ' ' + 'else -> error("Cannot map response with status $response.status")\n |' + ' ' + ' ' + ' ' + '}\n ');
1364
+ Companion_getInstance_3();
1365
+ Companion_getInstance_3();
1366
+ return trimMargin('\n |' + ' ' + ' ' + 'fun <B, Res: Wirespec.Response<*>> RESPONSE_MAPPER(contentMapper: Wirespec.ContentMapper<B>): (Wirespec.Response<B>) -> Res = {\n |' + ' ' + ' ' + ' ' + 'response -> when {\n |' + tmp_0 + '\n |' + tmp_2 + '\n |' + ' ' + ' ' + ' ' + ' ' + 'else -> error("Cannot map response with status $response.status")\n |' + ' ' + ' ' + ' ' + '}\n |' + ' ' + ' ' + '}\n ');
1363
1367
  }
1364
1368
  function emitResponseMapperCondition_0(_this__u8e3s4, $this) {
1365
1369
  var tmp;
@@ -1408,7 +1412,7 @@
1408
1412
  // Inline function 'community.flock.wirespec.compiler.core.emit.KotlinEmitter.emitResponseMapperCondition.<anonymous>' call
1409
1413
  tmp_5 = 'response.status, ';
1410
1414
  }
1411
- tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + ' ' + tmp_2 + 'response.content == null -> Response' + tmp_3 + 'Unit(' + orEmptyString_0(tmp_5) + 'response.headers)\n ');
1415
+ tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + ' ' + tmp_2 + 'response.content == null -> Response' + tmp_3 + 'Unit(' + orEmptyString_0(tmp_5) + 'response.headers) as Res\n ');
1412
1416
  } else {
1413
1417
  Companion_getInstance_3();
1414
1418
  Companion_getInstance_3();
@@ -1440,7 +1444,7 @@
1440
1444
  Companion_getInstance_3();
1441
1445
  Companion_getInstance_3();
1442
1446
  var tmp_9 = $this.qi(_this__u8e3s4.aj_1.ki_1);
1443
- var tmp_10 = emitPrimaryType_0(_this__u8e3s4.aj_1.ki_1, $this);
1447
+ var tmp_10 = emitSymbol_0(_this__u8e3s4.aj_1.ki_1, $this);
1444
1448
  var tmp_11 = _this__u8e3s4.aj_1.ki_1.cj();
1445
1449
  Companion_getInstance_3();
1446
1450
  Companion_getInstance_3();
@@ -1468,7 +1472,7 @@
1468
1472
  // Inline function 'community.flock.wirespec.compiler.core.emit.KotlinEmitter.emitResponseMapperCondition.<anonymous>' call
1469
1473
  tmp_15 = 'response.status, ';
1470
1474
  }
1471
- tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + ' ' + tmp_8 + 'response.content?.type == "' + _this__u8e3s4.aj_1.ji_1 + '" -> contentMapper\n |' + ' ' + ' ' + ' ' + ' ' + ' ' + '.read<' + tmp_9 + '>(response.content!!, Wirespec.getType(' + tmp_10 + '::class.java, ' + tmp_11 + '))\n |' + ' ' + ' ' + ' ' + ' ' + ' ' + '.let{ Response' + tmp_12 + tmp_13 + '(' + orEmptyString_0(tmp_15) + 'response.headers, it.body) }\n ');
1475
+ tmp = trimMargin('\n |' + ' ' + ' ' + ' ' + ' ' + tmp_8 + 'response.content?.type == "' + _this__u8e3s4.aj_1.ji_1 + '" -> contentMapper\n |' + ' ' + ' ' + ' ' + ' ' + ' ' + '.read<' + tmp_9 + '>(response.content!!, Wirespec.getType(' + tmp_10 + '::class.java, ' + tmp_11 + '))\n |' + ' ' + ' ' + ' ' + ' ' + ' ' + '.let{ Response' + tmp_12 + tmp_13 + '(' + orEmptyString_0(tmp_15) + 'response.headers, it.body) } as Res\n ');
1472
1476
  }
1473
1477
  return tmp;
1474
1478
  }
@@ -1528,18 +1532,18 @@
1528
1532
  return this$0.sj(this$0.rj(joinToString(tmp$ret$2, '')));
1529
1533
  };
1530
1534
  }
1531
- function KotlinEmitter$emitPrimaryType$lambda($this_emitPrimaryType) {
1535
+ function KotlinEmitter$emitSymbol$lambda(this$0, $this_emitSymbol) {
1532
1536
  return function () {
1533
- var tmp0_subject = $this_emitPrimaryType;
1537
+ var tmp0_subject = $this_emitSymbol;
1534
1538
  var tmp;
1535
1539
  if (tmp0_subject instanceof Any) {
1536
1540
  tmp = 'Any';
1537
1541
  } else {
1538
1542
  if (tmp0_subject instanceof Custom) {
1539
- tmp = $this_emitPrimaryType.wj_1;
1543
+ tmp = $this_emitSymbol.wj_1;
1540
1544
  } else {
1541
1545
  if (tmp0_subject instanceof Primitive) {
1542
- var tmp1_subject = $this_emitPrimaryType.tj_1;
1546
+ var tmp1_subject = $this_emitSymbol.tj_1;
1543
1547
  var tmp0 = tmp1_subject.r4_1;
1544
1548
  var tmp_0;
1545
1549
  switch (tmp0) {
@@ -1562,7 +1566,7 @@
1562
1566
  }
1563
1567
  }
1564
1568
  }
1565
- return tmp;
1569
+ return this$0.sj(tmp);
1566
1570
  };
1567
1571
  }
1568
1572
  function KotlinEmitter$emit$lambda_3(this$0, $this_emit) {
@@ -1571,7 +1575,7 @@
1571
1575
  // Inline function 'kotlin.let' call
1572
1576
  var tmp$ret$1;
1573
1577
  // Inline function 'kotlin.let' call
1574
- var tmp0_let = emitPrimaryType_0($this_emit, this$0);
1578
+ var tmp0_let = emitSymbol_0($this_emit, this$0);
1575
1579
  // Inline function 'kotlin.contracts.contract' call
1576
1580
  var tmp$ret$0;
1577
1581
  // Inline function 'community.flock.wirespec.compiler.core.emit.KotlinEmitter.emit.<anonymous>.<anonymous>' call
@@ -5952,54 +5956,54 @@
5952
5956
  }
5953
5957
  }
5954
5958
  //region block: post-declaration
5955
- protoOf(JavaEmitter).ik = withLogging_2;
5956
- protoOf(JavaEmitter).jk = withLogging_3;
5957
- protoOf(JavaEmitter).kk = withLogging_4;
5958
- protoOf(JavaEmitter).lk = withLogging_5;
5959
- protoOf(JavaEmitter).hi = withLogging_6;
5960
- protoOf(JavaEmitter).nk = withLogging;
5961
- protoOf(JavaEmitter).pk = withLogging_7;
5962
- protoOf(JavaEmitter).qk = withLogging_8;
5963
- protoOf(JavaEmitter).sk = withLogging_0;
5964
- protoOf(JavaEmitter).dj = withLogging_1;
5965
- protoOf(KotlinEmitter).ik = withLogging_2;
5966
- protoOf(KotlinEmitter).jk = withLogging_3;
5967
- protoOf(KotlinEmitter).kk = withLogging_4;
5968
- protoOf(KotlinEmitter).lk = withLogging_5;
5969
- protoOf(KotlinEmitter).hi = withLogging_6;
5970
- protoOf(KotlinEmitter).nk = withLogging;
5971
- protoOf(KotlinEmitter).pk = withLogging_7;
5972
- protoOf(KotlinEmitter).qk = withLogging_8;
5973
- protoOf(KotlinEmitter).sk = withLogging_0;
5974
- protoOf(KotlinEmitter).dj = withLogging_1;
5975
- protoOf(ScalaEmitter).ik = withLogging_2;
5976
- protoOf(ScalaEmitter).jk = withLogging_3;
5977
- protoOf(ScalaEmitter).kk = withLogging_4;
5978
- protoOf(ScalaEmitter).lk = withLogging_5;
5979
- protoOf(ScalaEmitter).hi = withLogging_6;
5980
- protoOf(ScalaEmitter).nk = withLogging;
5981
- protoOf(ScalaEmitter).pk = withLogging_7;
5982
- protoOf(ScalaEmitter).qk = withLogging_8;
5983
- protoOf(ScalaEmitter).sk = withLogging_0;
5984
- protoOf(TypeScriptEmitter).ik = withLogging_2;
5985
- protoOf(TypeScriptEmitter).jk = withLogging_3;
5986
- protoOf(TypeScriptEmitter).kk = withLogging_4;
5987
- protoOf(TypeScriptEmitter).lk = withLogging_5;
5988
- protoOf(TypeScriptEmitter).hi = withLogging_6;
5989
- protoOf(TypeScriptEmitter).nk = withLogging;
5990
- protoOf(TypeScriptEmitter).pk = withLogging_7;
5991
- protoOf(TypeScriptEmitter).qk = withLogging_8;
5992
- protoOf(TypeScriptEmitter).sk = withLogging_0;
5993
- protoOf(TypeScriptEmitter).dj = withLogging_1;
5994
- protoOf(WirespecEmitter).ik = withLogging_2;
5995
- protoOf(WirespecEmitter).jk = withLogging_3;
5996
- protoOf(WirespecEmitter).kk = withLogging_4;
5997
- protoOf(WirespecEmitter).lk = withLogging_5;
5998
- protoOf(WirespecEmitter).hi = withLogging_6;
5999
- protoOf(WirespecEmitter).nk = withLogging;
6000
- protoOf(WirespecEmitter).pk = withLogging_7;
6001
- protoOf(WirespecEmitter).qk = withLogging_8;
6002
- protoOf(WirespecEmitter).sk = withLogging_0;
5959
+ protoOf(JavaEmitter).ik = withLogging_1;
5960
+ protoOf(JavaEmitter).jk = withLogging_2;
5961
+ protoOf(JavaEmitter).kk = withLogging_3;
5962
+ protoOf(JavaEmitter).lk = withLogging_4;
5963
+ protoOf(JavaEmitter).hi = withLogging_5;
5964
+ protoOf(JavaEmitter).nk = withLogging_6;
5965
+ protoOf(JavaEmitter).pk = withLogging;
5966
+ protoOf(JavaEmitter).qk = withLogging_0;
5967
+ protoOf(JavaEmitter).sk = withLogging_7;
5968
+ protoOf(JavaEmitter).dj = withLogging_8;
5969
+ protoOf(KotlinEmitter).ik = withLogging_1;
5970
+ protoOf(KotlinEmitter).jk = withLogging_2;
5971
+ protoOf(KotlinEmitter).kk = withLogging_3;
5972
+ protoOf(KotlinEmitter).lk = withLogging_4;
5973
+ protoOf(KotlinEmitter).hi = withLogging_5;
5974
+ protoOf(KotlinEmitter).nk = withLogging_6;
5975
+ protoOf(KotlinEmitter).pk = withLogging;
5976
+ protoOf(KotlinEmitter).qk = withLogging_0;
5977
+ protoOf(KotlinEmitter).sk = withLogging_7;
5978
+ protoOf(KotlinEmitter).dj = withLogging_8;
5979
+ protoOf(ScalaEmitter).ik = withLogging_1;
5980
+ protoOf(ScalaEmitter).jk = withLogging_2;
5981
+ protoOf(ScalaEmitter).kk = withLogging_3;
5982
+ protoOf(ScalaEmitter).lk = withLogging_4;
5983
+ protoOf(ScalaEmitter).hi = withLogging_5;
5984
+ protoOf(ScalaEmitter).nk = withLogging_6;
5985
+ protoOf(ScalaEmitter).pk = withLogging;
5986
+ protoOf(ScalaEmitter).qk = withLogging_0;
5987
+ protoOf(ScalaEmitter).sk = withLogging_7;
5988
+ protoOf(TypeScriptEmitter).ik = withLogging_1;
5989
+ protoOf(TypeScriptEmitter).jk = withLogging_2;
5990
+ protoOf(TypeScriptEmitter).kk = withLogging_3;
5991
+ protoOf(TypeScriptEmitter).lk = withLogging_4;
5992
+ protoOf(TypeScriptEmitter).hi = withLogging_5;
5993
+ protoOf(TypeScriptEmitter).nk = withLogging_6;
5994
+ protoOf(TypeScriptEmitter).pk = withLogging;
5995
+ protoOf(TypeScriptEmitter).qk = withLogging_0;
5996
+ protoOf(TypeScriptEmitter).sk = withLogging_7;
5997
+ protoOf(TypeScriptEmitter).dj = withLogging_8;
5998
+ protoOf(WirespecEmitter).ik = withLogging_1;
5999
+ protoOf(WirespecEmitter).jk = withLogging_2;
6000
+ protoOf(WirespecEmitter).kk = withLogging_3;
6001
+ protoOf(WirespecEmitter).lk = withLogging_4;
6002
+ protoOf(WirespecEmitter).hi = withLogging_5;
6003
+ protoOf(WirespecEmitter).nk = withLogging_6;
6004
+ protoOf(WirespecEmitter).pk = withLogging;
6005
+ protoOf(WirespecEmitter).qk = withLogging_0;
6006
+ protoOf(WirespecEmitter).sk = withLogging_7;
6003
6007
  protoOf(WsTypeDef).sl = name;
6004
6008
  protoOf(WsEnumTypeDef).sl = name;
6005
6009
  protoOf(WsRefinedTypeDef).sl = name;