@powerlines/deepkit 0.9.88 → 0.9.90
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/README.md +15 -7
- package/dist/{capnp-Be787Fo8.cjs → capnp-CblJY6J6.cjs} +2 -2
- package/dist/capnp.cjs +1 -1
- package/dist/{config-PXBZIqy0.d.cts → config-shXD7QWT.d.cts} +2 -2
- package/dist/{config-PXBZIqy0.d.mts → config-shXD7QWT.d.mts} +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{transformer-BuDldaVH.cjs → transformer-7DQ8Tkkt.cjs} +7 -7
- package/dist/{transformer-fyCRvgI5.mjs → transformer-CAi9vHA4.mjs} +2 -2
- package/dist/transformer.cjs +1 -1
- package/dist/transformer.d.cts +1 -1
- package/dist/transformer.d.mts +1 -1
- package/dist/transformer.mjs +1 -1
- package/dist/transpile.cjs +3 -3
- package/dist/transpile.d.cts +1 -1
- package/dist/transpile.d.mts +1 -1
- package/dist/transpile.mjs +1 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/vendor/{compiler-todFQk4K.mjs → compiler-CXK8gKSY.mjs} +5 -5
- package/dist/vendor/{compiler-BjgFudtc.cjs → compiler-CXihtDBP.cjs} +9 -9
- package/dist/vendor/{compiler-Bu--agxA.d.mts → compiler-CjFKqh4P.d.mts} +6 -6
- package/dist/vendor/{compiler-BAuIaUf3.d.cts → compiler-D03k8NWY.d.cts} +6 -6
- package/dist/vendor/{config-Zf-5JNS7.d.cts → config-B3V3WHQZ.d.cts} +2 -2
- package/dist/vendor/{config-Zf-5JNS7.d.mts → config-B3V3WHQZ.d.mts} +2 -2
- package/dist/vendor/{config-CcSkJUD8.mjs → config-C1c7pdZr.mjs} +5 -5
- package/dist/vendor/{config-DjcZy978.cjs → config-CKgRJyMm.cjs} +24 -24
- package/dist/vendor/core.cjs +1 -1
- package/dist/vendor/core.mjs +1 -1
- package/dist/vendor/type-compiler/compiler.cjs +1 -1
- package/dist/vendor/type-compiler/compiler.d.cts +1 -1
- package/dist/vendor/type-compiler/compiler.d.mts +1 -1
- package/dist/vendor/type-compiler/compiler.mjs +1 -1
- package/dist/vendor/type-compiler/config.cjs +1 -1
- package/dist/vendor/type-compiler/config.d.cts +1 -1
- package/dist/vendor/type-compiler/config.d.mts +1 -1
- package/dist/vendor/type-compiler/config.mjs +1 -1
- package/dist/vendor/type-compiler/index.cjs +5 -5
- package/dist/vendor/type-compiler/index.d.cts +3 -3
- package/dist/vendor/type-compiler/index.d.mts +3 -3
- package/dist/vendor/type-compiler/index.mjs +3 -3
- package/dist/vendor/type.cjs +3 -3
- package/dist/vendor/type.mjs +1 -1
- package/dist/vendor/{types-D2zxw0_Z.cjs → types-C1fj8UJy.cjs} +6 -6
- package/dist/vendor/{types-yDi4gOSr.mjs → types-DRiMlmXc.mjs} +2 -2
- package/package.json +6 -6
- /package/dist/{chunk-fl3r8ClO.cjs → rolldown-runtime-fl3r8ClO.cjs} +0 -0
- /package/dist/vendor/{chunk-DIDmlKNL.mjs → rolldown-runtime-DIDmlKNL.mjs} +0 -0
- /package/dist/vendor/{chunk-fl3r8ClO.cjs → rolldown-runtime-fl3r8ClO.cjs} +0 -0
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
<div align="center">
|
|
7
7
|
<picture>
|
|
8
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif">
|
|
9
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-light.gif">
|
|
10
|
-
<img src="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
|
|
8
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/media/banner-1280x640-dark.gif">
|
|
9
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/media/banner-1280x640-light.gif">
|
|
10
|
+
<img src="https://public.storm-cdn.com/powerlines/media/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
|
|
11
11
|
</picture>
|
|
12
12
|
</div>
|
|
13
13
|
<br />
|
|
@@ -252,9 +252,9 @@ specification. Contributions of any kind welcome!
|
|
|
252
252
|
|
|
253
253
|
<div align="center">
|
|
254
254
|
<picture>
|
|
255
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
|
|
256
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
|
|
257
|
-
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
255
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
|
|
256
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
|
|
257
|
+
<img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
258
258
|
</picture>
|
|
259
259
|
</div>
|
|
260
260
|
<br />
|
|
@@ -282,7 +282,15 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
282
282
|
|
|
283
283
|
<br />
|
|
284
284
|
|
|
285
|
-
<div align="center"
|
|
285
|
+
<div align="center">
|
|
286
|
+
<a href="https://stormsoftware.com" target="_blank">
|
|
287
|
+
<picture>
|
|
288
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
|
|
289
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
|
|
290
|
+
<img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
|
|
291
|
+
</picture>
|
|
292
|
+
</a>
|
|
293
|
+
</div>
|
|
286
294
|
<br />
|
|
287
295
|
<div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
|
|
288
296
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_rolldown_runtime = require('./rolldown-runtime-fl3r8ClO.cjs');
|
|
2
2
|
let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
|
|
3
3
|
let _stryke_type_checks = require("@stryke/type-checks");
|
|
4
4
|
let _stryke_capnp = require("@stryke/capnp");
|
|
5
|
-
_stryke_capnp =
|
|
5
|
+
_stryke_capnp = require_rolldown_runtime.__toESM(_stryke_capnp, 1);
|
|
6
6
|
|
|
7
7
|
//#region schemas/reflection.ts
|
|
8
8
|
const ReflectionVisibility$1 = {
|
package/dist/capnp.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_capnp = require('./capnp-
|
|
2
|
+
const require_capnp = require('./capnp-CblJY6J6.cjs');
|
|
3
3
|
|
|
4
4
|
exports.convertFromCapnp = require_capnp.convertFromCapnp;
|
|
5
5
|
exports.convertFromCapnpArray = require_capnp.convertFromCapnpArray;
|
|
@@ -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=
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
40
|
+
//# sourceMappingURL=config-shXD7QWT.d.cts.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=
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
40
|
+
//# sourceMappingURL=config-shXD7QWT.d.mts.map
|
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_capnp = require('./capnp-
|
|
3
|
-
const require_transformer = require('./transformer-
|
|
2
|
+
const require_capnp = require('./capnp-CblJY6J6.cjs');
|
|
3
|
+
const require_transformer = require('./transformer-7DQ8Tkkt.cjs');
|
|
4
4
|
const require_transpile = require('./transpile.cjs');
|
|
5
5
|
const require_esbuild_plugin = require('./esbuild-plugin.cjs');
|
|
6
6
|
const require_resolve_reflections = require('./resolve-reflections.cjs');
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-
|
|
1
|
+
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-CAi9vHA4.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-DMIKW0SW.mjs";
|
|
3
3
|
import { transpile } from "./transpile.mjs";
|
|
4
4
|
import { esbuildPlugin } from "./esbuild-plugin.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_rolldown_runtime = require('./rolldown-runtime-fl3r8ClO.cjs');
|
|
2
2
|
let typescript = require("typescript");
|
|
3
|
-
typescript =
|
|
3
|
+
typescript = require_rolldown_runtime.__toESM(typescript);
|
|
4
4
|
let _powerlines_deepkit_vendor_type_compiler = require("@powerlines/deepkit/vendor/type-compiler");
|
|
5
5
|
let defu = require("defu");
|
|
6
|
-
defu =
|
|
6
|
+
defu = require_rolldown_runtime.__toESM(defu, 1);
|
|
7
7
|
|
|
8
8
|
//#region ../../../node_modules/.pnpm/@deepkit+type-spec@1.0.1_patch_hash=f3c3a4fd486751022d78f17d39a5a79f493bca20b185964ca1aba41fbfc93244/node_modules/@deepkit/type-spec/dist/esm/src/type.js
|
|
9
9
|
/**
|
|
@@ -195,7 +195,7 @@ var ReflectionOp;
|
|
|
195
195
|
|
|
196
196
|
//#endregion
|
|
197
197
|
//#region ../../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/vfs.cjs.production.min.js
|
|
198
|
-
var require_vfs_cjs_production_min = /* @__PURE__ */
|
|
198
|
+
var require_vfs_cjs_production_min = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports) => {
|
|
199
199
|
function e() {
|
|
200
200
|
return e = Object.assign ? Object.assign.bind() : function(e) {
|
|
201
201
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -647,7 +647,7 @@ var require_vfs_cjs_production_min = /* @__PURE__ */ require_chunk.__commonJSMin
|
|
|
647
647
|
|
|
648
648
|
//#endregion
|
|
649
649
|
//#region ../../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/vfs.cjs.development.js
|
|
650
|
-
var require_vfs_cjs_development = /* @__PURE__ */
|
|
650
|
+
var require_vfs_cjs_development = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports) => {
|
|
651
651
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
652
652
|
function _extends() {
|
|
653
653
|
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
|
@@ -1248,13 +1248,13 @@ var require_vfs_cjs_development = /* @__PURE__ */ require_chunk.__commonJSMin(((
|
|
|
1248
1248
|
|
|
1249
1249
|
//#endregion
|
|
1250
1250
|
//#region ../../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/index.js
|
|
1251
|
-
var require_dist = /* @__PURE__ */
|
|
1251
|
+
var require_dist = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
1252
1252
|
if (process.env.NODE_ENV === "production") module.exports = require_vfs_cjs_production_min();
|
|
1253
1253
|
else module.exports = require_vfs_cjs_development();
|
|
1254
1254
|
}));
|
|
1255
1255
|
|
|
1256
1256
|
//#endregion
|
|
1257
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
1257
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
1260
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
1360
|
+
//# sourceMappingURL=transformer-CAi9vHA4.mjs.map
|
package/dist/transformer.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_transformer = require('./transformer-
|
|
2
|
+
const require_transformer = require('./transformer-7DQ8Tkkt.cjs');
|
|
3
3
|
|
|
4
4
|
exports.createDeclarationTransformer = require_transformer.createDeclarationTransformer;
|
|
5
5
|
exports.createTransformer = require_transformer.createTransformer;
|
package/dist/transformer.d.cts
CHANGED
package/dist/transformer.d.mts
CHANGED
package/dist/transformer.mjs
CHANGED
package/dist/transpile.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const
|
|
3
|
-
const require_transformer = require('./transformer-
|
|
2
|
+
const require_rolldown_runtime = require('./rolldown-runtime-fl3r8ClO.cjs');
|
|
3
|
+
const require_transformer = require('./transformer-7DQ8Tkkt.cjs');
|
|
4
4
|
let typescript = require("typescript");
|
|
5
|
-
typescript =
|
|
5
|
+
typescript = require_rolldown_runtime.__toESM(typescript, 1);
|
|
6
6
|
let _powerlines_core_plugin_utils = require("@powerlines/core/plugin-utils");
|
|
7
7
|
|
|
8
8
|
//#region src/transpile.ts
|
package/dist/transpile.d.cts
CHANGED
package/dist/transpile.d.mts
CHANGED
package/dist/transpile.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-
|
|
1
|
+
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-CAi9vHA4.mjs";
|
|
2
2
|
import ts from "typescript";
|
|
3
3
|
import { removeVirtualPrefix } from "@powerlines/core/plugin-utils";
|
|
4
4
|
|
package/dist/types.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SerializedTypes$1 } from "./reflection-dZCCqxc3.cjs";
|
|
2
|
-
import { n as Mode, t as Level } from "./config-
|
|
2
|
+
import { n as Mode, t as Level } from "./config-shXD7QWT.cjs";
|
|
3
3
|
import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
|
|
4
4
|
|
|
5
5
|
//#region src/types.d.ts
|
package/dist/types.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SerializedTypes$1 } from "./reflection-dZCCqxc3.mjs";
|
|
2
|
-
import { n as Mode, t as Level } from "./config-
|
|
2
|
+
import { n as Mode, t as Level } from "./config-shXD7QWT.mjs";
|
|
3
3
|
import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
|
|
4
4
|
|
|
5
5
|
//#region src/types.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as __require, t as __commonJSMin } from "./
|
|
1
|
+
import { n as __require, t as __commonJSMin } from "./rolldown-runtime-DIDmlKNL.mjs";
|
|
2
2
|
import { n as TypeNumberBrand, t as ReflectionOp } from "./type-LC3QSAmx.mjs";
|
|
3
|
-
import { c as Resolver, l as debug, n as getConfigResolver, o as reflectionModeMatcher, u as debug2 } from "./config-
|
|
3
|
+
import { c as Resolver, l as debug, n as getConfigResolver, o as reflectionModeMatcher, u as debug2 } from "./config-C1c7pdZr.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=
|
|
4586
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
4822
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
6557
|
+
//# sourceMappingURL=compiler-CXK8gKSY.mjs.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_rolldown_runtime = require('./rolldown-runtime-fl3r8ClO.cjs');
|
|
2
2
|
const require_type = require('./type-CgFyFu75.cjs');
|
|
3
|
-
const require_config = require('./config-
|
|
3
|
+
const require_config = require('./config-CKgRJyMm.cjs');
|
|
4
4
|
let typescript = require("typescript");
|
|
5
|
-
let typescript$1 =
|
|
6
|
-
typescript =
|
|
5
|
+
let typescript$1 = require_rolldown_runtime.__toESM(typescript, 1);
|
|
6
|
+
typescript = require_rolldown_runtime.__toESM(typescript);
|
|
7
7
|
|
|
8
8
|
//#region ../../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/vfs.cjs.production.min.js
|
|
9
|
-
var require_vfs_cjs_production_min = /* @__PURE__ */
|
|
9
|
+
var require_vfs_cjs_production_min = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports) => {
|
|
10
10
|
function e() {
|
|
11
11
|
return e = Object.assign ? Object.assign.bind() : function(e) {
|
|
12
12
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -458,7 +458,7 @@ var require_vfs_cjs_production_min = /* @__PURE__ */ require_chunk.__commonJSMin
|
|
|
458
458
|
|
|
459
459
|
//#endregion
|
|
460
460
|
//#region ../../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/vfs.cjs.development.js
|
|
461
|
-
var require_vfs_cjs_development = /* @__PURE__ */
|
|
461
|
+
var require_vfs_cjs_development = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports) => {
|
|
462
462
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
463
463
|
function _extends() {
|
|
464
464
|
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
|
@@ -1059,7 +1059,7 @@ var require_vfs_cjs_development = /* @__PURE__ */ require_chunk.__commonJSMin(((
|
|
|
1059
1059
|
|
|
1060
1060
|
//#endregion
|
|
1061
1061
|
//#region ../../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/index.js
|
|
1062
|
-
var require_dist = /* @__PURE__ */
|
|
1062
|
+
var require_dist = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
1063
1063
|
if (process.env.NODE_ENV === "production") module.exports = require_vfs_cjs_production_min();
|
|
1064
1064
|
else module.exports = require_vfs_cjs_development();
|
|
1065
1065
|
}));
|
|
@@ -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=
|
|
4588
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
4824
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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,8 +1,8 @@
|
|
|
1
1
|
import { n as ReflectionOp } from "./type-BLubGRUo.mjs";
|
|
2
|
-
import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-
|
|
2
|
+
import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-B3V3WHQZ.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=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
23
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
31
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
58
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
380
|
+
//# sourceMappingURL=compiler-CjFKqh4P.d.mts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as ReflectionOp } from "./type-BLubGRUo.cjs";
|
|
2
|
-
import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-
|
|
2
|
+
import { c as ReflectionConfig, i as MatchResult, l as ReflectionConfigCache, t as ConfigResolver } from "./config-B3V3WHQZ.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=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
23
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
31
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
58
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
380
|
+
//# sourceMappingURL=compiler-D03k8NWY.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=
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
130
|
+
//# sourceMappingURL=config-B3V3WHQZ.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=
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
130
|
+
//# sourceMappingURL=config-B3V3WHQZ.d.mts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { n as __require, r as __toESM, t as __commonJSMin } from "./
|
|
1
|
+
import { n as __require, r as __toESM, t as __commonJSMin } from "./rolldown-runtime-DIDmlKNL.mjs";
|
|
2
2
|
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=
|
|
6
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
3373
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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=
|
|
3433
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
3618
|
+
//# sourceMappingURL=config-C1c7pdZr.mjs.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_rolldown_runtime = require('./rolldown-runtime-fl3r8ClO.cjs');
|
|
2
2
|
let typescript = require("typescript");
|
|
3
|
-
let typescript$1 =
|
|
4
|
-
typescript =
|
|
3
|
+
let typescript$1 = require_rolldown_runtime.__toESM(typescript, 1);
|
|
4
|
+
typescript = require_rolldown_runtime.__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=
|
|
8
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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);
|
|
@@ -25,7 +25,7 @@ function debug2(...message) {
|
|
|
25
25
|
|
|
26
26
|
//#endregion
|
|
27
27
|
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js
|
|
28
|
-
var require_utils$1 = /* @__PURE__ */
|
|
28
|
+
var require_utils$1 = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports) => {
|
|
29
29
|
exports.isInteger = (num) => {
|
|
30
30
|
if (typeof num === "number") return Number.isInteger(num);
|
|
31
31
|
if (typeof num === "string" && num.trim() !== "") return Number.isInteger(Number(num));
|
|
@@ -121,7 +121,7 @@ var require_utils$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) =>
|
|
|
121
121
|
|
|
122
122
|
//#endregion
|
|
123
123
|
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.js
|
|
124
|
-
var require_stringify = /* @__PURE__ */
|
|
124
|
+
var require_stringify = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
125
125
|
const utils = require_utils$1();
|
|
126
126
|
module.exports = (ast, options = {}) => {
|
|
127
127
|
const stringify = (node, parent = {}) => {
|
|
@@ -148,7 +148,7 @@ var require_stringify = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
|
|
|
148
148
|
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
149
149
|
* Released under the MIT License.
|
|
150
150
|
*/
|
|
151
|
-
var require_is_number = /* @__PURE__ */
|
|
151
|
+
var require_is_number = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
152
152
|
module.exports = function(num) {
|
|
153
153
|
if (typeof num === "number") return num - num === 0;
|
|
154
154
|
if (typeof num === "string" && num.trim() !== "") return Number.isFinite ? Number.isFinite(+num) : isFinite(+num);
|
|
@@ -164,7 +164,7 @@ var require_is_number = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
|
|
|
164
164
|
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
165
165
|
* Released under the MIT License.
|
|
166
166
|
*/
|
|
167
|
-
var require_to_regex_range = /* @__PURE__ */
|
|
167
|
+
var require_to_regex_range = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
168
168
|
const isNumber = require_is_number();
|
|
169
169
|
const toRegexRange = (min, max, options) => {
|
|
170
170
|
if (isNumber(min) === false) throw new TypeError("toRegexRange: expected the first argument to be a number");
|
|
@@ -364,7 +364,7 @@ var require_to_regex_range = /* @__PURE__ */ require_chunk.__commonJSMin(((expor
|
|
|
364
364
|
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
365
365
|
* Licensed under the MIT License.
|
|
366
366
|
*/
|
|
367
|
-
var require_fill_range = /* @__PURE__ */
|
|
367
|
+
var require_fill_range = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
368
368
|
const util$1 = require("node:util");
|
|
369
369
|
const toRegexRange = require_to_regex_range();
|
|
370
370
|
const isObject = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -527,7 +527,7 @@ var require_fill_range = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
527
527
|
|
|
528
528
|
//#endregion
|
|
529
529
|
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.js
|
|
530
|
-
var require_compile = /* @__PURE__ */
|
|
530
|
+
var require_compile = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
531
531
|
const fill = require_fill_range();
|
|
532
532
|
const utils = require_utils$1();
|
|
533
533
|
const compile = (ast, options = {}) => {
|
|
@@ -566,7 +566,7 @@ var require_compile = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, mod
|
|
|
566
566
|
|
|
567
567
|
//#endregion
|
|
568
568
|
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.js
|
|
569
|
-
var require_expand = /* @__PURE__ */
|
|
569
|
+
var require_expand = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
570
570
|
const fill = require_fill_range();
|
|
571
571
|
const stringify = require_stringify();
|
|
572
572
|
const utils = require_utils$1();
|
|
@@ -643,7 +643,7 @@ var require_expand = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modu
|
|
|
643
643
|
|
|
644
644
|
//#endregion
|
|
645
645
|
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.js
|
|
646
|
-
var require_constants$1 = /* @__PURE__ */
|
|
646
|
+
var require_constants$1 = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
647
647
|
module.exports = {
|
|
648
648
|
MAX_LENGTH: 1e4,
|
|
649
649
|
CHAR_0: "0",
|
|
@@ -695,7 +695,7 @@ var require_constants$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
695
695
|
|
|
696
696
|
//#endregion
|
|
697
697
|
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.js
|
|
698
|
-
var require_parse$1 = /* @__PURE__ */
|
|
698
|
+
var require_parse$1 = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
699
699
|
const stringify = require_stringify();
|
|
700
700
|
/**
|
|
701
701
|
* Constants
|
|
@@ -983,7 +983,7 @@ var require_parse$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, mod
|
|
|
983
983
|
|
|
984
984
|
//#endregion
|
|
985
985
|
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.js
|
|
986
|
-
var require_braces = /* @__PURE__ */
|
|
986
|
+
var require_braces = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
987
987
|
const stringify = require_stringify();
|
|
988
988
|
const compile = require_compile();
|
|
989
989
|
const expand = require_expand();
|
|
@@ -1111,7 +1111,7 @@ var require_braces = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modu
|
|
|
1111
1111
|
|
|
1112
1112
|
//#endregion
|
|
1113
1113
|
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/constants.js
|
|
1114
|
-
var require_constants = /* @__PURE__ */
|
|
1114
|
+
var require_constants = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
1115
1115
|
const path$2 = require("node:path");
|
|
1116
1116
|
const WIN_SLASH = "\\\\/";
|
|
1117
1117
|
const WIN_NO_SLASH = `[^${WIN_SLASH}]`;
|
|
@@ -1285,7 +1285,7 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
|
|
|
1285
1285
|
|
|
1286
1286
|
//#endregion
|
|
1287
1287
|
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/utils.js
|
|
1288
|
-
var require_utils = /* @__PURE__ */
|
|
1288
|
+
var require_utils = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports) => {
|
|
1289
1289
|
const path$1 = require("node:path");
|
|
1290
1290
|
const win32 = process.platform === "win32";
|
|
1291
1291
|
const { REGEX_BACKSLASH, REGEX_REMOVE_BACKSLASH, REGEX_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_GLOBAL } = require_constants();
|
|
@@ -1331,7 +1331,7 @@ var require_utils = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) => {
|
|
|
1331
1331
|
|
|
1332
1332
|
//#endregion
|
|
1333
1333
|
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/scan.js
|
|
1334
|
-
var require_scan = /* @__PURE__ */
|
|
1334
|
+
var require_scan = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
1335
1335
|
const utils = require_utils();
|
|
1336
1336
|
const { CHAR_ASTERISK, CHAR_AT, CHAR_BACKWARD_SLASH, CHAR_COMMA, CHAR_DOT, CHAR_EXCLAMATION_MARK, CHAR_FORWARD_SLASH, CHAR_LEFT_CURLY_BRACE, CHAR_LEFT_PARENTHESES, CHAR_LEFT_SQUARE_BRACKET, CHAR_PLUS, CHAR_QUESTION_MARK, CHAR_RIGHT_CURLY_BRACE, CHAR_RIGHT_PARENTHESES, CHAR_RIGHT_SQUARE_BRACKET } = require_constants();
|
|
1337
1337
|
const isPathSeparator = (code) => {
|
|
@@ -1619,7 +1619,7 @@ var require_scan = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module
|
|
|
1619
1619
|
|
|
1620
1620
|
//#endregion
|
|
1621
1621
|
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/parse.js
|
|
1622
|
-
var require_parse = /* @__PURE__ */
|
|
1622
|
+
var require_parse = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
1623
1623
|
const constants = require_constants();
|
|
1624
1624
|
const utils = require_utils();
|
|
1625
1625
|
/**
|
|
@@ -2678,7 +2678,7 @@ var require_parse = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modul
|
|
|
2678
2678
|
|
|
2679
2679
|
//#endregion
|
|
2680
2680
|
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/picomatch.js
|
|
2681
|
-
var require_picomatch$1 = /* @__PURE__ */
|
|
2681
|
+
var require_picomatch$1 = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
2682
2682
|
const path = require("node:path");
|
|
2683
2683
|
const scan = require_scan();
|
|
2684
2684
|
const parse = require_parse();
|
|
@@ -2972,13 +2972,13 @@ var require_picomatch$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
2972
2972
|
|
|
2973
2973
|
//#endregion
|
|
2974
2974
|
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/index.js
|
|
2975
|
-
var require_picomatch = /* @__PURE__ */
|
|
2975
|
+
var require_picomatch = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
2976
2976
|
module.exports = require_picomatch$1();
|
|
2977
2977
|
}));
|
|
2978
2978
|
|
|
2979
2979
|
//#endregion
|
|
2980
2980
|
//#region ../../../node_modules/.pnpm/micromatch@4.0.8/node_modules/micromatch/index.js
|
|
2981
|
-
var require_micromatch = /* @__PURE__ */
|
|
2981
|
+
var require_micromatch = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
2982
2982
|
const util = require("node:util");
|
|
2983
2983
|
const braces = require_braces();
|
|
2984
2984
|
const picomatch = require_picomatch();
|
|
@@ -3372,8 +3372,8 @@ 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=
|
|
3376
|
-
var import_micromatch = /* @__PURE__ */
|
|
3375
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
|
|
3376
|
+
var import_micromatch = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_micromatch(), 1);
|
|
3377
3377
|
const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript$1.default;
|
|
3378
3378
|
function patternMatch(path, patterns, base) {
|
|
3379
3379
|
const include = patterns.filter((pattern) => pattern[0] !== "!");
|
|
@@ -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=
|
|
3435
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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.
|
package/dist/vendor/core.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_types = require('./types-
|
|
2
|
+
const require_types = require('./types-C1fj8UJy.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 = [
|
package/dist/vendor/core.mjs
CHANGED
|
@@ -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-
|
|
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-DRiMlmXc.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-
|
|
2
|
+
const require_compiler = require('../compiler-CXihtDBP.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-
|
|
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-D03k8NWY.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-
|
|
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-CjFKqh4P.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-
|
|
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-CXK8gKSY.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-
|
|
2
|
+
const require_config = require('../config-CKgRJyMm.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-
|
|
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-B3V3WHQZ.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-
|
|
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-B3V3WHQZ.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-
|
|
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-C1c7pdZr.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
|
-
const
|
|
3
|
-
const require_compiler = require('../compiler-
|
|
4
|
-
const require_config = require('../config-
|
|
2
|
+
const require_rolldown_runtime = require('../rolldown-runtime-fl3r8ClO.cjs');
|
|
3
|
+
const require_compiler = require('../compiler-CXihtDBP.cjs');
|
|
4
|
+
const require_config = require('../config-CKgRJyMm.cjs');
|
|
5
5
|
let typescript = require("typescript");
|
|
6
|
-
typescript =
|
|
6
|
+
typescript = require_rolldown_runtime.__toESM(typescript, 1);
|
|
7
7
|
|
|
8
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
8
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
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-
|
|
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-B3V3WHQZ.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-D03k8NWY.cjs";
|
|
3
3
|
import ts, { CompilerOptions, SourceFile } from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
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-
|
|
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-B3V3WHQZ.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-CjFKqh4P.mjs";
|
|
3
3
|
import ts, { CompilerOptions, SourceFile } from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/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-
|
|
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-
|
|
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-CXK8gKSY.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-C1c7pdZr.mjs";
|
|
3
3
|
import ts from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_472e6e266e2255c9bbe797dafe715aea/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
|
6
6
|
var DeepkitLoader = class {
|
|
7
7
|
constructor() {
|
|
8
8
|
this.options = {
|
package/dist/vendor/type.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const
|
|
3
|
-
const require_types = require('./types-
|
|
2
|
+
const require_rolldown_runtime = require('./rolldown-runtime-fl3r8ClO.cjs');
|
|
3
|
+
const require_types = require('./types-C1fj8UJy.cjs');
|
|
4
4
|
const require_type = require('./type-CgFyFu75.cjs');
|
|
5
5
|
let node_buffer = require("node:buffer");
|
|
6
6
|
let node_crypto = require("node:crypto");
|
|
7
|
-
node_crypto =
|
|
7
|
+
node_crypto = require_rolldown_runtime.__toESM(node_crypto);
|
|
8
8
|
|
|
9
9
|
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/changes.js
|
|
10
10
|
const __ΩPick$1 = [
|
package/dist/vendor/type.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as isClass, A as empty, B as getClassTypeFromInstance, H as getInheritanceChain, K as hasProperty, R as getClassName, U as getObjectKeysSize, W as getParentClass, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, ct as isNumeric, d as toFastProperties, h as __ΩClassType, it as isInteger, kt as stringifyValueWithType, lt as isObject, m as __ΩAbstractClassType, nt as isFunction, o as CompilerContext, p as CustomError, pt as isPrototypeOfBase, r as __ΩTypeAnnotation, rt as isGlobalClass, u as arrayRemoveItem, ut as isObjectLiteral } from "./types-
|
|
1
|
+
import { $ as isClass, A as empty, B as getClassTypeFromInstance, H as getInheritanceChain, K as hasProperty, R as getClassName, U as getObjectKeysSize, W as getParentClass, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, ct as isNumeric, d as toFastProperties, h as __ΩClassType, it as isInteger, kt as stringifyValueWithType, lt as isObject, m as __ΩAbstractClassType, nt as isFunction, o as CompilerContext, p as CustomError, pt as isPrototypeOfBase, r as __ΩTypeAnnotation, rt as isGlobalClass, u as arrayRemoveItem, ut as isObjectLiteral } from "./types-DRiMlmXc.mjs";
|
|
2
2
|
import { n as TypeNumberBrand, t as ReflectionOp } from "./type-LC3QSAmx.mjs";
|
|
3
3
|
import { Buffer } from "node:buffer";
|
|
4
4
|
import crypto from "node:crypto";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_rolldown_runtime = require('./rolldown-runtime-fl3r8ClO.cjs');
|
|
2
2
|
|
|
3
3
|
//#region ../../../node_modules/.pnpm/is-obj@2.0.0/node_modules/is-obj/index.js
|
|
4
|
-
var require_is_obj = /* @__PURE__ */
|
|
4
|
+
var require_is_obj = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
5
5
|
module.exports = (value) => {
|
|
6
6
|
const type = typeof value;
|
|
7
7
|
return value !== null && (type === "object" || type === "function");
|
|
@@ -10,7 +10,7 @@ var require_is_obj = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modu
|
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
12
12
|
//#region ../../../node_modules/.pnpm/dot-prop@5.3.0/node_modules/dot-prop/index.js
|
|
13
|
-
var require_dot_prop = /* @__PURE__ */
|
|
13
|
+
var require_dot_prop = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
14
14
|
const isObj = require_is_obj();
|
|
15
15
|
const disallowedKeys = [
|
|
16
16
|
"__proto__",
|
|
@@ -87,7 +87,7 @@ var require_dot_prop = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, mo
|
|
|
87
87
|
|
|
88
88
|
//#endregion
|
|
89
89
|
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/iterators.js
|
|
90
|
-
var import_dot_prop = /* @__PURE__ */
|
|
90
|
+
var import_dot_prop = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_dot_prop(), 1);
|
|
91
91
|
const __ΩArrayLike = [
|
|
92
92
|
"T",
|
|
93
93
|
"length",
|
|
@@ -1454,7 +1454,7 @@ assertDefined.__type = [
|
|
|
1454
1454
|
|
|
1455
1455
|
//#endregion
|
|
1456
1456
|
//#region ../../../node_modules/.pnpm/to-fast-properties@3.0.1/node_modules/to-fast-properties/index.js
|
|
1457
|
-
var require_to_fast_properties = /* @__PURE__ */
|
|
1457
|
+
var require_to_fast_properties = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports, module) => {
|
|
1458
1458
|
let fastProto = null;
|
|
1459
1459
|
function FastObject(o) {
|
|
1460
1460
|
if (fastProto !== null && typeof fastProto.property) {
|
|
@@ -1474,7 +1474,7 @@ var require_to_fast_properties = /* @__PURE__ */ require_chunk.__commonJSMin(((e
|
|
|
1474
1474
|
|
|
1475
1475
|
//#endregion
|
|
1476
1476
|
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/perf.js
|
|
1477
|
-
var import_to_fast_properties = /* @__PURE__ */
|
|
1477
|
+
var import_to_fast_properties = /* @__PURE__ */ require_rolldown_runtime.__toESM(require_to_fast_properties(), 1);
|
|
1478
1478
|
function toFastProperties(obj) {
|
|
1479
1479
|
(0, import_to_fast_properties.default)(obj);
|
|
1480
1480
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as __toESM, t as __commonJSMin } from "./
|
|
1
|
+
import { r as __toESM, t as __commonJSMin } from "./rolldown-runtime-DIDmlKNL.mjs";
|
|
2
2
|
|
|
3
3
|
//#region ../../../node_modules/.pnpm/is-obj@2.0.0/node_modules/is-obj/index.js
|
|
4
4
|
var require_is_obj = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
@@ -2462,4 +2462,4 @@ const __ΩInject = [
|
|
|
2462
2462
|
|
|
2463
2463
|
//#endregion
|
|
2464
2464
|
export { isClass as $, empty as A, time as At, getClassTypeFromInstance as B, average as C, prettyPrintObject as Ct, createDynamicClass as D, size as Dt, copy as E, setPathValue as Et, fixAsyncOperation as F, getPathValue as G, getInheritanceChain as H, formatError as I, identifyType as J, hasProperty as K, forwardTypeArguments as L, escapeRegExp as M, each as Mt, first as N, eachKey as Nt, createStack as O, sleep as Ot, firstKey as P, eachPair as Pt, isAsyncFunction as Q, getClassName as R, asyncOperation as S, prependObjectKeys as St, collectForMicrotask as T, rangeArray as Tt, getObjectKeysSize as U, getCurrentFileName as V, getParentClass as W, indexOf as X, inDebugMode as Y, isArray as Z, __ΩExtractClassType as _, iterableSize as _t, indent as a, isIterable as at, assertDefined as b, mergePromiseStack as bt, arrayHasItem as c, isNumeric as ct, toFastProperties as d, isPlainObject as dt, isClassInstance as et, AsyncFunction as f, isPromise as ft, __ΩCustomError as g, isUndefined as gt, __ΩClassType as h, isString as ht, capitalize as i, isInteger as it, ensureError as j, zip as jt, deletePathValue as k, stringifyValueWithType as kt, arrayMoveItem as l, isObject as lt, __ΩAbstractClassType as m, isSet as mt, __ΩInjectMeta as n, isFunction as nt, CompilerContext as o, isNull as ot, CustomError as p, isPrototypeOfBase as pt, humanBytes as q, __ΩTypeAnnotation as r, isGlobalClass as rt, arrayClear as s, isNumber as st, __ΩInject as t, isConstructable as tt, arrayRemoveItem as u, isObjectLiteral as ut, appendObject as v, last as vt, changeClass as w, range as wt, assertInstanceOf as x, mergeStack as xt, applyDefaults as y, lastKey as yt, getClassPropertyName as z };
|
|
2465
|
-
//# sourceMappingURL=types-
|
|
2465
|
+
//# sourceMappingURL=types-DRiMlmXc.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.90",
|
|
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.48.
|
|
118
|
-
"@storm-software/config-tools": "^1.190.
|
|
117
|
+
"@powerlines/core": "^0.48.58",
|
|
118
|
+
"@storm-software/config-tools": "^1.190.69",
|
|
119
119
|
"@stryke/capnp": "^0.12.111",
|
|
120
120
|
"@stryke/fs": "^0.33.85",
|
|
121
121
|
"@stryke/path": "^0.29.11",
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"@deepkit/type": "1.0.5",
|
|
134
134
|
"@deepkit/type-compiler": "1.0.5",
|
|
135
135
|
"@deepkit/type-spec": "1.0.1",
|
|
136
|
-
"@types/node": "^25.9.
|
|
137
|
-
"rolldown": "^1.1.
|
|
136
|
+
"@types/node": "^25.9.3",
|
|
137
|
+
"rolldown": "^1.1.1",
|
|
138
138
|
"tsdown": "^0.22.2",
|
|
139
139
|
"esbuild": "^0.27.7"
|
|
140
140
|
},
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"rolldown": { "optional": true }
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "7bc932dbec843729ebecf5a95f0f31ff9d53f4da"
|
|
148
148
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|