@powerlines/deepkit 0.8.60 → 0.8.63

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 (37) hide show
  1. package/dist/{config-Dvy4_mDQ.d.mts → config-CIuIocxS.d.mts} +2 -2
  2. package/dist/{config-yIxaGLPc.d.cts → config-M_dalIgY.d.cts} +2 -2
  3. package/dist/esbuild-plugin.d.cts +1 -1
  4. package/dist/esbuild-plugin.d.mts +1 -1
  5. package/dist/index.cjs +1 -1
  6. package/dist/index.mjs +1 -1
  7. package/dist/{transformer-BWWhhody.cjs → transformer-6NA1kzEh.cjs} +1 -1
  8. package/dist/{transformer-DltGoyB2.mjs → transformer-DtCowByi.mjs} +2 -2
  9. package/dist/transformer.cjs +1 -1
  10. package/dist/transformer.d.cts +1 -1
  11. package/dist/transformer.d.mts +1 -1
  12. package/dist/transformer.mjs +1 -1
  13. package/dist/transpile.cjs +3 -3
  14. package/dist/transpile.d.cts +1 -1
  15. package/dist/transpile.d.mts +1 -1
  16. package/dist/transpile.mjs +3 -3
  17. package/dist/vendor/{compiler-D66djakc.mjs → compiler-6p-O8DWM.mjs} +4 -4
  18. package/dist/vendor/{compiler-wWVVz308.d.mts → compiler-Bs70da7i.d.mts} +6 -6
  19. package/dist/vendor/{compiler-DCrNgrQi.d.cts → compiler-BzQk3lrL.d.cts} +6 -6
  20. package/dist/vendor/{compiler-BqGn3eWW.cjs → compiler-DyHd3cmQ.cjs} +3 -3
  21. package/dist/vendor/{config-CY9z7-AC.d.mts → config-9gu3GEzH.d.cts} +2 -2
  22. package/dist/vendor/{config-EOqBpaUT.mjs → config-B3amAJdS.mjs} +4 -4
  23. package/dist/vendor/{config-BgdyB8pY.cjs → config-Ct2OCIgN.cjs} +3 -3
  24. package/dist/vendor/{config-DlBAckZf.d.cts → config-DHD9-Noj.d.mts} +2 -2
  25. package/dist/vendor/type-compiler/compiler.cjs +1 -1
  26. package/dist/vendor/type-compiler/compiler.d.cts +1 -1
  27. package/dist/vendor/type-compiler/compiler.d.mts +1 -1
  28. package/dist/vendor/type-compiler/compiler.mjs +1 -1
  29. package/dist/vendor/type-compiler/config.cjs +1 -1
  30. package/dist/vendor/type-compiler/config.d.cts +1 -1
  31. package/dist/vendor/type-compiler/config.d.mts +1 -1
  32. package/dist/vendor/type-compiler/config.mjs +1 -1
  33. package/dist/vendor/type-compiler/index.cjs +3 -3
  34. package/dist/vendor/type-compiler/index.d.cts +3 -3
  35. package/dist/vendor/type-compiler/index.d.mts +3 -3
  36. package/dist/vendor/type-compiler/index.mjs +3 -3
  37. package/package.json +4 -4
@@ -1,6 +1,6 @@
1
1
  import ts from "typescript";
2
2
 
3
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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.
@@ -37,4 +37,4 @@ interface ReflectionConfig {
37
37
  }
38
38
  //#endregion
39
39
  export { Mode as n, ReflectionConfig as r, Level as t };
40
- //# sourceMappingURL=config-Dvy4_mDQ.d.mts.map
40
+ //# sourceMappingURL=config-CIuIocxS.d.mts.map
@@ -1,6 +1,6 @@
1
1
  import ts from "typescript";
2
2
 
3
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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.
@@ -37,4 +37,4 @@ interface ReflectionConfig {
37
37
  }
38
38
  //#endregion
39
39
  export { Mode as n, ReflectionConfig as r, Level as t };
40
- //# sourceMappingURL=config-yIxaGLPc.d.cts.map
40
+ //# sourceMappingURL=config-M_dalIgY.d.cts.map
@@ -1,4 +1,4 @@
1
- import { n as Mode, t as Level } from "./config-yIxaGLPc.cjs";
1
+ import { n as Mode, t as Level } from "./config-M_dalIgY.cjs";
2
2
  import { PluginContext } from "@powerlines/core";
3
3
  import { OnLoadOptions, Plugin } from "esbuild";
4
4
 
@@ -1,4 +1,4 @@
1
- import { n as Mode, t as Level } from "./config-Dvy4_mDQ.mjs";
1
+ import { n as Mode, t as Level } from "./config-CIuIocxS.mjs";
2
2
  import { PluginContext } from "@powerlines/core";
3
3
  import { OnLoadOptions, Plugin } from "esbuild";
4
4
 
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_capnp = require('./capnp-DHCScQUl.cjs');
3
- const require_transformer = require('./transformer-BWWhhody.cjs');
3
+ const require_transformer = require('./transformer-6NA1kzEh.cjs');
4
4
  const require_transpile = require('./transpile.cjs');
5
5
  const require_esbuild_plugin = require('./esbuild-plugin.cjs');
6
6
  const require_reflect_type = require('./reflect-type.cjs');
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-DltGoyB2.mjs";
1
+ import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-DtCowByi.mjs";
2
2
  import { A as convertToCapnpIndexAccessOrigin, B as convertToCapnpPropertySignature, C as convertToCapnp, D as convertToCapnpDefault, E as convertToCapnpClassType, F as convertToCapnpMethodSignature, G as convertToCapnpUnion, H as convertToCapnpTagsReflection, I as convertToCapnpObjectLiteral, L as convertToCapnpOther, M as convertToCapnpIntersection, N as convertToCapnpLiteral, O as convertToCapnpEnum, P as convertToCapnpMethod, R as convertToCapnpParameter, S as convertFromCapnpUnion, T as convertToCapnpBase, U as convertToCapnpTuple, V as convertToCapnpSimple, W as convertToCapnpTupleMember, _ as convertFromCapnpPropertySignature, a as convertFromCapnpDefault, b as convertFromCapnpTuple, c as convertFromCapnpIndexAccessOrigin, d as convertFromCapnpLiteral, f as convertFromCapnpMethodSignature, g as convertFromCapnpProperty, h as convertFromCapnpParameter, i as convertFromCapnpClassType, j as convertToCapnpInfer, k as convertToCapnpFunction, l as convertFromCapnpInfer, m as convertFromCapnpOther, n as convertFromCapnpArray, o as convertFromCapnpEnum, p as convertFromCapnpObjectLiteral, r as convertFromCapnpBase, s as convertFromCapnpFunction, t as convertFromCapnp, u as convertFromCapnpIntersection, v as convertFromCapnpSimple, w as convertToCapnpArray, x as convertFromCapnpTupleMember, y as convertFromCapnpTagsReflection, z as convertToCapnpProperty } from "./capnp-DyqIIT-T.mjs";
3
3
  import { transpile } from "./transpile.mjs";
4
4
  import { esbuildPlugin } from "./esbuild-plugin.mjs";
@@ -1254,7 +1254,7 @@ var require_dist = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module
1254
1254
  }));
1255
1255
 
1256
1256
  //#endregion
1257
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
1257
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
1258
1258
  var import_dist = require_dist();
1259
1259
  const { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags, SyntaxKind, ScriptTarget, ModifierFlags, ScriptKind } = typescript.default;
1260
1260
  const packSizeByte = 6;
@@ -1257,7 +1257,7 @@ var require_dist = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1257
1257
  }));
1258
1258
 
1259
1259
  //#endregion
1260
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
1260
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
1261
1261
  var import_dist = require_dist();
1262
1262
  const { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags, SyntaxKind, ScriptTarget, ModifierFlags, ScriptKind } = ts;
1263
1263
  const packSizeByte = 6;
@@ -1357,4 +1357,4 @@ function createDeclarationTransformer(context, options = {}) {
1357
1357
 
1358
1358
  //#endregion
1359
1359
  export { createTransformer as n, createDeclarationTransformer as t };
1360
- //# sourceMappingURL=transformer-DltGoyB2.mjs.map
1360
+ //# sourceMappingURL=transformer-DtCowByi.mjs.map
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_transformer = require('./transformer-BWWhhody.cjs');
2
+ const require_transformer = require('./transformer-6NA1kzEh.cjs');
3
3
 
4
4
  exports.createDeclarationTransformer = require_transformer.createDeclarationTransformer;
5
5
  exports.createTransformer = require_transformer.createTransformer;
@@ -1,4 +1,4 @@
1
- import { r as ReflectionConfig } from "./config-yIxaGLPc.cjs";
1
+ import { r as ReflectionConfig } from "./config-M_dalIgY.cjs";
2
2
  import { Context } from "@powerlines/core";
3
3
  import ts from "typescript";
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as ReflectionConfig } from "./config-Dvy4_mDQ.mjs";
1
+ import { r as ReflectionConfig } from "./config-CIuIocxS.mjs";
2
2
  import ts from "typescript";
3
3
  import { Context } from "@powerlines/core";
4
4
 
@@ -1,3 +1,3 @@
1
- import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-DltGoyB2.mjs";
1
+ import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-DtCowByi.mjs";
2
2
 
3
3
  export { createDeclarationTransformer, createTransformer };
@@ -1,9 +1,9 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('./chunk-tvSNC7pH.cjs');
3
- const require_transformer = require('./transformer-BWWhhody.cjs');
3
+ const require_transformer = require('./transformer-6NA1kzEh.cjs');
4
4
  let typescript = require("typescript");
5
5
  typescript = require_chunk.__toESM(typescript, 1);
6
- let _powerlines_core_constants_virtual_modules = require("@powerlines/core/constants/virtual-modules");
6
+ let _powerlines_core_plugin_utils = require("@powerlines/core/plugin-utils");
7
7
 
8
8
  //#region src/transpile.ts
9
9
  /**
@@ -24,7 +24,7 @@ function transpile(context, code, id, options = {}) {
24
24
  reflection: options.reflection ?? context.tsconfig.tsconfigJson.compilerOptions?.reflection ?? context.tsconfig.tsconfigJson.reflection,
25
25
  level: options.level ?? context.tsconfig.tsconfigJson.compilerOptions?.level ?? context.tsconfig.tsconfigJson.level
26
26
  },
27
- fileName: id.replace(_powerlines_core_constants_virtual_modules.VIRTUAL_MODULE_PREFIX_REGEX, ""),
27
+ fileName: (0, _powerlines_core_plugin_utils.removeVirtualPrefix)(id),
28
28
  transformers: {
29
29
  before: [transformer],
30
30
  after: [declarationTransformer]
@@ -1,4 +1,4 @@
1
- import { r as ReflectionConfig } from "./config-yIxaGLPc.cjs";
1
+ import { r as ReflectionConfig } from "./config-M_dalIgY.cjs";
2
2
  import { Context } from "@powerlines/core";
3
3
  import ts from "typescript";
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as ReflectionConfig } from "./config-Dvy4_mDQ.mjs";
1
+ import { r as ReflectionConfig } from "./config-CIuIocxS.mjs";
2
2
  import ts from "typescript";
3
3
  import { Context } from "@powerlines/core";
4
4
 
@@ -1,6 +1,6 @@
1
- import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-DltGoyB2.mjs";
1
+ import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-DtCowByi.mjs";
2
2
  import ts from "typescript";
3
- import { VIRTUAL_MODULE_PREFIX_REGEX } from "@powerlines/core/constants/virtual-modules";
3
+ import { removeVirtualPrefix } from "@powerlines/core/plugin-utils";
4
4
 
5
5
  //#region src/transpile.ts
6
6
  /**
@@ -21,7 +21,7 @@ function transpile(context, code, id, options = {}) {
21
21
  reflection: options.reflection ?? context.tsconfig.tsconfigJson.compilerOptions?.reflection ?? context.tsconfig.tsconfigJson.reflection,
22
22
  level: options.level ?? context.tsconfig.tsconfigJson.compilerOptions?.level ?? context.tsconfig.tsconfigJson.level
23
23
  },
24
- fileName: id.replace(VIRTUAL_MODULE_PREFIX_REGEX, ""),
24
+ fileName: removeVirtualPrefix(id),
25
25
  transformers: {
26
26
  before: [transformer],
27
27
  after: [declarationTransformer]
@@ -1,6 +1,6 @@
1
1
  import { n as __require, t as __commonJSMin } from "./chunk-CbXMncuq.mjs";
2
2
  import { n as TypeNumberBrand, t as ReflectionOp } from "./type-wscUl8NW.mjs";
3
- import { c as Resolver, l as debug, n as getConfigResolver, o as reflectionModeMatcher, u as debug2 } from "./config-EOqBpaUT.mjs";
3
+ import { c as Resolver, l as debug, n as getConfigResolver, o as reflectionModeMatcher, u as debug2 } from "./config-B3amAJdS.mjs";
4
4
  import ts, { isBigIntLiteral } from "typescript";
5
5
 
6
6
  //#region ../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/vfs.cjs.production.min.js
@@ -4583,7 +4583,7 @@ function executeCloneNode(node, options) {
4583
4583
  }
4584
4584
 
4585
4585
  //#endregion
4586
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
4586
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
4587
4587
  const { isArrowFunction: isArrowFunction$1, isComputedPropertyName, isIdentifier: isIdentifier$1, isNamedImports, isNumericLiteral, isPrivateIdentifier, isStringLiteral: isStringLiteral$1, isStringLiteralLike, setOriginalNode, getLeadingCommentRanges, isNoSubstitutionTemplateLiteral, NodeFlags: NodeFlags$1, SyntaxKind: SyntaxKind$1 } = ts;
4588
4588
  function is__String(value) {
4589
4589
  return typeof value === "string";
@@ -4819,7 +4819,7 @@ function finish(oldNode, newNode) {
4819
4819
  }
4820
4820
 
4821
4821
  //#endregion
4822
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
4822
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
4823
4823
  const { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags, SyntaxKind, ScriptTarget, ModifierFlags, ScriptKind: ScriptKind$1 } = ts;
4824
4824
  function encodeOps(ops) {
4825
4825
  return ops.map((v) => String.fromCharCode(v + 33)).join("");
@@ -6554,4 +6554,4 @@ const declarationTransformer = function deepkitDeclarationTransformer(context) {
6554
6554
 
6555
6555
  //#endregion
6556
6556
  export { declarationTransformer as a, packSizeByte as c, debugPackStruct as i, transformer as l, DeclarationTransformer as n, encodeOps as o, ReflectionTransformer as r, packSize as s, Cache as t };
6557
- //# sourceMappingURL=compiler-D66djakc.mjs.map
6557
+ //# sourceMappingURL=compiler-6p-O8DWM.mjs.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-CY9z7-AC.mjs";
2
+ import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-DHD9-Noj.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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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-wWVVz308.d.mts.map
380
+ //# sourceMappingURL=compiler-Bs70da7i.d.mts.map
@@ -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-DlBAckZf.cjs";
2
+ import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-9gu3GEzH.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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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-DCrNgrQi.d.cts.map
380
+ //# sourceMappingURL=compiler-BzQk3lrL.d.cts.map
@@ -1,6 +1,6 @@
1
1
  const require_chunk = require('./chunk-tvSNC7pH.cjs');
2
2
  const require_type = require('./type-fEQrgtBF.cjs');
3
- const require_config = require('./config-BgdyB8pY.cjs');
3
+ const require_config = require('./config-Ct2OCIgN.cjs');
4
4
  let typescript = require("typescript");
5
5
  let typescript$1 = require_chunk.__toESM(typescript, 1);
6
6
  typescript = require_chunk.__toESM(typescript);
@@ -4585,7 +4585,7 @@ function executeCloneNode(node, options) {
4585
4585
  }
4586
4586
 
4587
4587
  //#endregion
4588
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
4588
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
4589
4589
  const { isArrowFunction: isArrowFunction$1, isComputedPropertyName, isIdentifier: isIdentifier$1, isNamedImports, isNumericLiteral, isPrivateIdentifier, isStringLiteral: isStringLiteral$1, isStringLiteralLike, setOriginalNode, getLeadingCommentRanges, isNoSubstitutionTemplateLiteral, NodeFlags: NodeFlags$1, SyntaxKind: SyntaxKind$1 } = typescript$1.default;
4590
4590
  function is__String(value) {
4591
4591
  return typeof value === "string";
@@ -4821,7 +4821,7 @@ function finish(oldNode, newNode) {
4821
4821
  }
4822
4822
 
4823
4823
  //#endregion
4824
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
4824
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
4825
4825
  const { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags, SyntaxKind, ScriptTarget, ModifierFlags, ScriptKind } = typescript.default;
4826
4826
  function encodeOps(ops) {
4827
4827
  return ops.map((v) => String.fromCharCode(v + 33)).join("");
@@ -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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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-CY9z7-AC.d.mts.map
130
+ //# sourceMappingURL=config-9gu3GEzH.d.cts.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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
6
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/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);
@@ -3370,7 +3370,7 @@ var require_micromatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
3370
3370
  }));
3371
3371
 
3372
3372
  //#endregion
3373
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3373
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3374
3374
  var import_micromatch = /* @__PURE__ */ __toESM(require_micromatch(), 1);
3375
3375
  const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = ts;
3376
3376
  function patternMatch(path, patterns, base) {
@@ -3430,7 +3430,7 @@ var Resolver = class {
3430
3430
  };
3431
3431
 
3432
3432
  //#endregion
3433
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3433
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3434
3434
  /**
3435
3435
  * Default means reflection is enabled for this file.
3436
3436
  * Never means the whole reflection is disabled for this file.
@@ -3615,4 +3615,4 @@ function getConfigResolver(cache, host, compilerOptions, sourceFile, tsConfigPat
3615
3615
 
3616
3616
  //#endregion
3617
3617
  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 };
3618
- //# sourceMappingURL=config-EOqBpaUT.mjs.map
3618
+ //# sourceMappingURL=config-B3amAJdS.mjs.map
@@ -5,7 +5,7 @@ typescript = require_chunk.__toESM(typescript);
5
5
  let node_path = require("node:path");
6
6
  let node_fs = require("node:fs");
7
7
 
8
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
8
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
9
9
  function isDebug(level = 1) {
10
10
  const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
11
11
  return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
@@ -3372,7 +3372,7 @@ var require_micromatch = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
3372
3372
  }));
3373
3373
 
3374
3374
  //#endregion
3375
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3375
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3376
3376
  var import_micromatch = /* @__PURE__ */ require_chunk.__toESM(require_micromatch(), 1);
3377
3377
  const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript$1.default;
3378
3378
  function patternMatch(path, patterns, base) {
@@ -3432,7 +3432,7 @@ var Resolver = class {
3432
3432
  };
3433
3433
 
3434
3434
  //#endregion
3435
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3435
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3436
3436
  /**
3437
3437
  * Default means reflection is enabled for this file.
3438
3438
  * Never means the whole reflection is disabled for this file.
@@ -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=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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-DlBAckZf.d.cts.map
130
+ //# sourceMappingURL=config-DHD9-Noj.d.mts.map
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_compiler = require('../compiler-BqGn3eWW.cjs');
2
+ const require_compiler = require('../compiler-DyHd3cmQ.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-DCrNgrQi.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-BzQk3lrL.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-wWVVz308.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-Bs70da7i.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-D66djakc.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-6p-O8DWM.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-BgdyB8pY.cjs');
2
+ const require_config = require('../config-Ct2OCIgN.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-DlBAckZf.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-9gu3GEzH.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-CY9z7-AC.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-DHD9-Noj.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-EOqBpaUT.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-B3amAJdS.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-tvSNC7pH.cjs');
3
- const require_compiler = require('../compiler-BqGn3eWW.cjs');
4
- const require_config = require('../config-BgdyB8pY.cjs');
3
+ const require_compiler = require('../compiler-DyHd3cmQ.cjs');
4
+ const require_config = require('../config-Ct2OCIgN.cjs');
5
5
  let typescript = require("typescript");
6
6
  typescript = require_chunk.__toESM(typescript, 1);
7
7
 
8
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
8
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/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-DlBAckZf.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-DCrNgrQi.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-9gu3GEzH.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-BzQk3lrL.cjs";
3
3
  import ts, { CompilerOptions, SourceFile } from "typescript";
4
4
 
5
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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-CY9z7-AC.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-wWVVz308.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-DHD9-Noj.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-Bs70da7i.mjs";
3
3
  import ts, { CompilerOptions, SourceFile } from "typescript";
4
4
 
5
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/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_335fb7796afd1fc89b7d9f08544bc647/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-D66djakc.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-EOqBpaUT.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-6p-O8DWM.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-B3amAJdS.mjs";
3
3
  import ts from "typescript";
4
4
 
5
- //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
5
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
6
6
  var DeepkitLoader = class {
7
7
  constructor() {
8
8
  this.options = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/deepkit",
3
- "version": "0.8.60",
3
+ "version": "0.8.63",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "keywords": ["deepkit", "powerlines", "storm-software"],
@@ -114,8 +114,8 @@
114
114
  "bin": { "deepkit-install": "bin/deepkit-install.cjs" },
115
115
  "files": ["bin/*", "dist/**/*", "schemas/*"],
116
116
  "dependencies": {
117
- "@powerlines/core": "^0.46.6",
118
- "@powerlines/plugin-esbuild": "^0.13.456",
117
+ "@powerlines/core": "^0.47.1",
118
+ "@powerlines/plugin-esbuild": "^0.13.459",
119
119
  "@storm-software/config-tools": "^1.190.1",
120
120
  "@stryke/capnp": "^0.12.96",
121
121
  "@stryke/fs": "^0.33.70",
@@ -145,5 +145,5 @@
145
145
  "rolldown": { "optional": true }
146
146
  },
147
147
  "publishConfig": { "access": "public" },
148
- "gitHead": "610c4c943933458c5f433b9002d8c187625b2d3f"
148
+ "gitHead": "3d2c2a8ebb3941045a9aaeb5218c96368847c371"
149
149
  }