@powerlines/deepkit 0.8.0 → 0.8.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.
Files changed (49) hide show
  1. package/dist/{capnp-CkbeQ2uR.cjs → capnp-SW2Ro2lE.cjs} +1 -1
  2. package/dist/capnp.cjs +1 -1
  3. package/dist/{config-ClUYu_c-.d.mts → config-WhZyw1PK.d.mts} +2 -2
  4. package/dist/{config-u7zg69VP.d.cts → config-omER4_br.d.cts} +2 -2
  5. package/dist/esbuild-plugin.d.cts +1 -1
  6. package/dist/esbuild-plugin.d.mts +1 -1
  7. package/dist/index.cjs +2 -2
  8. package/dist/index.mjs +1 -1
  9. package/dist/reflect-type.cjs +1 -1
  10. package/dist/{transformer-Ct9lYNRY.cjs → transformer-BaG4yeVb.cjs} +2 -2
  11. package/dist/{transformer-BseLGhId.mjs → transformer-CQR2M4x_.mjs} +2 -2
  12. package/dist/transformer.cjs +1 -1
  13. package/dist/transformer.d.cts +1 -1
  14. package/dist/transformer.d.mts +1 -1
  15. package/dist/transformer.mjs +1 -1
  16. package/dist/transpile.cjs +2 -2
  17. package/dist/transpile.d.cts +1 -1
  18. package/dist/transpile.d.mts +1 -1
  19. package/dist/transpile.mjs +1 -1
  20. package/dist/vendor/{compiler-Ba99lbTF.mjs → compiler-BTPzbHyC.mjs} +15 -12
  21. package/dist/vendor/{compiler-DYfCGCv5.cjs → compiler-C0u000J9.cjs} +175 -171
  22. package/dist/vendor/{compiler-CZ0k-pTB.d.cts → compiler-DZULKKdI.d.cts} +6 -6
  23. package/dist/vendor/{compiler-DIcnaeXC.d.mts → compiler-tVqzhDgZ.d.mts} +6 -6
  24. package/dist/vendor/{config-BQtfsjwX.d.mts → config-B7x14BD7.d.cts} +2 -2
  25. package/dist/vendor/{config-D0jKbRFV.d.cts → config-D6zsQbZD.d.mts} +2 -2
  26. package/dist/vendor/{config-BFH3ETeQ.mjs → config-DH0_s6ur.mjs} +4 -4
  27. package/dist/vendor/{config-Cadu6Rkt.cjs → config-DND92zIN.cjs} +6 -5
  28. package/dist/vendor/core.cjs +1 -1
  29. package/dist/vendor/core.mjs +1 -1
  30. package/dist/vendor/type-compiler/compiler.cjs +1 -1
  31. package/dist/vendor/type-compiler/compiler.d.cts +1 -1
  32. package/dist/vendor/type-compiler/compiler.d.mts +1 -1
  33. package/dist/vendor/type-compiler/compiler.mjs +1 -1
  34. package/dist/vendor/type-compiler/config.cjs +1 -1
  35. package/dist/vendor/type-compiler/config.d.cts +1 -1
  36. package/dist/vendor/type-compiler/config.d.mts +1 -1
  37. package/dist/vendor/type-compiler/config.mjs +1 -1
  38. package/dist/vendor/type-compiler/index.cjs +4 -4
  39. package/dist/vendor/type-compiler/index.d.cts +3 -3
  40. package/dist/vendor/type-compiler/index.d.mts +3 -3
  41. package/dist/vendor/type-compiler/index.mjs +3 -3
  42. package/dist/vendor/type.cjs +47 -39
  43. package/dist/vendor/type.d.cts +23 -23
  44. package/dist/vendor/type.d.mts +23 -23
  45. package/dist/vendor/type.mjs +47 -39
  46. package/dist/vendor/{types--t65boB8.mjs → types-BkXamnO8.mjs} +2 -2
  47. package/dist/vendor/{types-BzOSMMf1.cjs → types-Dd5_2tGT.cjs} +1 -1
  48. package/package.json +6 -6
  49. package/schemas/reflection.cjs +1 -1
@@ -1,8 +1,8 @@
1
1
  import { n as ReflectionOp } from "./type-2yMJb9Mw.cjs";
2
- import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-D0jKbRFV.cjs";
2
+ import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-B7x14BD7.cjs";
3
3
  import ts, { ArrowFunction, Bundle, ClassDeclaration, ClassExpression, CompilerHost, CompilerOptions, ConstructorDeclaration, CustomTransformer, CustomTransformerFactory, Declaration, EntityName, ExportDeclaration, Expression, ExpressionWithTypeArguments, FunctionDeclaration, FunctionExpression, Identifier, ImportDeclaration, JSDocImportTag, MethodDeclaration, ModuleDeclaration, ModuleExportName, Node, NodeFactory, ParseConfigHost, PropertyAccessExpression, QualifiedName, ResolvedModule, ScriptKind, SourceFile, Statement, StringLiteral, Symbol as Symbol$1, SymbolTable, TransformationContext, TypeAliasDeclaration, TypeChecker, TypeParameterDeclaration, TypeReferenceNode } from "typescript";
4
4
 
5
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/ts-types.d.ts
5
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/ts-types.d.ts
6
6
  /**
7
7
  * Contains @internal properties that are not yet in the public API of TS.
8
8
  */
@@ -20,7 +20,7 @@ interface SourceFile$1 extends SourceFile {
20
20
  symbol?: Symbol$1;
21
21
  }
22
22
  //#endregion
23
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/reflection-ast.d.ts
23
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/reflection-ast.d.ts
24
24
  type PackExpression = Expression | string | number | boolean | bigint;
25
25
  declare class NodeConverter {
26
26
  protected f: NodeFactory;
@@ -28,7 +28,7 @@ declare class NodeConverter {
28
28
  toExpression<T extends PackExpression | PackExpression[]>(node?: T): Expression;
29
29
  }
30
30
  //#endregion
31
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/resolver.d.ts
31
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/resolver.d.ts
32
32
  /**
33
33
  * A utility to resolve a module path and its declaration.
34
34
  *
@@ -55,7 +55,7 @@ declare class Resolver {
55
55
  resolveSourceFile(sourceFile: SourceFile, modulePath: StringLiteral): SourceFile | undefined;
56
56
  }
57
57
  //#endregion
58
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/compiler.d.ts
58
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/compiler.d.ts
59
59
  declare function encodeOps(ops: ReflectionOp[]): string;
60
60
  declare const packSizeByte: number;
61
61
  /**
@@ -377,4 +377,4 @@ declare const transformer: CustomTransformerFactory;
377
377
  declare const declarationTransformer: CustomTransformerFactory;
378
378
  //#endregion
379
379
  export { debugPackStruct as a, packSize as c, TagsReflectionStruct as i, packSizeByte as l, DeclarationTransformer as n, declarationTransformer as o, ReflectionTransformer as r, encodeOps as s, Cache as t, transformer as u };
380
- //# sourceMappingURL=compiler-CZ0k-pTB.d.cts.map
380
+ //# sourceMappingURL=compiler-DZULKKdI.d.cts.map
@@ -1,8 +1,8 @@
1
1
  import { n as ReflectionOp } from "./type-BoBEcrg7.mjs";
2
- import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-BQtfsjwX.mjs";
2
+ import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-D6zsQbZD.mjs";
3
3
  import ts, { ArrowFunction, Bundle, ClassDeclaration, ClassExpression, CompilerHost, CompilerOptions, ConstructorDeclaration, CustomTransformer, CustomTransformerFactory, Declaration, EntityName, ExportDeclaration, Expression, ExpressionWithTypeArguments, FunctionDeclaration, FunctionExpression, Identifier, ImportDeclaration, JSDocImportTag, MethodDeclaration, ModuleDeclaration, ModuleExportName, Node, NodeFactory, ParseConfigHost, PropertyAccessExpression, QualifiedName, ResolvedModule, ScriptKind, SourceFile, Statement, StringLiteral, Symbol as Symbol$1, SymbolTable, TransformationContext, TypeAliasDeclaration, TypeChecker, TypeParameterDeclaration, TypeReferenceNode } from "typescript";
4
4
 
5
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/ts-types.d.ts
5
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/ts-types.d.ts
6
6
  /**
7
7
  * Contains @internal properties that are not yet in the public API of TS.
8
8
  */
@@ -20,7 +20,7 @@ interface SourceFile$1 extends SourceFile {
20
20
  symbol?: Symbol$1;
21
21
  }
22
22
  //#endregion
23
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/reflection-ast.d.ts
23
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/reflection-ast.d.ts
24
24
  type PackExpression = Expression | string | number | boolean | bigint;
25
25
  declare class NodeConverter {
26
26
  protected f: NodeFactory;
@@ -28,7 +28,7 @@ declare class NodeConverter {
28
28
  toExpression<T extends PackExpression | PackExpression[]>(node?: T): Expression;
29
29
  }
30
30
  //#endregion
31
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/resolver.d.ts
31
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/resolver.d.ts
32
32
  /**
33
33
  * A utility to resolve a module path and its declaration.
34
34
  *
@@ -55,7 +55,7 @@ declare class Resolver {
55
55
  resolveSourceFile(sourceFile: SourceFile, modulePath: StringLiteral): SourceFile | undefined;
56
56
  }
57
57
  //#endregion
58
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/compiler.d.ts
58
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/compiler.d.ts
59
59
  declare function encodeOps(ops: ReflectionOp[]): string;
60
60
  declare const packSizeByte: number;
61
61
  /**
@@ -377,4 +377,4 @@ declare const transformer: CustomTransformerFactory;
377
377
  declare const declarationTransformer: CustomTransformerFactory;
378
378
  //#endregion
379
379
  export { debugPackStruct as a, packSize as c, TagsReflectionStruct as i, packSizeByte as l, DeclarationTransformer as n, declarationTransformer as o, ReflectionTransformer as r, encodeOps as s, Cache as t, transformer as u };
380
- //# sourceMappingURL=compiler-DIcnaeXC.d.mts.map
380
+ //# sourceMappingURL=compiler-tVqzhDgZ.d.mts.map
@@ -1,6 +1,6 @@
1
1
  import ts, { CompilerOptions, ParseConfigHost } from "typescript";
2
2
 
3
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
3
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
4
4
  /**
5
5
  * Default means reflection is enabled for this file.
6
6
  * Never means the whole reflection is disabled for this file.
@@ -127,4 +127,4 @@ declare function getConfigResolver(cache: ReflectionConfigCache, host: ParseConf
127
127
  }, tsConfigPath?: string): ConfigResolver;
128
128
  //#endregion
129
129
  export { reflectionModeMatcher as _, Matcher as a, ReflectionConfig as c, TsConfigJson as d, defaultExcluded as f, parseRawMode as g, level as h, MatchResult as i, ReflectionConfigCache as l, isObject as m, CurrentConfig as n, Mode as o, getConfigResolver as p, Level as r, RawMode as s, ConfigResolver as t, ResolvedConfig as u, reflectionModes as v };
130
- //# sourceMappingURL=config-BQtfsjwX.d.mts.map
130
+ //# sourceMappingURL=config-B7x14BD7.d.cts.map
@@ -1,6 +1,6 @@
1
1
  import ts, { CompilerOptions, ParseConfigHost } from "typescript";
2
2
 
3
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
3
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
4
4
  /**
5
5
  * Default means reflection is enabled for this file.
6
6
  * Never means the whole reflection is disabled for this file.
@@ -127,4 +127,4 @@ declare function getConfigResolver(cache: ReflectionConfigCache, host: ParseConf
127
127
  }, tsConfigPath?: string): ConfigResolver;
128
128
  //#endregion
129
129
  export { reflectionModeMatcher as _, Matcher as a, ReflectionConfig as c, TsConfigJson as d, defaultExcluded as f, parseRawMode as g, level as h, MatchResult as i, ReflectionConfigCache as l, isObject as m, CurrentConfig as n, Mode as o, getConfigResolver as p, Level as r, RawMode as s, ConfigResolver as t, ResolvedConfig as u, reflectionModes as v };
130
- //# sourceMappingURL=config-D0jKbRFV.d.cts.map
130
+ //# sourceMappingURL=config-D6zsQbZD.d.mts.map
@@ -3,7 +3,7 @@ import ts from "typescript";
3
3
  import { dirname, isAbsolute, join } from "node:path";
4
4
  import { readFileSync } from "node:fs";
5
5
 
6
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
6
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
7
7
  function isDebug(level = 1) {
8
8
  const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
9
9
  return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
@@ -3364,7 +3364,7 @@ var require_micromatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
3364
3364
  }));
3365
3365
 
3366
3366
  //#endregion
3367
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3367
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3368
3368
  var import_micromatch = /* @__PURE__ */ __toESM(require_micromatch(), 1);
3369
3369
  const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = ts;
3370
3370
  function patternMatch(path, patterns, base) {
@@ -3424,7 +3424,7 @@ var Resolver = class {
3424
3424
  };
3425
3425
 
3426
3426
  //#endregion
3427
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3427
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3428
3428
  /**
3429
3429
  * Default means reflection is enabled for this file.
3430
3430
  * Never means the whole reflection is disabled for this file.
@@ -3609,4 +3609,4 @@ function getConfigResolver(cache, host, compilerOptions, sourceFile, tsConfigPat
3609
3609
 
3610
3610
  //#endregion
3611
3611
  export { parseRawMode as a, Resolver as c, level as i, debug as l, getConfigResolver as n, reflectionModeMatcher as o, isObject as r, reflectionModes as s, defaultExcluded as t, debug2 as u };
3612
- //# sourceMappingURL=config-BFH3ETeQ.mjs.map
3612
+ //# sourceMappingURL=config-DH0_s6ur.mjs.map
@@ -1,10 +1,11 @@
1
1
  const require_chunk = require('./chunk-BmvPcxpV.cjs');
2
2
  let typescript = require("typescript");
3
+ let typescript$1 = require_chunk.__toESM(typescript, 1);
3
4
  typescript = require_chunk.__toESM(typescript);
4
5
  let node_path = require("node:path");
5
6
  let node_fs = require("node:fs");
6
7
 
7
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
8
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
8
9
  function isDebug(level = 1) {
9
10
  const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
10
11
  return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
@@ -3365,9 +3366,9 @@ var require_micromatch = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
3365
3366
  }));
3366
3367
 
3367
3368
  //#endregion
3368
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3369
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3369
3370
  var import_micromatch = /* @__PURE__ */ require_chunk.__toESM(require_micromatch(), 1);
3370
- const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript.default;
3371
+ const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript$1.default;
3371
3372
  function patternMatch(path, patterns, base) {
3372
3373
  const include = patterns.filter((pattern) => pattern[0] !== "!");
3373
3374
  const exclude = patterns.filter((pattern) => pattern[0] === "!").map((pattern) => pattern.substring(1));
@@ -3419,13 +3420,13 @@ var Resolver = class {
3419
3420
  jsDocParsingMode: JSDocParsingMode ? JSDocParsingMode.ParseNone : void 0
3420
3421
  }, true);
3421
3422
  this.sourceFiles[fileName] = moduleSourceFile;
3422
- typescript.default.bindSourceFile(moduleSourceFile, this.compilerOptions);
3423
+ typescript$1.default.bindSourceFile(moduleSourceFile, this.compilerOptions);
3423
3424
  return moduleSourceFile;
3424
3425
  }
3425
3426
  };
3426
3427
 
3427
3428
  //#endregion
3428
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3429
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3429
3430
  /**
3430
3431
  * Default means reflection is enabled for this file.
3431
3432
  * Never means the whole reflection is disabled for this file.
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_types = require('./types-BzOSMMf1.cjs');
2
+ const require_types = require('./types-Dd5_2tGT.cjs');
3
3
 
4
4
  //#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/decorators.js
5
5
  const __ΩPropertyDescriptor = [
@@ -1,4 +1,4 @@
1
- import { $ as isClass, A as empty, At as time, B as getClassTypeFromInstance, C as average, Ct as prettyPrintObject, D as createDynamicClass, Dt as size, E as copy, Et as setPathValue, F as fixAsyncOperation, G as getPathValue, H as getInheritanceChain, I as formatError, J as identifyType, K as hasProperty, L as forwardTypeArguments, M as escapeRegExp, Mt as each, N as first, Nt as eachKey, O as createStack, Ot as sleep, P as firstKey, Pt as eachPair, Q as isAsyncFunction, R as getClassName, S as asyncOperation, St as prependObjectKeys, T as collectForMicrotask, Tt as rangeArray, U as getObjectKeysSize, V as getCurrentFileName, W as getParentClass, X as indexOf, Y as inDebugMode, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, b as assertDefined, bt as mergePromiseStack, c as arrayHasItem, ct as isNumeric, d as toFastProperties, dt as isPlainObject, et as isClassInstance, f as AsyncFunction, ft as isPromise, g as __ΩCustomError, gt as isUndefined, h as __ΩClassType, ht as isString, i as capitalize, it as isInteger, j as ensureError, jt as zip, k as deletePathValue, kt as stringifyValueWithType, l as arrayMoveItem, lt as isObject, m as __ΩAbstractClassType, mt as isSet, n as __ΩInjectMeta, nt as isFunction, o as CompilerContext, ot as isNull, p as CustomError, pt as isPrototypeOfBase, q as humanBytes, r as __ΩTypeAnnotation, rt as isGlobalClass, s as arrayClear, st as isNumber, t as __ΩInject, tt as isConstructable, u as arrayRemoveItem, ut as isObjectLiteral, v as appendObject, vt as last, w as changeClass, wt as range, x as assertInstanceOf, xt as mergeStack, y as applyDefaults, yt as lastKey, z as getClassPropertyName } from "./types--t65boB8.mjs";
1
+ import { $ as isClass, A as empty, At as time, B as getClassTypeFromInstance, C as average, Ct as prettyPrintObject, D as createDynamicClass, Dt as size, E as copy, Et as setPathValue, F as fixAsyncOperation, G as getPathValue, H as getInheritanceChain, I as formatError, J as identifyType, K as hasProperty, L as forwardTypeArguments, M as escapeRegExp, Mt as each, N as first, Nt as eachKey, O as createStack, Ot as sleep, P as firstKey, Pt as eachPair, Q as isAsyncFunction, R as getClassName, S as asyncOperation, St as prependObjectKeys, T as collectForMicrotask, Tt as rangeArray, U as getObjectKeysSize, V as getCurrentFileName, W as getParentClass, X as indexOf, Y as inDebugMode, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, b as assertDefined, bt as mergePromiseStack, c as arrayHasItem, ct as isNumeric, d as toFastProperties, dt as isPlainObject, et as isClassInstance, f as AsyncFunction, ft as isPromise, g as __ΩCustomError, gt as isUndefined, h as __ΩClassType, ht as isString, i as capitalize, it as isInteger, j as ensureError, jt as zip, k as deletePathValue, kt as stringifyValueWithType, l as arrayMoveItem, lt as isObject, m as __ΩAbstractClassType, mt as isSet, n as __ΩInjectMeta, nt as isFunction, o as CompilerContext, ot as isNull, p as CustomError, pt as isPrototypeOfBase, q as humanBytes, r as __ΩTypeAnnotation, rt as isGlobalClass, s as arrayClear, st as isNumber, t as __ΩInject, tt as isConstructable, u as arrayRemoveItem, ut as isObjectLiteral, v as appendObject, vt as last, w as changeClass, wt as range, x as assertInstanceOf, xt as mergeStack, y as applyDefaults, yt as lastKey, z as getClassPropertyName } from "./types-BkXamnO8.mjs";
2
2
 
3
3
  //#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/decorators.js
4
4
  const __ΩPropertyDescriptor = [
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_compiler = require('../compiler-DYfCGCv5.cjs');
2
+ const require_compiler = require('../compiler-C0u000J9.cjs');
3
3
 
4
4
  exports.Cache = require_compiler.Cache;
5
5
  exports.DeclarationTransformer = require_compiler.DeclarationTransformer;
@@ -1,2 +1,2 @@
1
- import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-CZ0k-pTB.cjs";
1
+ import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-DZULKKdI.cjs";
2
2
  export { Cache, DeclarationTransformer, ReflectionTransformer, TagsReflectionStruct, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
@@ -1,2 +1,2 @@
1
- import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-DIcnaeXC.mjs";
1
+ import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-tVqzhDgZ.mjs";
2
2
  export { Cache, DeclarationTransformer, ReflectionTransformer, TagsReflectionStruct, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
@@ -1,3 +1,3 @@
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-Ba99lbTF.mjs";
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-BTPzbHyC.mjs";
2
2
 
3
3
  export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_config = require('../config-Cadu6Rkt.cjs');
2
+ const require_config = require('../config-DND92zIN.cjs');
3
3
 
4
4
  exports.defaultExcluded = require_config.defaultExcluded;
5
5
  exports.getConfigResolver = require_config.getConfigResolver;
@@ -1,2 +1,2 @@
1
- import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-D0jKbRFV.cjs";
1
+ import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-B7x14BD7.cjs";
2
2
  export { ConfigResolver, CurrentConfig, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ResolvedConfig, TsConfigJson, defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
@@ -1,2 +1,2 @@
1
- import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-BQtfsjwX.mjs";
1
+ import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-D6zsQbZD.mjs";
2
2
  export { ConfigResolver, CurrentConfig, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ResolvedConfig, TsConfigJson, defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
@@ -1,3 +1,3 @@
1
- import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-BFH3ETeQ.mjs";
1
+ 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";
2
2
 
3
3
  export { defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
@@ -1,11 +1,11 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../chunk-BmvPcxpV.cjs');
3
- const require_compiler = require('../compiler-DYfCGCv5.cjs');
4
- const require_config = require('../config-Cadu6Rkt.cjs');
3
+ const require_compiler = require('../compiler-C0u000J9.cjs');
4
+ const require_config = require('../config-DND92zIN.cjs');
5
5
  let typescript = require("typescript");
6
- typescript = require_chunk.__toESM(typescript);
6
+ typescript = require_chunk.__toESM(typescript, 1);
7
7
 
8
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
8
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
9
9
  var DeepkitLoader = class {
10
10
  constructor() {
11
11
  this.options = {
@@ -1,8 +1,8 @@
1
- import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-D0jKbRFV.cjs";
2
- import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-CZ0k-pTB.cjs";
1
+ import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-B7x14BD7.cjs";
2
+ import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-DZULKKdI.cjs";
3
3
  import ts, { CompilerOptions, SourceFile } from "typescript";
4
4
 
5
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
5
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
6
6
  declare class DeepkitLoader {
7
7
  protected options: CompilerOptions;
8
8
  protected host: ts.CompilerHost;
@@ -1,8 +1,8 @@
1
- import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-BQtfsjwX.mjs";
2
- import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-DIcnaeXC.mjs";
1
+ import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-D6zsQbZD.mjs";
2
+ import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-tVqzhDgZ.mjs";
3
3
  import ts, { CompilerOptions, SourceFile } from "typescript";
4
4
 
5
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
5
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
6
6
  declare class DeepkitLoader {
7
7
  protected options: CompilerOptions;
8
8
  protected host: ts.CompilerHost;
@@ -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-Ba99lbTF.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-BFH3ETeQ.mjs";
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-BTPzbHyC.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=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
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 = {