@powerlines/deepkit 0.5.93 → 0.5.95

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.
@@ -3138,10 +3138,10 @@ var require_micromatch = __commonJS({
3138
3138
  }
3139
3139
  });
3140
3140
 
3141
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3141
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3142
3142
  init_cjs_shims();
3143
3143
 
3144
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
3144
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
3145
3145
  init_cjs_shims();
3146
3146
  function isDebug(level = 1) {
3147
3147
  const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
@@ -3161,7 +3161,7 @@ function debug2(...message) {
3161
3161
  }
3162
3162
  __name(debug2, "debug2");
3163
3163
 
3164
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3164
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3165
3165
  init_cjs_shims();
3166
3166
  var import_micromatch = __toESM(require_micromatch());
3167
3167
  var { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = ts2__default.default;
@@ -3248,7 +3248,7 @@ var Resolver = class {
3248
3248
  }
3249
3249
  };
3250
3250
 
3251
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3251
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3252
3252
  var reflectionModes = [
3253
3253
  "default",
3254
3254
  "explicit",
@@ -1,7 +1,7 @@
1
- import { init_esm_shims, __name, Resolver, getConfigResolver, debug, __require, reflectionModeMatcher, debug2 } from './chunk-5R43OMUP.js';
1
+ import { init_esm_shims, __name, Resolver, getConfigResolver, debug, __require, reflectionModeMatcher, debug2 } from './chunk-XJ2LOXEH.js';
2
2
  import ts3, { isBigIntLiteral } from 'typescript';
3
3
 
4
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
4
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
5
5
  init_esm_shims();
6
6
 
7
7
  // ../../node_modules/.pnpm/@deepkit+type-spec@1.0.1_patch_hash=f3c3a4fd486751022d78f17d39a5a79f493bca20b185964ca1aba41fbfc93244/node_modules/@deepkit/type-spec/dist/esm/index.js
@@ -240,7 +240,7 @@ var knownLibFilesForCompilerOptions = /* @__PURE__ */ __name(function knownLibFi
240
240
  return files.slice(0, finalCutIndex + 1);
241
241
  }, "knownLibFilesForCompilerOptions");
242
242
 
243
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
243
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
244
244
  init_esm_shims();
245
245
 
246
246
  // ../../node_modules/.pnpm/@marcj+ts-clone-node@2.2.0_typescript@5.9.3/node_modules/@marcj/ts-clone-node/dist/esm/index.js
@@ -4808,7 +4808,7 @@ function finish(oldNode, newNode) {
4808
4808
  }
4809
4809
  __name(finish, "finish");
4810
4810
 
4811
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
4811
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
4812
4812
  var { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction: isArrowFunction2, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier: isIdentifier2, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember: isNamedTupleMember2, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode: isOptionalTypeNode2, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral: isStringLiteral2, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags: NodeFlags2, SyntaxKind: SyntaxKind2, ScriptTarget, ModifierFlags, ScriptKind } = ts3;
4813
4813
  function encodeOps(ops) {
4814
4814
  return ops.map((v) => String.fromCharCode(v + 33)).join("");
@@ -3132,10 +3132,10 @@ var require_micromatch = __commonJS({
3132
3132
  }
3133
3133
  });
3134
3134
 
3135
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3135
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3136
3136
  init_esm_shims();
3137
3137
 
3138
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
3138
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
3139
3139
  init_esm_shims();
3140
3140
  function isDebug(level = 1) {
3141
3141
  const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
@@ -3155,7 +3155,7 @@ function debug2(...message) {
3155
3155
  }
3156
3156
  __name(debug2, "debug2");
3157
3157
 
3158
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3158
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
3159
3159
  init_esm_shims();
3160
3160
  var import_micromatch = __toESM(require_micromatch());
3161
3161
  var { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = ts2;
@@ -3242,7 +3242,7 @@ var Resolver = class {
3242
3242
  }
3243
3243
  };
3244
3244
 
3245
- // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d51e0310cb6f565fa9a3cd4fc875485d/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3245
+ // ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_d810da45aa4306320461c89b0179b7aa/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
3246
3246
  var reflectionModes = [
3247
3247
  "default",
3248
3248
  "explicit",