@powerlines/deepkit 0.6.166 → 0.7.0

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.
Files changed (137) hide show
  1. package/bin/deepkit-install.cjs +55 -90
  2. package/dist/capnp-BLx1WTBU.cjs +5175 -0
  3. package/dist/capnp-BiGNkOmV.mjs +4905 -0
  4. package/dist/capnp.cjs +47 -186
  5. package/dist/capnp.d.cts +78 -77
  6. package/dist/{capnp.d.ts → capnp.d.mts} +78 -77
  7. package/dist/capnp.mjs +3 -0
  8. package/dist/chunk-C0xms8kb.cjs +34 -0
  9. package/dist/esbuild-plugin.cjs +47 -11
  10. package/dist/esbuild-plugin.d.cts +20 -18
  11. package/dist/esbuild-plugin.d.mts +35 -0
  12. package/dist/esbuild-plugin.mjs +48 -0
  13. package/dist/index.cjs +69 -250
  14. package/dist/index.d.cts +10 -19
  15. package/dist/index.d.mts +10 -0
  16. package/dist/index.mjs +11 -0
  17. package/dist/reflect-type.cjs +24 -12
  18. package/dist/reflect-type.d.cts +7 -5
  19. package/dist/{reflect-type.d.ts → reflect-type.d.mts} +7 -5
  20. package/dist/reflect-type.mjs +24 -0
  21. package/dist/{reflection-9KUpjPqV.d.cts → reflection-BwdnCwaK.d.cts} +11 -17
  22. package/dist/{reflection-9KUpjPqV.d.ts → reflection-D9R8cdSo.d.mts} +26 -32
  23. package/dist/resolve-reflections.cjs +15 -9
  24. package/dist/resolve-reflections.d.cts +4 -2
  25. package/dist/{resolve-reflections.d.ts → resolve-reflections.d.mts} +4 -2
  26. package/dist/resolve-reflections.mjs +16 -0
  27. package/dist/rolldown-plugin.cjs +44 -11
  28. package/dist/rolldown-plugin.d.cts +5 -3
  29. package/dist/{rolldown-plugin.d.ts → rolldown-plugin.d.mts} +5 -3
  30. package/dist/rolldown-plugin.mjs +45 -0
  31. package/dist/transformer.cjs +52 -13
  32. package/dist/transformer.d.cts +6 -4
  33. package/dist/{transformer.d.ts → transformer.d.mts} +6 -4
  34. package/dist/transformer.mjs +51 -0
  35. package/dist/transpile.cjs +29 -10
  36. package/dist/transpile.d.cts +6 -4
  37. package/dist/{transpile.d.ts → transpile.d.mts} +6 -4
  38. package/dist/transpile.mjs +29 -0
  39. package/dist/types.cjs +0 -4
  40. package/dist/types.d.cts +9 -9
  41. package/dist/{types.d.ts → types.d.mts} +9 -9
  42. package/dist/types.mjs +1 -0
  43. package/dist/utilities.cjs +116 -33
  44. package/dist/utilities.d.cts +4 -2
  45. package/dist/{utilities.d.ts → utilities.d.mts} +4 -2
  46. package/dist/utilities.mjs +111 -0
  47. package/dist/vendor/core.cjs +1240 -513
  48. package/dist/vendor/core.mjs +1116 -0
  49. package/dist/vendor/string-BoXo0wS7.cjs +2983 -0
  50. package/dist/vendor/string-BuMgdahD.mjs +2467 -0
  51. package/dist/vendor/type-BMLjRtLY.cjs +202 -0
  52. package/dist/vendor/type-Dgeqs-rL.mjs +190 -0
  53. package/dist/vendor/type-compiler/compiler-BUrWMhGi.cjs +6792 -0
  54. package/dist/vendor/type-compiler/compiler-Bg8jX6qU.mjs +6739 -0
  55. package/dist/vendor/type-compiler/compiler-D1z5h1MK.d.cts +578 -0
  56. package/dist/vendor/type-compiler/compiler-Nkxc4PLJ.d.mts +578 -0
  57. package/dist/vendor/type-compiler/compiler.cjs +11 -43
  58. package/dist/vendor/type-compiler/compiler.d.cts +2 -3
  59. package/dist/vendor/type-compiler/compiler.d.mts +2 -0
  60. package/dist/vendor/type-compiler/compiler.mjs +3 -0
  61. package/dist/vendor/type-compiler/config-BEX924PC.cjs +3709 -0
  62. package/dist/vendor/type-compiler/config-B_cKkYZm.d.cts +116 -0
  63. package/dist/vendor/type-compiler/config-D9DM7Du_.d.mts +116 -0
  64. package/dist/vendor/type-compiler/config-y0HNkbCH.mjs +3640 -0
  65. package/dist/vendor/type-compiler/config.cjs +9 -34
  66. package/dist/vendor/type-compiler/config.d.cts +2 -1
  67. package/dist/vendor/type-compiler/config.d.mts +2 -0
  68. package/dist/vendor/type-compiler/config.mjs +3 -0
  69. package/dist/vendor/type-compiler/index.cjs +56 -129
  70. package/dist/vendor/type-compiler/index.d.cts +22 -3
  71. package/dist/vendor/type-compiler/index.d.mts +22 -0
  72. package/dist/vendor/type-compiler/index.mjs +50 -0
  73. package/dist/vendor/type-spec.cjs +11 -12
  74. package/dist/vendor/type-spec.mjs +3 -0
  75. package/dist/vendor/type.cjs +8407 -17892
  76. package/dist/vendor/type.d.cts +10 -196
  77. package/dist/vendor/{type.d.ts → type.d.mts} +10 -196
  78. package/dist/vendor/type.mjs +9109 -0
  79. package/package.json +43 -31
  80. package/schemas/reflection.cjs +4018 -4129
  81. package/schemas/reflection.d.cts +30 -38
  82. package/schemas/{reflection.d.ts → reflection.d.mts} +30 -38
  83. package/schemas/reflection.mjs +4036 -0
  84. package/dist/capnp.js +0 -2
  85. package/dist/chunk-23YNDVRG.js +0 -34
  86. package/dist/chunk-27RKMKSF.cjs +0 -50
  87. package/dist/chunk-2XDQUCXZ.js +0 -2392
  88. package/dist/chunk-34OFD7LS.cjs +0 -68
  89. package/dist/chunk-7FXYDYVQ.cjs +0 -5246
  90. package/dist/chunk-7QZGCBH7.cjs +0 -11
  91. package/dist/chunk-ALM6UMVU.js +0 -9
  92. package/dist/chunk-BLLXF42T.cjs +0 -41
  93. package/dist/chunk-H3Q3XL3D.js +0 -19
  94. package/dist/chunk-HPVJ6OV3.cjs +0 -31
  95. package/dist/chunk-JQUKKAFM.js +0 -48
  96. package/dist/chunk-KK7TQA7L.cjs +0 -25
  97. package/dist/chunk-NPV2346T.js +0 -25
  98. package/dist/chunk-ORA4UQMU.cjs +0 -2
  99. package/dist/chunk-OUGDFUKJ.cjs +0 -2400
  100. package/dist/chunk-OULCUN6I.js +0 -1
  101. package/dist/chunk-SHUYVCID.js +0 -4
  102. package/dist/chunk-TDYIUJGY.js +0 -5180
  103. package/dist/chunk-USNT2KNT.cjs +0 -6
  104. package/dist/chunk-WYEFKIRL.js +0 -66
  105. package/dist/esbuild-plugin.d.ts +0 -33
  106. package/dist/esbuild-plugin.js +0 -4
  107. package/dist/index.d.ts +0 -19
  108. package/dist/index.js +0 -10
  109. package/dist/reflect-type.js +0 -5
  110. package/dist/resolve-reflections.js +0 -2
  111. package/dist/rolldown-plugin.js +0 -4
  112. package/dist/transformer.js +0 -2
  113. package/dist/transpile.js +0 -3
  114. package/dist/types.js +0 -1
  115. package/dist/utilities.js +0 -2
  116. package/dist/vendor/chunk-5BKT4CS5.js +0 -28
  117. package/dist/vendor/chunk-BLN7QVCP.js +0 -3704
  118. package/dist/vendor/chunk-BR2FK5K7.js +0 -109
  119. package/dist/vendor/chunk-EPQZMVJO.cjs +0 -3859
  120. package/dist/vendor/chunk-IFK6AU6M.cjs +0 -42
  121. package/dist/vendor/chunk-SHDAXCXF.cjs +0 -115
  122. package/dist/vendor/core.js +0 -2
  123. package/dist/vendor/type-compiler/chunk-3LL3TSRJ.js +0 -3762
  124. package/dist/vendor/type-compiler/chunk-CUTGHVNY.js +0 -7100
  125. package/dist/vendor/type-compiler/chunk-IAWCLVUK.cjs +0 -3780
  126. package/dist/vendor/type-compiler/chunk-UIWPG352.cjs +0 -7114
  127. package/dist/vendor/type-compiler/compiler.d.ts +0 -3
  128. package/dist/vendor/type-compiler/compiler.js +0 -5
  129. package/dist/vendor/type-compiler/config.d.ts +0 -1
  130. package/dist/vendor/type-compiler/config.js +0 -5
  131. package/dist/vendor/type-compiler/index.d.ts +0 -3
  132. package/dist/vendor/type-compiler/index.js +0 -66
  133. package/dist/vendor/type-spec.js +0 -2
  134. package/dist/vendor/type.js +0 -18359
  135. package/schemas/reflection.js +0 -4153
  136. /package/dist/vendor/{core.d.ts → core.d.mts} +0 -0
  137. /package/dist/vendor/{type-spec.d.ts → type-spec.d.mts} +0 -0
@@ -1,5 +1,6 @@
1
- import * as $ from '@stryke/capnp';
1
+ import * as $ from "@stryke/capnp";
2
2
 
3
+ //#region schemas/reflection.d.ts
3
4
  declare const _capnpFileId: bigint;
4
5
  declare const ReflectionKind: {
5
6
  readonly NEVER: 0;
@@ -45,8 +46,7 @@ declare const ReflectionVisibility: {
45
46
  readonly PROTECTED: 1;
46
47
  readonly PRIVATE: 2;
47
48
  };
48
- type ReflectionVisibility =
49
- (typeof ReflectionVisibility)[keyof typeof ReflectionVisibility];
49
+ type ReflectionVisibility = (typeof ReflectionVisibility)[keyof typeof ReflectionVisibility];
50
50
  declare class TagsReflection extends $.Struct {
51
51
  static readonly _capnp: {
52
52
  displayName: string;
@@ -86,8 +86,7 @@ declare const DefaultValueReflection_Value_Which: {
86
86
  readonly FLOAT: 3;
87
87
  readonly STRING: 4;
88
88
  };
89
- type DefaultValueReflection_Value_Which =
90
- (typeof DefaultValueReflection_Value_Which)[keyof typeof DefaultValueReflection_Value_Which];
89
+ type DefaultValueReflection_Value_Which = (typeof DefaultValueReflection_Value_Which)[keyof typeof DefaultValueReflection_Value_Which];
91
90
  declare class DefaultValueReflection_Value extends $.Struct {
92
91
  static readonly UNDEFINED: 0;
93
92
  static readonly BOOLEAN: 1;
@@ -169,9 +168,9 @@ declare class EntityOptions_EntityIndexOptions extends $.Struct {
169
168
  _initNames(length: number): $.List<string>;
170
169
  set names(value: $.List<string>);
171
170
  /**
172
- * JSON stringified options
173
- *
174
- */
171
+ * JSON stringified options
172
+ *
173
+ */
175
174
  get options(): string;
176
175
  set options(value: string);
177
176
  toString(): string;
@@ -194,9 +193,7 @@ declare class EntityOptions extends $.Struct {
194
193
  set database(value: string);
195
194
  get singleTableInheritance(): boolean;
196
195
  set singleTableInheritance(value: boolean);
197
- _adoptIndexes(
198
- value: $.Orphan<$.List<EntityOptions_EntityIndexOptions>>
199
- ): void;
196
+ _adoptIndexes(value: $.Orphan<$.List<EntityOptions_EntityIndexOptions>>): void;
200
197
  _disownIndexes(): $.Orphan<$.List<EntityOptions_EntityIndexOptions>>;
201
198
  get indexes(): $.List<EntityOptions_EntityIndexOptions>;
202
199
  _hasIndexes(): boolean;
@@ -288,9 +285,7 @@ declare class SerializedTypeClassType extends $.Struct {
288
285
  set globalObject(value: boolean);
289
286
  get classType(): string;
290
287
  set classType(value: string);
291
- _adoptExtendsArguments(
292
- value: $.Orphan<$.List<SerializedTypeReference>>
293
- ): void;
288
+ _adoptExtendsArguments(value: $.Orphan<$.List<SerializedTypeReference>>): void;
294
289
  _disownExtendsArguments(): $.Orphan<$.List<SerializedTypeReference>>;
295
290
  get extendsArguments(): $.List<SerializedTypeReference>;
296
291
  _hasExtendsArguments(): boolean;
@@ -1176,9 +1171,9 @@ declare class SerializedTypeLiteralSymbol extends $.Struct {
1176
1171
  size: $.ObjectSize;
1177
1172
  };
1178
1173
  /**
1179
- * "symbol"
1180
- *
1181
- */
1174
+ * "symbol"
1175
+ *
1176
+ */
1182
1177
  get type(): string;
1183
1178
  set type(value: string);
1184
1179
  get name(): string;
@@ -1192,9 +1187,9 @@ declare class SerializedTypeLiteralBigInt extends $.Struct {
1192
1187
  size: $.ObjectSize;
1193
1188
  };
1194
1189
  /**
1195
- * "bigint"
1196
- *
1197
- */
1190
+ * "bigint"
1191
+ *
1192
+ */
1198
1193
  get type(): string;
1199
1194
  set type(value: string);
1200
1195
  get value(): string;
@@ -1208,9 +1203,9 @@ declare class SerializedTypeLiteralRegex extends $.Struct {
1208
1203
  size: $.ObjectSize;
1209
1204
  };
1210
1205
  /**
1211
- * "regex"
1212
- *
1213
- */
1206
+ * "regex"
1207
+ *
1208
+ */
1214
1209
  get type(): string;
1215
1210
  set type(value: string);
1216
1211
  get regex(): string;
@@ -1225,8 +1220,7 @@ declare const SerializedTypeLiteral_Literal_Which: {
1225
1220
  readonly BIGINT: 4;
1226
1221
  readonly REGEX: 5;
1227
1222
  };
1228
- type SerializedTypeLiteral_Literal_Which =
1229
- (typeof SerializedTypeLiteral_Literal_Which)[keyof typeof SerializedTypeLiteral_Literal_Which];
1223
+ type SerializedTypeLiteral_Literal_Which = (typeof SerializedTypeLiteral_Literal_Which)[keyof typeof SerializedTypeLiteral_Literal_Which];
1230
1224
  declare class SerializedTypeLiteral_Literal extends $.Struct {
1231
1225
  static readonly SYMBOL: 0;
1232
1226
  static readonly STRING: 1;
@@ -1381,13 +1375,12 @@ declare const SerializedType_Type_Which: {
1381
1375
  readonly TUPLE_MEMBER: 20;
1382
1376
  readonly REST: 21;
1383
1377
  /**
1384
- * For any other type that is not explicitly defined
1385
- *
1386
- */
1378
+ * For any other type that is not explicitly defined
1379
+ *
1380
+ */
1387
1381
  readonly OTHER: 22;
1388
1382
  };
1389
- type SerializedType_Type_Which =
1390
- (typeof SerializedType_Type_Which)[keyof typeof SerializedType_Type_Which];
1383
+ type SerializedType_Type_Which = (typeof SerializedType_Type_Which)[keyof typeof SerializedType_Type_Which];
1391
1384
  declare class SerializedType_Type extends $.Struct {
1392
1385
  static readonly SIMPLE: 0;
1393
1386
  static readonly LITERAL: 1;
@@ -1522,9 +1515,7 @@ declare class SerializedType_Type extends $.Struct {
1522
1515
  _initIndexSignature(): SerializedTypeIndexSignature;
1523
1516
  get _isIndexSignature(): boolean;
1524
1517
  set indexSignature(value: SerializedTypeIndexSignature);
1525
- _adoptPropertySignature(
1526
- value: $.Orphan<SerializedTypePropertySignature>
1527
- ): void;
1518
+ _adoptPropertySignature(value: $.Orphan<SerializedTypePropertySignature>): void;
1528
1519
  _disownPropertySignature(): $.Orphan<SerializedTypePropertySignature>;
1529
1520
  get propertySignature(): SerializedTypePropertySignature;
1530
1521
  _hasPropertySignature(): boolean;
@@ -1576,9 +1567,9 @@ declare class SerializedType_Type extends $.Struct {
1576
1567
  _adoptOther(value: $.Orphan<SerializedTypeOther>): void;
1577
1568
  _disownOther(): $.Orphan<SerializedTypeOther>;
1578
1569
  /**
1579
- * For any other type that is not explicitly defined
1580
- *
1581
- */
1570
+ * For any other type that is not explicitly defined
1571
+ *
1572
+ */
1582
1573
  get other(): SerializedTypeOther;
1583
1574
  _hasOther(): boolean;
1584
1575
  _initOther(): SerializedTypeOther;
@@ -1617,5 +1608,6 @@ declare type __ΩReflectionVisibility = any[];
1617
1608
  declare type __ΩDefaultValueReflection_Value_Which = any[];
1618
1609
  declare type __ΩSerializedTypeLiteral_Literal_Which = any[];
1619
1610
  declare type __ΩSerializedType_Type_Which = any[];
1620
-
1621
- export { DefaultValueReflection, DefaultValueReflection_Value, DefaultValueReflection_Value_Which, EntityOptions, EntityOptions_EntityIndexOptions, IndexAccessOrigin, ReflectionKind, ReflectionVisibility, SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeEnumEntry, SerializedTypeFunction, SerializedTypeIndexSignature, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeLiteralBigInt, SerializedTypeLiteralRegex, SerializedTypeLiteralSymbol, SerializedTypeLiteral_Literal, SerializedTypeLiteral_Literal_Which, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeOther, SerializedTypeParameter, SerializedTypePromise, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeRest, SerializedTypeTemplateLiteral, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeTypeParameter, SerializedTypeUnion, SerializedType_Type, SerializedType_Type_Which, SerializedTypes, SimpleSerializedType, TagsReflection, type __ΩDefaultValueReflection_Value_Which, type __ΩReflectionKind, type __ΩReflectionVisibility, type __ΩSerializedTypeLiteral_Literal_Which, type __ΩSerializedType_Type_Which, _capnpFileId };
1611
+ //#endregion
1612
+ export { DefaultValueReflection, DefaultValueReflection_Value, DefaultValueReflection_Value_Which, EntityOptions, EntityOptions_EntityIndexOptions, IndexAccessOrigin, ReflectionKind, ReflectionVisibility, SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeEnumEntry, SerializedTypeFunction, SerializedTypeIndexSignature, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeLiteralBigInt, SerializedTypeLiteralRegex, SerializedTypeLiteralSymbol, SerializedTypeLiteral_Literal, SerializedTypeLiteral_Literal_Which, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeOther, SerializedTypeParameter, SerializedTypePromise, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeRest, SerializedTypeTemplateLiteral, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeTypeParameter, SerializedTypeUnion, SerializedType_Type, SerializedType_Type_Which, SerializedTypes, SimpleSerializedType, TagsReflection, __ΩDefaultValueReflection_Value_Which, __ΩReflectionKind, __ΩReflectionVisibility, __ΩSerializedTypeLiteral_Literal_Which, __ΩSerializedType_Type_Which, _capnpFileId };
1613
+ //# sourceMappingURL=reflection.d.cts.map
@@ -1,5 +1,6 @@
1
- import * as $ from '@stryke/capnp';
1
+ import * as $ from "@stryke/capnp";
2
2
 
3
+ //#region schemas/reflection.d.ts
3
4
  declare const _capnpFileId: bigint;
4
5
  declare const ReflectionKind: {
5
6
  readonly NEVER: 0;
@@ -45,8 +46,7 @@ declare const ReflectionVisibility: {
45
46
  readonly PROTECTED: 1;
46
47
  readonly PRIVATE: 2;
47
48
  };
48
- type ReflectionVisibility =
49
- (typeof ReflectionVisibility)[keyof typeof ReflectionVisibility];
49
+ type ReflectionVisibility = (typeof ReflectionVisibility)[keyof typeof ReflectionVisibility];
50
50
  declare class TagsReflection extends $.Struct {
51
51
  static readonly _capnp: {
52
52
  displayName: string;
@@ -86,8 +86,7 @@ declare const DefaultValueReflection_Value_Which: {
86
86
  readonly FLOAT: 3;
87
87
  readonly STRING: 4;
88
88
  };
89
- type DefaultValueReflection_Value_Which =
90
- (typeof DefaultValueReflection_Value_Which)[keyof typeof DefaultValueReflection_Value_Which];
89
+ type DefaultValueReflection_Value_Which = (typeof DefaultValueReflection_Value_Which)[keyof typeof DefaultValueReflection_Value_Which];
91
90
  declare class DefaultValueReflection_Value extends $.Struct {
92
91
  static readonly UNDEFINED: 0;
93
92
  static readonly BOOLEAN: 1;
@@ -169,9 +168,9 @@ declare class EntityOptions_EntityIndexOptions extends $.Struct {
169
168
  _initNames(length: number): $.List<string>;
170
169
  set names(value: $.List<string>);
171
170
  /**
172
- * JSON stringified options
173
- *
174
- */
171
+ * JSON stringified options
172
+ *
173
+ */
175
174
  get options(): string;
176
175
  set options(value: string);
177
176
  toString(): string;
@@ -194,9 +193,7 @@ declare class EntityOptions extends $.Struct {
194
193
  set database(value: string);
195
194
  get singleTableInheritance(): boolean;
196
195
  set singleTableInheritance(value: boolean);
197
- _adoptIndexes(
198
- value: $.Orphan<$.List<EntityOptions_EntityIndexOptions>>
199
- ): void;
196
+ _adoptIndexes(value: $.Orphan<$.List<EntityOptions_EntityIndexOptions>>): void;
200
197
  _disownIndexes(): $.Orphan<$.List<EntityOptions_EntityIndexOptions>>;
201
198
  get indexes(): $.List<EntityOptions_EntityIndexOptions>;
202
199
  _hasIndexes(): boolean;
@@ -288,9 +285,7 @@ declare class SerializedTypeClassType extends $.Struct {
288
285
  set globalObject(value: boolean);
289
286
  get classType(): string;
290
287
  set classType(value: string);
291
- _adoptExtendsArguments(
292
- value: $.Orphan<$.List<SerializedTypeReference>>
293
- ): void;
288
+ _adoptExtendsArguments(value: $.Orphan<$.List<SerializedTypeReference>>): void;
294
289
  _disownExtendsArguments(): $.Orphan<$.List<SerializedTypeReference>>;
295
290
  get extendsArguments(): $.List<SerializedTypeReference>;
296
291
  _hasExtendsArguments(): boolean;
@@ -1176,9 +1171,9 @@ declare class SerializedTypeLiteralSymbol extends $.Struct {
1176
1171
  size: $.ObjectSize;
1177
1172
  };
1178
1173
  /**
1179
- * "symbol"
1180
- *
1181
- */
1174
+ * "symbol"
1175
+ *
1176
+ */
1182
1177
  get type(): string;
1183
1178
  set type(value: string);
1184
1179
  get name(): string;
@@ -1192,9 +1187,9 @@ declare class SerializedTypeLiteralBigInt extends $.Struct {
1192
1187
  size: $.ObjectSize;
1193
1188
  };
1194
1189
  /**
1195
- * "bigint"
1196
- *
1197
- */
1190
+ * "bigint"
1191
+ *
1192
+ */
1198
1193
  get type(): string;
1199
1194
  set type(value: string);
1200
1195
  get value(): string;
@@ -1208,9 +1203,9 @@ declare class SerializedTypeLiteralRegex extends $.Struct {
1208
1203
  size: $.ObjectSize;
1209
1204
  };
1210
1205
  /**
1211
- * "regex"
1212
- *
1213
- */
1206
+ * "regex"
1207
+ *
1208
+ */
1214
1209
  get type(): string;
1215
1210
  set type(value: string);
1216
1211
  get regex(): string;
@@ -1225,8 +1220,7 @@ declare const SerializedTypeLiteral_Literal_Which: {
1225
1220
  readonly BIGINT: 4;
1226
1221
  readonly REGEX: 5;
1227
1222
  };
1228
- type SerializedTypeLiteral_Literal_Which =
1229
- (typeof SerializedTypeLiteral_Literal_Which)[keyof typeof SerializedTypeLiteral_Literal_Which];
1223
+ type SerializedTypeLiteral_Literal_Which = (typeof SerializedTypeLiteral_Literal_Which)[keyof typeof SerializedTypeLiteral_Literal_Which];
1230
1224
  declare class SerializedTypeLiteral_Literal extends $.Struct {
1231
1225
  static readonly SYMBOL: 0;
1232
1226
  static readonly STRING: 1;
@@ -1381,13 +1375,12 @@ declare const SerializedType_Type_Which: {
1381
1375
  readonly TUPLE_MEMBER: 20;
1382
1376
  readonly REST: 21;
1383
1377
  /**
1384
- * For any other type that is not explicitly defined
1385
- *
1386
- */
1378
+ * For any other type that is not explicitly defined
1379
+ *
1380
+ */
1387
1381
  readonly OTHER: 22;
1388
1382
  };
1389
- type SerializedType_Type_Which =
1390
- (typeof SerializedType_Type_Which)[keyof typeof SerializedType_Type_Which];
1383
+ type SerializedType_Type_Which = (typeof SerializedType_Type_Which)[keyof typeof SerializedType_Type_Which];
1391
1384
  declare class SerializedType_Type extends $.Struct {
1392
1385
  static readonly SIMPLE: 0;
1393
1386
  static readonly LITERAL: 1;
@@ -1522,9 +1515,7 @@ declare class SerializedType_Type extends $.Struct {
1522
1515
  _initIndexSignature(): SerializedTypeIndexSignature;
1523
1516
  get _isIndexSignature(): boolean;
1524
1517
  set indexSignature(value: SerializedTypeIndexSignature);
1525
- _adoptPropertySignature(
1526
- value: $.Orphan<SerializedTypePropertySignature>
1527
- ): void;
1518
+ _adoptPropertySignature(value: $.Orphan<SerializedTypePropertySignature>): void;
1528
1519
  _disownPropertySignature(): $.Orphan<SerializedTypePropertySignature>;
1529
1520
  get propertySignature(): SerializedTypePropertySignature;
1530
1521
  _hasPropertySignature(): boolean;
@@ -1576,9 +1567,9 @@ declare class SerializedType_Type extends $.Struct {
1576
1567
  _adoptOther(value: $.Orphan<SerializedTypeOther>): void;
1577
1568
  _disownOther(): $.Orphan<SerializedTypeOther>;
1578
1569
  /**
1579
- * For any other type that is not explicitly defined
1580
- *
1581
- */
1570
+ * For any other type that is not explicitly defined
1571
+ *
1572
+ */
1582
1573
  get other(): SerializedTypeOther;
1583
1574
  _hasOther(): boolean;
1584
1575
  _initOther(): SerializedTypeOther;
@@ -1617,5 +1608,6 @@ declare type __ΩReflectionVisibility = any[];
1617
1608
  declare type __ΩDefaultValueReflection_Value_Which = any[];
1618
1609
  declare type __ΩSerializedTypeLiteral_Literal_Which = any[];
1619
1610
  declare type __ΩSerializedType_Type_Which = any[];
1620
-
1621
- export { DefaultValueReflection, DefaultValueReflection_Value, DefaultValueReflection_Value_Which, EntityOptions, EntityOptions_EntityIndexOptions, IndexAccessOrigin, ReflectionKind, ReflectionVisibility, SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeEnumEntry, SerializedTypeFunction, SerializedTypeIndexSignature, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeLiteralBigInt, SerializedTypeLiteralRegex, SerializedTypeLiteralSymbol, SerializedTypeLiteral_Literal, SerializedTypeLiteral_Literal_Which, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeOther, SerializedTypeParameter, SerializedTypePromise, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeRest, SerializedTypeTemplateLiteral, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeTypeParameter, SerializedTypeUnion, SerializedType_Type, SerializedType_Type_Which, SerializedTypes, SimpleSerializedType, TagsReflection, type __ΩDefaultValueReflection_Value_Which, type __ΩReflectionKind, type __ΩReflectionVisibility, type __ΩSerializedTypeLiteral_Literal_Which, type __ΩSerializedType_Type_Which, _capnpFileId };
1611
+ //#endregion
1612
+ export { DefaultValueReflection, DefaultValueReflection_Value, DefaultValueReflection_Value_Which, EntityOptions, EntityOptions_EntityIndexOptions, IndexAccessOrigin, ReflectionKind, ReflectionVisibility, SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeEnumEntry, SerializedTypeFunction, SerializedTypeIndexSignature, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeLiteralBigInt, SerializedTypeLiteralRegex, SerializedTypeLiteralSymbol, SerializedTypeLiteral_Literal, SerializedTypeLiteral_Literal_Which, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeOther, SerializedTypeParameter, SerializedTypePromise, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeRest, SerializedTypeTemplateLiteral, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeTypeParameter, SerializedTypeUnion, SerializedType_Type, SerializedType_Type_Which, SerializedTypes, SimpleSerializedType, TagsReflection, __ΩDefaultValueReflection_Value_Which, __ΩReflectionKind, __ΩReflectionVisibility, __ΩSerializedTypeLiteral_Literal_Which, __ΩSerializedType_Type_Which, _capnpFileId };
1613
+ //# sourceMappingURL=reflection.d.mts.map