@powerlines/deepkit 0.4.55 → 0.4.56

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 (57) hide show
  1. package/dist/vendor/chunk-654BGLCL.cjs +117 -0
  2. package/dist/vendor/chunk-654BGLCL.cjs.map +1 -0
  3. package/dist/vendor/chunk-6PEHRAEP.js +30 -0
  4. package/dist/vendor/chunk-6PEHRAEP.js.map +1 -0
  5. package/dist/vendor/chunk-7J4ZAHXE.cjs +3533 -0
  6. package/dist/vendor/chunk-7J4ZAHXE.cjs.map +1 -0
  7. package/dist/vendor/chunk-AXYJRGEC.js +3706 -0
  8. package/dist/vendor/chunk-AXYJRGEC.js.map +1 -0
  9. package/dist/vendor/chunk-NPOFK5G4.cjs +44 -0
  10. package/dist/vendor/chunk-NPOFK5G4.cjs.map +1 -0
  11. package/dist/vendor/chunk-ORGCWC7F.js +111 -0
  12. package/dist/vendor/chunk-ORGCWC7F.js.map +1 -0
  13. package/dist/vendor/chunk-Q44VB7VW.js +3515 -0
  14. package/dist/vendor/chunk-Q44VB7VW.js.map +1 -0
  15. package/dist/vendor/chunk-QK7ZN2UX.js +7066 -0
  16. package/dist/vendor/chunk-QK7ZN2UX.js.map +1 -0
  17. package/dist/vendor/chunk-RESJFWVA.cjs +3861 -0
  18. package/dist/vendor/chunk-RESJFWVA.cjs.map +1 -0
  19. package/dist/vendor/chunk-Y4OQFPMH.cjs +7080 -0
  20. package/dist/vendor/chunk-Y4OQFPMH.cjs.map +1 -0
  21. package/dist/vendor/compiler.cjs +46 -0
  22. package/dist/vendor/compiler.cjs.map +1 -0
  23. package/dist/vendor/compiler.d.cts +3 -0
  24. package/dist/vendor/compiler.d.ts +3 -0
  25. package/dist/vendor/compiler.js +7 -0
  26. package/dist/vendor/compiler.js.map +1 -0
  27. package/dist/vendor/config.cjs +37 -0
  28. package/dist/vendor/config.cjs.map +1 -0
  29. package/dist/vendor/config.d.cts +1 -0
  30. package/dist/vendor/config.d.ts +1 -0
  31. package/dist/vendor/config.js +7 -0
  32. package/dist/vendor/config.js.map +1 -0
  33. package/dist/vendor/core.cjs +518 -0
  34. package/dist/vendor/core.cjs.map +1 -0
  35. package/dist/vendor/core.d.cts +3 -0
  36. package/dist/vendor/core.d.ts +3 -0
  37. package/dist/vendor/core.js +4 -0
  38. package/dist/vendor/core.js.map +1 -0
  39. package/dist/vendor/index.cjs +108 -0
  40. package/dist/vendor/index.cjs.map +1 -0
  41. package/dist/vendor/index.d.cts +1 -0
  42. package/dist/vendor/index.d.ts +1 -0
  43. package/dist/vendor/index.js +67 -0
  44. package/dist/vendor/index.js.map +1 -0
  45. package/dist/vendor/type-spec.cjs +18 -0
  46. package/dist/vendor/type-spec.cjs.map +1 -0
  47. package/dist/vendor/type-spec.d.cts +1 -0
  48. package/dist/vendor/type-spec.d.ts +1 -0
  49. package/dist/vendor/type-spec.js +4 -0
  50. package/dist/vendor/type-spec.js.map +1 -0
  51. package/dist/vendor/type.cjs +18887 -0
  52. package/dist/vendor/type.cjs.map +1 -0
  53. package/dist/vendor/type.d.cts +1 -0
  54. package/dist/vendor/type.d.ts +1 -0
  55. package/dist/vendor/type.js +18361 -0
  56. package/dist/vendor/type.js.map +1 -0
  57. package/package.json +5 -5
@@ -0,0 +1,46 @@
1
+ 'use strict';
2
+
3
+ var chunkY4OQFPMH_cjs = require('./chunk-Y4OQFPMH.cjs');
4
+ var chunk7J4ZAHXE_cjs = require('./chunk-7J4ZAHXE.cjs');
5
+
6
+ // src/vendor/type-compiler/compiler.ts
7
+ chunk7J4ZAHXE_cjs.init_cjs_shims();
8
+
9
+ Object.defineProperty(exports, "Cache", {
10
+ enumerable: true,
11
+ get: function () { return chunkY4OQFPMH_cjs.Cache; }
12
+ });
13
+ Object.defineProperty(exports, "DeclarationTransformer", {
14
+ enumerable: true,
15
+ get: function () { return chunkY4OQFPMH_cjs.DeclarationTransformer; }
16
+ });
17
+ Object.defineProperty(exports, "ReflectionTransformer", {
18
+ enumerable: true,
19
+ get: function () { return chunkY4OQFPMH_cjs.ReflectionTransformer; }
20
+ });
21
+ Object.defineProperty(exports, "debugPackStruct", {
22
+ enumerable: true,
23
+ get: function () { return chunkY4OQFPMH_cjs.debugPackStruct; }
24
+ });
25
+ Object.defineProperty(exports, "declarationTransformer", {
26
+ enumerable: true,
27
+ get: function () { return chunkY4OQFPMH_cjs.declarationTransformer; }
28
+ });
29
+ Object.defineProperty(exports, "encodeOps", {
30
+ enumerable: true,
31
+ get: function () { return chunkY4OQFPMH_cjs.encodeOps; }
32
+ });
33
+ Object.defineProperty(exports, "packSize", {
34
+ enumerable: true,
35
+ get: function () { return chunkY4OQFPMH_cjs.packSize; }
36
+ });
37
+ Object.defineProperty(exports, "packSizeByte", {
38
+ enumerable: true,
39
+ get: function () { return chunkY4OQFPMH_cjs.packSizeByte; }
40
+ });
41
+ Object.defineProperty(exports, "transformer", {
42
+ enumerable: true,
43
+ get: function () { return chunkY4OQFPMH_cjs.transformer; }
44
+ });
45
+ //# sourceMappingURL=compiler.cjs.map
46
+ //# sourceMappingURL=compiler.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/vendor/type-compiler/compiler.ts"],"names":["init_cjs_shims"],"mappings":";;;;;;AAAAA,gCAAA,EAAA","file":"compiler.cjs","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler/compiler\";\n"]}
@@ -0,0 +1,3 @@
1
+ export * from '@deepkit/type-compiler/compiler';
2
+ import '@deepkit/type-compiler/config';
3
+ import '@deepkit/type-compiler';
@@ -0,0 +1,3 @@
1
+ export * from '@deepkit/type-compiler/compiler';
2
+ import '@deepkit/type-compiler/config';
3
+ import '@deepkit/type-compiler';
@@ -0,0 +1,7 @@
1
+ export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-QK7ZN2UX.js';
2
+ import { init_esm_shims } from './chunk-Q44VB7VW.js';
3
+
4
+ // src/vendor/type-compiler/compiler.ts
5
+ init_esm_shims();
6
+ //# sourceMappingURL=compiler.js.map
7
+ //# sourceMappingURL=compiler.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/vendor/type-compiler/compiler.ts"],"names":[],"mappings":";;;;AAAA,cAAA,EAAA","file":"compiler.js","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler/compiler\";\n"]}
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ var chunk7J4ZAHXE_cjs = require('./chunk-7J4ZAHXE.cjs');
4
+
5
+ // src/vendor/type-compiler/config.ts
6
+ chunk7J4ZAHXE_cjs.init_cjs_shims();
7
+
8
+ Object.defineProperty(exports, "defaultExcluded", {
9
+ enumerable: true,
10
+ get: function () { return chunk7J4ZAHXE_cjs.defaultExcluded; }
11
+ });
12
+ Object.defineProperty(exports, "getConfigResolver", {
13
+ enumerable: true,
14
+ get: function () { return chunk7J4ZAHXE_cjs.getConfigResolver; }
15
+ });
16
+ Object.defineProperty(exports, "isObject", {
17
+ enumerable: true,
18
+ get: function () { return chunk7J4ZAHXE_cjs.isObject; }
19
+ });
20
+ Object.defineProperty(exports, "parseRawMode", {
21
+ enumerable: true,
22
+ get: function () { return chunk7J4ZAHXE_cjs.parseRawMode; }
23
+ });
24
+ Object.defineProperty(exports, "reflectionLevel", {
25
+ enumerable: true,
26
+ get: function () { return chunk7J4ZAHXE_cjs.reflectionLevel; }
27
+ });
28
+ Object.defineProperty(exports, "reflectionModeMatcher", {
29
+ enumerable: true,
30
+ get: function () { return chunk7J4ZAHXE_cjs.reflectionModeMatcher; }
31
+ });
32
+ Object.defineProperty(exports, "reflectionModes", {
33
+ enumerable: true,
34
+ get: function () { return chunk7J4ZAHXE_cjs.reflectionModes; }
35
+ });
36
+ //# sourceMappingURL=config.cjs.map
37
+ //# sourceMappingURL=config.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/vendor/type-compiler/config.ts"],"names":["init_cjs_shims"],"mappings":";;;;;AAAAA,gCAAA,EAAA","file":"config.cjs","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler/config\";\n"]}
@@ -0,0 +1 @@
1
+ export * from '@deepkit/type-compiler/config';
@@ -0,0 +1 @@
1
+ export * from '@deepkit/type-compiler/config';
@@ -0,0 +1,7 @@
1
+ import { init_esm_shims } from './chunk-Q44VB7VW.js';
2
+ export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-Q44VB7VW.js';
3
+
4
+ // src/vendor/type-compiler/config.ts
5
+ init_esm_shims();
6
+ //# sourceMappingURL=config.js.map
7
+ //# sourceMappingURL=config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/vendor/type-compiler/config.ts"],"names":[],"mappings":";;;;AAAA,cAAA,EAAA","file":"config.js","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler/config\";\n"]}
@@ -0,0 +1,518 @@
1
+ 'use strict';
2
+
3
+ var chunkRESJFWVA_cjs = require('./chunk-RESJFWVA.cjs');
4
+ var chunkNPOFK5G4_cjs = require('./chunk-NPOFK5G4.cjs');
5
+
6
+ // src/vendor/core.ts
7
+ chunkNPOFK5G4_cjs.init_cjs_shims();
8
+
9
+ Object.defineProperty(exports, "AsyncEventEmitter", {
10
+ enumerable: true,
11
+ get: function () { return chunkRESJFWVA_cjs.AsyncEventEmitter; }
12
+ });
13
+ Object.defineProperty(exports, "AsyncFunction", {
14
+ enumerable: true,
15
+ get: function () { return chunkRESJFWVA_cjs.AsyncFunction; }
16
+ });
17
+ Object.defineProperty(exports, "CompilerContext", {
18
+ enumerable: true,
19
+ get: function () { return chunkRESJFWVA_cjs.CompilerContext; }
20
+ });
21
+ Object.defineProperty(exports, "CustomError", {
22
+ enumerable: true,
23
+ get: function () { return chunkRESJFWVA_cjs.CustomError; }
24
+ });
25
+ Object.defineProperty(exports, "EmitterEvent", {
26
+ enumerable: true,
27
+ get: function () { return chunkRESJFWVA_cjs.EmitterEvent; }
28
+ });
29
+ Object.defineProperty(exports, "EventEmitter", {
30
+ enumerable: true,
31
+ get: function () { return chunkRESJFWVA_cjs.EventEmitter; }
32
+ });
33
+ Object.defineProperty(exports, "Mutex", {
34
+ enumerable: true,
35
+ get: function () { return chunkRESJFWVA_cjs.Mutex; }
36
+ });
37
+ Object.defineProperty(exports, "ParsedHost", {
38
+ enumerable: true,
39
+ get: function () { return chunkRESJFWVA_cjs.ParsedHost; }
40
+ });
41
+ Object.defineProperty(exports, "ProcessLock", {
42
+ enumerable: true,
43
+ get: function () { return chunkRESJFWVA_cjs.ProcessLock; }
44
+ });
45
+ Object.defineProperty(exports, "ProcessLocker", {
46
+ enumerable: true,
47
+ get: function () { return chunkRESJFWVA_cjs.ProcessLocker; }
48
+ });
49
+ Object.defineProperty(exports, "Timer", {
50
+ enumerable: true,
51
+ get: function () { return chunkRESJFWVA_cjs.Timer; }
52
+ });
53
+ Object.defineProperty(exports, "__ΩAbstractClassType", {
54
+ enumerable: true,
55
+ get: function () { return chunkRESJFWVA_cjs.__ΩAbstractClassType; }
56
+ });
57
+ Object.defineProperty(exports, "__ΩAsyncEventSubscription", {
58
+ enumerable: true,
59
+ get: function () { return chunkRESJFWVA_cjs.__ΩAsyncEventSubscription; }
60
+ });
61
+ Object.defineProperty(exports, "__ΩClassType", {
62
+ enumerable: true,
63
+ get: function () { return chunkRESJFWVA_cjs.__ΩClassType; }
64
+ });
65
+ Object.defineProperty(exports, "__ΩCustomError", {
66
+ enumerable: true,
67
+ get: function () { return chunkRESJFWVA_cjs.__ΩCustomError; }
68
+ });
69
+ Object.defineProperty(exports, "__ΩEventSubscription", {
70
+ enumerable: true,
71
+ get: function () { return chunkRESJFWVA_cjs.__ΩEventSubscription; }
72
+ });
73
+ Object.defineProperty(exports, "__ΩExtractClassType", {
74
+ enumerable: true,
75
+ get: function () { return chunkRESJFWVA_cjs.__ΩExtractClassType; }
76
+ });
77
+ Object.defineProperty(exports, "__ΩInject", {
78
+ enumerable: true,
79
+ get: function () { return chunkRESJFWVA_cjs.__ΩInject; }
80
+ });
81
+ Object.defineProperty(exports, "__ΩInjectMeta", {
82
+ enumerable: true,
83
+ get: function () { return chunkRESJFWVA_cjs.__ΩInjectMeta; }
84
+ });
85
+ Object.defineProperty(exports, "__ΩTypeAnnotation", {
86
+ enumerable: true,
87
+ get: function () { return chunkRESJFWVA_cjs.__ΩTypeAnnotation; }
88
+ });
89
+ Object.defineProperty(exports, "appendObject", {
90
+ enumerable: true,
91
+ get: function () { return chunkRESJFWVA_cjs.appendObject; }
92
+ });
93
+ Object.defineProperty(exports, "applyDefaults", {
94
+ enumerable: true,
95
+ get: function () { return chunkRESJFWVA_cjs.applyDefaults; }
96
+ });
97
+ Object.defineProperty(exports, "arrayClear", {
98
+ enumerable: true,
99
+ get: function () { return chunkRESJFWVA_cjs.arrayClear; }
100
+ });
101
+ Object.defineProperty(exports, "arrayHasItem", {
102
+ enumerable: true,
103
+ get: function () { return chunkRESJFWVA_cjs.arrayHasItem; }
104
+ });
105
+ Object.defineProperty(exports, "arrayMoveItem", {
106
+ enumerable: true,
107
+ get: function () { return chunkRESJFWVA_cjs.arrayMoveItem; }
108
+ });
109
+ Object.defineProperty(exports, "arrayRemoveItem", {
110
+ enumerable: true,
111
+ get: function () { return chunkRESJFWVA_cjs.arrayRemoveItem; }
112
+ });
113
+ Object.defineProperty(exports, "assertDefined", {
114
+ enumerable: true,
115
+ get: function () { return chunkRESJFWVA_cjs.assertDefined; }
116
+ });
117
+ Object.defineProperty(exports, "assertInstanceOf", {
118
+ enumerable: true,
119
+ get: function () { return chunkRESJFWVA_cjs.assertInstanceOf; }
120
+ });
121
+ Object.defineProperty(exports, "asyncOperation", {
122
+ enumerable: true,
123
+ get: function () { return chunkRESJFWVA_cjs.asyncOperation; }
124
+ });
125
+ Object.defineProperty(exports, "average", {
126
+ enumerable: true,
127
+ get: function () { return chunkRESJFWVA_cjs.average; }
128
+ });
129
+ Object.defineProperty(exports, "base64ToUint8Array", {
130
+ enumerable: true,
131
+ get: function () { return chunkRESJFWVA_cjs.base64ToUint8Array; }
132
+ });
133
+ Object.defineProperty(exports, "bufferConcat", {
134
+ enumerable: true,
135
+ get: function () { return chunkRESJFWVA_cjs.bufferConcat; }
136
+ });
137
+ Object.defineProperty(exports, "bufferToString", {
138
+ enumerable: true,
139
+ get: function () { return chunkRESJFWVA_cjs.bufferToString; }
140
+ });
141
+ Object.defineProperty(exports, "bufferedGate", {
142
+ enumerable: true,
143
+ get: function () { return chunkRESJFWVA_cjs.bufferedGate; }
144
+ });
145
+ Object.defineProperty(exports, "capitalize", {
146
+ enumerable: true,
147
+ get: function () { return chunkRESJFWVA_cjs.capitalize; }
148
+ });
149
+ Object.defineProperty(exports, "changeClass", {
150
+ enumerable: true,
151
+ get: function () { return chunkRESJFWVA_cjs.changeClass; }
152
+ });
153
+ Object.defineProperty(exports, "clearTick", {
154
+ enumerable: true,
155
+ get: function () { return chunkRESJFWVA_cjs.clearTick; }
156
+ });
157
+ Object.defineProperty(exports, "collectForMicrotask", {
158
+ enumerable: true,
159
+ get: function () { return chunkRESJFWVA_cjs.collectForMicrotask; }
160
+ });
161
+ Object.defineProperty(exports, "copy", {
162
+ enumerable: true,
163
+ get: function () { return chunkRESJFWVA_cjs.copy; }
164
+ });
165
+ Object.defineProperty(exports, "createBuffer", {
166
+ enumerable: true,
167
+ get: function () { return chunkRESJFWVA_cjs.createBuffer; }
168
+ });
169
+ Object.defineProperty(exports, "createDynamicClass", {
170
+ enumerable: true,
171
+ get: function () { return chunkRESJFWVA_cjs.createDynamicClass; }
172
+ });
173
+ Object.defineProperty(exports, "createStack", {
174
+ enumerable: true,
175
+ get: function () { return chunkRESJFWVA_cjs.createStack; }
176
+ });
177
+ Object.defineProperty(exports, "deletePathValue", {
178
+ enumerable: true,
179
+ get: function () { return chunkRESJFWVA_cjs.deletePathValue; }
180
+ });
181
+ Object.defineProperty(exports, "each", {
182
+ enumerable: true,
183
+ get: function () { return chunkRESJFWVA_cjs.each; }
184
+ });
185
+ Object.defineProperty(exports, "eachKey", {
186
+ enumerable: true,
187
+ get: function () { return chunkRESJFWVA_cjs.eachKey; }
188
+ });
189
+ Object.defineProperty(exports, "eachPair", {
190
+ enumerable: true,
191
+ get: function () { return chunkRESJFWVA_cjs.eachPair; }
192
+ });
193
+ Object.defineProperty(exports, "empty", {
194
+ enumerable: true,
195
+ get: function () { return chunkRESJFWVA_cjs.empty; }
196
+ });
197
+ Object.defineProperty(exports, "ensureError", {
198
+ enumerable: true,
199
+ get: function () { return chunkRESJFWVA_cjs.ensureError; }
200
+ });
201
+ Object.defineProperty(exports, "escapeRegExp", {
202
+ enumerable: true,
203
+ get: function () { return chunkRESJFWVA_cjs.escapeRegExp; }
204
+ });
205
+ Object.defineProperty(exports, "extractMethodBody", {
206
+ enumerable: true,
207
+ get: function () { return chunkRESJFWVA_cjs.extractMethodBody; }
208
+ });
209
+ Object.defineProperty(exports, "extractParameters", {
210
+ enumerable: true,
211
+ get: function () { return chunkRESJFWVA_cjs.extractParameters; }
212
+ });
213
+ Object.defineProperty(exports, "first", {
214
+ enumerable: true,
215
+ get: function () { return chunkRESJFWVA_cjs.first; }
216
+ });
217
+ Object.defineProperty(exports, "firstKey", {
218
+ enumerable: true,
219
+ get: function () { return chunkRESJFWVA_cjs.firstKey; }
220
+ });
221
+ Object.defineProperty(exports, "fixAsyncOperation", {
222
+ enumerable: true,
223
+ get: function () { return chunkRESJFWVA_cjs.fixAsyncOperation; }
224
+ });
225
+ Object.defineProperty(exports, "formatError", {
226
+ enumerable: true,
227
+ get: function () { return chunkRESJFWVA_cjs.formatError; }
228
+ });
229
+ Object.defineProperty(exports, "forwardTypeArguments", {
230
+ enumerable: true,
231
+ get: function () { return chunkRESJFWVA_cjs.forwardTypeArguments; }
232
+ });
233
+ Object.defineProperty(exports, "getClassName", {
234
+ enumerable: true,
235
+ get: function () { return chunkRESJFWVA_cjs.getClassName; }
236
+ });
237
+ Object.defineProperty(exports, "getClassPropertyName", {
238
+ enumerable: true,
239
+ get: function () { return chunkRESJFWVA_cjs.getClassPropertyName; }
240
+ });
241
+ Object.defineProperty(exports, "getClassTypeFromInstance", {
242
+ enumerable: true,
243
+ get: function () { return chunkRESJFWVA_cjs.getClassTypeFromInstance; }
244
+ });
245
+ Object.defineProperty(exports, "getCurrentFileName", {
246
+ enumerable: true,
247
+ get: function () { return chunkRESJFWVA_cjs.getCurrentFileName; }
248
+ });
249
+ Object.defineProperty(exports, "getEnumKeyLabelMap", {
250
+ enumerable: true,
251
+ get: function () { return chunkRESJFWVA_cjs.getEnumKeyLabelMap; }
252
+ });
253
+ Object.defineProperty(exports, "getEnumLabel", {
254
+ enumerable: true,
255
+ get: function () { return chunkRESJFWVA_cjs.getEnumLabel; }
256
+ });
257
+ Object.defineProperty(exports, "getEnumLabels", {
258
+ enumerable: true,
259
+ get: function () { return chunkRESJFWVA_cjs.getEnumLabels; }
260
+ });
261
+ Object.defineProperty(exports, "getEnumValues", {
262
+ enumerable: true,
263
+ get: function () { return chunkRESJFWVA_cjs.getEnumValues; }
264
+ });
265
+ Object.defineProperty(exports, "getInheritanceChain", {
266
+ enumerable: true,
267
+ get: function () { return chunkRESJFWVA_cjs.getInheritanceChain; }
268
+ });
269
+ Object.defineProperty(exports, "getObjectKeysSize", {
270
+ enumerable: true,
271
+ get: function () { return chunkRESJFWVA_cjs.getObjectKeysSize; }
272
+ });
273
+ Object.defineProperty(exports, "getParentClass", {
274
+ enumerable: true,
275
+ get: function () { return chunkRESJFWVA_cjs.getParentClass; }
276
+ });
277
+ Object.defineProperty(exports, "getPathValue", {
278
+ enumerable: true,
279
+ get: function () { return chunkRESJFWVA_cjs.getPathValue; }
280
+ });
281
+ Object.defineProperty(exports, "getValidEnumValue", {
282
+ enumerable: true,
283
+ get: function () { return chunkRESJFWVA_cjs.getValidEnumValue; }
284
+ });
285
+ Object.defineProperty(exports, "hasProperty", {
286
+ enumerable: true,
287
+ get: function () { return chunkRESJFWVA_cjs.hasProperty; }
288
+ });
289
+ Object.defineProperty(exports, "humanBytes", {
290
+ enumerable: true,
291
+ get: function () { return chunkRESJFWVA_cjs.humanBytes; }
292
+ });
293
+ Object.defineProperty(exports, "identifyType", {
294
+ enumerable: true,
295
+ get: function () { return chunkRESJFWVA_cjs.identifyType; }
296
+ });
297
+ Object.defineProperty(exports, "inDebugMode", {
298
+ enumerable: true,
299
+ get: function () { return chunkRESJFWVA_cjs.inDebugMode; }
300
+ });
301
+ Object.defineProperty(exports, "indent", {
302
+ enumerable: true,
303
+ get: function () { return chunkRESJFWVA_cjs.indent; }
304
+ });
305
+ Object.defineProperty(exports, "indexOf", {
306
+ enumerable: true,
307
+ get: function () { return chunkRESJFWVA_cjs.indexOf; }
308
+ });
309
+ Object.defineProperty(exports, "isArray", {
310
+ enumerable: true,
311
+ get: function () { return chunkRESJFWVA_cjs.isArray; }
312
+ });
313
+ Object.defineProperty(exports, "isAsyncFunction", {
314
+ enumerable: true,
315
+ get: function () { return chunkRESJFWVA_cjs.isAsyncFunction; }
316
+ });
317
+ Object.defineProperty(exports, "isClass", {
318
+ enumerable: true,
319
+ get: function () { return chunkRESJFWVA_cjs.isClass; }
320
+ });
321
+ Object.defineProperty(exports, "isClassInstance", {
322
+ enumerable: true,
323
+ get: function () { return chunkRESJFWVA_cjs.isClassInstance; }
324
+ });
325
+ Object.defineProperty(exports, "isConstructable", {
326
+ enumerable: true,
327
+ get: function () { return chunkRESJFWVA_cjs.isConstructable; }
328
+ });
329
+ Object.defineProperty(exports, "isFunction", {
330
+ enumerable: true,
331
+ get: function () { return chunkRESJFWVA_cjs.isFunction; }
332
+ });
333
+ Object.defineProperty(exports, "isGlobalClass", {
334
+ enumerable: true,
335
+ get: function () { return chunkRESJFWVA_cjs.isGlobalClass; }
336
+ });
337
+ Object.defineProperty(exports, "isInteger", {
338
+ enumerable: true,
339
+ get: function () { return chunkRESJFWVA_cjs.isInteger; }
340
+ });
341
+ Object.defineProperty(exports, "isIterable", {
342
+ enumerable: true,
343
+ get: function () { return chunkRESJFWVA_cjs.isIterable; }
344
+ });
345
+ Object.defineProperty(exports, "isNull", {
346
+ enumerable: true,
347
+ get: function () { return chunkRESJFWVA_cjs.isNull; }
348
+ });
349
+ Object.defineProperty(exports, "isNumber", {
350
+ enumerable: true,
351
+ get: function () { return chunkRESJFWVA_cjs.isNumber; }
352
+ });
353
+ Object.defineProperty(exports, "isNumeric", {
354
+ enumerable: true,
355
+ get: function () { return chunkRESJFWVA_cjs.isNumeric; }
356
+ });
357
+ Object.defineProperty(exports, "isObject", {
358
+ enumerable: true,
359
+ get: function () { return chunkRESJFWVA_cjs.isObject; }
360
+ });
361
+ Object.defineProperty(exports, "isObjectLiteral", {
362
+ enumerable: true,
363
+ get: function () { return chunkRESJFWVA_cjs.isObjectLiteral; }
364
+ });
365
+ Object.defineProperty(exports, "isPlainObject", {
366
+ enumerable: true,
367
+ get: function () { return chunkRESJFWVA_cjs.isPlainObject; }
368
+ });
369
+ Object.defineProperty(exports, "isPromise", {
370
+ enumerable: true,
371
+ get: function () { return chunkRESJFWVA_cjs.isPromise; }
372
+ });
373
+ Object.defineProperty(exports, "isPrototypeOfBase", {
374
+ enumerable: true,
375
+ get: function () { return chunkRESJFWVA_cjs.isPrototypeOfBase; }
376
+ });
377
+ Object.defineProperty(exports, "isSet", {
378
+ enumerable: true,
379
+ get: function () { return chunkRESJFWVA_cjs.isSet; }
380
+ });
381
+ Object.defineProperty(exports, "isString", {
382
+ enumerable: true,
383
+ get: function () { return chunkRESJFWVA_cjs.isString; }
384
+ });
385
+ Object.defineProperty(exports, "isUndefined", {
386
+ enumerable: true,
387
+ get: function () { return chunkRESJFWVA_cjs.isUndefined; }
388
+ });
389
+ Object.defineProperty(exports, "isValidEnumValue", {
390
+ enumerable: true,
391
+ get: function () { return chunkRESJFWVA_cjs.isValidEnumValue; }
392
+ });
393
+ Object.defineProperty(exports, "iterableSize", {
394
+ enumerable: true,
395
+ get: function () { return chunkRESJFWVA_cjs.iterableSize; }
396
+ });
397
+ Object.defineProperty(exports, "last", {
398
+ enumerable: true,
399
+ get: function () { return chunkRESJFWVA_cjs.last; }
400
+ });
401
+ Object.defineProperty(exports, "lastKey", {
402
+ enumerable: true,
403
+ get: function () { return chunkRESJFWVA_cjs.lastKey; }
404
+ });
405
+ Object.defineProperty(exports, "log", {
406
+ enumerable: true,
407
+ get: function () { return chunkRESJFWVA_cjs.log; }
408
+ });
409
+ Object.defineProperty(exports, "mergePromiseStack", {
410
+ enumerable: true,
411
+ get: function () { return chunkRESJFWVA_cjs.mergePromiseStack; }
412
+ });
413
+ Object.defineProperty(exports, "mergeStack", {
414
+ enumerable: true,
415
+ get: function () { return chunkRESJFWVA_cjs.mergeStack; }
416
+ });
417
+ Object.defineProperty(exports, "nativeBase64ToUint8Array", {
418
+ enumerable: true,
419
+ get: function () { return chunkRESJFWVA_cjs.nativeBase64ToUint8Array; }
420
+ });
421
+ Object.defineProperty(exports, "nextTick", {
422
+ enumerable: true,
423
+ get: function () { return chunkRESJFWVA_cjs.nextTick; }
424
+ });
425
+ Object.defineProperty(exports, "parseHost", {
426
+ enumerable: true,
427
+ get: function () { return chunkRESJFWVA_cjs.parseHost; }
428
+ });
429
+ Object.defineProperty(exports, "pathBasename", {
430
+ enumerable: true,
431
+ get: function () { return chunkRESJFWVA_cjs.pathBasename; }
432
+ });
433
+ Object.defineProperty(exports, "pathDirectory", {
434
+ enumerable: true,
435
+ get: function () { return chunkRESJFWVA_cjs.pathDirectory; }
436
+ });
437
+ Object.defineProperty(exports, "pathExtension", {
438
+ enumerable: true,
439
+ get: function () { return chunkRESJFWVA_cjs.pathExtension; }
440
+ });
441
+ Object.defineProperty(exports, "pathJoin", {
442
+ enumerable: true,
443
+ get: function () { return chunkRESJFWVA_cjs.pathJoin; }
444
+ });
445
+ Object.defineProperty(exports, "pathNormalize", {
446
+ enumerable: true,
447
+ get: function () { return chunkRESJFWVA_cjs.pathNormalize; }
448
+ });
449
+ Object.defineProperty(exports, "prependObjectKeys", {
450
+ enumerable: true,
451
+ get: function () { return chunkRESJFWVA_cjs.prependObjectKeys; }
452
+ });
453
+ Object.defineProperty(exports, "prettyPrintObject", {
454
+ enumerable: true,
455
+ get: function () { return chunkRESJFWVA_cjs.prettyPrintObject; }
456
+ });
457
+ Object.defineProperty(exports, "range", {
458
+ enumerable: true,
459
+ get: function () { return chunkRESJFWVA_cjs.range; }
460
+ });
461
+ Object.defineProperty(exports, "rangeArray", {
462
+ enumerable: true,
463
+ get: function () { return chunkRESJFWVA_cjs.rangeArray; }
464
+ });
465
+ Object.defineProperty(exports, "removeStrings", {
466
+ enumerable: true,
467
+ get: function () { return chunkRESJFWVA_cjs.removeStrings; }
468
+ });
469
+ Object.defineProperty(exports, "setPathValue", {
470
+ enumerable: true,
471
+ get: function () { return chunkRESJFWVA_cjs.setPathValue; }
472
+ });
473
+ Object.defineProperty(exports, "singleStack", {
474
+ enumerable: true,
475
+ get: function () { return chunkRESJFWVA_cjs.singleStack; }
476
+ });
477
+ Object.defineProperty(exports, "size", {
478
+ enumerable: true,
479
+ get: function () { return chunkRESJFWVA_cjs.size; }
480
+ });
481
+ Object.defineProperty(exports, "sleep", {
482
+ enumerable: true,
483
+ get: function () { return chunkRESJFWVA_cjs.sleep; }
484
+ });
485
+ Object.defineProperty(exports, "stack", {
486
+ enumerable: true,
487
+ get: function () { return chunkRESJFWVA_cjs.stack; }
488
+ });
489
+ Object.defineProperty(exports, "stringifyValueWithType", {
490
+ enumerable: true,
491
+ get: function () { return chunkRESJFWVA_cjs.stringifyValueWithType; }
492
+ });
493
+ Object.defineProperty(exports, "throttleTime", {
494
+ enumerable: true,
495
+ get: function () { return chunkRESJFWVA_cjs.throttleTime; }
496
+ });
497
+ Object.defineProperty(exports, "time", {
498
+ enumerable: true,
499
+ get: function () { return chunkRESJFWVA_cjs.time; }
500
+ });
501
+ Object.defineProperty(exports, "toFastProperties", {
502
+ enumerable: true,
503
+ get: function () { return chunkRESJFWVA_cjs.toFastProperties; }
504
+ });
505
+ Object.defineProperty(exports, "uint8ArrayToUtf8", {
506
+ enumerable: true,
507
+ get: function () { return chunkRESJFWVA_cjs.uint8ArrayToUtf8; }
508
+ });
509
+ Object.defineProperty(exports, "urlJoin", {
510
+ enumerable: true,
511
+ get: function () { return chunkRESJFWVA_cjs.urlJoin; }
512
+ });
513
+ Object.defineProperty(exports, "zip", {
514
+ enumerable: true,
515
+ get: function () { return chunkRESJFWVA_cjs.zip; }
516
+ });
517
+ //# sourceMappingURL=core.cjs.map
518
+ //# sourceMappingURL=core.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/vendor/core.ts"],"names":["init_cjs_shims"],"mappings":";;;;;;AAAAA,gCAAA,EAAA","file":"core.cjs","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Core module\n\nexport * from \"@deepkit/core\";\n"]}
@@ -0,0 +1,3 @@
1
+ export * from '@deepkit/core';
2
+ import '@deepkit/type-spec';
3
+ import '@deepkit/type';
@@ -0,0 +1,3 @@
1
+ export * from '@deepkit/core';
2
+ import '@deepkit/type-spec';
3
+ import '@deepkit/type';
@@ -0,0 +1,4 @@
1
+ export { AsyncEventEmitter, AsyncFunction, CompilerContext, CustomError, EmitterEvent, EventEmitter, Mutex, ParsedHost, ProcessLock, ProcessLocker, Timer, __ΩAbstractClassType, __ΩAsyncEventSubscription, __ΩClassType, __ΩCustomError, __ΩEventSubscription, __ΩExtractClassType, __ΩInject, __ΩInjectMeta, __ΩTypeAnnotation, appendObject, applyDefaults, arrayClear, arrayHasItem, arrayMoveItem, arrayRemoveItem, assertDefined, assertInstanceOf, asyncOperation, average, base64ToUint8Array, bufferConcat, bufferToString, bufferedGate, capitalize, changeClass, clearTick, collectForMicrotask, copy, createBuffer, createDynamicClass, createStack, deletePathValue, each, eachKey, eachPair, empty, ensureError, escapeRegExp, extractMethodBody, extractParameters, first, firstKey, fixAsyncOperation, formatError, forwardTypeArguments, getClassName, getClassPropertyName, getClassTypeFromInstance, getCurrentFileName, getEnumKeyLabelMap, getEnumLabel, getEnumLabels, getEnumValues, getInheritanceChain, getObjectKeysSize, getParentClass, getPathValue, getValidEnumValue, hasProperty, humanBytes, identifyType, inDebugMode, indent, indexOf, isArray, isAsyncFunction, isClass, isClassInstance, isConstructable, isFunction, isGlobalClass, isInteger, isIterable, isNull, isNumber, isNumeric, isObject, isObjectLiteral, isPlainObject, isPromise, isPrototypeOfBase, isSet, isString, isUndefined, isValidEnumValue, iterableSize, last, lastKey, log, mergePromiseStack, mergeStack, nativeBase64ToUint8Array, nextTick, parseHost, pathBasename, pathDirectory, pathExtension, pathJoin, pathNormalize, prependObjectKeys, prettyPrintObject, range, rangeArray, removeStrings, setPathValue, singleStack, size, sleep, stack, stringifyValueWithType, throttleTime, time, toFastProperties, uint8ArrayToUtf8, urlJoin, zip } from './chunk-AXYJRGEC.js';
2
+ import './chunk-6PEHRAEP.js';
3
+ //# sourceMappingURL=core.js.map
4
+ //# sourceMappingURL=core.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"core.js"}