@powerlines/deepkit 0.7.8 → 0.8.1
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/{capnp-C8UENZHc.cjs → capnp-CkbeQ2uR.cjs} +10 -1
- package/dist/{capnp-BYEUkMpr.mjs → capnp-D0NNeu5y.mjs} +9 -1
- package/dist/capnp.cjs +1 -1
- package/dist/capnp.d.cts +3 -1
- package/dist/capnp.d.mts +3 -1
- package/dist/capnp.mjs +1 -1
- package/dist/config-WhZyw1PK.d.mts +40 -0
- package/dist/config-omER4_br.d.cts +40 -0
- package/dist/esbuild-plugin.cjs +2 -1
- package/dist/esbuild-plugin.d.cts +7 -8
- package/dist/esbuild-plugin.d.mts +7 -8
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/reflect-type.cjs +3 -2
- package/dist/reflect-type.mjs +1 -1
- package/dist/{reflection-DGOuMF8F.d.cts → reflection-8fgblw1P.d.cts} +3 -1
- package/dist/{reflection-DaLz4ZT5.d.mts → reflection-l3nKKCgX.d.mts} +3 -1
- package/dist/resolve-reflections.cjs +2 -1
- package/dist/rolldown-plugin.cjs +2 -1
- package/dist/{transformer-BiefehPu.mjs → transformer-CQR2M4x_.mjs} +6 -6
- package/dist/{transformer-DS0zKU7l.cjs → transformer-Cd4-nB11.cjs} +7 -6
- package/dist/transformer.cjs +1 -1
- package/dist/transformer.d.cts +1 -1
- package/dist/transformer.d.mts +1 -1
- package/dist/transformer.mjs +1 -1
- package/dist/transpile.cjs +4 -3
- package/dist/transpile.d.cts +1 -1
- package/dist/transpile.d.mts +1 -1
- package/dist/transpile.mjs +2 -2
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/utilities.cjs +2 -1
- package/dist/vendor/{compiler-Dz2b4nOM.d.cts → compiler-DZULKKdI.d.cts} +6 -6
- package/dist/vendor/{compiler-CqkzeoNX.mjs → compiler-EpGQgrx7.mjs} +17 -15
- package/dist/vendor/{compiler-Ci5aO9pY.cjs → compiler-LYoUBwrr.cjs} +18 -15
- package/dist/vendor/{compiler-BYhFaVxE.d.mts → compiler-tVqzhDgZ.d.mts} +6 -6
- package/dist/vendor/{config-BTErH18l.d.mts → config-B7x14BD7.d.cts} +32 -18
- package/dist/vendor/{config-Cc2qE8fH.d.cts → config-D6zsQbZD.d.mts} +32 -18
- package/dist/vendor/{config-eSNKiBGB.mjs → config-DH0_s6ur.mjs} +16 -15
- package/dist/vendor/{config-BbFVGRVh.cjs → config-kjucozD0.cjs} +20 -18
- package/dist/vendor/core.cjs +98 -120
- package/dist/vendor/core.mjs +1 -24
- package/dist/vendor/type-compiler/compiler.cjs +1 -1
- package/dist/vendor/type-compiler/compiler.d.cts +1 -1
- package/dist/vendor/type-compiler/compiler.d.mts +1 -1
- package/dist/vendor/type-compiler/compiler.mjs +1 -1
- package/dist/vendor/type-compiler/config.cjs +2 -2
- package/dist/vendor/type-compiler/config.d.cts +2 -2
- package/dist/vendor/type-compiler/config.d.mts +2 -2
- package/dist/vendor/type-compiler/config.mjs +2 -2
- package/dist/vendor/type-compiler/index.cjs +7 -6
- package/dist/vendor/type-compiler/index.d.cts +4 -4
- package/dist/vendor/type-compiler/index.d.mts +4 -4
- package/dist/vendor/type-compiler/index.mjs +5 -5
- package/dist/vendor/type-fEQrgtBF.cjs +2 -1
- package/dist/vendor/type.cjs +11472 -5376
- package/dist/vendor/type.d.cts +220 -24
- package/dist/vendor/type.d.mts +220 -24
- package/dist/vendor/type.mjs +11530 -5631
- package/dist/vendor/{string-DoT35ViA.mjs → types--t65boB8.mjs} +25 -2
- package/dist/vendor/{string-LTCnMzW_.cjs → types-BzOSMMf1.cjs} +43 -1
- package/package.json +4 -4
- package/schemas/reflection.capnp +3 -2
- package/schemas/reflection.cjs +6 -0
- package/schemas/reflection.d.cts +2 -0
- package/schemas/reflection.d.mts +2 -0
- package/schemas/reflection.mjs +6 -0
- package/dist/config-B6lMYoYG.d.mts +0 -32
- package/dist/config-C8svu6th.d.cts +0 -32
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-
|
|
2
|
-
import { a as
|
|
1
|
+
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-EpGQgrx7.mjs";
|
|
2
|
+
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-DH0_s6ur.mjs";
|
|
3
3
|
import ts from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
|
6
6
|
var DeepkitLoader = class {
|
|
7
7
|
constructor() {
|
|
8
8
|
this.options = {
|
|
@@ -34,7 +34,7 @@ var DeepkitLoader = class {
|
|
|
34
34
|
ts.transform(sourceFile, [(context) => {
|
|
35
35
|
const transformer = new ReflectionTransformer(context, this.cache).forHost(this.host).withReflection({
|
|
36
36
|
reflection: "default",
|
|
37
|
-
|
|
37
|
+
level: "normal"
|
|
38
38
|
});
|
|
39
39
|
return (node) => {
|
|
40
40
|
const sourceFile = transformer.transformSourceFile(node);
|
|
@@ -47,5 +47,5 @@ var DeepkitLoader = class {
|
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
//#endregion
|
|
50
|
-
export { Cache, DeclarationTransformer, DeepkitLoader, ReflectionTransformer, debugPackStruct, declarationTransformer, defaultExcluded, encodeOps, getConfigResolver, isObject, packSize, packSizeByte, parseRawMode,
|
|
50
|
+
export { Cache, DeclarationTransformer, DeepkitLoader, ReflectionTransformer, debugPackStruct, declarationTransformer, defaultExcluded, encodeOps, getConfigResolver, isObject, level, packSize, packSizeByte, parseRawMode, reflectionModeMatcher, reflectionModes, transformer };
|
|
51
51
|
//# sourceMappingURL=index.mjs.map
|