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