@powerlines/deepkit 0.4.10 → 0.4.12

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 (26) hide show
  1. package/dist/vendor/{chunk-R6CPSEXA.cjs → chunk-54J7XPHQ.cjs} +8 -8
  2. package/dist/vendor/{chunk-R6CPSEXA.cjs.map → chunk-54J7XPHQ.cjs.map} +1 -1
  3. package/dist/vendor/{chunk-XAYJUIQW.js → chunk-7UJRC2SU.js} +8 -8
  4. package/dist/vendor/{chunk-XAYJUIQW.js.map → chunk-7UJRC2SU.js.map} +1 -1
  5. package/dist/vendor/{chunk-Y4GDYNGU.cjs → chunk-EBU2JH7S.cjs} +4 -4
  6. package/dist/vendor/{chunk-Y4GDYNGU.cjs.map → chunk-EBU2JH7S.cjs.map} +1 -1
  7. package/dist/vendor/{chunk-36FSSQZT.js → chunk-FEWH5KLD.js} +6 -6
  8. package/dist/vendor/{chunk-36FSSQZT.js.map → chunk-FEWH5KLD.js.map} +1 -1
  9. package/dist/vendor/{chunk-Y6HZBACK.cjs → chunk-LI63VPHB.cjs} +178 -178
  10. package/dist/vendor/{chunk-Y6HZBACK.cjs.map → chunk-LI63VPHB.cjs.map} +1 -1
  11. package/dist/vendor/{chunk-IQOSSA2C.cjs → chunk-MCX7T2CK.cjs} +5 -5
  12. package/dist/vendor/{chunk-IQOSSA2C.cjs.map → chunk-MCX7T2CK.cjs.map} +1 -1
  13. package/dist/vendor/{chunk-JVBAZCHP.cjs → chunk-ZF654SJM.cjs} +510 -510
  14. package/dist/vendor/{chunk-JVBAZCHP.cjs.map → chunk-ZF654SJM.cjs.map} +1 -1
  15. package/dist/vendor/compiler.cjs +12 -12
  16. package/dist/vendor/compiler.js +2 -2
  17. package/dist/vendor/config.cjs +9 -9
  18. package/dist/vendor/config.js +2 -2
  19. package/dist/vendor/core.cjs +130 -130
  20. package/dist/vendor/index.cjs +19 -19
  21. package/dist/vendor/index.cjs.map +1 -1
  22. package/dist/vendor/index.js +5 -5
  23. package/dist/vendor/index.js.map +1 -1
  24. package/dist/vendor/type-spec.cjs +5 -5
  25. package/dist/vendor/type.cjs +776 -776
  26. package/package.json +5 -5
@@ -1,46 +1,46 @@
1
1
  'use strict';
2
2
 
3
- var chunkJVBAZCHP_cjs = require('./chunk-JVBAZCHP.cjs');
4
- var chunkR6CPSEXA_cjs = require('./chunk-R6CPSEXA.cjs');
3
+ var chunkZF654SJM_cjs = require('./chunk-ZF654SJM.cjs');
4
+ var chunk54J7XPHQ_cjs = require('./chunk-54J7XPHQ.cjs');
5
5
 
6
6
  // src/vendor/type-compiler/compiler.ts
7
- chunkR6CPSEXA_cjs.init_cjs_shims();
7
+ chunk54J7XPHQ_cjs.init_cjs_shims();
8
8
 
9
9
  Object.defineProperty(exports, "Cache", {
10
10
  enumerable: true,
11
- get: function () { return chunkJVBAZCHP_cjs.Cache; }
11
+ get: function () { return chunkZF654SJM_cjs.Cache; }
12
12
  });
13
13
  Object.defineProperty(exports, "DeclarationTransformer", {
14
14
  enumerable: true,
15
- get: function () { return chunkJVBAZCHP_cjs.DeclarationTransformer; }
15
+ get: function () { return chunkZF654SJM_cjs.DeclarationTransformer; }
16
16
  });
17
17
  Object.defineProperty(exports, "ReflectionTransformer", {
18
18
  enumerable: true,
19
- get: function () { return chunkJVBAZCHP_cjs.ReflectionTransformer; }
19
+ get: function () { return chunkZF654SJM_cjs.ReflectionTransformer; }
20
20
  });
21
21
  Object.defineProperty(exports, "debugPackStruct", {
22
22
  enumerable: true,
23
- get: function () { return chunkJVBAZCHP_cjs.debugPackStruct; }
23
+ get: function () { return chunkZF654SJM_cjs.debugPackStruct; }
24
24
  });
25
25
  Object.defineProperty(exports, "declarationTransformer", {
26
26
  enumerable: true,
27
- get: function () { return chunkJVBAZCHP_cjs.declarationTransformer; }
27
+ get: function () { return chunkZF654SJM_cjs.declarationTransformer; }
28
28
  });
29
29
  Object.defineProperty(exports, "encodeOps", {
30
30
  enumerable: true,
31
- get: function () { return chunkJVBAZCHP_cjs.encodeOps; }
31
+ get: function () { return chunkZF654SJM_cjs.encodeOps; }
32
32
  });
33
33
  Object.defineProperty(exports, "packSize", {
34
34
  enumerable: true,
35
- get: function () { return chunkJVBAZCHP_cjs.packSize; }
35
+ get: function () { return chunkZF654SJM_cjs.packSize; }
36
36
  });
37
37
  Object.defineProperty(exports, "packSizeByte", {
38
38
  enumerable: true,
39
- get: function () { return chunkJVBAZCHP_cjs.packSizeByte; }
39
+ get: function () { return chunkZF654SJM_cjs.packSizeByte; }
40
40
  });
41
41
  Object.defineProperty(exports, "transformer", {
42
42
  enumerable: true,
43
- get: function () { return chunkJVBAZCHP_cjs.transformer; }
43
+ get: function () { return chunkZF654SJM_cjs.transformer; }
44
44
  });
45
45
  //# sourceMappingURL=compiler.cjs.map
46
46
  //# sourceMappingURL=compiler.cjs.map
@@ -1,5 +1,5 @@
1
- export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-36FSSQZT.js';
2
- import { init_esm_shims } from './chunk-XAYJUIQW.js';
1
+ export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-FEWH5KLD.js';
2
+ import { init_esm_shims } from './chunk-7UJRC2SU.js';
3
3
 
4
4
  // src/vendor/type-compiler/compiler.ts
5
5
  init_esm_shims();
@@ -1,37 +1,37 @@
1
1
  'use strict';
2
2
 
3
- var chunkR6CPSEXA_cjs = require('./chunk-R6CPSEXA.cjs');
3
+ var chunk54J7XPHQ_cjs = require('./chunk-54J7XPHQ.cjs');
4
4
 
5
5
  // src/vendor/type-compiler/config.ts
6
- chunkR6CPSEXA_cjs.init_cjs_shims();
6
+ chunk54J7XPHQ_cjs.init_cjs_shims();
7
7
 
8
8
  Object.defineProperty(exports, "defaultExcluded", {
9
9
  enumerable: true,
10
- get: function () { return chunkR6CPSEXA_cjs.defaultExcluded; }
10
+ get: function () { return chunk54J7XPHQ_cjs.defaultExcluded; }
11
11
  });
12
12
  Object.defineProperty(exports, "getConfigResolver", {
13
13
  enumerable: true,
14
- get: function () { return chunkR6CPSEXA_cjs.getConfigResolver; }
14
+ get: function () { return chunk54J7XPHQ_cjs.getConfigResolver; }
15
15
  });
16
16
  Object.defineProperty(exports, "isObject", {
17
17
  enumerable: true,
18
- get: function () { return chunkR6CPSEXA_cjs.isObject; }
18
+ get: function () { return chunk54J7XPHQ_cjs.isObject; }
19
19
  });
20
20
  Object.defineProperty(exports, "parseRawMode", {
21
21
  enumerable: true,
22
- get: function () { return chunkR6CPSEXA_cjs.parseRawMode; }
22
+ get: function () { return chunk54J7XPHQ_cjs.parseRawMode; }
23
23
  });
24
24
  Object.defineProperty(exports, "reflectionLevel", {
25
25
  enumerable: true,
26
- get: function () { return chunkR6CPSEXA_cjs.reflectionLevel; }
26
+ get: function () { return chunk54J7XPHQ_cjs.reflectionLevel; }
27
27
  });
28
28
  Object.defineProperty(exports, "reflectionModeMatcher", {
29
29
  enumerable: true,
30
- get: function () { return chunkR6CPSEXA_cjs.reflectionModeMatcher; }
30
+ get: function () { return chunk54J7XPHQ_cjs.reflectionModeMatcher; }
31
31
  });
32
32
  Object.defineProperty(exports, "reflectionModes", {
33
33
  enumerable: true,
34
- get: function () { return chunkR6CPSEXA_cjs.reflectionModes; }
34
+ get: function () { return chunk54J7XPHQ_cjs.reflectionModes; }
35
35
  });
36
36
  //# sourceMappingURL=config.cjs.map
37
37
  //# sourceMappingURL=config.cjs.map
@@ -1,5 +1,5 @@
1
- import { init_esm_shims } from './chunk-XAYJUIQW.js';
2
- export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-XAYJUIQW.js';
1
+ import { init_esm_shims } from './chunk-7UJRC2SU.js';
2
+ export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-7UJRC2SU.js';
3
3
 
4
4
  // src/vendor/type-compiler/config.ts
5
5
  init_esm_shims();