@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.
- package/dist/capnp.cjs +47 -49
- package/dist/capnp.js +2 -4
- package/dist/chunk-23YNDVRG.js +34 -0
- package/dist/chunk-5MYRXRS2.cjs +2191 -0
- package/dist/{chunk-MSO7PT57.cjs → chunk-7FXYDYVQ.cjs} +128 -128
- package/dist/{chunk-B47NLUDW.cjs → chunk-7QZGCBH7.cjs} +2 -2
- package/dist/{chunk-47WBQTA6.js → chunk-ALM6UMVU.js} +1 -1
- package/dist/chunk-BLLXF42T.cjs +41 -0
- package/dist/{chunk-3PKIT7K2.cjs → chunk-CJMS4ES3.cjs} +4 -4
- package/dist/{chunk-JSH5MVQG.js → chunk-EJIBYA23.js} +2 -2
- package/dist/{chunk-GVS5O43Z.js → chunk-JE36RI7U.js} +2 -2
- package/dist/chunk-KGCRCOJQ.cjs +22 -0
- package/dist/chunk-SHUYVCID.js +4 -0
- package/dist/{chunk-XI47ZADG.js → chunk-TDYIUJGY.js} +9 -9
- package/dist/chunk-USNT2KNT.cjs +6 -0
- package/dist/chunk-WL27D7L7.js +2183 -0
- package/dist/chunk-XHSSGKUT.js +16 -0
- package/dist/{chunk-KDKCOXXC.cjs → chunk-YAEE7DDW.cjs} +5 -5
- package/dist/esbuild-plugin.cjs +5 -6
- package/dist/esbuild-plugin.js +4 -5
- package/dist/index.cjs +66 -68
- package/dist/index.js +8 -10
- package/dist/reflect-type.cjs +6 -8
- package/dist/reflect-type.js +5 -7
- package/dist/resolve-reflections.cjs +3 -3
- package/dist/resolve-reflections.js +2 -2
- package/dist/transformer.cjs +4 -5
- package/dist/transformer.js +2 -3
- package/dist/transpile.cjs +4 -5
- package/dist/transpile.js +3 -4
- package/dist/utilities.cjs +9 -11
- package/dist/utilities.js +2 -4
- package/package.json +4 -4
- package/dist/chunk-35PNVYKI.js +0 -187
- package/dist/chunk-3GQAWCBQ.js +0 -10
- package/dist/chunk-3GRTJOID.cjs +0 -193
- package/dist/chunk-4UQ4UDET.cjs +0 -19685
- package/dist/chunk-5NPGWGPO.cjs +0 -109
- package/dist/chunk-BGYQAVKQ.cjs +0 -13
- package/dist/chunk-F5QUFY7D.cjs +0 -135
- package/dist/chunk-KWUXT6EF.js +0 -127
- package/dist/chunk-O2LKJ62Q.cjs +0 -2863
- package/dist/chunk-U7WEV6HK.js +0 -19678
- package/dist/chunk-W423FBJ2.js +0 -2854
- package/dist/chunk-XU55W26B.js +0 -109
- /package/dist/vendor/{chunk-IOMA7ABE.js → type-compiler/chunk-IOMA7ABE.js} +0 -0
- /package/dist/vendor/{chunk-K5KCTNDL.cjs → type-compiler/chunk-K5KCTNDL.cjs} +0 -0
- /package/dist/vendor/{chunk-L3KIZV6P.js → type-compiler/chunk-L3KIZV6P.js} +0 -0
- /package/dist/vendor/{chunk-M3FJ3QXG.cjs → type-compiler/chunk-M3FJ3QXG.cjs} +0 -0
- /package/dist/vendor/{compiler.cjs → type-compiler/compiler.cjs} +0 -0
- /package/dist/vendor/{compiler.d.cts → type-compiler/compiler.d.cts} +0 -0
- /package/dist/vendor/{compiler.d.ts → type-compiler/compiler.d.ts} +0 -0
- /package/dist/vendor/{compiler.js → type-compiler/compiler.js} +0 -0
- /package/dist/vendor/{config.cjs → type-compiler/config.cjs} +0 -0
- /package/dist/vendor/{config.d.cts → type-compiler/config.d.cts} +0 -0
- /package/dist/vendor/{config.d.ts → type-compiler/config.d.ts} +0 -0
- /package/dist/vendor/{config.js → type-compiler/config.js} +0 -0
- /package/dist/vendor/{index.cjs → type-compiler/index.cjs} +0 -0
- /package/dist/vendor/{index.d.cts → type-compiler/index.d.cts} +0 -0
- /package/dist/vendor/{index.d.ts → type-compiler/index.d.ts} +0 -0
- /package/dist/vendor/{index.js → type-compiler/index.js} +0 -0
package/dist/capnp.cjs
CHANGED
|
@@ -1,189 +1,187 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-5NPGWGPO.cjs');
|
|
6
|
-
require('./chunk-BGYQAVKQ.cjs');
|
|
3
|
+
var chunk7FXYDYVQ_cjs = require('./chunk-7FXYDYVQ.cjs');
|
|
4
|
+
require('./chunk-USNT2KNT.cjs');
|
|
7
5
|
|
|
8
6
|
|
|
9
7
|
|
|
10
8
|
Object.defineProperty(exports, "convertFromCapnp", {
|
|
11
9
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnp; }
|
|
13
11
|
});
|
|
14
12
|
Object.defineProperty(exports, "convertFromCapnpArray", {
|
|
15
13
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpArray; }
|
|
17
15
|
});
|
|
18
16
|
Object.defineProperty(exports, "convertFromCapnpBase", {
|
|
19
17
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpBase; }
|
|
21
19
|
});
|
|
22
20
|
Object.defineProperty(exports, "convertFromCapnpClassType", {
|
|
23
21
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpClassType; }
|
|
25
23
|
});
|
|
26
24
|
Object.defineProperty(exports, "convertFromCapnpDefault", {
|
|
27
25
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpDefault; }
|
|
29
27
|
});
|
|
30
28
|
Object.defineProperty(exports, "convertFromCapnpEnum", {
|
|
31
29
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpEnum; }
|
|
33
31
|
});
|
|
34
32
|
Object.defineProperty(exports, "convertFromCapnpFunction", {
|
|
35
33
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpFunction; }
|
|
37
35
|
});
|
|
38
36
|
Object.defineProperty(exports, "convertFromCapnpIndexAccessOrigin", {
|
|
39
37
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpIndexAccessOrigin; }
|
|
41
39
|
});
|
|
42
40
|
Object.defineProperty(exports, "convertFromCapnpInfer", {
|
|
43
41
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpInfer; }
|
|
45
43
|
});
|
|
46
44
|
Object.defineProperty(exports, "convertFromCapnpIntersection", {
|
|
47
45
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpIntersection; }
|
|
49
47
|
});
|
|
50
48
|
Object.defineProperty(exports, "convertFromCapnpLiteral", {
|
|
51
49
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpLiteral; }
|
|
53
51
|
});
|
|
54
52
|
Object.defineProperty(exports, "convertFromCapnpMethodSignature", {
|
|
55
53
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpMethodSignature; }
|
|
57
55
|
});
|
|
58
56
|
Object.defineProperty(exports, "convertFromCapnpObjectLiteral", {
|
|
59
57
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpObjectLiteral; }
|
|
61
59
|
});
|
|
62
60
|
Object.defineProperty(exports, "convertFromCapnpOther", {
|
|
63
61
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpOther; }
|
|
65
63
|
});
|
|
66
64
|
Object.defineProperty(exports, "convertFromCapnpParameter", {
|
|
67
65
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpParameter; }
|
|
69
67
|
});
|
|
70
68
|
Object.defineProperty(exports, "convertFromCapnpProperty", {
|
|
71
69
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpProperty; }
|
|
73
71
|
});
|
|
74
72
|
Object.defineProperty(exports, "convertFromCapnpPropertySignature", {
|
|
75
73
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpPropertySignature; }
|
|
77
75
|
});
|
|
78
76
|
Object.defineProperty(exports, "convertFromCapnpSimple", {
|
|
79
77
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpSimple; }
|
|
81
79
|
});
|
|
82
80
|
Object.defineProperty(exports, "convertFromCapnpTagsReflection", {
|
|
83
81
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpTagsReflection; }
|
|
85
83
|
});
|
|
86
84
|
Object.defineProperty(exports, "convertFromCapnpTuple", {
|
|
87
85
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpTuple; }
|
|
89
87
|
});
|
|
90
88
|
Object.defineProperty(exports, "convertFromCapnpTupleMember", {
|
|
91
89
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpTupleMember; }
|
|
93
91
|
});
|
|
94
92
|
Object.defineProperty(exports, "convertFromCapnpUnion", {
|
|
95
93
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertFromCapnpUnion; }
|
|
97
95
|
});
|
|
98
96
|
Object.defineProperty(exports, "convertToCapnp", {
|
|
99
97
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnp; }
|
|
101
99
|
});
|
|
102
100
|
Object.defineProperty(exports, "convertToCapnpArray", {
|
|
103
101
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpArray; }
|
|
105
103
|
});
|
|
106
104
|
Object.defineProperty(exports, "convertToCapnpBase", {
|
|
107
105
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpBase; }
|
|
109
107
|
});
|
|
110
108
|
Object.defineProperty(exports, "convertToCapnpClassType", {
|
|
111
109
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpClassType; }
|
|
113
111
|
});
|
|
114
112
|
Object.defineProperty(exports, "convertToCapnpDefault", {
|
|
115
113
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpDefault; }
|
|
117
115
|
});
|
|
118
116
|
Object.defineProperty(exports, "convertToCapnpEnum", {
|
|
119
117
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpEnum; }
|
|
121
119
|
});
|
|
122
120
|
Object.defineProperty(exports, "convertToCapnpFunction", {
|
|
123
121
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpFunction; }
|
|
125
123
|
});
|
|
126
124
|
Object.defineProperty(exports, "convertToCapnpIndexAccessOrigin", {
|
|
127
125
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpIndexAccessOrigin; }
|
|
129
127
|
});
|
|
130
128
|
Object.defineProperty(exports, "convertToCapnpInfer", {
|
|
131
129
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpInfer; }
|
|
133
131
|
});
|
|
134
132
|
Object.defineProperty(exports, "convertToCapnpIntersection", {
|
|
135
133
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpIntersection; }
|
|
137
135
|
});
|
|
138
136
|
Object.defineProperty(exports, "convertToCapnpLiteral", {
|
|
139
137
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpLiteral; }
|
|
141
139
|
});
|
|
142
140
|
Object.defineProperty(exports, "convertToCapnpMethod", {
|
|
143
141
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpMethod; }
|
|
145
143
|
});
|
|
146
144
|
Object.defineProperty(exports, "convertToCapnpMethodSignature", {
|
|
147
145
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpMethodSignature; }
|
|
149
147
|
});
|
|
150
148
|
Object.defineProperty(exports, "convertToCapnpObjectLiteral", {
|
|
151
149
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpObjectLiteral; }
|
|
153
151
|
});
|
|
154
152
|
Object.defineProperty(exports, "convertToCapnpOther", {
|
|
155
153
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpOther; }
|
|
157
155
|
});
|
|
158
156
|
Object.defineProperty(exports, "convertToCapnpParameter", {
|
|
159
157
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpParameter; }
|
|
161
159
|
});
|
|
162
160
|
Object.defineProperty(exports, "convertToCapnpProperty", {
|
|
163
161
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpProperty; }
|
|
165
163
|
});
|
|
166
164
|
Object.defineProperty(exports, "convertToCapnpPropertySignature", {
|
|
167
165
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpPropertySignature; }
|
|
169
167
|
});
|
|
170
168
|
Object.defineProperty(exports, "convertToCapnpSimple", {
|
|
171
169
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpSimple; }
|
|
173
171
|
});
|
|
174
172
|
Object.defineProperty(exports, "convertToCapnpTagsReflection", {
|
|
175
173
|
enumerable: true,
|
|
176
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpTagsReflection; }
|
|
177
175
|
});
|
|
178
176
|
Object.defineProperty(exports, "convertToCapnpTuple", {
|
|
179
177
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpTuple; }
|
|
181
179
|
});
|
|
182
180
|
Object.defineProperty(exports, "convertToCapnpTupleMember", {
|
|
183
181
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpTupleMember; }
|
|
185
183
|
});
|
|
186
184
|
Object.defineProperty(exports, "convertToCapnpUnion", {
|
|
187
185
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunk7FXYDYVQ_cjs.convertToCapnpUnion; }
|
|
189
187
|
});
|
package/dist/capnp.js
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
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-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-XU55W26B.js';
|
|
4
|
-
import './chunk-3GQAWCBQ.js';
|
|
1
|
+
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';
|
|
2
|
+
import './chunk-SHUYVCID.js';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { __name } from './chunk-SHUYVCID.js';
|
|
2
|
+
import { Cache, ReflectionTransformer, DeclarationTransformer } from '@powerlines/deepkit/vendor/type-compiler';
|
|
3
|
+
import defu from 'defu';
|
|
4
|
+
|
|
5
|
+
var cache = new Cache();
|
|
6
|
+
function createTransformer(context, options = {}) {
|
|
7
|
+
return /* @__PURE__ */ __name(function transformer(ctx) {
|
|
8
|
+
cache.tick();
|
|
9
|
+
return new ReflectionTransformer(ctx, cache).withReflection(defu(options, {
|
|
10
|
+
reflection: context.tsconfig.tsconfigJson.compilerOptions?.reflection || context.tsconfig.tsconfigJson.reflection,
|
|
11
|
+
reflectionLevel: context.tsconfig.tsconfigJson.compilerOptions?.reflectionLevel || context.tsconfig.tsconfigJson.reflectionLevel
|
|
12
|
+
}, {
|
|
13
|
+
exclude: [],
|
|
14
|
+
reflection: "default",
|
|
15
|
+
reflectionLevel: "minimal"
|
|
16
|
+
}));
|
|
17
|
+
}, "transformer");
|
|
18
|
+
}
|
|
19
|
+
__name(createTransformer, "createTransformer");
|
|
20
|
+
function createDeclarationTransformer(context, options = {}) {
|
|
21
|
+
return /* @__PURE__ */ __name(function declarationTransformer(ctx) {
|
|
22
|
+
return new DeclarationTransformer(ctx, cache).withReflection(defu(options, {
|
|
23
|
+
reflection: context.tsconfig.tsconfigJson.compilerOptions?.reflection || context.tsconfig.tsconfigJson.reflection,
|
|
24
|
+
reflectionLevel: context.tsconfig.tsconfigJson.compilerOptions?.reflectionLevel || context.tsconfig.tsconfigJson.reflectionLevel
|
|
25
|
+
}, {
|
|
26
|
+
exclude: [],
|
|
27
|
+
reflection: "default",
|
|
28
|
+
reflectionLevel: "minimal"
|
|
29
|
+
}));
|
|
30
|
+
}, "declarationTransformer");
|
|
31
|
+
}
|
|
32
|
+
__name(createDeclarationTransformer, "createDeclarationTransformer");
|
|
33
|
+
|
|
34
|
+
export { createDeclarationTransformer, createTransformer };
|