@flock/wirespec 0.8.14 → 0.8.16

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.14",
3
+ "version": "0.8.16",
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: Type', block);
97
+ return logger.ol('Emitting Definition: Endpoint', block);
98
98
  }
99
+ setMetadataFor(EnumDefinitionEmitterLogger, 'EnumDefinitionEmitterLogger', interfaceMeta);
99
100
  function withLogging_0(_this__u8e3s4, logger, block) {
100
- return logger.ol('Emitting Definition: Type Shape', block);
101
+ return logger.ol('Emitting Definition: Type', block);
101
102
  }
102
103
  function withLogging_1(_this__u8e3s4, logger, block) {
103
- return logger.ol('Emitting Definition: Type Shape Field', block);
104
+ return logger.ol('Emitting Definition: Type Shape', block);
104
105
  }
105
106
  function withLogging_2(_this__u8e3s4, logger, block) {
106
- return logger.ol('Emitting Definition: Type Shape Field Key', block);
107
+ return logger.ol('Emitting Definition: Type Shape Field', block);
107
108
  }
108
109
  function withLogging_3(_this__u8e3s4, logger, block) {
109
- return logger.ol('Emitting Definition: Type Shape Field Value', block);
110
+ return logger.ol('Emitting Definition: Type Shape Field Key', block);
110
111
  }
111
- setMetadataFor(TypeDefinitionEmitterLogger, 'TypeDefinitionEmitterLogger', interfaceMeta);
112
112
  function withLogging_4(_this__u8e3s4, logger, block) {
113
- return logger.ol('Emitting Definition: Endpoint', block);
113
+ return logger.ol('Emitting Definition: Type Shape Field Value', block);
114
114
  }
115
+ setMetadataFor(TypeDefinitionEmitterLogger, 'TypeDefinitionEmitterLogger', interfaceMeta);
115
116
  function withLogging_5(_this__u8e3s4, logger, block) {
116
- return logger.ol('Emitting Definition: Endpoint Segment', block);
117
+ return logger.ol('Emitting Definition: Refined', block);
117
118
  }
118
- setMetadataFor(EndpointDefinitionEmitterLogger, 'EndpointDefinitionEmitterLogger', interfaceMeta);
119
119
  function withLogging_6(_this__u8e3s4, logger, block) {
120
- return logger.ol('Emitting Definition: Endpoint', block);
120
+ return logger.ol('Emitting Definition: Refined Validator', block);
121
121
  }
122
- setMetadataFor(EnumDefinitionEmitterLogger, 'EnumDefinitionEmitterLogger', interfaceMeta);
122
+ setMetadataFor(RefinedTypeDefinitionEmitterLogger, 'RefinedTypeDefinitionEmitterLogger', 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, [TypeDefinitionEmitterLogger, EndpointDefinitionEmitterLogger, EnumDefinitionEmitterLogger, RefinedTypeDefinitionEmitterLogger]);
129
+ setMetadataFor(EndpointDefinitionEmitterLogger, 'EndpointDefinitionEmitterLogger', interfaceMeta);
130
+ setMetadataFor(Emitter, 'Emitter', classMeta, VOID, [EnumDefinitionEmitterLogger, TypeDefinitionEmitterLogger, RefinedTypeDefinitionEmitterLogger, EndpointDefinitionEmitterLogger]);
131
131
  setMetadataFor(JavaEmitter, 'JavaEmitter', classMeta, Emitter);
132
132
  setMetadataFor(Companion_0, 'Companion', objectMeta);
133
133
  setMetadataFor(KotlinEmitter, 'KotlinEmitter', classMeta, Emitter);
@@ -415,7 +415,7 @@
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
420
  function emitPrimaryType(_this__u8e3s4, $this) {
421
421
  return $this.hi(_this__u8e3s4, $this.ai_1, JavaEmitter$emitPrimaryType$lambda(_this__u8e3s4));
@@ -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();
@@ -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
  }
@@ -1054,7 +1054,7 @@
1054
1054
  var tmp_6 = tmp$ret$10;
1055
1055
  var tmp_7 = joinToString(tmp_6, '\n', VOID, VOID, VOID, VOID, JavaEmitter$emit$lambda$lambda_4(this$0));
1056
1056
  Companion_getInstance_3();
1057
- return trimMargin('public interface ' + $this_emit.ri_1 + ' {\n |' + ' ' + 'static String PATH = "' + tmp + '";\n |' + tmp_0 + '\n |' + ' ' + 'sealed interface Request<T> extends Wirespec.Request<T> {}\n |' + tmp_1 + '\n |' + ' ' + 'sealed interface Response<T> extends Wirespec.Response<T> {}\n |' + tmp_3 + '\n |' + tmp_5 + '\n |' + tmp_7 + '\n |' + ' ' + 'public CompletableFuture<Response> ' + Companion_getInstance_3().fk($this_emit.ri_1) + '(Request request);\n |}\n |');
1057
+ return trimMargin('public interface ' + $this_emit.ri_1 + ' {\n |' + ' ' + 'static String PATH = "' + tmp + '";\n |' + tmp_0 + '\n |' + ' ' + 'sealed interface Request<T> extends Wirespec.Request<T> {}\n |' + tmp_1 + '\n |' + ' ' + 'sealed interface Response<T> extends Wirespec.Response<T> {}\n |' + tmp_3 + '\n |' + tmp_5 + '\n |' + tmp_7 + '\n |' + ' ' + 'public CompletableFuture<Response<?>> ' + Companion_getInstance_3().fk($this_emit.ri_1) + '(Request<?> request);\n |}\n |');
1058
1058
  };
1059
1059
  }
1060
1060
  function JavaEmitter$emitResponseMapper$lambda(this$0) {
@@ -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();
@@ -1290,7 +1292,7 @@
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();
@@ -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
  }
@@ -5952,54 +5956,54 @@
5952
5956
  }
5953
5957
  }
5954
5958
  //region block: post-declaration
5955
- protoOf(JavaEmitter).ik = withLogging;
5956
- protoOf(JavaEmitter).jk = withLogging_0;
5957
- protoOf(JavaEmitter).kk = withLogging_1;
5958
- protoOf(JavaEmitter).lk = withLogging_2;
5959
- protoOf(JavaEmitter).hi = withLogging_3;
5960
- protoOf(JavaEmitter).nk = withLogging_6;
5961
- protoOf(JavaEmitter).pk = withLogging_7;
5962
- protoOf(JavaEmitter).qk = withLogging_8;
5963
- protoOf(JavaEmitter).sk = withLogging_4;
5964
- protoOf(JavaEmitter).dj = withLogging_5;
5965
- protoOf(KotlinEmitter).ik = withLogging;
5966
- protoOf(KotlinEmitter).jk = withLogging_0;
5967
- protoOf(KotlinEmitter).kk = withLogging_1;
5968
- protoOf(KotlinEmitter).lk = withLogging_2;
5969
- protoOf(KotlinEmitter).hi = withLogging_3;
5970
- protoOf(KotlinEmitter).nk = withLogging_6;
5971
- protoOf(KotlinEmitter).pk = withLogging_7;
5972
- protoOf(KotlinEmitter).qk = withLogging_8;
5973
- protoOf(KotlinEmitter).sk = withLogging_4;
5974
- protoOf(KotlinEmitter).dj = withLogging_5;
5975
- protoOf(ScalaEmitter).ik = withLogging;
5976
- protoOf(ScalaEmitter).jk = withLogging_0;
5977
- protoOf(ScalaEmitter).kk = withLogging_1;
5978
- protoOf(ScalaEmitter).lk = withLogging_2;
5979
- protoOf(ScalaEmitter).hi = withLogging_3;
5980
- protoOf(ScalaEmitter).nk = withLogging_6;
5981
- protoOf(ScalaEmitter).pk = withLogging_7;
5982
- protoOf(ScalaEmitter).qk = withLogging_8;
5983
- protoOf(ScalaEmitter).sk = withLogging_4;
5984
- protoOf(TypeScriptEmitter).ik = withLogging;
5985
- protoOf(TypeScriptEmitter).jk = withLogging_0;
5986
- protoOf(TypeScriptEmitter).kk = withLogging_1;
5987
- protoOf(TypeScriptEmitter).lk = withLogging_2;
5988
- protoOf(TypeScriptEmitter).hi = withLogging_3;
5989
- protoOf(TypeScriptEmitter).nk = withLogging_6;
5990
- protoOf(TypeScriptEmitter).pk = withLogging_7;
5991
- protoOf(TypeScriptEmitter).qk = withLogging_8;
5992
- protoOf(TypeScriptEmitter).sk = withLogging_4;
5993
- protoOf(TypeScriptEmitter).dj = withLogging_5;
5994
- protoOf(WirespecEmitter).ik = withLogging;
5995
- protoOf(WirespecEmitter).jk = withLogging_0;
5996
- protoOf(WirespecEmitter).kk = withLogging_1;
5997
- protoOf(WirespecEmitter).lk = withLogging_2;
5998
- protoOf(WirespecEmitter).hi = withLogging_3;
5999
- protoOf(WirespecEmitter).nk = withLogging_6;
6000
- protoOf(WirespecEmitter).pk = withLogging_7;
6001
- protoOf(WirespecEmitter).qk = withLogging_8;
6002
- protoOf(WirespecEmitter).sk = withLogging_4;
5959
+ protoOf(JavaEmitter).ik = withLogging_0;
5960
+ protoOf(JavaEmitter).jk = withLogging_1;
5961
+ protoOf(JavaEmitter).kk = withLogging_2;
5962
+ protoOf(JavaEmitter).lk = withLogging_3;
5963
+ protoOf(JavaEmitter).hi = withLogging_4;
5964
+ protoOf(JavaEmitter).nk = withLogging;
5965
+ protoOf(JavaEmitter).pk = withLogging_5;
5966
+ protoOf(JavaEmitter).qk = withLogging_6;
5967
+ protoOf(JavaEmitter).sk = withLogging_7;
5968
+ protoOf(JavaEmitter).dj = withLogging_8;
5969
+ protoOf(KotlinEmitter).ik = withLogging_0;
5970
+ protoOf(KotlinEmitter).jk = withLogging_1;
5971
+ protoOf(KotlinEmitter).kk = withLogging_2;
5972
+ protoOf(KotlinEmitter).lk = withLogging_3;
5973
+ protoOf(KotlinEmitter).hi = withLogging_4;
5974
+ protoOf(KotlinEmitter).nk = withLogging;
5975
+ protoOf(KotlinEmitter).pk = withLogging_5;
5976
+ protoOf(KotlinEmitter).qk = withLogging_6;
5977
+ protoOf(KotlinEmitter).sk = withLogging_7;
5978
+ protoOf(KotlinEmitter).dj = withLogging_8;
5979
+ protoOf(ScalaEmitter).ik = withLogging_0;
5980
+ protoOf(ScalaEmitter).jk = withLogging_1;
5981
+ protoOf(ScalaEmitter).kk = withLogging_2;
5982
+ protoOf(ScalaEmitter).lk = withLogging_3;
5983
+ protoOf(ScalaEmitter).hi = withLogging_4;
5984
+ protoOf(ScalaEmitter).nk = withLogging;
5985
+ protoOf(ScalaEmitter).pk = withLogging_5;
5986
+ protoOf(ScalaEmitter).qk = withLogging_6;
5987
+ protoOf(ScalaEmitter).sk = withLogging_7;
5988
+ protoOf(TypeScriptEmitter).ik = withLogging_0;
5989
+ protoOf(TypeScriptEmitter).jk = withLogging_1;
5990
+ protoOf(TypeScriptEmitter).kk = withLogging_2;
5991
+ protoOf(TypeScriptEmitter).lk = withLogging_3;
5992
+ protoOf(TypeScriptEmitter).hi = withLogging_4;
5993
+ protoOf(TypeScriptEmitter).nk = withLogging;
5994
+ protoOf(TypeScriptEmitter).pk = withLogging_5;
5995
+ protoOf(TypeScriptEmitter).qk = withLogging_6;
5996
+ protoOf(TypeScriptEmitter).sk = withLogging_7;
5997
+ protoOf(TypeScriptEmitter).dj = withLogging_8;
5998
+ protoOf(WirespecEmitter).ik = withLogging_0;
5999
+ protoOf(WirespecEmitter).jk = withLogging_1;
6000
+ protoOf(WirespecEmitter).kk = withLogging_2;
6001
+ protoOf(WirespecEmitter).lk = withLogging_3;
6002
+ protoOf(WirespecEmitter).hi = withLogging_4;
6003
+ protoOf(WirespecEmitter).nk = withLogging;
6004
+ protoOf(WirespecEmitter).pk = withLogging_5;
6005
+ protoOf(WirespecEmitter).qk = withLogging_6;
6006
+ protoOf(WirespecEmitter).sk = withLogging_7;
6003
6007
  protoOf(WsTypeDef).sl = name;
6004
6008
  protoOf(WsEnumTypeDef).sl = name;
6005
6009
  protoOf(WsRefinedTypeDef).sl = name;