@powerlines/deepkit 0.4.10 → 0.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vendor/{chunk-R6CPSEXA.cjs → chunk-54J7XPHQ.cjs} +8 -8
- package/dist/vendor/{chunk-R6CPSEXA.cjs.map → chunk-54J7XPHQ.cjs.map} +1 -1
- package/dist/vendor/{chunk-XAYJUIQW.js → chunk-7UJRC2SU.js} +8 -8
- package/dist/vendor/{chunk-XAYJUIQW.js.map → chunk-7UJRC2SU.js.map} +1 -1
- package/dist/vendor/{chunk-Y4GDYNGU.cjs → chunk-EBU2JH7S.cjs} +4 -4
- package/dist/vendor/{chunk-Y4GDYNGU.cjs.map → chunk-EBU2JH7S.cjs.map} +1 -1
- package/dist/vendor/{chunk-36FSSQZT.js → chunk-FEWH5KLD.js} +6 -6
- package/dist/vendor/{chunk-36FSSQZT.js.map → chunk-FEWH5KLD.js.map} +1 -1
- package/dist/vendor/{chunk-Y6HZBACK.cjs → chunk-LI63VPHB.cjs} +178 -178
- package/dist/vendor/{chunk-Y6HZBACK.cjs.map → chunk-LI63VPHB.cjs.map} +1 -1
- package/dist/vendor/{chunk-IQOSSA2C.cjs → chunk-MCX7T2CK.cjs} +5 -5
- package/dist/vendor/{chunk-IQOSSA2C.cjs.map → chunk-MCX7T2CK.cjs.map} +1 -1
- package/dist/vendor/{chunk-JVBAZCHP.cjs → chunk-ZF654SJM.cjs} +510 -510
- package/dist/vendor/{chunk-JVBAZCHP.cjs.map → chunk-ZF654SJM.cjs.map} +1 -1
- package/dist/vendor/compiler.cjs +12 -12
- package/dist/vendor/compiler.js +2 -2
- package/dist/vendor/config.cjs +9 -9
- package/dist/vendor/config.js +2 -2
- package/dist/vendor/core.cjs +130 -130
- package/dist/vendor/index.cjs +19 -19
- package/dist/vendor/index.cjs.map +1 -1
- package/dist/vendor/index.js +5 -5
- package/dist/vendor/index.js.map +1 -1
- package/dist/vendor/type-spec.cjs +5 -5
- package/dist/vendor/type.cjs +776 -776
- package/package.json +5 -5
|
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
mod
|
|
31
31
|
));
|
|
32
32
|
|
|
33
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.54.0_@types+node@22.19.0__@swc+core@1.15.
|
|
33
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.54.0_@types+node@22.19.0__@swc+core@1.15.1_@swc+h_45efddd3d35f23a05bc7051193a7886f/node_modules/tsup/assets/cjs_shims.js
|
|
34
34
|
var init_cjs_shims = __esm({
|
|
35
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.54.0_@types+node@22.19.0__@swc+core@1.15.
|
|
35
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.54.0_@types+node@22.19.0__@swc+core@1.15.1_@swc+h_45efddd3d35f23a05bc7051193a7886f/node_modules/tsup/assets/cjs_shims.js"() {
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
38
|
|
|
@@ -40,5 +40,5 @@ exports.__commonJS = __commonJS;
|
|
|
40
40
|
exports.__name = __name;
|
|
41
41
|
exports.__toESM = __toESM;
|
|
42
42
|
exports.init_cjs_shims = init_cjs_shims;
|
|
43
|
-
//# sourceMappingURL=chunk-
|
|
44
|
-
//# sourceMappingURL=chunk-
|
|
43
|
+
//# sourceMappingURL=chunk-EBU2JH7S.cjs.map
|
|
44
|
+
//# sourceMappingURL=chunk-EBU2JH7S.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.54.0_@types+node@22.19.0__@swc+core@1.15.
|
|
1
|
+
{"version":3,"sources":["../../../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.54.0_@types+node@22.19.0__@swc+core@1.15.1_@swc+h_45efddd3d35f23a05bc7051193a7886f/node_modules/tsup/assets/cjs_shims.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA,cAAA,GAAA,KAAA,CAAA","file":"chunk-EBU2JH7S.cjs","sourcesContent":["// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () =>\n typeof document === 'undefined'\n ? new URL(`file:${__filename}`).href\n : (document.currentScript && document.currentScript.src) ||\n new URL('main.js', document.baseURI).href\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { init_esm_shims, __name, Resolver, getConfigResolver, debug, __require, reflectionModeMatcher, debug2 } from './chunk-
|
|
1
|
+
import { init_esm_shims, __name, Resolver, getConfigResolver, debug, __require, reflectionModeMatcher, debug2 } from './chunk-7UJRC2SU.js';
|
|
2
2
|
import ts3, { isBigIntLiteral } from 'typescript';
|
|
3
3
|
|
|
4
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
4
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_106542caadacebb598a10bd74dc60aae/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=
|
|
243
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_106542caadacebb598a10bd74dc60aae/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=
|
|
4811
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_106542caadacebb598a10bd74dc60aae/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("");
|
|
@@ -7062,5 +7062,5 @@ var declarationTransformer = /* @__PURE__ */ __name(function deepkitDeclarationT
|
|
|
7062
7062
|
}, "deepkitDeclarationTransformer");
|
|
7063
7063
|
|
|
7064
7064
|
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
7065
|
-
//# sourceMappingURL=chunk-
|
|
7066
|
-
//# sourceMappingURL=chunk-
|
|
7065
|
+
//# sourceMappingURL=chunk-FEWH5KLD.js.map
|
|
7066
|
+
//# sourceMappingURL=chunk-FEWH5KLD.js.map
|