@powerlines/deepkit 0.4.51 → 0.4.53
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/vendor/{chunk-SJDINIRT.cjs → chunk-654BGLCL.cjs} +5 -5
- package/dist/vendor/{chunk-SJDINIRT.cjs.map → chunk-654BGLCL.cjs.map} +1 -1
- package/dist/vendor/{chunk-NSJWJXU4.cjs → chunk-7J4ZAHXE.cjs} +4 -4
- package/dist/vendor/{chunk-NSJWJXU4.cjs.map → chunk-7J4ZAHXE.cjs.map} +1 -1
- package/dist/vendor/{chunk-7BATDUBJ.cjs → chunk-NPOFK5G4.cjs} +4 -4
- package/dist/vendor/{chunk-7BATDUBJ.cjs.map → chunk-NPOFK5G4.cjs.map} +1 -1
- package/dist/vendor/{chunk-DWY272EC.js → chunk-Q44VB7VW.js} +4 -4
- package/dist/vendor/{chunk-DWY272EC.js.map → chunk-Q44VB7VW.js.map} +1 -1
- package/dist/vendor/{chunk-3JAG5OE4.js → chunk-QK7ZN2UX.js} +3 -3
- package/dist/vendor/{chunk-3JAG5OE4.js.map → chunk-QK7ZN2UX.js.map} +1 -1
- package/dist/vendor/{chunk-ZBTZE2EM.cjs → chunk-RESJFWVA.cjs} +178 -178
- package/dist/vendor/{chunk-ZBTZE2EM.cjs.map → chunk-RESJFWVA.cjs.map} +1 -1
- package/dist/vendor/{chunk-NI4NLRQH.cjs → chunk-Y4OQFPMH.cjs} +507 -507
- package/dist/vendor/{chunk-NI4NLRQH.cjs.map → chunk-Y4OQFPMH.cjs.map} +1 -1
- package/dist/vendor/compiler.cjs +12 -12
- package/dist/vendor/compiler.js +2 -2
- package/dist/vendor/config.cjs +9 -9
- package/dist/vendor/config.js +2 -2
- package/dist/vendor/core.cjs +130 -130
- package/dist/vendor/index.cjs +17 -17
- package/dist/vendor/index.js +3 -3
- package/dist/vendor/type-spec.cjs +5 -5
- package/dist/vendor/type.cjs +776 -776
- package/package.json +10 -10
package/dist/vendor/compiler.cjs
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkY4OQFPMH_cjs = require('./chunk-Y4OQFPMH.cjs');
|
|
4
|
+
var chunk7J4ZAHXE_cjs = require('./chunk-7J4ZAHXE.cjs');
|
|
5
5
|
|
|
6
6
|
// src/vendor/type-compiler/compiler.ts
|
|
7
|
-
|
|
7
|
+
chunk7J4ZAHXE_cjs.init_cjs_shims();
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Cache", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkY4OQFPMH_cjs.Cache; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "DeclarationTransformer", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkY4OQFPMH_cjs.DeclarationTransformer; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "ReflectionTransformer", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkY4OQFPMH_cjs.ReflectionTransformer; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "debugPackStruct", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkY4OQFPMH_cjs.debugPackStruct; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "declarationTransformer", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkY4OQFPMH_cjs.declarationTransformer; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "encodeOps", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkY4OQFPMH_cjs.encodeOps; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "packSize", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkY4OQFPMH_cjs.packSize; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "packSizeByte", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkY4OQFPMH_cjs.packSizeByte; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "transformer", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkY4OQFPMH_cjs.transformer; }
|
|
44
44
|
});
|
|
45
45
|
//# sourceMappingURL=compiler.cjs.map
|
|
46
46
|
//# sourceMappingURL=compiler.cjs.map
|
package/dist/vendor/compiler.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
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
3
|
|
|
4
4
|
// src/vendor/type-compiler/compiler.ts
|
|
5
5
|
init_esm_shims();
|
package/dist/vendor/config.cjs
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7J4ZAHXE_cjs = require('./chunk-7J4ZAHXE.cjs');
|
|
4
4
|
|
|
5
5
|
// src/vendor/type-compiler/config.ts
|
|
6
|
-
|
|
6
|
+
chunk7J4ZAHXE_cjs.init_cjs_shims();
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "defaultExcluded", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk7J4ZAHXE_cjs.defaultExcluded; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "getConfigResolver", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk7J4ZAHXE_cjs.getConfigResolver; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "isObject", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk7J4ZAHXE_cjs.isObject; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "parseRawMode", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk7J4ZAHXE_cjs.parseRawMode; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "reflectionLevel", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk7J4ZAHXE_cjs.reflectionLevel; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "reflectionModeMatcher", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk7J4ZAHXE_cjs.reflectionModeMatcher; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "reflectionModes", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk7J4ZAHXE_cjs.reflectionModes; }
|
|
35
35
|
});
|
|
36
36
|
//# sourceMappingURL=config.cjs.map
|
|
37
37
|
//# sourceMappingURL=config.cjs.map
|
package/dist/vendor/config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { init_esm_shims } from './chunk-
|
|
2
|
-
export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-
|
|
1
|
+
import { init_esm_shims } from './chunk-Q44VB7VW.js';
|
|
2
|
+
export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-Q44VB7VW.js';
|
|
3
3
|
|
|
4
4
|
// src/vendor/type-compiler/config.ts
|
|
5
5
|
init_esm_shims();
|