@powerlines/deepkit 0.5.3 → 0.5.5

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 (61) hide show
  1. package/dist/capnp.cjs +47 -49
  2. package/dist/capnp.js +2 -4
  3. package/dist/chunk-23YNDVRG.js +34 -0
  4. package/dist/chunk-5MYRXRS2.cjs +2191 -0
  5. package/dist/{chunk-MSO7PT57.cjs → chunk-7FXYDYVQ.cjs} +128 -128
  6. package/dist/{chunk-B47NLUDW.cjs → chunk-7QZGCBH7.cjs} +2 -2
  7. package/dist/{chunk-47WBQTA6.js → chunk-ALM6UMVU.js} +1 -1
  8. package/dist/chunk-BLLXF42T.cjs +41 -0
  9. package/dist/{chunk-3PKIT7K2.cjs → chunk-CJMS4ES3.cjs} +4 -4
  10. package/dist/{chunk-JSH5MVQG.js → chunk-EJIBYA23.js} +2 -2
  11. package/dist/{chunk-GVS5O43Z.js → chunk-JE36RI7U.js} +2 -2
  12. package/dist/chunk-KGCRCOJQ.cjs +22 -0
  13. package/dist/chunk-SHUYVCID.js +4 -0
  14. package/dist/{chunk-XI47ZADG.js → chunk-TDYIUJGY.js} +9 -9
  15. package/dist/chunk-USNT2KNT.cjs +6 -0
  16. package/dist/chunk-WL27D7L7.js +2183 -0
  17. package/dist/chunk-XHSSGKUT.js +16 -0
  18. package/dist/{chunk-KDKCOXXC.cjs → chunk-YAEE7DDW.cjs} +5 -5
  19. package/dist/esbuild-plugin.cjs +5 -6
  20. package/dist/esbuild-plugin.js +4 -5
  21. package/dist/index.cjs +66 -68
  22. package/dist/index.js +8 -10
  23. package/dist/reflect-type.cjs +6 -8
  24. package/dist/reflect-type.js +5 -7
  25. package/dist/resolve-reflections.cjs +3 -3
  26. package/dist/resolve-reflections.js +2 -2
  27. package/dist/transformer.cjs +4 -5
  28. package/dist/transformer.js +2 -3
  29. package/dist/transpile.cjs +4 -5
  30. package/dist/transpile.js +3 -4
  31. package/dist/utilities.cjs +9 -11
  32. package/dist/utilities.js +2 -4
  33. package/package.json +4 -4
  34. package/dist/chunk-35PNVYKI.js +0 -187
  35. package/dist/chunk-3GQAWCBQ.js +0 -10
  36. package/dist/chunk-3GRTJOID.cjs +0 -193
  37. package/dist/chunk-4UQ4UDET.cjs +0 -19685
  38. package/dist/chunk-5NPGWGPO.cjs +0 -109
  39. package/dist/chunk-BGYQAVKQ.cjs +0 -13
  40. package/dist/chunk-F5QUFY7D.cjs +0 -135
  41. package/dist/chunk-KWUXT6EF.js +0 -127
  42. package/dist/chunk-O2LKJ62Q.cjs +0 -2863
  43. package/dist/chunk-U7WEV6HK.js +0 -19678
  44. package/dist/chunk-W423FBJ2.js +0 -2854
  45. package/dist/chunk-XU55W26B.js +0 -109
  46. /package/dist/vendor/{chunk-IOMA7ABE.js → type-compiler/chunk-IOMA7ABE.js} +0 -0
  47. /package/dist/vendor/{chunk-K5KCTNDL.cjs → type-compiler/chunk-K5KCTNDL.cjs} +0 -0
  48. /package/dist/vendor/{chunk-L3KIZV6P.js → type-compiler/chunk-L3KIZV6P.js} +0 -0
  49. /package/dist/vendor/{chunk-M3FJ3QXG.cjs → type-compiler/chunk-M3FJ3QXG.cjs} +0 -0
  50. /package/dist/vendor/{compiler.cjs → type-compiler/compiler.cjs} +0 -0
  51. /package/dist/vendor/{compiler.d.cts → type-compiler/compiler.d.cts} +0 -0
  52. /package/dist/vendor/{compiler.d.ts → type-compiler/compiler.d.ts} +0 -0
  53. /package/dist/vendor/{compiler.js → type-compiler/compiler.js} +0 -0
  54. /package/dist/vendor/{config.cjs → type-compiler/config.cjs} +0 -0
  55. /package/dist/vendor/{config.d.cts → type-compiler/config.d.cts} +0 -0
  56. /package/dist/vendor/{config.d.ts → type-compiler/config.d.ts} +0 -0
  57. /package/dist/vendor/{config.js → type-compiler/config.js} +0 -0
  58. /package/dist/vendor/{index.cjs → type-compiler/index.cjs} +0 -0
  59. /package/dist/vendor/{index.d.cts → type-compiler/index.d.cts} +0 -0
  60. /package/dist/vendor/{index.d.ts → type-compiler/index.d.ts} +0 -0
  61. /package/dist/vendor/{index.js → type-compiler/index.js} +0 -0
@@ -0,0 +1,16 @@
1
+ import { esbuildPlugin } from './chunk-JE36RI7U.js';
2
+ import { __name } from './chunk-SHUYVCID.js';
3
+ import { reflect } from '@powerlines/deepkit/vendor/type';
4
+ import defu from 'defu';
5
+ import { resolve } from 'powerlines/lib/utilities/resolve';
6
+
7
+ async function reflectType(context, type, overrides = {}) {
8
+ return reflect(await resolve(context, type, defu(overrides, {
9
+ plugins: [
10
+ esbuildPlugin(context)
11
+ ]
12
+ })));
13
+ }
14
+ __name(reflectType, "reflectType");
15
+
16
+ export { reflectType };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkO2LKJ62Q_cjs = require('./chunk-O2LKJ62Q.cjs');
4
- var chunkBGYQAVKQ_cjs = require('./chunk-BGYQAVKQ.cjs');
3
+ var chunkBLLXF42T_cjs = require('./chunk-BLLXF42T.cjs');
4
+ var chunkUSNT2KNT_cjs = require('./chunk-USNT2KNT.cjs');
5
5
  var ts = require('typescript');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
@@ -9,8 +9,8 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
9
9
  var ts__default = /*#__PURE__*/_interopDefault(ts);
10
10
 
11
11
  function transpile(context, code, id) {
12
- const transformer = chunkO2LKJ62Q_cjs.createTransformer(context);
13
- const declarationTransformer = chunkO2LKJ62Q_cjs.createDeclarationTransformer(context);
12
+ const transformer = chunkBLLXF42T_cjs.createTransformer(context);
13
+ const declarationTransformer = chunkBLLXF42T_cjs.createDeclarationTransformer(context);
14
14
  return ts__default.default.transpileModule(code, {
15
15
  compilerOptions: {
16
16
  ...context.tsconfig.options
@@ -26,6 +26,6 @@ function transpile(context, code, id) {
26
26
  }
27
27
  });
28
28
  }
29
- chunkBGYQAVKQ_cjs.__name(transpile, "transpile");
29
+ chunkUSNT2KNT_cjs.__name(transpile, "transpile");
30
30
 
31
31
  exports.transpile = transpile;
@@ -1,14 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var chunk3PKIT7K2_cjs = require('./chunk-3PKIT7K2.cjs');
4
- require('./chunk-KDKCOXXC.cjs');
5
- require('./chunk-O2LKJ62Q.cjs');
6
- require('./chunk-5NPGWGPO.cjs');
7
- require('./chunk-BGYQAVKQ.cjs');
3
+ var chunkCJMS4ES3_cjs = require('./chunk-CJMS4ES3.cjs');
4
+ require('./chunk-YAEE7DDW.cjs');
5
+ require('./chunk-BLLXF42T.cjs');
6
+ require('./chunk-USNT2KNT.cjs');
8
7
 
9
8
 
10
9
 
11
10
  Object.defineProperty(exports, "esbuildPlugin", {
12
11
  enumerable: true,
13
- get: function () { return chunk3PKIT7K2_cjs.esbuildPlugin; }
12
+ get: function () { return chunkCJMS4ES3_cjs.esbuildPlugin; }
14
13
  });
@@ -1,5 +1,4 @@
1
- export { esbuildPlugin } from './chunk-GVS5O43Z.js';
2
- import './chunk-JSH5MVQG.js';
3
- import './chunk-W423FBJ2.js';
4
- import './chunk-XU55W26B.js';
5
- import './chunk-3GQAWCBQ.js';
1
+ export { esbuildPlugin } from './chunk-JE36RI7U.js';
2
+ import './chunk-EJIBYA23.js';
3
+ import './chunk-23YNDVRG.js';
4
+ import './chunk-SHUYVCID.js';
package/dist/index.cjs CHANGED
@@ -1,248 +1,246 @@
1
1
  'use strict';
2
2
 
3
- var chunkF5QUFY7D_cjs = require('./chunk-F5QUFY7D.cjs');
4
- var chunkMSO7PT57_cjs = require('./chunk-MSO7PT57.cjs');
5
- var chunk3GRTJOID_cjs = require('./chunk-3GRTJOID.cjs');
6
- require('./chunk-4UQ4UDET.cjs');
7
- var chunk3PKIT7K2_cjs = require('./chunk-3PKIT7K2.cjs');
8
- var chunkB47NLUDW_cjs = require('./chunk-B47NLUDW.cjs');
9
- var chunkKDKCOXXC_cjs = require('./chunk-KDKCOXXC.cjs');
10
- var chunkO2LKJ62Q_cjs = require('./chunk-O2LKJ62Q.cjs');
11
- require('./chunk-5NPGWGPO.cjs');
12
- require('./chunk-BGYQAVKQ.cjs');
3
+ var chunk5MYRXRS2_cjs = require('./chunk-5MYRXRS2.cjs');
4
+ var chunk7FXYDYVQ_cjs = require('./chunk-7FXYDYVQ.cjs');
5
+ var chunkKGCRCOJQ_cjs = require('./chunk-KGCRCOJQ.cjs');
6
+ var chunkCJMS4ES3_cjs = require('./chunk-CJMS4ES3.cjs');
7
+ var chunk7QZGCBH7_cjs = require('./chunk-7QZGCBH7.cjs');
8
+ var chunkYAEE7DDW_cjs = require('./chunk-YAEE7DDW.cjs');
9
+ var chunkBLLXF42T_cjs = require('./chunk-BLLXF42T.cjs');
10
+ require('./chunk-USNT2KNT.cjs');
13
11
  require('./chunk-ORA4UQMU.cjs');
14
12
 
15
13
 
16
14
 
17
15
  Object.defineProperty(exports, "getEnumReflectionType", {
18
16
  enumerable: true,
19
- get: function () { return chunkF5QUFY7D_cjs.getEnumReflectionType; }
17
+ get: function () { return chunk5MYRXRS2_cjs.getEnumReflectionType; }
20
18
  });
21
19
  Object.defineProperty(exports, "getUnionTypes", {
22
20
  enumerable: true,
23
- get: function () { return chunkF5QUFY7D_cjs.getUnionTypes; }
21
+ get: function () { return chunk5MYRXRS2_cjs.getUnionTypes; }
24
22
  });
25
23
  Object.defineProperty(exports, "isStringUnion", {
26
24
  enumerable: true,
27
- get: function () { return chunkF5QUFY7D_cjs.isStringUnion; }
25
+ get: function () { return chunk5MYRXRS2_cjs.isStringUnion; }
28
26
  });
29
27
  Object.defineProperty(exports, "kindToName", {
30
28
  enumerable: true,
31
- get: function () { return chunkF5QUFY7D_cjs.kindToName; }
29
+ get: function () { return chunk5MYRXRS2_cjs.kindToName; }
32
30
  });
33
31
  Object.defineProperty(exports, "stringifyDefaultValue", {
34
32
  enumerable: true,
35
- get: function () { return chunkF5QUFY7D_cjs.stringifyDefaultValue; }
33
+ get: function () { return chunk5MYRXRS2_cjs.stringifyDefaultValue; }
36
34
  });
37
35
  Object.defineProperty(exports, "stringifyStringValue", {
38
36
  enumerable: true,
39
- get: function () { return chunkF5QUFY7D_cjs.stringifyStringValue; }
37
+ get: function () { return chunk5MYRXRS2_cjs.stringifyStringValue; }
40
38
  });
41
39
  Object.defineProperty(exports, "stringifyValue", {
42
40
  enumerable: true,
43
- get: function () { return chunkF5QUFY7D_cjs.stringifyValue; }
41
+ get: function () { return chunk5MYRXRS2_cjs.stringifyValue; }
44
42
  });
45
43
  Object.defineProperty(exports, "convertFromCapnp", {
46
44
  enumerable: true,
47
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnp; }
45
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnp; }
48
46
  });
49
47
  Object.defineProperty(exports, "convertFromCapnpArray", {
50
48
  enumerable: true,
51
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpArray; }
49
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpArray; }
52
50
  });
53
51
  Object.defineProperty(exports, "convertFromCapnpBase", {
54
52
  enumerable: true,
55
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpBase; }
53
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpBase; }
56
54
  });
57
55
  Object.defineProperty(exports, "convertFromCapnpClassType", {
58
56
  enumerable: true,
59
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpClassType; }
57
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpClassType; }
60
58
  });
61
59
  Object.defineProperty(exports, "convertFromCapnpDefault", {
62
60
  enumerable: true,
63
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpDefault; }
61
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpDefault; }
64
62
  });
65
63
  Object.defineProperty(exports, "convertFromCapnpEnum", {
66
64
  enumerable: true,
67
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpEnum; }
65
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpEnum; }
68
66
  });
69
67
  Object.defineProperty(exports, "convertFromCapnpFunction", {
70
68
  enumerable: true,
71
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpFunction; }
69
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpFunction; }
72
70
  });
73
71
  Object.defineProperty(exports, "convertFromCapnpIndexAccessOrigin", {
74
72
  enumerable: true,
75
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpIndexAccessOrigin; }
73
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpIndexAccessOrigin; }
76
74
  });
77
75
  Object.defineProperty(exports, "convertFromCapnpInfer", {
78
76
  enumerable: true,
79
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpInfer; }
77
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpInfer; }
80
78
  });
81
79
  Object.defineProperty(exports, "convertFromCapnpIntersection", {
82
80
  enumerable: true,
83
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpIntersection; }
81
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpIntersection; }
84
82
  });
85
83
  Object.defineProperty(exports, "convertFromCapnpLiteral", {
86
84
  enumerable: true,
87
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpLiteral; }
85
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpLiteral; }
88
86
  });
89
87
  Object.defineProperty(exports, "convertFromCapnpMethodSignature", {
90
88
  enumerable: true,
91
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpMethodSignature; }
89
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpMethodSignature; }
92
90
  });
93
91
  Object.defineProperty(exports, "convertFromCapnpObjectLiteral", {
94
92
  enumerable: true,
95
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpObjectLiteral; }
93
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpObjectLiteral; }
96
94
  });
97
95
  Object.defineProperty(exports, "convertFromCapnpOther", {
98
96
  enumerable: true,
99
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpOther; }
97
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpOther; }
100
98
  });
101
99
  Object.defineProperty(exports, "convertFromCapnpParameter", {
102
100
  enumerable: true,
103
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpParameter; }
101
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpParameter; }
104
102
  });
105
103
  Object.defineProperty(exports, "convertFromCapnpProperty", {
106
104
  enumerable: true,
107
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpProperty; }
105
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpProperty; }
108
106
  });
109
107
  Object.defineProperty(exports, "convertFromCapnpPropertySignature", {
110
108
  enumerable: true,
111
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpPropertySignature; }
109
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpPropertySignature; }
112
110
  });
113
111
  Object.defineProperty(exports, "convertFromCapnpSimple", {
114
112
  enumerable: true,
115
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpSimple; }
113
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpSimple; }
116
114
  });
117
115
  Object.defineProperty(exports, "convertFromCapnpTagsReflection", {
118
116
  enumerable: true,
119
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpTagsReflection; }
117
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpTagsReflection; }
120
118
  });
121
119
  Object.defineProperty(exports, "convertFromCapnpTuple", {
122
120
  enumerable: true,
123
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpTuple; }
121
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpTuple; }
124
122
  });
125
123
  Object.defineProperty(exports, "convertFromCapnpTupleMember", {
126
124
  enumerable: true,
127
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpTupleMember; }
125
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpTupleMember; }
128
126
  });
129
127
  Object.defineProperty(exports, "convertFromCapnpUnion", {
130
128
  enumerable: true,
131
- get: function () { return chunkMSO7PT57_cjs.convertFromCapnpUnion; }
129
+ get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpUnion; }
132
130
  });
133
131
  Object.defineProperty(exports, "convertToCapnp", {
134
132
  enumerable: true,
135
- get: function () { return chunkMSO7PT57_cjs.convertToCapnp; }
133
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnp; }
136
134
  });
137
135
  Object.defineProperty(exports, "convertToCapnpArray", {
138
136
  enumerable: true,
139
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpArray; }
137
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpArray; }
140
138
  });
141
139
  Object.defineProperty(exports, "convertToCapnpBase", {
142
140
  enumerable: true,
143
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpBase; }
141
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpBase; }
144
142
  });
145
143
  Object.defineProperty(exports, "convertToCapnpClassType", {
146
144
  enumerable: true,
147
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpClassType; }
145
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpClassType; }
148
146
  });
149
147
  Object.defineProperty(exports, "convertToCapnpDefault", {
150
148
  enumerable: true,
151
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpDefault; }
149
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpDefault; }
152
150
  });
153
151
  Object.defineProperty(exports, "convertToCapnpEnum", {
154
152
  enumerable: true,
155
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpEnum; }
153
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpEnum; }
156
154
  });
157
155
  Object.defineProperty(exports, "convertToCapnpFunction", {
158
156
  enumerable: true,
159
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpFunction; }
157
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpFunction; }
160
158
  });
161
159
  Object.defineProperty(exports, "convertToCapnpIndexAccessOrigin", {
162
160
  enumerable: true,
163
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpIndexAccessOrigin; }
161
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpIndexAccessOrigin; }
164
162
  });
165
163
  Object.defineProperty(exports, "convertToCapnpInfer", {
166
164
  enumerable: true,
167
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpInfer; }
165
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpInfer; }
168
166
  });
169
167
  Object.defineProperty(exports, "convertToCapnpIntersection", {
170
168
  enumerable: true,
171
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpIntersection; }
169
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpIntersection; }
172
170
  });
173
171
  Object.defineProperty(exports, "convertToCapnpLiteral", {
174
172
  enumerable: true,
175
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpLiteral; }
173
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpLiteral; }
176
174
  });
177
175
  Object.defineProperty(exports, "convertToCapnpMethod", {
178
176
  enumerable: true,
179
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpMethod; }
177
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpMethod; }
180
178
  });
181
179
  Object.defineProperty(exports, "convertToCapnpMethodSignature", {
182
180
  enumerable: true,
183
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpMethodSignature; }
181
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpMethodSignature; }
184
182
  });
185
183
  Object.defineProperty(exports, "convertToCapnpObjectLiteral", {
186
184
  enumerable: true,
187
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpObjectLiteral; }
185
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpObjectLiteral; }
188
186
  });
189
187
  Object.defineProperty(exports, "convertToCapnpOther", {
190
188
  enumerable: true,
191
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpOther; }
189
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpOther; }
192
190
  });
193
191
  Object.defineProperty(exports, "convertToCapnpParameter", {
194
192
  enumerable: true,
195
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpParameter; }
193
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpParameter; }
196
194
  });
197
195
  Object.defineProperty(exports, "convertToCapnpProperty", {
198
196
  enumerable: true,
199
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpProperty; }
197
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpProperty; }
200
198
  });
201
199
  Object.defineProperty(exports, "convertToCapnpPropertySignature", {
202
200
  enumerable: true,
203
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpPropertySignature; }
201
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpPropertySignature; }
204
202
  });
205
203
  Object.defineProperty(exports, "convertToCapnpSimple", {
206
204
  enumerable: true,
207
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpSimple; }
205
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpSimple; }
208
206
  });
209
207
  Object.defineProperty(exports, "convertToCapnpTagsReflection", {
210
208
  enumerable: true,
211
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpTagsReflection; }
209
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpTagsReflection; }
212
210
  });
213
211
  Object.defineProperty(exports, "convertToCapnpTuple", {
214
212
  enumerable: true,
215
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpTuple; }
213
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpTuple; }
216
214
  });
217
215
  Object.defineProperty(exports, "convertToCapnpTupleMember", {
218
216
  enumerable: true,
219
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpTupleMember; }
217
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpTupleMember; }
220
218
  });
221
219
  Object.defineProperty(exports, "convertToCapnpUnion", {
222
220
  enumerable: true,
223
- get: function () { return chunkMSO7PT57_cjs.convertToCapnpUnion; }
221
+ get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpUnion; }
224
222
  });
225
223
  Object.defineProperty(exports, "reflectType", {
226
224
  enumerable: true,
227
- get: function () { return chunk3GRTJOID_cjs.reflectType; }
225
+ get: function () { return chunkKGCRCOJQ_cjs.reflectType; }
228
226
  });
229
227
  Object.defineProperty(exports, "esbuildPlugin", {
230
228
  enumerable: true,
231
- get: function () { return chunk3PKIT7K2_cjs.esbuildPlugin; }
229
+ get: function () { return chunkCJMS4ES3_cjs.esbuildPlugin; }
232
230
  });
233
231
  Object.defineProperty(exports, "getReflectionsPath", {
234
232
  enumerable: true,
235
- get: function () { return chunkB47NLUDW_cjs.getReflectionsPath; }
233
+ get: function () { return chunk7QZGCBH7_cjs.getReflectionsPath; }
236
234
  });
237
235
  Object.defineProperty(exports, "transpile", {
238
236
  enumerable: true,
239
- get: function () { return chunkKDKCOXXC_cjs.transpile; }
237
+ get: function () { return chunkYAEE7DDW_cjs.transpile; }
240
238
  });
241
239
  Object.defineProperty(exports, "createDeclarationTransformer", {
242
240
  enumerable: true,
243
- get: function () { return chunkO2LKJ62Q_cjs.createDeclarationTransformer; }
241
+ get: function () { return chunkBLLXF42T_cjs.createDeclarationTransformer; }
244
242
  });
245
243
  Object.defineProperty(exports, "createTransformer", {
246
244
  enumerable: true,
247
- get: function () { return chunkO2LKJ62Q_cjs.createTransformer; }
245
+ get: function () { return chunkBLLXF42T_cjs.createTransformer; }
248
246
  });
package/dist/index.js CHANGED
@@ -1,11 +1,9 @@
1
- export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-KWUXT6EF.js';
2
- export { convertFromCapnp, convertFromCapnpArray, convertFromCapnpBase, convertFromCapnpClassType, convertFromCapnpDefault, convertFromCapnpEnum, convertFromCapnpFunction, convertFromCapnpIndexAccessOrigin, convertFromCapnpInfer, convertFromCapnpIntersection, convertFromCapnpLiteral, convertFromCapnpMethodSignature, convertFromCapnpObjectLiteral, convertFromCapnpOther, convertFromCapnpParameter, convertFromCapnpProperty, convertFromCapnpPropertySignature, convertFromCapnpSimple, convertFromCapnpTagsReflection, convertFromCapnpTuple, convertFromCapnpTupleMember, convertFromCapnpUnion, convertToCapnp, convertToCapnpArray, convertToCapnpBase, convertToCapnpClassType, convertToCapnpDefault, convertToCapnpEnum, convertToCapnpFunction, convertToCapnpIndexAccessOrigin, convertToCapnpInfer, convertToCapnpIntersection, convertToCapnpLiteral, convertToCapnpMethod, convertToCapnpMethodSignature, convertToCapnpObjectLiteral, convertToCapnpOther, convertToCapnpParameter, convertToCapnpProperty, convertToCapnpPropertySignature, convertToCapnpSimple, convertToCapnpTagsReflection, convertToCapnpTuple, convertToCapnpTupleMember, convertToCapnpUnion } from './chunk-XI47ZADG.js';
3
- export { reflectType } from './chunk-35PNVYKI.js';
4
- import './chunk-U7WEV6HK.js';
5
- export { esbuildPlugin } from './chunk-GVS5O43Z.js';
6
- export { getReflectionsPath } from './chunk-47WBQTA6.js';
7
- export { transpile } from './chunk-JSH5MVQG.js';
8
- export { createDeclarationTransformer, createTransformer } from './chunk-W423FBJ2.js';
9
- import './chunk-XU55W26B.js';
10
- import './chunk-3GQAWCBQ.js';
1
+ export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-WL27D7L7.js';
2
+ export { convertFromCapnp, convertFromCapnpArray, convertFromCapnpBase, convertFromCapnpClassType, convertFromCapnpDefault, convertFromCapnpEnum, convertFromCapnpFunction, convertFromCapnpIndexAccessOrigin, convertFromCapnpInfer, convertFromCapnpIntersection, convertFromCapnpLiteral, convertFromCapnpMethodSignature, convertFromCapnpObjectLiteral, convertFromCapnpOther, convertFromCapnpParameter, convertFromCapnpProperty, convertFromCapnpPropertySignature, convertFromCapnpSimple, convertFromCapnpTagsReflection, convertFromCapnpTuple, convertFromCapnpTupleMember, convertFromCapnpUnion, convertToCapnp, convertToCapnpArray, convertToCapnpBase, convertToCapnpClassType, convertToCapnpDefault, convertToCapnpEnum, convertToCapnpFunction, convertToCapnpIndexAccessOrigin, convertToCapnpInfer, convertToCapnpIntersection, convertToCapnpLiteral, convertToCapnpMethod, convertToCapnpMethodSignature, convertToCapnpObjectLiteral, convertToCapnpOther, convertToCapnpParameter, convertToCapnpProperty, convertToCapnpPropertySignature, convertToCapnpSimple, convertToCapnpTagsReflection, convertToCapnpTuple, convertToCapnpTupleMember, convertToCapnpUnion } from './chunk-TDYIUJGY.js';
3
+ export { reflectType } from './chunk-XHSSGKUT.js';
4
+ export { esbuildPlugin } from './chunk-JE36RI7U.js';
5
+ export { getReflectionsPath } from './chunk-ALM6UMVU.js';
6
+ export { transpile } from './chunk-EJIBYA23.js';
7
+ export { createDeclarationTransformer, createTransformer } from './chunk-23YNDVRG.js';
8
+ import './chunk-SHUYVCID.js';
11
9
  import './chunk-OULCUN6I.js';
@@ -1,16 +1,14 @@
1
1
  'use strict';
2
2
 
3
- var chunk3GRTJOID_cjs = require('./chunk-3GRTJOID.cjs');
4
- require('./chunk-4UQ4UDET.cjs');
5
- require('./chunk-3PKIT7K2.cjs');
6
- require('./chunk-KDKCOXXC.cjs');
7
- require('./chunk-O2LKJ62Q.cjs');
8
- require('./chunk-5NPGWGPO.cjs');
9
- require('./chunk-BGYQAVKQ.cjs');
3
+ var chunkKGCRCOJQ_cjs = require('./chunk-KGCRCOJQ.cjs');
4
+ require('./chunk-CJMS4ES3.cjs');
5
+ require('./chunk-YAEE7DDW.cjs');
6
+ require('./chunk-BLLXF42T.cjs');
7
+ require('./chunk-USNT2KNT.cjs');
10
8
 
11
9
 
12
10
 
13
11
  Object.defineProperty(exports, "reflectType", {
14
12
  enumerable: true,
15
- get: function () { return chunk3GRTJOID_cjs.reflectType; }
13
+ get: function () { return chunkKGCRCOJQ_cjs.reflectType; }
16
14
  });
@@ -1,7 +1,5 @@
1
- export { reflectType } from './chunk-35PNVYKI.js';
2
- import './chunk-U7WEV6HK.js';
3
- import './chunk-GVS5O43Z.js';
4
- import './chunk-JSH5MVQG.js';
5
- import './chunk-W423FBJ2.js';
6
- import './chunk-XU55W26B.js';
7
- import './chunk-3GQAWCBQ.js';
1
+ export { reflectType } from './chunk-XHSSGKUT.js';
2
+ import './chunk-JE36RI7U.js';
3
+ import './chunk-EJIBYA23.js';
4
+ import './chunk-23YNDVRG.js';
5
+ import './chunk-SHUYVCID.js';
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var chunkB47NLUDW_cjs = require('./chunk-B47NLUDW.cjs');
4
- require('./chunk-BGYQAVKQ.cjs');
3
+ var chunk7QZGCBH7_cjs = require('./chunk-7QZGCBH7.cjs');
4
+ require('./chunk-USNT2KNT.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "getReflectionsPath", {
9
9
  enumerable: true,
10
- get: function () { return chunkB47NLUDW_cjs.getReflectionsPath; }
10
+ get: function () { return chunk7QZGCBH7_cjs.getReflectionsPath; }
11
11
  });
@@ -1,2 +1,2 @@
1
- export { getReflectionsPath } from './chunk-47WBQTA6.js';
2
- import './chunk-3GQAWCBQ.js';
1
+ export { getReflectionsPath } from './chunk-ALM6UMVU.js';
2
+ import './chunk-SHUYVCID.js';
@@ -1,16 +1,15 @@
1
1
  'use strict';
2
2
 
3
- var chunkO2LKJ62Q_cjs = require('./chunk-O2LKJ62Q.cjs');
4
- require('./chunk-5NPGWGPO.cjs');
5
- require('./chunk-BGYQAVKQ.cjs');
3
+ var chunkBLLXF42T_cjs = require('./chunk-BLLXF42T.cjs');
4
+ require('./chunk-USNT2KNT.cjs');
6
5
 
7
6
 
8
7
 
9
8
  Object.defineProperty(exports, "createDeclarationTransformer", {
10
9
  enumerable: true,
11
- get: function () { return chunkO2LKJ62Q_cjs.createDeclarationTransformer; }
10
+ get: function () { return chunkBLLXF42T_cjs.createDeclarationTransformer; }
12
11
  });
13
12
  Object.defineProperty(exports, "createTransformer", {
14
13
  enumerable: true,
15
- get: function () { return chunkO2LKJ62Q_cjs.createTransformer; }
14
+ get: function () { return chunkBLLXF42T_cjs.createTransformer; }
16
15
  });
@@ -1,3 +1,2 @@
1
- export { createDeclarationTransformer, createTransformer } from './chunk-W423FBJ2.js';
2
- import './chunk-XU55W26B.js';
3
- import './chunk-3GQAWCBQ.js';
1
+ export { createDeclarationTransformer, createTransformer } from './chunk-23YNDVRG.js';
2
+ import './chunk-SHUYVCID.js';
@@ -1,13 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var chunkKDKCOXXC_cjs = require('./chunk-KDKCOXXC.cjs');
4
- require('./chunk-O2LKJ62Q.cjs');
5
- require('./chunk-5NPGWGPO.cjs');
6
- require('./chunk-BGYQAVKQ.cjs');
3
+ var chunkYAEE7DDW_cjs = require('./chunk-YAEE7DDW.cjs');
4
+ require('./chunk-BLLXF42T.cjs');
5
+ require('./chunk-USNT2KNT.cjs');
7
6
 
8
7
 
9
8
 
10
9
  Object.defineProperty(exports, "transpile", {
11
10
  enumerable: true,
12
- get: function () { return chunkKDKCOXXC_cjs.transpile; }
11
+ get: function () { return chunkYAEE7DDW_cjs.transpile; }
13
12
  });
package/dist/transpile.js CHANGED
@@ -1,4 +1,3 @@
1
- export { transpile } from './chunk-JSH5MVQG.js';
2
- import './chunk-W423FBJ2.js';
3
- import './chunk-XU55W26B.js';
4
- import './chunk-3GQAWCBQ.js';
1
+ export { transpile } from './chunk-EJIBYA23.js';
2
+ import './chunk-23YNDVRG.js';
3
+ import './chunk-SHUYVCID.js';
@@ -1,37 +1,35 @@
1
1
  'use strict';
2
2
 
3
- var chunkF5QUFY7D_cjs = require('./chunk-F5QUFY7D.cjs');
4
- require('./chunk-4UQ4UDET.cjs');
5
- require('./chunk-5NPGWGPO.cjs');
6
- require('./chunk-BGYQAVKQ.cjs');
3
+ var chunk5MYRXRS2_cjs = require('./chunk-5MYRXRS2.cjs');
4
+ require('./chunk-USNT2KNT.cjs');
7
5
 
8
6
 
9
7
 
10
8
  Object.defineProperty(exports, "getEnumReflectionType", {
11
9
  enumerable: true,
12
- get: function () { return chunkF5QUFY7D_cjs.getEnumReflectionType; }
10
+ get: function () { return chunk5MYRXRS2_cjs.getEnumReflectionType; }
13
11
  });
14
12
  Object.defineProperty(exports, "getUnionTypes", {
15
13
  enumerable: true,
16
- get: function () { return chunkF5QUFY7D_cjs.getUnionTypes; }
14
+ get: function () { return chunk5MYRXRS2_cjs.getUnionTypes; }
17
15
  });
18
16
  Object.defineProperty(exports, "isStringUnion", {
19
17
  enumerable: true,
20
- get: function () { return chunkF5QUFY7D_cjs.isStringUnion; }
18
+ get: function () { return chunk5MYRXRS2_cjs.isStringUnion; }
21
19
  });
22
20
  Object.defineProperty(exports, "kindToName", {
23
21
  enumerable: true,
24
- get: function () { return chunkF5QUFY7D_cjs.kindToName; }
22
+ get: function () { return chunk5MYRXRS2_cjs.kindToName; }
25
23
  });
26
24
  Object.defineProperty(exports, "stringifyDefaultValue", {
27
25
  enumerable: true,
28
- get: function () { return chunkF5QUFY7D_cjs.stringifyDefaultValue; }
26
+ get: function () { return chunk5MYRXRS2_cjs.stringifyDefaultValue; }
29
27
  });
30
28
  Object.defineProperty(exports, "stringifyStringValue", {
31
29
  enumerable: true,
32
- get: function () { return chunkF5QUFY7D_cjs.stringifyStringValue; }
30
+ get: function () { return chunk5MYRXRS2_cjs.stringifyStringValue; }
33
31
  });
34
32
  Object.defineProperty(exports, "stringifyValue", {
35
33
  enumerable: true,
36
- get: function () { return chunkF5QUFY7D_cjs.stringifyValue; }
34
+ get: function () { return chunk5MYRXRS2_cjs.stringifyValue; }
37
35
  });
package/dist/utilities.js CHANGED
@@ -1,4 +1,2 @@
1
- export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-KWUXT6EF.js';
2
- import './chunk-U7WEV6HK.js';
3
- import './chunk-XU55W26B.js';
4
- import './chunk-3GQAWCBQ.js';
1
+ export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-WL27D7L7.js';
2
+ import './chunk-SHUYVCID.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/deepkit",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -125,7 +125,7 @@
125
125
  "chalk": "5.6.2",
126
126
  "defu": "^6.1.4",
127
127
  "jiti": "^2.6.1",
128
- "powerlines": "^0.34.9",
128
+ "powerlines": "^0.35.0",
129
129
  "typescript": "^5.9.3",
130
130
  "unplugin": "3.0.0-beta.3"
131
131
  },
@@ -134,12 +134,12 @@
134
134
  "@deepkit/type": "1.0.5",
135
135
  "@deepkit/type-compiler": "1.0.5",
136
136
  "@deepkit/type-spec": "1.0.1",
137
- "@powerlines/nx": "^0.11.22",
137
+ "@powerlines/nx": "^0.11.23",
138
138
  "@types/node": "^24.10.4",
139
139
  "dts-bundle-generator": "^9.5.1",
140
140
  "tsup": "8.4.0",
141
141
  "esbuild": "^0.25.12"
142
142
  },
143
143
  "publishConfig": { "access": "public" },
144
- "gitHead": "f7af737805bba3f9c2d5dd4008f0574b0a15cdf8"
144
+ "gitHead": "2f0ec16cbf83221dde440cd38765491c048b4509"
145
145
  }