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