@powerlines/deepkit 0.7.8 → 0.8.1
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/{capnp-C8UENZHc.cjs → capnp-CkbeQ2uR.cjs} +10 -1
- package/dist/{capnp-BYEUkMpr.mjs → capnp-D0NNeu5y.mjs} +9 -1
- package/dist/capnp.cjs +1 -1
- package/dist/capnp.d.cts +3 -1
- package/dist/capnp.d.mts +3 -1
- package/dist/capnp.mjs +1 -1
- package/dist/config-WhZyw1PK.d.mts +40 -0
- package/dist/config-omER4_br.d.cts +40 -0
- package/dist/esbuild-plugin.cjs +2 -1
- package/dist/esbuild-plugin.d.cts +7 -8
- package/dist/esbuild-plugin.d.mts +7 -8
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/reflect-type.cjs +3 -2
- package/dist/reflect-type.mjs +1 -1
- package/dist/{reflection-DGOuMF8F.d.cts → reflection-8fgblw1P.d.cts} +3 -1
- package/dist/{reflection-DaLz4ZT5.d.mts → reflection-l3nKKCgX.d.mts} +3 -1
- package/dist/resolve-reflections.cjs +2 -1
- package/dist/rolldown-plugin.cjs +2 -1
- package/dist/{transformer-BiefehPu.mjs → transformer-CQR2M4x_.mjs} +6 -6
- package/dist/{transformer-DS0zKU7l.cjs → transformer-Cd4-nB11.cjs} +7 -6
- 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 +4 -3
- package/dist/transpile.d.cts +1 -1
- package/dist/transpile.d.mts +1 -1
- package/dist/transpile.mjs +2 -2
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/utilities.cjs +2 -1
- package/dist/vendor/{compiler-Dz2b4nOM.d.cts → compiler-DZULKKdI.d.cts} +6 -6
- package/dist/vendor/{compiler-CqkzeoNX.mjs → compiler-EpGQgrx7.mjs} +17 -15
- package/dist/vendor/{compiler-Ci5aO9pY.cjs → compiler-LYoUBwrr.cjs} +18 -15
- package/dist/vendor/{compiler-BYhFaVxE.d.mts → compiler-tVqzhDgZ.d.mts} +6 -6
- package/dist/vendor/{config-BTErH18l.d.mts → config-B7x14BD7.d.cts} +32 -18
- package/dist/vendor/{config-Cc2qE8fH.d.cts → config-D6zsQbZD.d.mts} +32 -18
- package/dist/vendor/{config-eSNKiBGB.mjs → config-DH0_s6ur.mjs} +16 -15
- package/dist/vendor/{config-BbFVGRVh.cjs → config-kjucozD0.cjs} +20 -18
- package/dist/vendor/core.cjs +98 -120
- package/dist/vendor/core.mjs +1 -24
- 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 +2 -2
- package/dist/vendor/type-compiler/config.d.cts +2 -2
- package/dist/vendor/type-compiler/config.d.mts +2 -2
- package/dist/vendor/type-compiler/config.mjs +2 -2
- package/dist/vendor/type-compiler/index.cjs +7 -6
- package/dist/vendor/type-compiler/index.d.cts +4 -4
- package/dist/vendor/type-compiler/index.d.mts +4 -4
- package/dist/vendor/type-compiler/index.mjs +5 -5
- package/dist/vendor/type-fEQrgtBF.cjs +2 -1
- package/dist/vendor/type.cjs +11472 -5376
- package/dist/vendor/type.d.cts +220 -24
- package/dist/vendor/type.d.mts +220 -24
- package/dist/vendor/type.mjs +11530 -5631
- package/dist/vendor/{string-DoT35ViA.mjs → types--t65boB8.mjs} +25 -2
- package/dist/vendor/{string-LTCnMzW_.cjs → types-BzOSMMf1.cjs} +43 -1
- package/package.json +4 -4
- package/schemas/reflection.capnp +3 -2
- package/schemas/reflection.cjs +6 -0
- package/schemas/reflection.d.cts +2 -0
- package/schemas/reflection.d.mts +2 -0
- package/schemas/reflection.mjs +6 -0
- package/dist/config-B6lMYoYG.d.mts +0 -32
- package/dist/config-C8svu6th.d.cts +0 -32
|
@@ -4,7 +4,7 @@ typescript = require_chunk.__toESM(typescript);
|
|
|
4
4
|
let node_path = require("node:path");
|
|
5
5
|
let node_fs = require("node:fs");
|
|
6
6
|
|
|
7
|
-
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
7
|
+
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
|
|
8
8
|
function isDebug(level = 1) {
|
|
9
9
|
const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
|
|
10
10
|
return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
|
|
@@ -3365,7 +3365,7 @@ var require_micromatch = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
3365
3365
|
}));
|
|
3366
3366
|
|
|
3367
3367
|
//#endregion
|
|
3368
|
-
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3368
|
+
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
|
|
3369
3369
|
var import_micromatch = /* @__PURE__ */ require_chunk.__toESM(require_micromatch(), 1);
|
|
3370
3370
|
const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript.default;
|
|
3371
3371
|
function patternMatch(path, patterns, base) {
|
|
@@ -3425,7 +3425,7 @@ var Resolver = class {
|
|
|
3425
3425
|
};
|
|
3426
3426
|
|
|
3427
3427
|
//#endregion
|
|
3428
|
-
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3428
|
+
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
|
|
3429
3429
|
/**
|
|
3430
3430
|
* Default means reflection is enabled for this file.
|
|
3431
3431
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -3442,11 +3442,11 @@ function isObject(obj) {
|
|
|
3442
3442
|
return typeof obj === "object" && !Array.isArray(obj);
|
|
3443
3443
|
}
|
|
3444
3444
|
const defaultMergeStrategy = "merge";
|
|
3445
|
-
const
|
|
3445
|
+
const level = [
|
|
3446
3446
|
"minimal",
|
|
3447
|
-
"
|
|
3447
|
+
"default",
|
|
3448
3448
|
"extended",
|
|
3449
|
-
"
|
|
3449
|
+
"all"
|
|
3450
3450
|
];
|
|
3451
3451
|
/**
|
|
3452
3452
|
* Read config and parses under TypeScript specification.
|
|
@@ -3467,7 +3467,7 @@ function readTsConfig(parseConfigHost, path) {
|
|
|
3467
3467
|
const tsconfig = JSON.parse(json);
|
|
3468
3468
|
return Object.assign(configFile.config, {
|
|
3469
3469
|
compilerOptions: parsed.options,
|
|
3470
|
-
|
|
3470
|
+
level: tsconfig.level ? String(tsconfig.level) : void 0
|
|
3471
3471
|
});
|
|
3472
3472
|
}
|
|
3473
3473
|
function reflectionModeMatcher(config, filePath) {
|
|
@@ -3511,8 +3511,9 @@ function appendPaths(strategy = defaultMergeStrategy, parent, existing) {
|
|
|
3511
3511
|
return [...parent, ...existing];
|
|
3512
3512
|
}
|
|
3513
3513
|
function applyConfigValues(existing, parent, baseDir) {
|
|
3514
|
-
const
|
|
3515
|
-
|
|
3514
|
+
const parentLevel = parent.deepkitCompilerOptions?.level || parent.level || parent.compilerOptions?.level;
|
|
3515
|
+
let parentReflection = isObject(parent.deepkitCompilerOptions) ? parent.deepkitCompilerOptions?.reflection : parent.reflection;
|
|
3516
|
+
if (parentLevel && !parentReflection) parentReflection = "default";
|
|
3516
3517
|
if (isObject(parent.deepkitCompilerOptions) && "undefined" === typeof existing.mergeStrategy) existing.mergeStrategy = parent.deepkitCompilerOptions.mergeStrategy;
|
|
3517
3518
|
if ("undefined" !== typeof parentReflection) {
|
|
3518
3519
|
const next = parseRawMode(parentReflection);
|
|
@@ -3520,8 +3521,8 @@ function applyConfigValues(existing, parent, baseDir) {
|
|
|
3520
3521
|
else if ("string" === typeof existing.reflection) {} else if (Array.isArray(next) && Array.isArray(existing.reflection)) existing.reflection = appendPaths(existing.mergeStrategy, next, existing.reflection);
|
|
3521
3522
|
else if ("string" === typeof next && Array.isArray(existing.reflection)) {}
|
|
3522
3523
|
}
|
|
3523
|
-
if ("undefined" !== typeof
|
|
3524
|
-
if ("undefined" === typeof existing.
|
|
3524
|
+
if ("undefined" !== typeof parentLevel) {
|
|
3525
|
+
if ("undefined" === typeof existing.level) existing.level = parentLevel;
|
|
3525
3526
|
}
|
|
3526
3527
|
if (isObject(parent.deepkitCompilerOptions)) {
|
|
3527
3528
|
if (`undefined` !== typeof parent.deepkitCompilerOptions.exclude) {
|
|
@@ -3590,7 +3591,7 @@ function getConfigResolver(cache, host, compilerOptions, sourceFile, tsConfigPat
|
|
|
3590
3591
|
compilerOptions: Object.assign(config.compilerOptions, compilerOptions),
|
|
3591
3592
|
exclude: config.exclude,
|
|
3592
3593
|
reflection: config.reflection,
|
|
3593
|
-
|
|
3594
|
+
level: config.level || (config.compilerOptions?.level ? String(config.compilerOptions?.level) : void 0) || "default",
|
|
3594
3595
|
mergeStrategy: config.mergeStrategy || defaultMergeStrategy
|
|
3595
3596
|
};
|
|
3596
3597
|
if (isDebug()) debug(`Found config ${resolvedConfig.path}:\nreflection:`, resolvedConfig.reflection, `\nexclude:`, resolvedConfig.exclude, `\npaths:`, resolvedConfig.compilerOptions.paths);
|
|
@@ -3598,7 +3599,7 @@ function getConfigResolver(cache, host, compilerOptions, sourceFile, tsConfigPat
|
|
|
3598
3599
|
return {
|
|
3599
3600
|
mode: reflectionModeMatcher(config, path),
|
|
3600
3601
|
tsConfigPath,
|
|
3601
|
-
level: resolvedConfig.
|
|
3602
|
+
level: resolvedConfig.level
|
|
3602
3603
|
};
|
|
3603
3604
|
};
|
|
3604
3605
|
return cache[tsConfigPath] = {
|
|
@@ -3644,16 +3645,16 @@ Object.defineProperty(exports, 'isObject', {
|
|
|
3644
3645
|
return isObject;
|
|
3645
3646
|
}
|
|
3646
3647
|
});
|
|
3647
|
-
Object.defineProperty(exports, '
|
|
3648
|
+
Object.defineProperty(exports, 'level', {
|
|
3648
3649
|
enumerable: true,
|
|
3649
3650
|
get: function () {
|
|
3650
|
-
return
|
|
3651
|
+
return level;
|
|
3651
3652
|
}
|
|
3652
3653
|
});
|
|
3653
|
-
Object.defineProperty(exports, '
|
|
3654
|
+
Object.defineProperty(exports, 'parseRawMode', {
|
|
3654
3655
|
enumerable: true,
|
|
3655
3656
|
get: function () {
|
|
3656
|
-
return
|
|
3657
|
+
return parseRawMode;
|
|
3657
3658
|
}
|
|
3658
3659
|
});
|
|
3659
3660
|
Object.defineProperty(exports, 'reflectionModeMatcher', {
|
|
@@ -3667,4 +3668,5 @@ Object.defineProperty(exports, 'reflectionModes', {
|
|
|
3667
3668
|
get: function () {
|
|
3668
3669
|
return reflectionModes;
|
|
3669
3670
|
}
|
|
3670
|
-
});
|
|
3671
|
+
});
|
|
3672
|
+
//# sourceMappingURL=config-kjucozD0.cjs.map
|
package/dist/vendor/core.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const
|
|
2
|
+
const require_types = require('./types-BzOSMMf1.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 = [
|
|
@@ -43,7 +43,7 @@ function log() {
|
|
|
43
43
|
"",
|
|
44
44
|
"P\"2!\"/\""
|
|
45
45
|
])).join(",");
|
|
46
|
-
console.info(
|
|
46
|
+
console.info(require_types.getClassName(target) + "::" + String(propertyKey) + "(" + a + ")");
|
|
47
47
|
return orig.apply(this, args);
|
|
48
48
|
}, [
|
|
49
49
|
"args",
|
|
@@ -73,7 +73,7 @@ function stack() {
|
|
|
73
73
|
const name = "__c_" + propertyKey;
|
|
74
74
|
if (this[name] === void 0) {
|
|
75
75
|
this[name] = null;
|
|
76
|
-
|
|
76
|
+
require_types.toFastProperties(this);
|
|
77
77
|
}
|
|
78
78
|
while (this[name]) await this[name];
|
|
79
79
|
this[name] = orig.apply(this, args);
|
|
@@ -111,7 +111,7 @@ function singleStack() {
|
|
|
111
111
|
const name = "__sc_" + propertyKey;
|
|
112
112
|
if (this[name] === void 0) {
|
|
113
113
|
this[name] = null;
|
|
114
|
-
|
|
114
|
+
require_types.toFastProperties(this);
|
|
115
115
|
}
|
|
116
116
|
if (this[name]) return await this[name];
|
|
117
117
|
this[name] = orig.apply(this, args);
|
|
@@ -168,7 +168,7 @@ const cacheEnumLabels = (Map.Ω = [[() => __ΩObject, "n!"], ["&F"]], /* @__PURE
|
|
|
168
168
|
* @public
|
|
169
169
|
*/
|
|
170
170
|
function getEnumLabel(enumType, id) {
|
|
171
|
-
for (const i of
|
|
171
|
+
for (const i of require_types.eachKey(enumType)) if (id === enumType[i]) return i;
|
|
172
172
|
}
|
|
173
173
|
getEnumLabel.__type = [
|
|
174
174
|
"enumType",
|
|
@@ -341,7 +341,7 @@ var ProcessLock = class {
|
|
|
341
341
|
}, ttl * 1e3);
|
|
342
342
|
};
|
|
343
343
|
if (timeout > 0) timeoutId = setTimeout(() => {
|
|
344
|
-
if (LOCKS[this.id])
|
|
344
|
+
if (LOCKS[this.id]) require_types.arrayRemoveItem(LOCKS[this.id].queue, ourTake);
|
|
345
345
|
reject("Lock timed out " + this.id);
|
|
346
346
|
}, timeout * 1e3);
|
|
347
347
|
LOCKS[this.id].queue.push(ourTake);
|
|
@@ -613,7 +613,7 @@ var EventEmitter = class {
|
|
|
613
613
|
subscribe(callback) {
|
|
614
614
|
this.subscribers.push(callback);
|
|
615
615
|
return { unsubscribe: () => {
|
|
616
|
-
|
|
616
|
+
require_types.arrayRemoveItem(this.subscribers, callback);
|
|
617
617
|
} };
|
|
618
618
|
}
|
|
619
619
|
emit(event) {
|
|
@@ -656,7 +656,7 @@ var AsyncEventEmitter = class {
|
|
|
656
656
|
subscribe(callback) {
|
|
657
657
|
this.subscribers.push(callback);
|
|
658
658
|
return { unsubscribe: () => {
|
|
659
|
-
|
|
659
|
+
require_types.arrayRemoveItem(this.subscribers, callback);
|
|
660
660
|
} };
|
|
661
661
|
}
|
|
662
662
|
async emit(event) {
|
|
@@ -831,7 +831,7 @@ function extractParameters(fn) {
|
|
|
831
831
|
}
|
|
832
832
|
extractParameters.__type = [
|
|
833
833
|
() => Function,
|
|
834
|
-
() =>
|
|
834
|
+
() => require_types.__ΩClassType,
|
|
835
835
|
"fn",
|
|
836
836
|
"extractParameters",
|
|
837
837
|
"PP&Pu!n\"J2#&F/$"
|
|
@@ -933,29 +933,6 @@ urlJoin.__type = [
|
|
|
933
933
|
"P&@2!&/\""
|
|
934
934
|
];
|
|
935
935
|
|
|
936
|
-
//#endregion
|
|
937
|
-
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/types.js
|
|
938
|
-
const __ΩTypeAnnotation = [
|
|
939
|
-
"T",
|
|
940
|
-
"Options",
|
|
941
|
-
"TypeAnnotation",
|
|
942
|
-
"b!!c\"#w#y"
|
|
943
|
-
];
|
|
944
|
-
const __ΩInjectMeta = [
|
|
945
|
-
"T",
|
|
946
|
-
() => __ΩTypeAnnotation,
|
|
947
|
-
"inject",
|
|
948
|
-
"InjectMeta",
|
|
949
|
-
"!c!.#e!!o\"#w$y"
|
|
950
|
-
];
|
|
951
|
-
const __ΩInject = [
|
|
952
|
-
"Type",
|
|
953
|
-
"Token",
|
|
954
|
-
() => __ΩInjectMeta,
|
|
955
|
-
"Inject",
|
|
956
|
-
"b!!c\"Pe\"!e\"\"o#\"Kw$y"
|
|
957
|
-
];
|
|
958
|
-
|
|
959
936
|
//#endregion
|
|
960
937
|
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/buffer.js
|
|
961
938
|
function __assignType$1(fn, args) {
|
|
@@ -1115,9 +1092,9 @@ pathJoin.__type = [
|
|
|
1115
1092
|
|
|
1116
1093
|
//#endregion
|
|
1117
1094
|
exports.AsyncEventEmitter = AsyncEventEmitter;
|
|
1118
|
-
exports.AsyncFunction =
|
|
1119
|
-
exports.CompilerContext =
|
|
1120
|
-
exports.CustomError =
|
|
1095
|
+
exports.AsyncFunction = require_types.AsyncFunction;
|
|
1096
|
+
exports.CompilerContext = require_types.CompilerContext;
|
|
1097
|
+
exports.CustomError = require_types.CustomError;
|
|
1121
1098
|
exports.EmitterEvent = EmitterEvent;
|
|
1122
1099
|
exports.EventEmitter = EventEmitter;
|
|
1123
1100
|
exports.Mutex = Mutex;
|
|
@@ -1125,97 +1102,97 @@ exports.ParsedHost = ParsedHost;
|
|
|
1125
1102
|
exports.ProcessLock = ProcessLock;
|
|
1126
1103
|
exports.ProcessLocker = ProcessLocker;
|
|
1127
1104
|
exports.Timer = Timer;
|
|
1128
|
-
exports.__ΩAbstractClassType =
|
|
1105
|
+
exports.__ΩAbstractClassType = require_types.__ΩAbstractClassType;
|
|
1129
1106
|
exports.__ΩAsyncEventSubscription = __ΩAsyncEventSubscription;
|
|
1130
|
-
exports.__ΩClassType =
|
|
1131
|
-
exports.__ΩCustomError =
|
|
1107
|
+
exports.__ΩClassType = require_types.__ΩClassType;
|
|
1108
|
+
exports.__ΩCustomError = require_types.__ΩCustomError;
|
|
1132
1109
|
exports.__ΩEventSubscription = __ΩEventSubscription;
|
|
1133
|
-
exports.__ΩExtractClassType =
|
|
1134
|
-
exports.__ΩInject = __ΩInject;
|
|
1135
|
-
exports.__ΩInjectMeta = __ΩInjectMeta;
|
|
1136
|
-
exports.__ΩTypeAnnotation = __ΩTypeAnnotation;
|
|
1137
|
-
exports.appendObject =
|
|
1138
|
-
exports.applyDefaults =
|
|
1139
|
-
exports.arrayClear =
|
|
1140
|
-
exports.arrayHasItem =
|
|
1141
|
-
exports.arrayMoveItem =
|
|
1142
|
-
exports.arrayRemoveItem =
|
|
1143
|
-
exports.assertDefined =
|
|
1144
|
-
exports.assertInstanceOf =
|
|
1145
|
-
exports.asyncOperation =
|
|
1146
|
-
exports.average =
|
|
1110
|
+
exports.__ΩExtractClassType = require_types.__ΩExtractClassType;
|
|
1111
|
+
exports.__ΩInject = require_types.__ΩInject;
|
|
1112
|
+
exports.__ΩInjectMeta = require_types.__ΩInjectMeta;
|
|
1113
|
+
exports.__ΩTypeAnnotation = require_types.__ΩTypeAnnotation;
|
|
1114
|
+
exports.appendObject = require_types.appendObject;
|
|
1115
|
+
exports.applyDefaults = require_types.applyDefaults;
|
|
1116
|
+
exports.arrayClear = require_types.arrayClear;
|
|
1117
|
+
exports.arrayHasItem = require_types.arrayHasItem;
|
|
1118
|
+
exports.arrayMoveItem = require_types.arrayMoveItem;
|
|
1119
|
+
exports.arrayRemoveItem = require_types.arrayRemoveItem;
|
|
1120
|
+
exports.assertDefined = require_types.assertDefined;
|
|
1121
|
+
exports.assertInstanceOf = require_types.assertInstanceOf;
|
|
1122
|
+
exports.asyncOperation = require_types.asyncOperation;
|
|
1123
|
+
exports.average = require_types.average;
|
|
1147
1124
|
exports.base64ToUint8Array = base64ToUint8Array;
|
|
1148
1125
|
exports.bufferConcat = bufferConcat;
|
|
1149
1126
|
exports.bufferToString = bufferToString;
|
|
1150
1127
|
exports.bufferedGate = bufferedGate;
|
|
1151
|
-
exports.capitalize =
|
|
1152
|
-
exports.changeClass =
|
|
1128
|
+
exports.capitalize = require_types.capitalize;
|
|
1129
|
+
exports.changeClass = require_types.changeClass;
|
|
1153
1130
|
exports.clearTick = clearTick;
|
|
1154
|
-
exports.collectForMicrotask =
|
|
1155
|
-
exports.copy =
|
|
1131
|
+
exports.collectForMicrotask = require_types.collectForMicrotask;
|
|
1132
|
+
exports.copy = require_types.copy;
|
|
1156
1133
|
exports.createBuffer = createBuffer;
|
|
1157
|
-
exports.createDynamicClass =
|
|
1158
|
-
exports.createStack =
|
|
1159
|
-
exports.deletePathValue =
|
|
1160
|
-
exports.each =
|
|
1161
|
-
exports.eachKey =
|
|
1162
|
-
exports.eachPair =
|
|
1163
|
-
exports.empty =
|
|
1164
|
-
exports.ensureError =
|
|
1165
|
-
exports.escapeRegExp =
|
|
1134
|
+
exports.createDynamicClass = require_types.createDynamicClass;
|
|
1135
|
+
exports.createStack = require_types.createStack;
|
|
1136
|
+
exports.deletePathValue = require_types.deletePathValue;
|
|
1137
|
+
exports.each = require_types.each;
|
|
1138
|
+
exports.eachKey = require_types.eachKey;
|
|
1139
|
+
exports.eachPair = require_types.eachPair;
|
|
1140
|
+
exports.empty = require_types.empty;
|
|
1141
|
+
exports.ensureError = require_types.ensureError;
|
|
1142
|
+
exports.escapeRegExp = require_types.escapeRegExp;
|
|
1166
1143
|
exports.extractMethodBody = extractMethodBody;
|
|
1167
1144
|
exports.extractParameters = extractParameters;
|
|
1168
|
-
exports.first =
|
|
1169
|
-
exports.firstKey =
|
|
1170
|
-
exports.fixAsyncOperation =
|
|
1171
|
-
exports.formatError =
|
|
1172
|
-
exports.forwardTypeArguments =
|
|
1173
|
-
exports.getClassName =
|
|
1174
|
-
exports.getClassPropertyName =
|
|
1175
|
-
exports.getClassTypeFromInstance =
|
|
1176
|
-
exports.getCurrentFileName =
|
|
1145
|
+
exports.first = require_types.first;
|
|
1146
|
+
exports.firstKey = require_types.firstKey;
|
|
1147
|
+
exports.fixAsyncOperation = require_types.fixAsyncOperation;
|
|
1148
|
+
exports.formatError = require_types.formatError;
|
|
1149
|
+
exports.forwardTypeArguments = require_types.forwardTypeArguments;
|
|
1150
|
+
exports.getClassName = require_types.getClassName;
|
|
1151
|
+
exports.getClassPropertyName = require_types.getClassPropertyName;
|
|
1152
|
+
exports.getClassTypeFromInstance = require_types.getClassTypeFromInstance;
|
|
1153
|
+
exports.getCurrentFileName = require_types.getCurrentFileName;
|
|
1177
1154
|
exports.getEnumKeyLabelMap = getEnumKeyLabelMap;
|
|
1178
1155
|
exports.getEnumLabel = getEnumLabel;
|
|
1179
1156
|
exports.getEnumLabels = getEnumLabels;
|
|
1180
1157
|
exports.getEnumValues = getEnumValues;
|
|
1181
|
-
exports.getInheritanceChain =
|
|
1182
|
-
exports.getObjectKeysSize =
|
|
1183
|
-
exports.getParentClass =
|
|
1184
|
-
exports.getPathValue =
|
|
1158
|
+
exports.getInheritanceChain = require_types.getInheritanceChain;
|
|
1159
|
+
exports.getObjectKeysSize = require_types.getObjectKeysSize;
|
|
1160
|
+
exports.getParentClass = require_types.getParentClass;
|
|
1161
|
+
exports.getPathValue = require_types.getPathValue;
|
|
1185
1162
|
exports.getValidEnumValue = getValidEnumValue;
|
|
1186
|
-
exports.hasProperty =
|
|
1187
|
-
exports.humanBytes =
|
|
1188
|
-
exports.identifyType =
|
|
1189
|
-
exports.inDebugMode =
|
|
1190
|
-
exports.indent =
|
|
1191
|
-
exports.indexOf =
|
|
1192
|
-
exports.isArray =
|
|
1193
|
-
exports.isAsyncFunction =
|
|
1194
|
-
exports.isClass =
|
|
1195
|
-
exports.isClassInstance =
|
|
1196
|
-
exports.isConstructable =
|
|
1197
|
-
exports.isFunction =
|
|
1198
|
-
exports.isGlobalClass =
|
|
1199
|
-
exports.isInteger =
|
|
1200
|
-
exports.isIterable =
|
|
1201
|
-
exports.isNull =
|
|
1202
|
-
exports.isNumber =
|
|
1203
|
-
exports.isNumeric =
|
|
1204
|
-
exports.isObject =
|
|
1205
|
-
exports.isObjectLiteral =
|
|
1206
|
-
exports.isPlainObject =
|
|
1207
|
-
exports.isPromise =
|
|
1208
|
-
exports.isPrototypeOfBase =
|
|
1209
|
-
exports.isSet =
|
|
1210
|
-
exports.isString =
|
|
1211
|
-
exports.isUndefined =
|
|
1163
|
+
exports.hasProperty = require_types.hasProperty;
|
|
1164
|
+
exports.humanBytes = require_types.humanBytes;
|
|
1165
|
+
exports.identifyType = require_types.identifyType;
|
|
1166
|
+
exports.inDebugMode = require_types.inDebugMode;
|
|
1167
|
+
exports.indent = require_types.indent;
|
|
1168
|
+
exports.indexOf = require_types.indexOf;
|
|
1169
|
+
exports.isArray = require_types.isArray;
|
|
1170
|
+
exports.isAsyncFunction = require_types.isAsyncFunction;
|
|
1171
|
+
exports.isClass = require_types.isClass;
|
|
1172
|
+
exports.isClassInstance = require_types.isClassInstance;
|
|
1173
|
+
exports.isConstructable = require_types.isConstructable;
|
|
1174
|
+
exports.isFunction = require_types.isFunction;
|
|
1175
|
+
exports.isGlobalClass = require_types.isGlobalClass;
|
|
1176
|
+
exports.isInteger = require_types.isInteger;
|
|
1177
|
+
exports.isIterable = require_types.isIterable;
|
|
1178
|
+
exports.isNull = require_types.isNull;
|
|
1179
|
+
exports.isNumber = require_types.isNumber;
|
|
1180
|
+
exports.isNumeric = require_types.isNumeric;
|
|
1181
|
+
exports.isObject = require_types.isObject;
|
|
1182
|
+
exports.isObjectLiteral = require_types.isObjectLiteral;
|
|
1183
|
+
exports.isPlainObject = require_types.isPlainObject;
|
|
1184
|
+
exports.isPromise = require_types.isPromise;
|
|
1185
|
+
exports.isPrototypeOfBase = require_types.isPrototypeOfBase;
|
|
1186
|
+
exports.isSet = require_types.isSet;
|
|
1187
|
+
exports.isString = require_types.isString;
|
|
1188
|
+
exports.isUndefined = require_types.isUndefined;
|
|
1212
1189
|
exports.isValidEnumValue = isValidEnumValue;
|
|
1213
|
-
exports.iterableSize =
|
|
1214
|
-
exports.last =
|
|
1215
|
-
exports.lastKey =
|
|
1190
|
+
exports.iterableSize = require_types.iterableSize;
|
|
1191
|
+
exports.last = require_types.last;
|
|
1192
|
+
exports.lastKey = require_types.lastKey;
|
|
1216
1193
|
exports.log = log;
|
|
1217
|
-
exports.mergePromiseStack =
|
|
1218
|
-
exports.mergeStack =
|
|
1194
|
+
exports.mergePromiseStack = require_types.mergePromiseStack;
|
|
1195
|
+
exports.mergeStack = require_types.mergeStack;
|
|
1219
1196
|
exports.nativeBase64ToUint8Array = nativeBase64ToUint8Array;
|
|
1220
1197
|
exports.nextTick = nextTick;
|
|
1221
1198
|
exports.parseHost = parseHost;
|
|
@@ -1224,20 +1201,21 @@ exports.pathDirectory = pathDirectory;
|
|
|
1224
1201
|
exports.pathExtension = pathExtension;
|
|
1225
1202
|
exports.pathJoin = pathJoin;
|
|
1226
1203
|
exports.pathNormalize = pathNormalize;
|
|
1227
|
-
exports.prependObjectKeys =
|
|
1228
|
-
exports.prettyPrintObject =
|
|
1229
|
-
exports.range =
|
|
1230
|
-
exports.rangeArray =
|
|
1204
|
+
exports.prependObjectKeys = require_types.prependObjectKeys;
|
|
1205
|
+
exports.prettyPrintObject = require_types.prettyPrintObject;
|
|
1206
|
+
exports.range = require_types.range;
|
|
1207
|
+
exports.rangeArray = require_types.rangeArray;
|
|
1231
1208
|
exports.removeStrings = removeStrings;
|
|
1232
|
-
exports.setPathValue =
|
|
1209
|
+
exports.setPathValue = require_types.setPathValue;
|
|
1233
1210
|
exports.singleStack = singleStack;
|
|
1234
|
-
exports.size =
|
|
1235
|
-
exports.sleep =
|
|
1211
|
+
exports.size = require_types.size;
|
|
1212
|
+
exports.sleep = require_types.sleep;
|
|
1236
1213
|
exports.stack = stack;
|
|
1237
|
-
exports.stringifyValueWithType =
|
|
1214
|
+
exports.stringifyValueWithType = require_types.stringifyValueWithType;
|
|
1238
1215
|
exports.throttleTime = throttleTime;
|
|
1239
|
-
exports.time =
|
|
1240
|
-
exports.toFastProperties =
|
|
1216
|
+
exports.time = require_types.time;
|
|
1217
|
+
exports.toFastProperties = require_types.toFastProperties;
|
|
1241
1218
|
exports.uint8ArrayToUtf8 = uint8ArrayToUtf8;
|
|
1242
1219
|
exports.urlJoin = urlJoin;
|
|
1243
|
-
exports.zip =
|
|
1220
|
+
exports.zip = require_types.zip;
|
|
1221
|
+
//# sourceMappingURL=core.cjs.map
|
package/dist/vendor/core.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as isClass, A as empty, At as time, B as getClassTypeFromInstance, C as average, Ct as prettyPrintObject, D as createDynamicClass, Dt as size, E as copy, Et as setPathValue, F as fixAsyncOperation, G as getPathValue, H as getInheritanceChain, I as formatError, J as identifyType, K as hasProperty, L as forwardTypeArguments, M as escapeRegExp, Mt as each, N as first, Nt as eachKey, O as createStack, Ot as sleep, P as firstKey, Pt as eachPair, Q as isAsyncFunction, R as getClassName, S as asyncOperation, St as prependObjectKeys, T as collectForMicrotask, Tt as rangeArray, U as getObjectKeysSize, V as getCurrentFileName, W as getParentClass, X as indexOf, Y as inDebugMode, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, b as assertDefined, bt as mergePromiseStack, c as arrayHasItem, ct as isNumeric, d as toFastProperties, dt as isPlainObject, et as isClassInstance, f as AsyncFunction, ft as isPromise, g as __ΩCustomError, gt as isUndefined, h as __ΩClassType, ht as isString, i as capitalize, it as isInteger, j as ensureError, jt as zip, k as deletePathValue, kt as stringifyValueWithType, l as arrayMoveItem, lt as isObject, m as __ΩAbstractClassType, mt as isSet, n as __ΩInjectMeta, nt as isFunction, o as CompilerContext, ot as isNull, p as CustomError, pt as isPrototypeOfBase, q as humanBytes, r as __ΩTypeAnnotation, rt as isGlobalClass, s as arrayClear, st as isNumber, t as __ΩInject, tt as isConstructable, u as arrayRemoveItem, ut as isObjectLiteral, v as appendObject, vt as last, w as changeClass, wt as range, x as assertInstanceOf, xt as mergeStack, y as applyDefaults, yt as lastKey, z as getClassPropertyName } from "./types--t65boB8.mjs";
|
|
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 = [
|
|
@@ -932,29 +932,6 @@ urlJoin.__type = [
|
|
|
932
932
|
"P&@2!&/\""
|
|
933
933
|
];
|
|
934
934
|
|
|
935
|
-
//#endregion
|
|
936
|
-
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/types.js
|
|
937
|
-
const __ΩTypeAnnotation = [
|
|
938
|
-
"T",
|
|
939
|
-
"Options",
|
|
940
|
-
"TypeAnnotation",
|
|
941
|
-
"b!!c\"#w#y"
|
|
942
|
-
];
|
|
943
|
-
const __ΩInjectMeta = [
|
|
944
|
-
"T",
|
|
945
|
-
() => __ΩTypeAnnotation,
|
|
946
|
-
"inject",
|
|
947
|
-
"InjectMeta",
|
|
948
|
-
"!c!.#e!!o\"#w$y"
|
|
949
|
-
];
|
|
950
|
-
const __ΩInject = [
|
|
951
|
-
"Type",
|
|
952
|
-
"Token",
|
|
953
|
-
() => __ΩInjectMeta,
|
|
954
|
-
"Inject",
|
|
955
|
-
"b!!c\"Pe\"!e\"\"o#\"Kw$y"
|
|
956
|
-
];
|
|
957
|
-
|
|
958
935
|
//#endregion
|
|
959
936
|
//#region ../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/buffer.js
|
|
960
937
|
function __assignType$1(fn, args) {
|
|
@@ -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-LYoUBwrr.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-DZULKKdI.cjs";
|
|
2
2
|
export { Cache, DeclarationTransformer, ReflectionTransformer, TagsReflectionStruct, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-
|
|
1
|
+
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-tVqzhDgZ.mjs";
|
|
2
2
|
export { Cache, DeclarationTransformer, ReflectionTransformer, TagsReflectionStruct, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-
|
|
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-EpGQgrx7.mjs";
|
|
2
2
|
|
|
3
3
|
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_config = require('../config-
|
|
2
|
+
const require_config = require('../config-kjucozD0.cjs');
|
|
3
3
|
|
|
4
4
|
exports.defaultExcluded = require_config.defaultExcluded;
|
|
5
5
|
exports.getConfigResolver = require_config.getConfigResolver;
|
|
6
6
|
exports.isObject = require_config.isObject;
|
|
7
|
+
exports.level = require_config.level;
|
|
7
8
|
exports.parseRawMode = require_config.parseRawMode;
|
|
8
|
-
exports.reflectionLevel = require_config.reflectionLevel;
|
|
9
9
|
exports.reflectionModeMatcher = require_config.reflectionModeMatcher;
|
|
10
10
|
exports.reflectionModes = require_config.reflectionModes;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as
|
|
2
|
-
export { ConfigResolver, CurrentConfig, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ResolvedConfig, TsConfigJson, defaultExcluded, getConfigResolver, isObject,
|
|
1
|
+
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-B7x14BD7.cjs";
|
|
2
|
+
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
|
|
2
|
-
export { ConfigResolver, CurrentConfig, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ResolvedConfig, TsConfigJson, defaultExcluded, getConfigResolver, isObject,
|
|
1
|
+
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as parseRawMode, h as level, i as MatchResult, l as ReflectionConfigCache, m as isObject, n as CurrentConfig, o as Mode, p as getConfigResolver, r as Level, s as RawMode, t as ConfigResolver, u as ResolvedConfig, v as reflectionModes } from "../config-D6zsQbZD.mjs";
|
|
2
|
+
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
|
|
1
|
+
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-DH0_s6ur.mjs";
|
|
2
2
|
|
|
3
|
-
export { defaultExcluded, getConfigResolver, isObject,
|
|
3
|
+
export { defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('../chunk-BmvPcxpV.cjs');
|
|
3
|
-
const require_compiler = require('../compiler-
|
|
4
|
-
const require_config = require('../config-
|
|
3
|
+
const require_compiler = require('../compiler-LYoUBwrr.cjs');
|
|
4
|
+
const require_config = require('../config-kjucozD0.cjs');
|
|
5
5
|
let typescript = require("typescript");
|
|
6
6
|
typescript = require_chunk.__toESM(typescript);
|
|
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_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
|
9
9
|
var DeepkitLoader = class {
|
|
10
10
|
constructor() {
|
|
11
11
|
this.options = {
|
|
@@ -37,7 +37,7 @@ var DeepkitLoader = class {
|
|
|
37
37
|
typescript.default.transform(sourceFile, [(context) => {
|
|
38
38
|
const transformer = new require_compiler.ReflectionTransformer(context, this.cache).forHost(this.host).withReflection({
|
|
39
39
|
reflection: "default",
|
|
40
|
-
|
|
40
|
+
level: "normal"
|
|
41
41
|
});
|
|
42
42
|
return (node) => {
|
|
43
43
|
const sourceFile = transformer.transformSourceFile(node);
|
|
@@ -60,10 +60,11 @@ exports.defaultExcluded = require_config.defaultExcluded;
|
|
|
60
60
|
exports.encodeOps = require_compiler.encodeOps;
|
|
61
61
|
exports.getConfigResolver = require_config.getConfigResolver;
|
|
62
62
|
exports.isObject = require_config.isObject;
|
|
63
|
+
exports.level = require_config.level;
|
|
63
64
|
exports.packSize = require_compiler.packSize;
|
|
64
65
|
exports.packSizeByte = require_compiler.packSizeByte;
|
|
65
66
|
exports.parseRawMode = require_config.parseRawMode;
|
|
66
|
-
exports.reflectionLevel = require_config.reflectionLevel;
|
|
67
67
|
exports.reflectionModeMatcher = require_config.reflectionModeMatcher;
|
|
68
68
|
exports.reflectionModes = require_config.reflectionModes;
|
|
69
|
-
exports.transformer = require_compiler.transformer;
|
|
69
|
+
exports.transformer = require_compiler.transformer;
|
|
70
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as
|
|
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-B7x14BD7.cjs";
|
|
2
|
+
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-DZULKKdI.cjs";
|
|
3
3
|
import ts, { CompilerOptions, SourceFile } from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
|
|
6
6
|
declare class DeepkitLoader {
|
|
7
7
|
protected options: CompilerOptions;
|
|
8
8
|
protected host: ts.CompilerHost;
|
|
@@ -19,5 +19,5 @@ declare class DeepkitLoader {
|
|
|
19
19
|
transform(source: string, path: string): string;
|
|
20
20
|
}
|
|
21
21
|
//#endregion
|
|
22
|
-
export { Cache, ConfigResolver, CurrentConfig, DeclarationTransformer, DeepkitLoader, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ReflectionTransformer, ResolvedConfig, TagsReflectionStruct, TsConfigJson, debugPackStruct, declarationTransformer, defaultExcluded, encodeOps, getConfigResolver, isObject, packSize, packSizeByte, parseRawMode,
|
|
22
|
+
export { Cache, ConfigResolver, CurrentConfig, DeclarationTransformer, DeepkitLoader, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ReflectionTransformer, ResolvedConfig, TagsReflectionStruct, TsConfigJson, debugPackStruct, declarationTransformer, defaultExcluded, encodeOps, getConfigResolver, isObject, level, packSize, packSizeByte, parseRawMode, reflectionModeMatcher, reflectionModes, transformer };
|
|
23
23
|
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as reflectionModeMatcher, a as Matcher, c as ReflectionConfig, d as TsConfigJson, f as defaultExcluded, g as
|
|
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-D6zsQbZD.mjs";
|
|
2
|
+
import { a as debugPackStruct, c as packSize, i as TagsReflectionStruct, l as packSizeByte, n as DeclarationTransformer, o as declarationTransformer, r as ReflectionTransformer, s as encodeOps, t as Cache, u as transformer } from "../compiler-tVqzhDgZ.mjs";
|
|
3
3
|
import ts, { CompilerOptions, SourceFile } from "typescript";
|
|
4
4
|
|
|
5
|
-
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_dee3caf063df4f5ec81fe038695162cd/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
|
|
6
6
|
declare class DeepkitLoader {
|
|
7
7
|
protected options: CompilerOptions;
|
|
8
8
|
protected host: ts.CompilerHost;
|
|
@@ -19,5 +19,5 @@ declare class DeepkitLoader {
|
|
|
19
19
|
transform(source: string, path: string): string;
|
|
20
20
|
}
|
|
21
21
|
//#endregion
|
|
22
|
-
export { Cache, ConfigResolver, CurrentConfig, DeclarationTransformer, DeepkitLoader, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ReflectionTransformer, ResolvedConfig, TagsReflectionStruct, TsConfigJson, debugPackStruct, declarationTransformer, defaultExcluded, encodeOps, getConfigResolver, isObject, packSize, packSizeByte, parseRawMode,
|
|
22
|
+
export { Cache, ConfigResolver, CurrentConfig, DeclarationTransformer, DeepkitLoader, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ReflectionTransformer, ResolvedConfig, TagsReflectionStruct, TsConfigJson, debugPackStruct, declarationTransformer, defaultExcluded, encodeOps, getConfigResolver, isObject, level, packSize, packSizeByte, parseRawMode, reflectionModeMatcher, reflectionModes, transformer };
|
|
23
23
|
//# sourceMappingURL=index.d.mts.map
|