@powerlines/deepkit 0.4.60 → 0.4.61
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-Q44VB7VW.js → chunk-2UZ4IN3V.js} +4 -4
- package/dist/vendor/{chunk-Q44VB7VW.js.map → chunk-2UZ4IN3V.js.map} +1 -1
- package/dist/vendor/{chunk-NPOFK5G4.cjs → chunk-325OYTWB.cjs} +4 -4
- package/dist/vendor/{chunk-NPOFK5G4.cjs.map → chunk-325OYTWB.cjs.map} +1 -1
- package/dist/vendor/{chunk-Y4OQFPMH.cjs → chunk-4K2FGDRE.cjs} +507 -507
- package/dist/vendor/{chunk-Y4OQFPMH.cjs.map → chunk-4K2FGDRE.cjs.map} +1 -1
- package/dist/vendor/{chunk-QK7ZN2UX.js → chunk-KO4WFS7A.js} +3 -3
- package/dist/vendor/{chunk-QK7ZN2UX.js.map → chunk-KO4WFS7A.js.map} +1 -1
- package/dist/vendor/{chunk-7J4ZAHXE.cjs → chunk-NBN3AUBI.cjs} +4 -4
- package/dist/vendor/{chunk-7J4ZAHXE.cjs.map → chunk-NBN3AUBI.cjs.map} +1 -1
- package/dist/vendor/{chunk-654BGLCL.cjs → chunk-T5NS5R3H.cjs} +5 -5
- package/dist/vendor/{chunk-654BGLCL.cjs.map → chunk-T5NS5R3H.cjs.map} +1 -1
- package/dist/vendor/{chunk-RESJFWVA.cjs → chunk-X4B55B4O.cjs} +178 -178
- package/dist/vendor/{chunk-RESJFWVA.cjs.map → chunk-X4B55B4O.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 +5 -5
package/dist/vendor/compiler.cjs
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunk4K2FGDRE_cjs = require('./chunk-4K2FGDRE.cjs');
|
|
4
|
+
var chunkNBN3AUBI_cjs = require('./chunk-NBN3AUBI.cjs');
|
|
5
5
|
|
|
6
6
|
// src/vendor/type-compiler/compiler.ts
|
|
7
|
-
|
|
7
|
+
chunkNBN3AUBI_cjs.init_cjs_shims();
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Cache", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk4K2FGDRE_cjs.Cache; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "DeclarationTransformer", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk4K2FGDRE_cjs.DeclarationTransformer; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "ReflectionTransformer", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk4K2FGDRE_cjs.ReflectionTransformer; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "debugPackStruct", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk4K2FGDRE_cjs.debugPackStruct; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "declarationTransformer", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk4K2FGDRE_cjs.declarationTransformer; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "encodeOps", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk4K2FGDRE_cjs.encodeOps; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "packSize", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunk4K2FGDRE_cjs.packSize; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "packSizeByte", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunk4K2FGDRE_cjs.packSizeByte; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "transformer", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunk4K2FGDRE_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-KO4WFS7A.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-2UZ4IN3V.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 chunkNBN3AUBI_cjs = require('./chunk-NBN3AUBI.cjs');
|
|
4
4
|
|
|
5
5
|
// src/vendor/type-compiler/config.ts
|
|
6
|
-
|
|
6
|
+
chunkNBN3AUBI_cjs.init_cjs_shims();
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "defaultExcluded", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkNBN3AUBI_cjs.defaultExcluded; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "getConfigResolver", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkNBN3AUBI_cjs.getConfigResolver; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "isObject", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkNBN3AUBI_cjs.isObject; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "parseRawMode", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkNBN3AUBI_cjs.parseRawMode; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "reflectionLevel", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkNBN3AUBI_cjs.reflectionLevel; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "reflectionModeMatcher", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkNBN3AUBI_cjs.reflectionModeMatcher; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "reflectionModes", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkNBN3AUBI_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-2UZ4IN3V.js';
|
|
2
|
+
export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-2UZ4IN3V.js';
|
|
3
3
|
|
|
4
4
|
// src/vendor/type-compiler/config.ts
|
|
5
5
|
init_esm_shims();
|