@powerlines/deepkit 0.5.2 → 0.5.3
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/dist/capnp.cjs +49 -48
- package/dist/capnp.js +4 -3
- package/dist/{chunk-C7BRLIIA.js → chunk-35PNVYKI.js} +4 -4
- package/dist/chunk-3GQAWCBQ.js +10 -0
- package/dist/{chunk-QABG54Y3.cjs → chunk-3GRTJOID.cjs} +9 -9
- package/dist/{chunk-6QPIKQMO.cjs → chunk-3PKIT7K2.cjs} +4 -4
- package/dist/{chunk-MEMIQ5AA.js → chunk-47WBQTA6.js} +1 -1
- package/dist/chunk-4UQ4UDET.cjs +19685 -0
- package/dist/chunk-5NPGWGPO.cjs +109 -0
- package/dist/{chunk-VMRRVNO2.cjs → chunk-B47NLUDW.cjs} +2 -2
- package/dist/chunk-BGYQAVKQ.cjs +13 -0
- package/dist/chunk-F5QUFY7D.cjs +135 -0
- package/dist/{chunk-2ODODKQQ.js → chunk-GVS5O43Z.js} +2 -2
- package/dist/{chunk-LPLPOVLC.js → chunk-JSH5MVQG.js} +2 -2
- package/dist/{chunk-EKHXI2JI.cjs → chunk-KDKCOXXC.cjs} +5 -5
- package/dist/chunk-KWUXT6EF.js +127 -0
- package/dist/{chunk-J2FVIV7W.cjs → chunk-MSO7PT57.cjs} +126 -126
- package/dist/chunk-O2LKJ62Q.cjs +2863 -0
- package/dist/chunk-U7WEV6HK.js +19678 -0
- package/dist/chunk-W423FBJ2.js +2854 -0
- package/dist/{chunk-I5CVIT7W.js → chunk-XI47ZADG.js} +42 -42
- package/dist/chunk-XU55W26B.js +109 -0
- package/dist/esbuild-plugin.cjs +6 -5
- package/dist/esbuild-plugin.js +5 -4
- package/dist/index.cjs +68 -67
- package/dist/index.js +10 -9
- package/dist/reflect-type.cjs +8 -7
- package/dist/reflect-type.js +7 -6
- package/dist/resolve-reflections.cjs +3 -3
- package/dist/resolve-reflections.js +2 -2
- package/dist/transformer.cjs +5 -4
- package/dist/transformer.js +3 -2
- package/dist/transpile.cjs +5 -4
- package/dist/transpile.js +4 -3
- package/dist/utilities.cjs +11 -10
- package/dist/utilities.js +4 -3
- package/package.json +4 -4
- package/dist/chunk-7J3ZDT6O.cjs +0 -30
- package/dist/chunk-GRNJVY7I.cjs +0 -19
- package/dist/chunk-IRPJW6HH.js +0 -16
- package/dist/chunk-J4SVRFV4.js +0 -127
- package/dist/chunk-MNUBEEIW.js +0 -41
- package/dist/chunk-QLKLDV3V.cjs +0 -135
- package/dist/chunk-VXZTOOL6.cjs +0 -69
- package/dist/chunk-XGQQM64U.js +0 -8
package/dist/index.cjs
CHANGED
|
@@ -1,247 +1,248 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
require('./chunk-
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
require('./chunk-
|
|
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');
|
|
12
13
|
require('./chunk-ORA4UQMU.cjs');
|
|
13
14
|
|
|
14
15
|
|
|
15
16
|
|
|
16
17
|
Object.defineProperty(exports, "getEnumReflectionType", {
|
|
17
18
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkF5QUFY7D_cjs.getEnumReflectionType; }
|
|
19
20
|
});
|
|
20
21
|
Object.defineProperty(exports, "getUnionTypes", {
|
|
21
22
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkF5QUFY7D_cjs.getUnionTypes; }
|
|
23
24
|
});
|
|
24
25
|
Object.defineProperty(exports, "isStringUnion", {
|
|
25
26
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkF5QUFY7D_cjs.isStringUnion; }
|
|
27
28
|
});
|
|
28
29
|
Object.defineProperty(exports, "kindToName", {
|
|
29
30
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkF5QUFY7D_cjs.kindToName; }
|
|
31
32
|
});
|
|
32
33
|
Object.defineProperty(exports, "stringifyDefaultValue", {
|
|
33
34
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkF5QUFY7D_cjs.stringifyDefaultValue; }
|
|
35
36
|
});
|
|
36
37
|
Object.defineProperty(exports, "stringifyStringValue", {
|
|
37
38
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkF5QUFY7D_cjs.stringifyStringValue; }
|
|
39
40
|
});
|
|
40
41
|
Object.defineProperty(exports, "stringifyValue", {
|
|
41
42
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkF5QUFY7D_cjs.stringifyValue; }
|
|
43
44
|
});
|
|
44
45
|
Object.defineProperty(exports, "convertFromCapnp", {
|
|
45
46
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnp; }
|
|
47
48
|
});
|
|
48
49
|
Object.defineProperty(exports, "convertFromCapnpArray", {
|
|
49
50
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpArray; }
|
|
51
52
|
});
|
|
52
53
|
Object.defineProperty(exports, "convertFromCapnpBase", {
|
|
53
54
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpBase; }
|
|
55
56
|
});
|
|
56
57
|
Object.defineProperty(exports, "convertFromCapnpClassType", {
|
|
57
58
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpClassType; }
|
|
59
60
|
});
|
|
60
61
|
Object.defineProperty(exports, "convertFromCapnpDefault", {
|
|
61
62
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpDefault; }
|
|
63
64
|
});
|
|
64
65
|
Object.defineProperty(exports, "convertFromCapnpEnum", {
|
|
65
66
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpEnum; }
|
|
67
68
|
});
|
|
68
69
|
Object.defineProperty(exports, "convertFromCapnpFunction", {
|
|
69
70
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpFunction; }
|
|
71
72
|
});
|
|
72
73
|
Object.defineProperty(exports, "convertFromCapnpIndexAccessOrigin", {
|
|
73
74
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpIndexAccessOrigin; }
|
|
75
76
|
});
|
|
76
77
|
Object.defineProperty(exports, "convertFromCapnpInfer", {
|
|
77
78
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpInfer; }
|
|
79
80
|
});
|
|
80
81
|
Object.defineProperty(exports, "convertFromCapnpIntersection", {
|
|
81
82
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpIntersection; }
|
|
83
84
|
});
|
|
84
85
|
Object.defineProperty(exports, "convertFromCapnpLiteral", {
|
|
85
86
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpLiteral; }
|
|
87
88
|
});
|
|
88
89
|
Object.defineProperty(exports, "convertFromCapnpMethodSignature", {
|
|
89
90
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpMethodSignature; }
|
|
91
92
|
});
|
|
92
93
|
Object.defineProperty(exports, "convertFromCapnpObjectLiteral", {
|
|
93
94
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpObjectLiteral; }
|
|
95
96
|
});
|
|
96
97
|
Object.defineProperty(exports, "convertFromCapnpOther", {
|
|
97
98
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpOther; }
|
|
99
100
|
});
|
|
100
101
|
Object.defineProperty(exports, "convertFromCapnpParameter", {
|
|
101
102
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpParameter; }
|
|
103
104
|
});
|
|
104
105
|
Object.defineProperty(exports, "convertFromCapnpProperty", {
|
|
105
106
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpProperty; }
|
|
107
108
|
});
|
|
108
109
|
Object.defineProperty(exports, "convertFromCapnpPropertySignature", {
|
|
109
110
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpPropertySignature; }
|
|
111
112
|
});
|
|
112
113
|
Object.defineProperty(exports, "convertFromCapnpSimple", {
|
|
113
114
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpSimple; }
|
|
115
116
|
});
|
|
116
117
|
Object.defineProperty(exports, "convertFromCapnpTagsReflection", {
|
|
117
118
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpTagsReflection; }
|
|
119
120
|
});
|
|
120
121
|
Object.defineProperty(exports, "convertFromCapnpTuple", {
|
|
121
122
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpTuple; }
|
|
123
124
|
});
|
|
124
125
|
Object.defineProperty(exports, "convertFromCapnpTupleMember", {
|
|
125
126
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpTupleMember; }
|
|
127
128
|
});
|
|
128
129
|
Object.defineProperty(exports, "convertFromCapnpUnion", {
|
|
129
130
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunkMSO7PT57_cjs.convertFromCapnpUnion; }
|
|
131
132
|
});
|
|
132
133
|
Object.defineProperty(exports, "convertToCapnp", {
|
|
133
134
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
135
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnp; }
|
|
135
136
|
});
|
|
136
137
|
Object.defineProperty(exports, "convertToCapnpArray", {
|
|
137
138
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
139
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpArray; }
|
|
139
140
|
});
|
|
140
141
|
Object.defineProperty(exports, "convertToCapnpBase", {
|
|
141
142
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
143
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpBase; }
|
|
143
144
|
});
|
|
144
145
|
Object.defineProperty(exports, "convertToCapnpClassType", {
|
|
145
146
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
147
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpClassType; }
|
|
147
148
|
});
|
|
148
149
|
Object.defineProperty(exports, "convertToCapnpDefault", {
|
|
149
150
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
151
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpDefault; }
|
|
151
152
|
});
|
|
152
153
|
Object.defineProperty(exports, "convertToCapnpEnum", {
|
|
153
154
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
155
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpEnum; }
|
|
155
156
|
});
|
|
156
157
|
Object.defineProperty(exports, "convertToCapnpFunction", {
|
|
157
158
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
159
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpFunction; }
|
|
159
160
|
});
|
|
160
161
|
Object.defineProperty(exports, "convertToCapnpIndexAccessOrigin", {
|
|
161
162
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
163
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpIndexAccessOrigin; }
|
|
163
164
|
});
|
|
164
165
|
Object.defineProperty(exports, "convertToCapnpInfer", {
|
|
165
166
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
167
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpInfer; }
|
|
167
168
|
});
|
|
168
169
|
Object.defineProperty(exports, "convertToCapnpIntersection", {
|
|
169
170
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
171
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpIntersection; }
|
|
171
172
|
});
|
|
172
173
|
Object.defineProperty(exports, "convertToCapnpLiteral", {
|
|
173
174
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
175
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpLiteral; }
|
|
175
176
|
});
|
|
176
177
|
Object.defineProperty(exports, "convertToCapnpMethod", {
|
|
177
178
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
179
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpMethod; }
|
|
179
180
|
});
|
|
180
181
|
Object.defineProperty(exports, "convertToCapnpMethodSignature", {
|
|
181
182
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
183
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpMethodSignature; }
|
|
183
184
|
});
|
|
184
185
|
Object.defineProperty(exports, "convertToCapnpObjectLiteral", {
|
|
185
186
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
187
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpObjectLiteral; }
|
|
187
188
|
});
|
|
188
189
|
Object.defineProperty(exports, "convertToCapnpOther", {
|
|
189
190
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
191
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpOther; }
|
|
191
192
|
});
|
|
192
193
|
Object.defineProperty(exports, "convertToCapnpParameter", {
|
|
193
194
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
195
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpParameter; }
|
|
195
196
|
});
|
|
196
197
|
Object.defineProperty(exports, "convertToCapnpProperty", {
|
|
197
198
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
199
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpProperty; }
|
|
199
200
|
});
|
|
200
201
|
Object.defineProperty(exports, "convertToCapnpPropertySignature", {
|
|
201
202
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
203
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpPropertySignature; }
|
|
203
204
|
});
|
|
204
205
|
Object.defineProperty(exports, "convertToCapnpSimple", {
|
|
205
206
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
207
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpSimple; }
|
|
207
208
|
});
|
|
208
209
|
Object.defineProperty(exports, "convertToCapnpTagsReflection", {
|
|
209
210
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
211
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpTagsReflection; }
|
|
211
212
|
});
|
|
212
213
|
Object.defineProperty(exports, "convertToCapnpTuple", {
|
|
213
214
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
215
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpTuple; }
|
|
215
216
|
});
|
|
216
217
|
Object.defineProperty(exports, "convertToCapnpTupleMember", {
|
|
217
218
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
219
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpTupleMember; }
|
|
219
220
|
});
|
|
220
221
|
Object.defineProperty(exports, "convertToCapnpUnion", {
|
|
221
222
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
223
|
+
get: function () { return chunkMSO7PT57_cjs.convertToCapnpUnion; }
|
|
223
224
|
});
|
|
224
225
|
Object.defineProperty(exports, "reflectType", {
|
|
225
226
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
227
|
+
get: function () { return chunk3GRTJOID_cjs.reflectType; }
|
|
227
228
|
});
|
|
228
229
|
Object.defineProperty(exports, "esbuildPlugin", {
|
|
229
230
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
231
|
+
get: function () { return chunk3PKIT7K2_cjs.esbuildPlugin; }
|
|
231
232
|
});
|
|
232
233
|
Object.defineProperty(exports, "getReflectionsPath", {
|
|
233
234
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
235
|
+
get: function () { return chunkB47NLUDW_cjs.getReflectionsPath; }
|
|
235
236
|
});
|
|
236
237
|
Object.defineProperty(exports, "transpile", {
|
|
237
238
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
239
|
+
get: function () { return chunkKDKCOXXC_cjs.transpile; }
|
|
239
240
|
});
|
|
240
241
|
Object.defineProperty(exports, "createDeclarationTransformer", {
|
|
241
242
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
243
|
+
get: function () { return chunkO2LKJ62Q_cjs.createDeclarationTransformer; }
|
|
243
244
|
});
|
|
244
245
|
Object.defineProperty(exports, "createTransformer", {
|
|
245
246
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
247
|
+
get: function () { return chunkO2LKJ62Q_cjs.createTransformer; }
|
|
247
248
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-
|
|
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-
|
|
3
|
-
export { reflectType } from './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
export { esbuildPlugin } from './chunk-
|
|
6
|
-
export { getReflectionsPath } from './chunk-
|
|
7
|
-
export { transpile } from './chunk-
|
|
8
|
-
export { createDeclarationTransformer, createTransformer } from './chunk-
|
|
9
|
-
import './chunk-
|
|
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';
|
|
10
11
|
import './chunk-OULCUN6I.js';
|
package/dist/reflect-type.cjs
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
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');
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
Object.defineProperty(exports, "reflectType", {
|
|
13
14
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk3GRTJOID_cjs.reflectType; }
|
|
15
16
|
});
|
package/dist/reflect-type.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { reflectType } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-
|
|
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,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var chunkB47NLUDW_cjs = require('./chunk-B47NLUDW.cjs');
|
|
4
|
+
require('./chunk-BGYQAVKQ.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "getReflectionsPath", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkB47NLUDW_cjs.getReflectionsPath; }
|
|
11
11
|
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { getReflectionsPath } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { getReflectionsPath } from './chunk-47WBQTA6.js';
|
|
2
|
+
import './chunk-3GQAWCBQ.js';
|
package/dist/transformer.cjs
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var chunkO2LKJ62Q_cjs = require('./chunk-O2LKJ62Q.cjs');
|
|
4
|
+
require('./chunk-5NPGWGPO.cjs');
|
|
5
|
+
require('./chunk-BGYQAVKQ.cjs');
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
Object.defineProperty(exports, "createDeclarationTransformer", {
|
|
9
10
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkO2LKJ62Q_cjs.createDeclarationTransformer; }
|
|
11
12
|
});
|
|
12
13
|
Object.defineProperty(exports, "createTransformer", {
|
|
13
14
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkO2LKJ62Q_cjs.createTransformer; }
|
|
15
16
|
});
|
package/dist/transformer.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export { createDeclarationTransformer, createTransformer } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { createDeclarationTransformer, createTransformer } from './chunk-W423FBJ2.js';
|
|
2
|
+
import './chunk-XU55W26B.js';
|
|
3
|
+
import './chunk-3GQAWCBQ.js';
|
package/dist/transpile.cjs
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
3
|
+
var chunkKDKCOXXC_cjs = require('./chunk-KDKCOXXC.cjs');
|
|
4
|
+
require('./chunk-O2LKJ62Q.cjs');
|
|
5
|
+
require('./chunk-5NPGWGPO.cjs');
|
|
6
|
+
require('./chunk-BGYQAVKQ.cjs');
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
Object.defineProperty(exports, "transpile", {
|
|
10
11
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkKDKCOXXC_cjs.transpile; }
|
|
12
13
|
});
|
package/dist/transpile.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { transpile } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
1
|
+
export { transpile } from './chunk-JSH5MVQG.js';
|
|
2
|
+
import './chunk-W423FBJ2.js';
|
|
3
|
+
import './chunk-XU55W26B.js';
|
|
4
|
+
import './chunk-3GQAWCBQ.js';
|
package/dist/utilities.cjs
CHANGED
|
@@ -1,36 +1,37 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
3
|
+
var chunkF5QUFY7D_cjs = require('./chunk-F5QUFY7D.cjs');
|
|
4
|
+
require('./chunk-4UQ4UDET.cjs');
|
|
5
|
+
require('./chunk-5NPGWGPO.cjs');
|
|
6
|
+
require('./chunk-BGYQAVKQ.cjs');
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
Object.defineProperty(exports, "getEnumReflectionType", {
|
|
10
11
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkF5QUFY7D_cjs.getEnumReflectionType; }
|
|
12
13
|
});
|
|
13
14
|
Object.defineProperty(exports, "getUnionTypes", {
|
|
14
15
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkF5QUFY7D_cjs.getUnionTypes; }
|
|
16
17
|
});
|
|
17
18
|
Object.defineProperty(exports, "isStringUnion", {
|
|
18
19
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkF5QUFY7D_cjs.isStringUnion; }
|
|
20
21
|
});
|
|
21
22
|
Object.defineProperty(exports, "kindToName", {
|
|
22
23
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkF5QUFY7D_cjs.kindToName; }
|
|
24
25
|
});
|
|
25
26
|
Object.defineProperty(exports, "stringifyDefaultValue", {
|
|
26
27
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkF5QUFY7D_cjs.stringifyDefaultValue; }
|
|
28
29
|
});
|
|
29
30
|
Object.defineProperty(exports, "stringifyStringValue", {
|
|
30
31
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkF5QUFY7D_cjs.stringifyStringValue; }
|
|
32
33
|
});
|
|
33
34
|
Object.defineProperty(exports, "stringifyValue", {
|
|
34
35
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkF5QUFY7D_cjs.stringifyValue; }
|
|
36
37
|
});
|
package/dist/utilities.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
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.
|
|
128
|
+
"powerlines": "^0.34.9",
|
|
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.
|
|
137
|
+
"@powerlines/nx": "^0.11.22",
|
|
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": "
|
|
144
|
+
"gitHead": "f7af737805bba3f9c2d5dd4008f0574b0a15cdf8"
|
|
145
145
|
}
|
package/dist/chunk-7J3ZDT6O.cjs
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkGRNJVY7I_cjs = require('./chunk-GRNJVY7I.cjs');
|
|
4
|
-
var type_star = require('@deepkit/type');
|
|
5
|
-
|
|
6
|
-
function _interopNamespace(e) {
|
|
7
|
-
if (e && e.__esModule) return e;
|
|
8
|
-
var n = Object.create(null);
|
|
9
|
-
if (e) {
|
|
10
|
-
Object.keys(e).forEach(function (k) {
|
|
11
|
-
if (k !== 'default') {
|
|
12
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return e[k]; }
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
var type_star__namespace = /*#__PURE__*/_interopNamespace(type_star);
|
|
25
|
-
|
|
26
|
-
// src/vendor/type.ts
|
|
27
|
-
var type_exports = {};
|
|
28
|
-
chunkGRNJVY7I_cjs.__reExport(type_exports, type_star__namespace);
|
|
29
|
-
|
|
30
|
-
exports.type_exports = type_exports;
|
package/dist/chunk-GRNJVY7I.cjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
8
|
-
var __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
12
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
13
|
-
}
|
|
14
|
-
return to;
|
|
15
|
-
};
|
|
16
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
17
|
-
|
|
18
|
-
exports.__name = __name;
|
|
19
|
-
exports.__reExport = __reExport;
|
package/dist/chunk-IRPJW6HH.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
|
|
16
|
-
export { __name, __reExport };
|