@powerlines/deepkit 0.8.64 → 0.9.3
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/{config-CIuIocxS.d.mts → config-DxlIp3Ls.d.cts} +2 -2
- package/dist/{config-M_dalIgY.d.cts → config-Iht5APNm.d.mts} +2 -2
- package/dist/esbuild-plugin.d.cts +1 -1
- package/dist/esbuild-plugin.d.mts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{transformer-DtCowByi.mjs → transformer--O9Yh5sG.mjs} +6 -6
- package/dist/{transformer-6NA1kzEh.cjs → transformer-UV8uDtrG.cjs} +5 -5
- 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 +1 -1
- package/dist/transpile.d.cts +1 -1
- package/dist/transpile.d.mts +1 -1
- package/dist/transpile.mjs +1 -1
- package/dist/vendor/{compiler-6p-O8DWM.mjs → compiler-BFGzEQta.mjs} +10 -10
- package/dist/vendor/{compiler-Bs70da7i.d.mts → compiler-Cw7_mRws.d.cts} +7 -7
- package/dist/vendor/{compiler-DyHd3cmQ.cjs → compiler-rc5xr9jX.cjs} +9 -9
- package/dist/vendor/{compiler-BzQk3lrL.d.cts → compiler-zpXLdYcw.d.mts} +7 -7
- package/dist/vendor/{config-Ct2OCIgN.cjs → config-BA-XKd9c.cjs} +20 -20
- package/dist/vendor/{config-9gu3GEzH.d.cts → config-CTzILEfE.d.mts} +2 -2
- package/dist/vendor/{config-DHD9-Noj.d.mts → config-DXfafVtE.d.cts} +2 -2
- package/dist/vendor/{config-B3amAJdS.mjs → config-D_kxripY.mjs} +21 -21
- package/dist/vendor/core.cjs +12 -12
- package/dist/vendor/core.d.cts +16 -16
- package/dist/vendor/core.d.mts +16 -16
- package/dist/vendor/core.mjs +12 -12
- package/dist/vendor/{type-2yMJb9Mw.d.cts → type-BjSNyGZz.d.mts} +2 -2
- package/dist/vendor/{type-fEQrgtBF.cjs → type-Cdec0s2o.cjs} +1 -1
- package/dist/vendor/{type-BoBEcrg7.d.mts → type-DH3ABQva.d.cts} +2 -2
- package/dist/vendor/{type-wscUl8NW.mjs → type-OqnxDy4H.mjs} +2 -2
- 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 +3 -3
- 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-spec.cjs +1 -1
- package/dist/vendor/type-spec.d.cts +1 -1
- package/dist/vendor/type-spec.d.mts +1 -1
- package/dist/vendor/type-spec.mjs +1 -1
- package/dist/vendor/type.cjs +33 -33
- package/dist/vendor/type.d.cts +25 -25
- package/dist/vendor/type.d.mts +25 -25
- package/dist/vendor/type.mjs +33 -33
- package/dist/vendor/{types-BwPWMe3m.d.mts → types-B1wJVmWf.d.mts} +4 -4
- package/dist/vendor/{types-exLGvFgG.d.cts → types-BSh3zalL.d.cts} +4 -4
- package/dist/vendor/{types-ClCdQYEg.mjs → types-CWtU5ubH.mjs} +12 -12
- package/dist/vendor/{types-_tsHFyMK.cjs → types-Cs3vMpdM.cjs} +11 -11
- package/package.json +15 -15
|
@@ -5,7 +5,7 @@ typescript = require_chunk.__toESM(typescript);
|
|
|
5
5
|
let node_path = require("node:path");
|
|
6
6
|
let node_fs = require("node:fs");
|
|
7
7
|
|
|
8
|
-
//#region
|
|
8
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
|
|
9
9
|
function isDebug(level = 1) {
|
|
10
10
|
const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
|
|
11
11
|
return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
|
|
@@ -24,7 +24,7 @@ function debug2(...message) {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
//#endregion
|
|
27
|
-
//#region
|
|
27
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js
|
|
28
28
|
var require_utils$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) => {
|
|
29
29
|
exports.isInteger = (num) => {
|
|
30
30
|
if (typeof num === "number") return Number.isInteger(num);
|
|
@@ -120,7 +120,7 @@ var require_utils$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) =>
|
|
|
120
120
|
}));
|
|
121
121
|
|
|
122
122
|
//#endregion
|
|
123
|
-
//#region
|
|
123
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.js
|
|
124
124
|
var require_stringify = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
125
125
|
const utils = require_utils$1();
|
|
126
126
|
module.exports = (ast, options = {}) => {
|
|
@@ -141,7 +141,7 @@ var require_stringify = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
|
|
|
141
141
|
}));
|
|
142
142
|
|
|
143
143
|
//#endregion
|
|
144
|
-
//#region
|
|
144
|
+
//#region ../../../node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js
|
|
145
145
|
/*!
|
|
146
146
|
* is-number <https://github.com/jonschlinkert/is-number>
|
|
147
147
|
*
|
|
@@ -157,7 +157,7 @@ var require_is_number = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
|
|
|
157
157
|
}));
|
|
158
158
|
|
|
159
159
|
//#endregion
|
|
160
|
-
//#region
|
|
160
|
+
//#region ../../../node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js
|
|
161
161
|
/*!
|
|
162
162
|
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
163
163
|
*
|
|
@@ -357,7 +357,7 @@ var require_to_regex_range = /* @__PURE__ */ require_chunk.__commonJSMin(((expor
|
|
|
357
357
|
}));
|
|
358
358
|
|
|
359
359
|
//#endregion
|
|
360
|
-
//#region
|
|
360
|
+
//#region ../../../node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js
|
|
361
361
|
/*!
|
|
362
362
|
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
363
363
|
*
|
|
@@ -526,7 +526,7 @@ var require_fill_range = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
526
526
|
}));
|
|
527
527
|
|
|
528
528
|
//#endregion
|
|
529
|
-
//#region
|
|
529
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.js
|
|
530
530
|
var require_compile = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
531
531
|
const fill = require_fill_range();
|
|
532
532
|
const utils = require_utils$1();
|
|
@@ -565,7 +565,7 @@ var require_compile = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, mod
|
|
|
565
565
|
}));
|
|
566
566
|
|
|
567
567
|
//#endregion
|
|
568
|
-
//#region
|
|
568
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.js
|
|
569
569
|
var require_expand = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
570
570
|
const fill = require_fill_range();
|
|
571
571
|
const stringify = require_stringify();
|
|
@@ -642,7 +642,7 @@ var require_expand = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modu
|
|
|
642
642
|
}));
|
|
643
643
|
|
|
644
644
|
//#endregion
|
|
645
|
-
//#region
|
|
645
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.js
|
|
646
646
|
var require_constants$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
647
647
|
module.exports = {
|
|
648
648
|
MAX_LENGTH: 1e4,
|
|
@@ -694,7 +694,7 @@ var require_constants$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
694
694
|
}));
|
|
695
695
|
|
|
696
696
|
//#endregion
|
|
697
|
-
//#region
|
|
697
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.js
|
|
698
698
|
var require_parse$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
699
699
|
const stringify = require_stringify();
|
|
700
700
|
/**
|
|
@@ -982,7 +982,7 @@ var require_parse$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, mod
|
|
|
982
982
|
}));
|
|
983
983
|
|
|
984
984
|
//#endregion
|
|
985
|
-
//#region
|
|
985
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.js
|
|
986
986
|
var require_braces = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
987
987
|
const stringify = require_stringify();
|
|
988
988
|
const compile = require_compile();
|
|
@@ -1110,7 +1110,7 @@ var require_braces = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modu
|
|
|
1110
1110
|
}));
|
|
1111
1111
|
|
|
1112
1112
|
//#endregion
|
|
1113
|
-
//#region
|
|
1113
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/constants.js
|
|
1114
1114
|
var require_constants = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
1115
1115
|
const path$2 = require("node:path");
|
|
1116
1116
|
const WIN_SLASH = "\\\\/";
|
|
@@ -1284,7 +1284,7 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
|
|
|
1284
1284
|
}));
|
|
1285
1285
|
|
|
1286
1286
|
//#endregion
|
|
1287
|
-
//#region
|
|
1287
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/utils.js
|
|
1288
1288
|
var require_utils = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) => {
|
|
1289
1289
|
const path$1 = require("node:path");
|
|
1290
1290
|
const win32 = process.platform === "win32";
|
|
@@ -1330,7 +1330,7 @@ var require_utils = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) => {
|
|
|
1330
1330
|
}));
|
|
1331
1331
|
|
|
1332
1332
|
//#endregion
|
|
1333
|
-
//#region
|
|
1333
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/scan.js
|
|
1334
1334
|
var require_scan = /* @__PURE__ */ require_chunk.__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();
|
|
@@ -1618,7 +1618,7 @@ var require_scan = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module
|
|
|
1618
1618
|
}));
|
|
1619
1619
|
|
|
1620
1620
|
//#endregion
|
|
1621
|
-
//#region
|
|
1621
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/parse.js
|
|
1622
1622
|
var require_parse = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
1623
1623
|
const constants = require_constants();
|
|
1624
1624
|
const utils = require_utils();
|
|
@@ -2677,7 +2677,7 @@ var require_parse = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modul
|
|
|
2677
2677
|
}));
|
|
2678
2678
|
|
|
2679
2679
|
//#endregion
|
|
2680
|
-
//#region
|
|
2680
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/picomatch.js
|
|
2681
2681
|
var require_picomatch$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
2682
2682
|
const path = require("node:path");
|
|
2683
2683
|
const scan = require_scan();
|
|
@@ -2971,13 +2971,13 @@ var require_picomatch$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
2971
2971
|
}));
|
|
2972
2972
|
|
|
2973
2973
|
//#endregion
|
|
2974
|
-
//#region
|
|
2974
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/index.js
|
|
2975
2975
|
var require_picomatch = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
2976
2976
|
module.exports = require_picomatch$1();
|
|
2977
2977
|
}));
|
|
2978
2978
|
|
|
2979
2979
|
//#endregion
|
|
2980
|
-
//#region
|
|
2980
|
+
//#region ../../../node_modules/.pnpm/micromatch@4.0.8/node_modules/micromatch/index.js
|
|
2981
2981
|
var require_micromatch = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
|
|
2982
2982
|
const util = require("node:util");
|
|
2983
2983
|
const braces = require_braces();
|
|
@@ -3372,7 +3372,7 @@ var require_micromatch = /* @__PURE__ */ require_chunk.__commonJSMin(((exports,
|
|
|
3372
3372
|
}));
|
|
3373
3373
|
|
|
3374
3374
|
//#endregion
|
|
3375
|
-
//#region
|
|
3375
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
|
|
3376
3376
|
var import_micromatch = /* @__PURE__ */ require_chunk.__toESM(require_micromatch(), 1);
|
|
3377
3377
|
const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = typescript$1.default;
|
|
3378
3378
|
function patternMatch(path, patterns, base) {
|
|
@@ -3432,7 +3432,7 @@ var Resolver = class {
|
|
|
3432
3432
|
};
|
|
3433
3433
|
|
|
3434
3434
|
//#endregion
|
|
3435
|
-
//#region
|
|
3435
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
|
|
3436
3436
|
/**
|
|
3437
3437
|
* Default means reflection is enabled for this file.
|
|
3438
3438
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ts, { CompilerOptions, ParseConfigHost } from "typescript";
|
|
2
2
|
|
|
3
|
-
//#region
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Default means reflection is enabled for this file.
|
|
6
6
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -127,4 +127,4 @@ declare function getConfigResolver(cache: ReflectionConfigCache, host: ParseConf
|
|
|
127
127
|
}, tsConfigPath?: string): ConfigResolver;
|
|
128
128
|
//#endregion
|
|
129
129
|
export { reflectionModeMatcher as _, Matcher as a, ReflectionConfig as c, TsConfigJson as d, defaultExcluded as f, parseRawMode as g, level as h, MatchResult as i, ReflectionConfigCache as l, isObject as m, CurrentConfig as n, Mode as o, getConfigResolver as p, Level as r, RawMode as s, ConfigResolver as t, ResolvedConfig as u, reflectionModes as v };
|
|
130
|
-
//# sourceMappingURL=config-
|
|
130
|
+
//# sourceMappingURL=config-CTzILEfE.d.mts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ts, { CompilerOptions, ParseConfigHost } from "typescript";
|
|
2
2
|
|
|
3
|
-
//#region
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Default means reflection is enabled for this file.
|
|
6
6
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -127,4 +127,4 @@ declare function getConfigResolver(cache: ReflectionConfigCache, host: ParseConf
|
|
|
127
127
|
}, tsConfigPath?: string): ConfigResolver;
|
|
128
128
|
//#endregion
|
|
129
129
|
export { reflectionModeMatcher as _, Matcher as a, ReflectionConfig as c, TsConfigJson as d, defaultExcluded as f, parseRawMode as g, level as h, MatchResult as i, ReflectionConfigCache as l, isObject as m, CurrentConfig as n, Mode as o, getConfigResolver as p, Level as r, RawMode as s, ConfigResolver as t, ResolvedConfig as u, reflectionModes as v };
|
|
130
|
-
//# sourceMappingURL=config-
|
|
130
|
+
//# sourceMappingURL=config-DXfafVtE.d.cts.map
|
|
@@ -3,7 +3,7 @@ import ts from "typescript";
|
|
|
3
3
|
import { dirname, isAbsolute, join } from "node:path";
|
|
4
4
|
import { readFileSync } from "node:fs";
|
|
5
5
|
|
|
6
|
-
//#region
|
|
6
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
|
|
7
7
|
function isDebug(level = 1) {
|
|
8
8
|
const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
|
|
9
9
|
return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
|
|
@@ -22,7 +22,7 @@ function debug2(...message) {
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
//#endregion
|
|
25
|
-
//#region
|
|
25
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js
|
|
26
26
|
var require_utils$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
27
27
|
exports.isInteger = (num) => {
|
|
28
28
|
if (typeof num === "number") return Number.isInteger(num);
|
|
@@ -118,7 +118,7 @@ var require_utils$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
118
118
|
}));
|
|
119
119
|
|
|
120
120
|
//#endregion
|
|
121
|
-
//#region
|
|
121
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.js
|
|
122
122
|
var require_stringify = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
123
123
|
const utils = require_utils$1();
|
|
124
124
|
module.exports = (ast, options = {}) => {
|
|
@@ -139,7 +139,7 @@ var require_stringify = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
139
139
|
}));
|
|
140
140
|
|
|
141
141
|
//#endregion
|
|
142
|
-
//#region
|
|
142
|
+
//#region ../../../node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js
|
|
143
143
|
/*!
|
|
144
144
|
* is-number <https://github.com/jonschlinkert/is-number>
|
|
145
145
|
*
|
|
@@ -155,7 +155,7 @@ var require_is_number = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
155
155
|
}));
|
|
156
156
|
|
|
157
157
|
//#endregion
|
|
158
|
-
//#region
|
|
158
|
+
//#region ../../../node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js
|
|
159
159
|
/*!
|
|
160
160
|
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
161
161
|
*
|
|
@@ -355,7 +355,7 @@ var require_to_regex_range = /* @__PURE__ */ __commonJSMin(((exports, module) =>
|
|
|
355
355
|
}));
|
|
356
356
|
|
|
357
357
|
//#endregion
|
|
358
|
-
//#region
|
|
358
|
+
//#region ../../../node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js
|
|
359
359
|
/*!
|
|
360
360
|
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
361
361
|
*
|
|
@@ -524,7 +524,7 @@ var require_fill_range = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
524
524
|
}));
|
|
525
525
|
|
|
526
526
|
//#endregion
|
|
527
|
-
//#region
|
|
527
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.js
|
|
528
528
|
var require_compile = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
529
529
|
const fill = require_fill_range();
|
|
530
530
|
const utils = require_utils$1();
|
|
@@ -563,7 +563,7 @@ var require_compile = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
563
563
|
}));
|
|
564
564
|
|
|
565
565
|
//#endregion
|
|
566
|
-
//#region
|
|
566
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.js
|
|
567
567
|
var require_expand = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
568
568
|
const fill = require_fill_range();
|
|
569
569
|
const stringify = require_stringify();
|
|
@@ -640,7 +640,7 @@ var require_expand = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
640
640
|
}));
|
|
641
641
|
|
|
642
642
|
//#endregion
|
|
643
|
-
//#region
|
|
643
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.js
|
|
644
644
|
var require_constants$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
645
645
|
module.exports = {
|
|
646
646
|
MAX_LENGTH: 1e4,
|
|
@@ -692,7 +692,7 @@ var require_constants$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
692
692
|
}));
|
|
693
693
|
|
|
694
694
|
//#endregion
|
|
695
|
-
//#region
|
|
695
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.js
|
|
696
696
|
var require_parse$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
697
697
|
const stringify = require_stringify();
|
|
698
698
|
/**
|
|
@@ -980,7 +980,7 @@ var require_parse$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
980
980
|
}));
|
|
981
981
|
|
|
982
982
|
//#endregion
|
|
983
|
-
//#region
|
|
983
|
+
//#region ../../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.js
|
|
984
984
|
var require_braces = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
985
985
|
const stringify = require_stringify();
|
|
986
986
|
const compile = require_compile();
|
|
@@ -1108,7 +1108,7 @@ var require_braces = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1108
1108
|
}));
|
|
1109
1109
|
|
|
1110
1110
|
//#endregion
|
|
1111
|
-
//#region
|
|
1111
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/constants.js
|
|
1112
1112
|
var require_constants = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1113
1113
|
const path$2 = __require("node:path");
|
|
1114
1114
|
const WIN_SLASH = "\\\\/";
|
|
@@ -1282,7 +1282,7 @@ var require_constants = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1282
1282
|
}));
|
|
1283
1283
|
|
|
1284
1284
|
//#endregion
|
|
1285
|
-
//#region
|
|
1285
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/utils.js
|
|
1286
1286
|
var require_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
1287
1287
|
const path$1 = __require("node:path");
|
|
1288
1288
|
const win32 = process.platform === "win32";
|
|
@@ -1328,7 +1328,7 @@ var require_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
1328
1328
|
}));
|
|
1329
1329
|
|
|
1330
1330
|
//#endregion
|
|
1331
|
-
//#region
|
|
1331
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/scan.js
|
|
1332
1332
|
var require_scan = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1333
1333
|
const utils = require_utils();
|
|
1334
1334
|
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();
|
|
@@ -1616,7 +1616,7 @@ var require_scan = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1616
1616
|
}));
|
|
1617
1617
|
|
|
1618
1618
|
//#endregion
|
|
1619
|
-
//#region
|
|
1619
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/parse.js
|
|
1620
1620
|
var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1621
1621
|
const constants = require_constants();
|
|
1622
1622
|
const utils = require_utils();
|
|
@@ -2675,7 +2675,7 @@ var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
2675
2675
|
}));
|
|
2676
2676
|
|
|
2677
2677
|
//#endregion
|
|
2678
|
-
//#region
|
|
2678
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/picomatch.js
|
|
2679
2679
|
var require_picomatch$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
2680
2680
|
const path = __require("node:path");
|
|
2681
2681
|
const scan = require_scan();
|
|
@@ -2969,13 +2969,13 @@ var require_picomatch$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
2969
2969
|
}));
|
|
2970
2970
|
|
|
2971
2971
|
//#endregion
|
|
2972
|
-
//#region
|
|
2972
|
+
//#region ../../../node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/index.js
|
|
2973
2973
|
var require_picomatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
2974
2974
|
module.exports = require_picomatch$1();
|
|
2975
2975
|
}));
|
|
2976
2976
|
|
|
2977
2977
|
//#endregion
|
|
2978
|
-
//#region
|
|
2978
|
+
//#region ../../../node_modules/.pnpm/micromatch@4.0.8/node_modules/micromatch/index.js
|
|
2979
2979
|
var require_micromatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
2980
2980
|
const util = __require("node:util");
|
|
2981
2981
|
const braces = require_braces();
|
|
@@ -3370,7 +3370,7 @@ var require_micromatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3370
3370
|
}));
|
|
3371
3371
|
|
|
3372
3372
|
//#endregion
|
|
3373
|
-
//#region
|
|
3373
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
|
|
3374
3374
|
var import_micromatch = /* @__PURE__ */ __toESM(require_micromatch(), 1);
|
|
3375
3375
|
const { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = ts;
|
|
3376
3376
|
function patternMatch(path, patterns, base) {
|
|
@@ -3430,7 +3430,7 @@ var Resolver = class {
|
|
|
3430
3430
|
};
|
|
3431
3431
|
|
|
3432
3432
|
//#endregion
|
|
3433
|
-
//#region
|
|
3433
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_335fb7796afd1fc89b7d9f08544bc647/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
|
|
3434
3434
|
/**
|
|
3435
3435
|
* Default means reflection is enabled for this file.
|
|
3436
3436
|
* Never means the whole reflection is disabled for this file.
|
|
@@ -3615,4 +3615,4 @@ function getConfigResolver(cache, host, compilerOptions, sourceFile, tsConfigPat
|
|
|
3615
3615
|
|
|
3616
3616
|
//#endregion
|
|
3617
3617
|
export { parseRawMode as a, Resolver as c, level as i, debug as l, getConfigResolver as n, reflectionModeMatcher as o, isObject as r, reflectionModes as s, defaultExcluded as t, debug2 as u };
|
|
3618
|
-
//# sourceMappingURL=config-
|
|
3618
|
+
//# sourceMappingURL=config-D_kxripY.mjs.map
|
package/dist/vendor/core.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_types = require('./types-
|
|
2
|
+
const require_types = require('./types-Cs3vMpdM.cjs');
|
|
3
3
|
|
|
4
|
-
//#region
|
|
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 = [
|
|
6
6
|
"configurable",
|
|
7
7
|
"enumerable",
|
|
@@ -138,7 +138,7 @@ function singleStack() {
|
|
|
138
138
|
singleStack.__type = ["singleStack", "P\"/!"];
|
|
139
139
|
|
|
140
140
|
//#endregion
|
|
141
|
-
//#region
|
|
141
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/enum.js
|
|
142
142
|
const __ΩObject = [
|
|
143
143
|
() => Function,
|
|
144
144
|
"constructor",
|
|
@@ -275,7 +275,7 @@ getValidEnumValue.__type = [
|
|
|
275
275
|
];
|
|
276
276
|
|
|
277
277
|
//#endregion
|
|
278
|
-
//#region
|
|
278
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/timer.js
|
|
279
279
|
var Timer = class {
|
|
280
280
|
constructor() {
|
|
281
281
|
this.timeoutTimers = [];
|
|
@@ -307,7 +307,7 @@ Timer.__type = [
|
|
|
307
307
|
];
|
|
308
308
|
|
|
309
309
|
//#endregion
|
|
310
|
-
//#region
|
|
310
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/process-locker.js
|
|
311
311
|
function __assignType$4(fn, args) {
|
|
312
312
|
fn.__type = args;
|
|
313
313
|
return fn;
|
|
@@ -470,7 +470,7 @@ Mutex.__type = [
|
|
|
470
470
|
];
|
|
471
471
|
|
|
472
472
|
//#endregion
|
|
473
|
-
//#region
|
|
473
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/network.js
|
|
474
474
|
var ParsedHost = class {
|
|
475
475
|
constructor() {
|
|
476
476
|
this.host = "127.0.0.1";
|
|
@@ -539,7 +539,7 @@ parseHost.__type = [
|
|
|
539
539
|
];
|
|
540
540
|
|
|
541
541
|
//#endregion
|
|
542
|
-
//#region
|
|
542
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/emitter.js
|
|
543
543
|
const __ΩAsyncSubscriber = [
|
|
544
544
|
"T",
|
|
545
545
|
"event",
|
|
@@ -693,7 +693,7 @@ AsyncEventEmitter.__type = [
|
|
|
693
693
|
];
|
|
694
694
|
|
|
695
695
|
//#endregion
|
|
696
|
-
//#region
|
|
696
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/reactive.js
|
|
697
697
|
function __assignType$3(fn, args) {
|
|
698
698
|
fn.__type = args;
|
|
699
699
|
return fn;
|
|
@@ -811,7 +811,7 @@ bufferedGate.__type = [
|
|
|
811
811
|
];
|
|
812
812
|
|
|
813
813
|
//#endregion
|
|
814
|
-
//#region
|
|
814
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/reflection.js
|
|
815
815
|
const COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm;
|
|
816
816
|
const DEFAULT_PARAMS = /=[^,]+/gm;
|
|
817
817
|
const FAT_ARROWS = /=>.*$/gm;
|
|
@@ -900,7 +900,7 @@ removeStrings.__type = [
|
|
|
900
900
|
];
|
|
901
901
|
|
|
902
902
|
//#endregion
|
|
903
|
-
//#region
|
|
903
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/url.js
|
|
904
904
|
function __assignType$2(fn, args) {
|
|
905
905
|
fn.__type = args;
|
|
906
906
|
return fn;
|
|
@@ -934,7 +934,7 @@ urlJoin.__type = [
|
|
|
934
934
|
];
|
|
935
935
|
|
|
936
936
|
//#endregion
|
|
937
|
-
//#region
|
|
937
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/buffer.js
|
|
938
938
|
function __assignType$1(fn, args) {
|
|
939
939
|
fn.__type = args;
|
|
940
940
|
return fn;
|
|
@@ -1016,7 +1016,7 @@ const base64ToUint8Array = "undefined" === typeof Buffer ? nativeBase64ToUint8Ar
|
|
|
1016
1016
|
]);
|
|
1017
1017
|
|
|
1018
1018
|
//#endregion
|
|
1019
|
-
//#region
|
|
1019
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/esm/src/path.js
|
|
1020
1020
|
function __assignType(fn, args) {
|
|
1021
1021
|
fn.__type = args;
|
|
1022
1022
|
return fn;
|
package/dist/vendor/core.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { $ as isClassInstance, A as ensureError, At as zip, B as getCurrentFileName, C as changeClass, Ct as range, D as createStack, Dt as sleep, E as createDynamicClass, Et as size, F as formatError, G as hasProperty, H as getObjectKeysSize, I as forwardTypeArguments, J as inDebugMode, K as humanBytes, L as getClassName, M as first, N as firstKey, O as deletePathValue, Ot as stringifyValueWithType, P as fixAsyncOperation, Q as isClass, R as getClassPropertyName, S as average, St as prettyPrintObject, T as copy, Tt as setPathValue, U as getParentClass, V as getInheritanceChain, W as getPathValue, X as isArray, Y as indexOf, Z as isAsyncFunction, _ as appendObject, _t as last, a as __ΩInjectMeta, at as isNull, b as assertInstanceOf, bt as mergeStack, c as AbstractClassType, ct as isObject, d as CustomError, dt as isPromise, et as isConstructable, f as ExtractClassType, ft as isPrototypeOfBase, g as __ΩExtractClassType, gt as iterableSize, h as __ΩCustomError, ht as isUndefined, i as __ΩInject, it as isIterable, j as escapeRegExp, k as empty, kt as time, l as AsyncFunction, lt as isObjectLiteral, m as __ΩClassType, mt as isString, n as InjectMeta, nt as isGlobalClass, o as __ΩTypeAnnotation, ot as isNumber, p as __ΩAbstractClassType, pt as isSet, q as identifyType, r as TypeAnnotation, rt as isInteger, s as CompilerContext, st as isNumeric, t as Inject, tt as isFunction, u as ClassType, ut as isPlainObject, v as applyDefaults, vt as lastKey, w as collectForMicrotask, wt as rangeArray, x as asyncOperation, xt as prependObjectKeys, y as assertDefined, yt as mergePromiseStack, z as getClassTypeFromInstance } from "./types-
|
|
1
|
+
import { $ as isClassInstance, A as ensureError, At as zip, B as getCurrentFileName, C as changeClass, Ct as range, D as createStack, Dt as sleep, E as createDynamicClass, Et as size, F as formatError, G as hasProperty, H as getObjectKeysSize, I as forwardTypeArguments, J as inDebugMode, K as humanBytes, L as getClassName, M as first, N as firstKey, O as deletePathValue, Ot as stringifyValueWithType, P as fixAsyncOperation, Q as isClass, R as getClassPropertyName, S as average, St as prettyPrintObject, T as copy, Tt as setPathValue, U as getParentClass, V as getInheritanceChain, W as getPathValue, X as isArray, Y as indexOf, Z as isAsyncFunction, _ as appendObject, _t as last, a as __ΩInjectMeta, at as isNull, b as assertInstanceOf, bt as mergeStack, c as AbstractClassType, ct as isObject, d as CustomError, dt as isPromise, et as isConstructable, f as ExtractClassType, ft as isPrototypeOfBase, g as __ΩExtractClassType, gt as iterableSize, h as __ΩCustomError, ht as isUndefined, i as __ΩInject, it as isIterable, j as escapeRegExp, k as empty, kt as time, l as AsyncFunction, lt as isObjectLiteral, m as __ΩClassType, mt as isString, n as InjectMeta, nt as isGlobalClass, o as __ΩTypeAnnotation, ot as isNumber, p as __ΩAbstractClassType, pt as isSet, q as identifyType, r as TypeAnnotation, rt as isInteger, s as CompilerContext, st as isNumeric, t as Inject, tt as isFunction, u as ClassType, ut as isPlainObject, v as applyDefaults, vt as lastKey, w as collectForMicrotask, wt as rangeArray, x as asyncOperation, xt as prependObjectKeys, y as assertDefined, yt as mergePromiseStack, z as getClassTypeFromInstance } from "./types-BSh3zalL.cjs";
|
|
2
2
|
|
|
3
|
-
//#region
|
|
3
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/decorators.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Logs every call to this method on stdout.
|
|
6
6
|
*
|
|
@@ -21,7 +21,7 @@ declare function stack(): (target: object, propertyKey: string, descriptor: Type
|
|
|
21
21
|
*/
|
|
22
22
|
declare function singleStack(): (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => Promise<any>>) => void;
|
|
23
23
|
//#endregion
|
|
24
|
-
//#region
|
|
24
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/enum.d.ts
|
|
25
25
|
/**
|
|
26
26
|
* Returns the enum label for a given enum value.
|
|
27
27
|
*
|
|
@@ -54,7 +54,7 @@ declare function isValidEnumValue(enumDefinition: any, value: any, allowLabelsAs
|
|
|
54
54
|
*/
|
|
55
55
|
declare function getValidEnumValue(enumDefinition: any, value: any, allowLabelsAsValue?: boolean): any;
|
|
56
56
|
//#endregion
|
|
57
|
-
//#region
|
|
57
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/iterators.d.ts
|
|
58
58
|
/**
|
|
59
59
|
* Iterator for each key of an array or object.
|
|
60
60
|
*
|
|
@@ -112,7 +112,7 @@ declare function eachPair<T>(object: {
|
|
|
112
112
|
[s: string]: T;
|
|
113
113
|
}): IterableIterator<[string, T]>;
|
|
114
114
|
//#endregion
|
|
115
|
-
//#region
|
|
115
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/timer.d.ts
|
|
116
116
|
declare class Timer {
|
|
117
117
|
protected timeoutTimers: any[];
|
|
118
118
|
setTimeout(cb: () => void, timeout: number): any;
|
|
@@ -122,7 +122,7 @@ declare class Timer {
|
|
|
122
122
|
clear(): void;
|
|
123
123
|
}
|
|
124
124
|
//#endregion
|
|
125
|
-
//#region
|
|
125
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/process-locker.d.ts
|
|
126
126
|
/**
|
|
127
127
|
* This lock mechanism works only for one process (worker).
|
|
128
128
|
*
|
|
@@ -159,7 +159,7 @@ declare class Mutex {
|
|
|
159
159
|
lock(): Promise<void>;
|
|
160
160
|
}
|
|
161
161
|
//#endregion
|
|
162
|
-
//#region
|
|
162
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/network.d.ts
|
|
163
163
|
declare class ParsedHost {
|
|
164
164
|
host: string;
|
|
165
165
|
port: number;
|
|
@@ -173,14 +173,14 @@ declare class ParsedHost {
|
|
|
173
173
|
}
|
|
174
174
|
declare function parseHost(hostWithIpOrUnixPath: string): ParsedHost;
|
|
175
175
|
//#endregion
|
|
176
|
-
//#region
|
|
176
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/perf.d.ts
|
|
177
177
|
declare function toFastProperties(obj: any): void;
|
|
178
178
|
//#endregion
|
|
179
|
-
//#region
|
|
179
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/string.d.ts
|
|
180
180
|
declare function indent(indentation: number, prefix?: string): (str?: string) => string;
|
|
181
181
|
declare function capitalize(string: string): string;
|
|
182
182
|
//#endregion
|
|
183
|
-
//#region
|
|
183
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/emitter.d.ts
|
|
184
184
|
type AsyncSubscriber<T> = (event: T) => Promise<void> | void;
|
|
185
185
|
type Subscriber<T> = (event: T) => Promise<void> | void;
|
|
186
186
|
type AsyncEventSubscription = {
|
|
@@ -222,7 +222,7 @@ declare class AsyncEventEmitter<T extends EmitterEvent> {
|
|
|
222
222
|
declare type __ΩAsyncEventSubscription = any[];
|
|
223
223
|
declare type __ΩEventSubscription = any[];
|
|
224
224
|
//#endregion
|
|
225
|
-
//#region
|
|
225
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/reactive.d.ts
|
|
226
226
|
declare const nextTick: (cb: () => void) => any;
|
|
227
227
|
declare const clearTick: (id: any) => any;
|
|
228
228
|
/**
|
|
@@ -254,15 +254,15 @@ declare function bufferedGate<T>(callback: (arg: T) => any): {
|
|
|
254
254
|
call: (i: T) => void;
|
|
255
255
|
};
|
|
256
256
|
//#endregion
|
|
257
|
-
//#region
|
|
257
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/reflection.d.ts
|
|
258
258
|
declare function extractParameters(fn: string | Function | ClassType): string[];
|
|
259
259
|
declare function extractMethodBody(classCode: string, name: string): string;
|
|
260
260
|
declare function removeStrings(code: string): string;
|
|
261
261
|
//#endregion
|
|
262
|
-
//#region
|
|
262
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/url.d.ts
|
|
263
263
|
declare function urlJoin(...path: string[]): string;
|
|
264
264
|
//#endregion
|
|
265
|
-
//#region
|
|
265
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/array.d.ts
|
|
266
266
|
/**
|
|
267
267
|
* @public
|
|
268
268
|
*/
|
|
@@ -301,7 +301,7 @@ declare function arrayRemoveItem<T>(array: T[], item: T): boolean;
|
|
|
301
301
|
*/
|
|
302
302
|
declare function arrayMoveItem<A extends T[], T>(array: A, item: T, move: number): A;
|
|
303
303
|
//#endregion
|
|
304
|
-
//#region
|
|
304
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/buffer.d.ts
|
|
305
305
|
/**
|
|
306
306
|
* Create a buffer of the given size (uninitialized, so it may contain random data).
|
|
307
307
|
*
|
|
@@ -324,7 +324,7 @@ declare function nativeBase64ToUint8Array(base64: string): Uint8Array;
|
|
|
324
324
|
*/
|
|
325
325
|
declare const base64ToUint8Array: (v: string) => Uint8Array;
|
|
326
326
|
//#endregion
|
|
327
|
-
//#region
|
|
327
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/path.d.ts
|
|
328
328
|
/**
|
|
329
329
|
* Normalizes the given path.
|
|
330
330
|
* Removes duplicate slashes, removes trailing slashes, adds a leading slash.
|