@powerlines/deepkit 0.9.95 → 0.9.97
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.d.cts +1 -2
- package/dist/capnp.d.mts +1 -2
- package/dist/{config-Bgt67as0.d.cts → config-dmZSl9F7.d.cts} +10 -11
- package/dist/{config-Bgt67as0.d.mts → config-dmZSl9F7.d.mts} +10 -11
- package/dist/esbuild-plugin.d.cts +0 -1
- package/dist/esbuild-plugin.d.mts +0 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{reflection-dZCCqxc3.d.cts → reflection-CVyhGqGH.d.cts} +17 -18
- package/dist/{reflection-dZCCqxc3.d.mts → reflection-CVyhGqGH.d.mts} +17 -18
- package/dist/resolve-reflections.d.cts +0 -1
- package/dist/resolve-reflections.d.mts +0 -1
- package/dist/rolldown-plugin.d.cts +0 -1
- package/dist/rolldown-plugin.d.mts +0 -1
- package/dist/{transformer-DnuSSWPR.cjs → transformer-CHOVkgMG.cjs} +10 -5
- package/dist/{transformer-9Qq95aUb.mjs → transformer-DSI6FAaZ.mjs} +11 -6
- package/dist/transformer.cjs +1 -1
- package/dist/transformer.d.cts +1 -2
- package/dist/transformer.d.mts +1 -2
- package/dist/transformer.mjs +1 -1
- package/dist/transpile.cjs +1 -1
- package/dist/transpile.d.cts +1 -2
- package/dist/transpile.d.mts +1 -2
- package/dist/transpile.mjs +1 -1
- package/dist/types.d.cts +2 -3
- package/dist/types.d.mts +2 -3
- package/dist/utilities.d.cts +0 -1
- package/dist/utilities.d.mts +0 -1
- package/dist/vendor/{compiler-CFzs_txx.d.cts → compiler-Bj6czf9C.d.cts} +3 -4
- package/dist/vendor/{compiler-EgkBSwnY.cjs → compiler-CDs-Gj-Z.cjs} +10 -5
- package/dist/vendor/{compiler-D4QaHzhD.d.mts → compiler-D6HDCNKP.d.mts} +3 -4
- package/dist/vendor/{compiler-8hCF4N7g.mjs → compiler-Dn_z_CUa.mjs} +11 -6
- package/dist/vendor/{config-B8wUohU6.d.cts → config-CUnBXA3v.d.cts} +10 -11
- package/dist/vendor/{config-B8wUohU6.d.mts → config-CUnBXA3v.d.mts} +10 -11
- package/dist/vendor/core.d.cts +1 -2
- package/dist/vendor/core.d.mts +1 -2
- package/dist/vendor/{type-BLubGRUo.d.cts → type-CUwNL20r.d.cts} +59 -59
- package/dist/vendor/{type-BLubGRUo.d.mts → type-CUwNL20r.d.mts} +59 -59
- 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.d.cts +1 -1
- package/dist/vendor/type-compiler/config.d.mts +1 -1
- package/dist/vendor/type-compiler/index.cjs +1 -1
- package/dist/vendor/type-compiler/index.d.cts +2 -3
- package/dist/vendor/type-compiler/index.d.mts +2 -3
- package/dist/vendor/type-compiler/index.mjs +1 -1
- package/dist/vendor/type-spec.d.cts +1 -1
- package/dist/vendor/type-spec.d.mts +1 -1
- package/dist/vendor/type.cjs +8 -2
- package/dist/vendor/type.d.cts +22 -27
- package/dist/vendor/type.d.mts +22 -27
- package/dist/vendor/type.mjs +8 -2
- package/dist/vendor/{types-Dh22x546.d.cts → types-cfMYDjR6.d.cts} +2 -2
- package/dist/vendor/{types-Dh22x546.d.mts → types-cfMYDjR6.d.mts} +2 -2
- package/package.json +7 -7
- package/schemas/reflection.d.cts +18 -19
- package/schemas/reflection.d.mts +18 -19
|
@@ -19,9 +19,11 @@ var require_vfs_cjs_production_min = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
19
19
|
try {
|
|
20
20
|
t = "undefined" != typeof localStorage;
|
|
21
21
|
} catch (e) {}
|
|
22
|
-
var r = "undefined" != typeof process
|
|
22
|
+
var r = "undefined" != typeof process;
|
|
23
|
+
var i = t && "function" == typeof localStorage.getItem && localStorage.getItem("DEBUG") || r && process.env.DEBUG ? console.log : function(e) {
|
|
23
24
|
return "";
|
|
24
|
-
}
|
|
25
|
+
};
|
|
26
|
+
var s = function(e, t) {
|
|
25
27
|
var r, i = e.lib || [], s = [
|
|
26
28
|
"lib.d.ts",
|
|
27
29
|
"lib.core.d.ts",
|
|
@@ -157,7 +159,8 @@ var require_vfs_cjs_production_min = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
157
159
|
return t > e ? t : e;
|
|
158
160
|
}) : void 0) || 0, u = Math.max(o, c);
|
|
159
161
|
return s.slice(0, u + 1);
|
|
160
|
-
}
|
|
162
|
+
};
|
|
163
|
+
var n = function(e, t) {
|
|
161
164
|
var r = f(), i = b(), s = function(e) {
|
|
162
165
|
var t = [];
|
|
163
166
|
return i.readdirSync(e).forEach(function(n) {
|
|
@@ -191,7 +194,8 @@ var require_vfs_cjs_production_min = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
191
194
|
skipLibCheck: !0,
|
|
192
195
|
skipDefaultLibCheck: !0
|
|
193
196
|
}, t.versionMajorMinor && Number(t.versionMajorMinor.split(".")[0]) >= 6 ? { ignoreDeprecations: "6.0" } : { moduleResolution: t.ModuleResolutionKind.NodeJs });
|
|
194
|
-
}
|
|
197
|
+
};
|
|
198
|
+
var c = function(e) {
|
|
195
199
|
return e.replace("/", "/lib.").toLowerCase();
|
|
196
200
|
};
|
|
197
201
|
function u(t, r, i) {
|
|
@@ -262,7 +266,8 @@ var require_vfs_cjs_production_min = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
262
266
|
}
|
|
263
267
|
var f = function() {
|
|
264
268
|
return __require(String.fromCharCode(112, 97, 116, 104));
|
|
265
|
-
}
|
|
269
|
+
};
|
|
270
|
+
var b = function() {
|
|
266
271
|
return __require(String.fromCharCode(102, 115));
|
|
267
272
|
};
|
|
268
273
|
exports.addAllFilesFromFolder = n, exports.addFilesForTypesIntoFolder = function(e) {
|
|
@@ -6557,4 +6562,4 @@ const declarationTransformer = function deepkitDeclarationTransformer(context) {
|
|
|
6557
6562
|
|
|
6558
6563
|
//#endregion
|
|
6559
6564
|
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 };
|
|
6560
|
-
//# sourceMappingURL=compiler-
|
|
6565
|
+
//# sourceMappingURL=compiler-Dn_z_CUa.mjs.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import ts, { CompilerOptions, ParseConfigHost } from "typescript";
|
|
2
|
-
|
|
3
2
|
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_9287880872ab70824e8df5717a572baa/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
|
|
4
3
|
/**
|
|
5
4
|
* Default means reflection is enabled for this file.
|
|
@@ -84,15 +83,15 @@ interface ReflectionConfig {
|
|
|
84
83
|
*/
|
|
85
84
|
reflection?: string[] | Mode;
|
|
86
85
|
/**
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
86
|
+
* Defines the level of reflection to be used during the transpilation process.
|
|
87
|
+
*
|
|
88
|
+
* @remarks
|
|
89
|
+
* The level determines how much extra data is captured in the byte code for each type. This can be one of the following values:
|
|
90
|
+
* - `minimal` - Only the essential type information is captured. (only "hidden", "ignore" and "internal", "readonly")
|
|
91
|
+
* - `normal` - Additional type information is captured, including some contextual data. (adds "alias" and "runtime")
|
|
92
|
+
* - `extended` - Even more detailed type information is captured, including extended contextual data. (adds "permissions" and "domain")
|
|
93
|
+
* - `all` - All available type information is captured, including detailed contextual data. (adds "title" and "description")
|
|
94
|
+
*/
|
|
96
95
|
level?: Level;
|
|
97
96
|
}
|
|
98
97
|
interface CurrentConfig extends ReflectionConfig {
|
|
@@ -127,4 +126,4 @@ declare function getConfigResolver(cache: ReflectionConfigCache, host: ParseConf
|
|
|
127
126
|
}, tsConfigPath?: string): ConfigResolver;
|
|
128
127
|
//#endregion
|
|
129
128
|
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-
|
|
129
|
+
//# sourceMappingURL=config-CUnBXA3v.d.cts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import ts, { CompilerOptions, ParseConfigHost } from "typescript";
|
|
2
|
-
|
|
3
2
|
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_9287880872ab70824e8df5717a572baa/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
|
|
4
3
|
/**
|
|
5
4
|
* Default means reflection is enabled for this file.
|
|
@@ -84,15 +83,15 @@ interface ReflectionConfig {
|
|
|
84
83
|
*/
|
|
85
84
|
reflection?: string[] | Mode;
|
|
86
85
|
/**
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
86
|
+
* Defines the level of reflection to be used during the transpilation process.
|
|
87
|
+
*
|
|
88
|
+
* @remarks
|
|
89
|
+
* The level determines how much extra data is captured in the byte code for each type. This can be one of the following values:
|
|
90
|
+
* - `minimal` - Only the essential type information is captured. (only "hidden", "ignore" and "internal", "readonly")
|
|
91
|
+
* - `normal` - Additional type information is captured, including some contextual data. (adds "alias" and "runtime")
|
|
92
|
+
* - `extended` - Even more detailed type information is captured, including extended contextual data. (adds "permissions" and "domain")
|
|
93
|
+
* - `all` - All available type information is captured, including detailed contextual data. (adds "title" and "description")
|
|
94
|
+
*/
|
|
96
95
|
level?: Level;
|
|
97
96
|
}
|
|
98
97
|
interface CurrentConfig extends ReflectionConfig {
|
|
@@ -127,4 +126,4 @@ declare function getConfigResolver(cache: ReflectionConfigCache, host: ParseConf
|
|
|
127
126
|
}, tsConfigPath?: string): ConfigResolver;
|
|
128
127
|
//#endregion
|
|
129
128
|
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-
|
|
129
|
+
//# sourceMappingURL=config-CUnBXA3v.d.mts.map
|
package/dist/vendor/core.d.cts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
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-
|
|
2
|
-
|
|
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-cfMYDjR6.cjs";
|
|
3
2
|
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/decorators.d.ts
|
|
4
3
|
/**
|
|
5
4
|
* Logs every call to this method on stdout.
|
package/dist/vendor/core.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
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-
|
|
2
|
-
|
|
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-cfMYDjR6.mjs";
|
|
3
2
|
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/decorators.d.ts
|
|
4
3
|
/**
|
|
5
4
|
* Logs every call to this method on stdout.
|
|
@@ -62,8 +62,8 @@ declare enum ReflectionOp {
|
|
|
62
62
|
* Pushes a method type.
|
|
63
63
|
*/
|
|
64
64
|
method = 15,
|
|
65
|
-
methodSignature = 16,
|
|
66
|
-
|
|
65
|
+
methodSignature = 16 //has 1 parameter, reference to stack for its property name
|
|
66
|
+
,
|
|
67
67
|
parameter = 17,
|
|
68
68
|
/**
|
|
69
69
|
* This OP pops the latest type entry on the stack.
|
|
@@ -71,8 +71,8 @@ declare enum ReflectionOp {
|
|
|
71
71
|
* Pushes a property type.
|
|
72
72
|
*/
|
|
73
73
|
property = 18,
|
|
74
|
-
propertySignature = 19,
|
|
75
|
-
|
|
74
|
+
propertySignature = 19 //has 1 parameter, reference to stack for its property name
|
|
75
|
+
,
|
|
76
76
|
/**
|
|
77
77
|
* This OP pops all types on the current stack frame. Those types should be method|property.
|
|
78
78
|
*
|
|
@@ -108,8 +108,8 @@ declare enum ReflectionOp {
|
|
|
108
108
|
rest = 31,
|
|
109
109
|
regexp = 32,
|
|
110
110
|
enum = 33,
|
|
111
|
-
enumMember = 34,
|
|
112
|
-
|
|
111
|
+
enumMember = 34 //has one argument, the name.
|
|
112
|
+
,
|
|
113
113
|
set = 35,
|
|
114
114
|
map = 36,
|
|
115
115
|
/**
|
|
@@ -120,20 +120,20 @@ declare enum ReflectionOp {
|
|
|
120
120
|
array = 37,
|
|
121
121
|
tuple = 38,
|
|
122
122
|
tupleMember = 39,
|
|
123
|
-
namedTupleMember = 40,
|
|
124
|
-
|
|
125
|
-
union = 41
|
|
126
|
-
|
|
123
|
+
namedTupleMember = 40 //has one argument, the name.
|
|
124
|
+
,
|
|
125
|
+
union = 41 //pops frame. requires frame start when stack can be dirty.
|
|
126
|
+
,
|
|
127
127
|
intersection = 42,
|
|
128
128
|
indexSignature = 43,
|
|
129
129
|
objectLiteral = 44,
|
|
130
|
-
mappedType = 45
|
|
131
|
-
|
|
130
|
+
mappedType = 45 //2 parameters: functionPointer and modifier.
|
|
131
|
+
,
|
|
132
132
|
in = 46,
|
|
133
|
-
frame = 47
|
|
134
|
-
|
|
135
|
-
moveFrame = 48,
|
|
136
|
-
|
|
133
|
+
frame = 47 //creates a new stack frame
|
|
134
|
+
,
|
|
135
|
+
moveFrame = 48 //pop() as T, pops the current stack frame, push(T)
|
|
136
|
+
,
|
|
137
137
|
return = 49,
|
|
138
138
|
templateLiteral = 50,
|
|
139
139
|
date = 51,
|
|
@@ -149,46 +149,46 @@ declare enum ReflectionOp {
|
|
|
149
149
|
bigInt64Array = 61,
|
|
150
150
|
arrayBuffer = 62,
|
|
151
151
|
promise = 63,
|
|
152
|
-
arg = 64,
|
|
153
|
-
|
|
154
|
-
typeParameter = 65,
|
|
155
|
-
|
|
156
|
-
typeParameterDefault = 66,
|
|
157
|
-
|
|
158
|
-
var = 67
|
|
159
|
-
|
|
160
|
-
loads = 68,
|
|
161
|
-
|
|
162
|
-
indexAccess = 69,
|
|
163
|
-
|
|
164
|
-
keyof = 70
|
|
165
|
-
|
|
166
|
-
infer = 71,
|
|
167
|
-
|
|
168
|
-
typeof = 72
|
|
169
|
-
|
|
152
|
+
arg = 64 //@deprecated. parameter is a number referencing an entry in the stack, relative to the beginning of the current frame, *-1. pushes that entry onto the stack. this is related to the calling convention.
|
|
153
|
+
,
|
|
154
|
+
typeParameter = 65 //generic type parameter, e.g. T in a generic. has 1 parameter: reference to the name.
|
|
155
|
+
,
|
|
156
|
+
typeParameterDefault = 66 //generic type parameter with a default value, e.g. T in a generic. has 1 parameter: reference to the name. pop() for the default value
|
|
157
|
+
,
|
|
158
|
+
var = 67 //reserve a new variable in the stack
|
|
159
|
+
,
|
|
160
|
+
loads = 68 //pushes to the stack a referenced value in the stack. has 2 parameters: <frame> <index>, frame is a negative offset to the frame, and index the index of the stack entry withing the referenced frame
|
|
161
|
+
,
|
|
162
|
+
indexAccess = 69 //T['string'], 2 items on the stack
|
|
163
|
+
,
|
|
164
|
+
keyof = 70 //keyof operator
|
|
165
|
+
,
|
|
166
|
+
infer = 71 //2 params, like `loads`
|
|
167
|
+
,
|
|
168
|
+
typeof = 72 //1 parameter that points to a function returning the runtime value from which we need to extract the type
|
|
169
|
+
,
|
|
170
170
|
condition = 73,
|
|
171
|
-
jumpCondition = 74,
|
|
172
|
-
|
|
173
|
-
jump = 75
|
|
174
|
-
|
|
175
|
-
call = 76,
|
|
176
|
-
|
|
171
|
+
jumpCondition = 74 //@deprecated. used when INFER is used in `extends` conditional branch. 2 args: left program, right program
|
|
172
|
+
,
|
|
173
|
+
jump = 75 //jump to an address
|
|
174
|
+
,
|
|
175
|
+
call = 76 //has one parameter, the next program address. creates a new stack frame with current program address as first stack entry, and jumps back to that + 1.
|
|
176
|
+
,
|
|
177
177
|
inline = 77,
|
|
178
178
|
inlineCall = 78,
|
|
179
|
-
distribute = 79,
|
|
180
|
-
|
|
181
|
-
extends = 80,
|
|
182
|
-
|
|
183
|
-
widen = 81,
|
|
184
|
-
|
|
179
|
+
distribute = 79 //has one parameter, the co-routine program index.
|
|
180
|
+
,
|
|
181
|
+
extends = 80 //X extends Y in a conditional type, XY popped from the stack, pushes boolean on the stack
|
|
182
|
+
,
|
|
183
|
+
widen = 81 //widens the type on the stack, .e.g 'asd' => string, 34 => number, etc. this is necessary for infer runtime data, and widen if necessary (object member or non-contained literal)
|
|
184
|
+
,
|
|
185
185
|
static = 82,
|
|
186
|
-
mappedType2 = 83,
|
|
187
|
-
|
|
188
|
-
functionReference = 84
|
|
189
|
-
|
|
190
|
-
callSignature = 85
|
|
191
|
-
|
|
186
|
+
mappedType2 = 83 //same as mappedType2 but the given functionPointer returns a tuple [type, name]
|
|
187
|
+
,
|
|
188
|
+
functionReference = 84 //Same as classReference but for functions
|
|
189
|
+
,
|
|
190
|
+
callSignature = 85 //Same as function but for call signatures (in object literals)
|
|
191
|
+
,
|
|
192
192
|
/**
|
|
193
193
|
* Assign for Enum, Interface, Class, and TypeAlias declaration at the very end
|
|
194
194
|
* of the program the typeName. This is so that we have type names available even
|
|
@@ -197,8 +197,8 @@ declare enum ReflectionOp {
|
|
|
197
197
|
* his operator also assigns originTypes to the type, as it acts as the finalization
|
|
198
198
|
* step of a type.
|
|
199
199
|
*/
|
|
200
|
-
typeName = 86,
|
|
201
|
-
|
|
200
|
+
typeName = 86 //has one parameter, the index of the stack entry that contains the type name. Uses current head of the stack as type and assigns typeName to it.
|
|
201
|
+
,
|
|
202
202
|
/**
|
|
203
203
|
* If a class implement an interface or type,
|
|
204
204
|
*
|
|
@@ -209,10 +209,10 @@ declare enum ReflectionOp {
|
|
|
209
209
|
* This OP has 1 argument and pops x types from the stack. X is the first argument.
|
|
210
210
|
* Expects a TypeClass on the stack.
|
|
211
211
|
*/
|
|
212
|
-
implements = 87
|
|
213
|
-
|
|
214
|
-
nominal = 88
|
|
215
|
-
|
|
212
|
+
implements = 87 //pops one type from the stack and assigns it to the latest class on the stack as `implements` type.
|
|
213
|
+
,
|
|
214
|
+
nominal = 88 //marks the last type on the stack as nominal. (used at the end of class/interface/type alias programs).
|
|
215
|
+
,
|
|
216
216
|
/**
|
|
217
217
|
* Custom Storm Software operators
|
|
218
218
|
*/
|
|
@@ -220,4 +220,4 @@ declare enum ReflectionOp {
|
|
|
220
220
|
}
|
|
221
221
|
//#endregion
|
|
222
222
|
export { ReflectionOp as n, TypeNumberBrand as r, MappedModifier as t };
|
|
223
|
-
//# sourceMappingURL=type-
|
|
223
|
+
//# sourceMappingURL=type-CUwNL20r.d.cts.map
|
|
@@ -62,8 +62,8 @@ declare enum ReflectionOp {
|
|
|
62
62
|
* Pushes a method type.
|
|
63
63
|
*/
|
|
64
64
|
method = 15,
|
|
65
|
-
methodSignature = 16,
|
|
66
|
-
|
|
65
|
+
methodSignature = 16 //has 1 parameter, reference to stack for its property name
|
|
66
|
+
,
|
|
67
67
|
parameter = 17,
|
|
68
68
|
/**
|
|
69
69
|
* This OP pops the latest type entry on the stack.
|
|
@@ -71,8 +71,8 @@ declare enum ReflectionOp {
|
|
|
71
71
|
* Pushes a property type.
|
|
72
72
|
*/
|
|
73
73
|
property = 18,
|
|
74
|
-
propertySignature = 19,
|
|
75
|
-
|
|
74
|
+
propertySignature = 19 //has 1 parameter, reference to stack for its property name
|
|
75
|
+
,
|
|
76
76
|
/**
|
|
77
77
|
* This OP pops all types on the current stack frame. Those types should be method|property.
|
|
78
78
|
*
|
|
@@ -108,8 +108,8 @@ declare enum ReflectionOp {
|
|
|
108
108
|
rest = 31,
|
|
109
109
|
regexp = 32,
|
|
110
110
|
enum = 33,
|
|
111
|
-
enumMember = 34,
|
|
112
|
-
|
|
111
|
+
enumMember = 34 //has one argument, the name.
|
|
112
|
+
,
|
|
113
113
|
set = 35,
|
|
114
114
|
map = 36,
|
|
115
115
|
/**
|
|
@@ -120,20 +120,20 @@ declare enum ReflectionOp {
|
|
|
120
120
|
array = 37,
|
|
121
121
|
tuple = 38,
|
|
122
122
|
tupleMember = 39,
|
|
123
|
-
namedTupleMember = 40,
|
|
124
|
-
|
|
125
|
-
union = 41
|
|
126
|
-
|
|
123
|
+
namedTupleMember = 40 //has one argument, the name.
|
|
124
|
+
,
|
|
125
|
+
union = 41 //pops frame. requires frame start when stack can be dirty.
|
|
126
|
+
,
|
|
127
127
|
intersection = 42,
|
|
128
128
|
indexSignature = 43,
|
|
129
129
|
objectLiteral = 44,
|
|
130
|
-
mappedType = 45
|
|
131
|
-
|
|
130
|
+
mappedType = 45 //2 parameters: functionPointer and modifier.
|
|
131
|
+
,
|
|
132
132
|
in = 46,
|
|
133
|
-
frame = 47
|
|
134
|
-
|
|
135
|
-
moveFrame = 48,
|
|
136
|
-
|
|
133
|
+
frame = 47 //creates a new stack frame
|
|
134
|
+
,
|
|
135
|
+
moveFrame = 48 //pop() as T, pops the current stack frame, push(T)
|
|
136
|
+
,
|
|
137
137
|
return = 49,
|
|
138
138
|
templateLiteral = 50,
|
|
139
139
|
date = 51,
|
|
@@ -149,46 +149,46 @@ declare enum ReflectionOp {
|
|
|
149
149
|
bigInt64Array = 61,
|
|
150
150
|
arrayBuffer = 62,
|
|
151
151
|
promise = 63,
|
|
152
|
-
arg = 64,
|
|
153
|
-
|
|
154
|
-
typeParameter = 65,
|
|
155
|
-
|
|
156
|
-
typeParameterDefault = 66,
|
|
157
|
-
|
|
158
|
-
var = 67
|
|
159
|
-
|
|
160
|
-
loads = 68,
|
|
161
|
-
|
|
162
|
-
indexAccess = 69,
|
|
163
|
-
|
|
164
|
-
keyof = 70
|
|
165
|
-
|
|
166
|
-
infer = 71,
|
|
167
|
-
|
|
168
|
-
typeof = 72
|
|
169
|
-
|
|
152
|
+
arg = 64 //@deprecated. parameter is a number referencing an entry in the stack, relative to the beginning of the current frame, *-1. pushes that entry onto the stack. this is related to the calling convention.
|
|
153
|
+
,
|
|
154
|
+
typeParameter = 65 //generic type parameter, e.g. T in a generic. has 1 parameter: reference to the name.
|
|
155
|
+
,
|
|
156
|
+
typeParameterDefault = 66 //generic type parameter with a default value, e.g. T in a generic. has 1 parameter: reference to the name. pop() for the default value
|
|
157
|
+
,
|
|
158
|
+
var = 67 //reserve a new variable in the stack
|
|
159
|
+
,
|
|
160
|
+
loads = 68 //pushes to the stack a referenced value in the stack. has 2 parameters: <frame> <index>, frame is a negative offset to the frame, and index the index of the stack entry withing the referenced frame
|
|
161
|
+
,
|
|
162
|
+
indexAccess = 69 //T['string'], 2 items on the stack
|
|
163
|
+
,
|
|
164
|
+
keyof = 70 //keyof operator
|
|
165
|
+
,
|
|
166
|
+
infer = 71 //2 params, like `loads`
|
|
167
|
+
,
|
|
168
|
+
typeof = 72 //1 parameter that points to a function returning the runtime value from which we need to extract the type
|
|
169
|
+
,
|
|
170
170
|
condition = 73,
|
|
171
|
-
jumpCondition = 74,
|
|
172
|
-
|
|
173
|
-
jump = 75
|
|
174
|
-
|
|
175
|
-
call = 76,
|
|
176
|
-
|
|
171
|
+
jumpCondition = 74 //@deprecated. used when INFER is used in `extends` conditional branch. 2 args: left program, right program
|
|
172
|
+
,
|
|
173
|
+
jump = 75 //jump to an address
|
|
174
|
+
,
|
|
175
|
+
call = 76 //has one parameter, the next program address. creates a new stack frame with current program address as first stack entry, and jumps back to that + 1.
|
|
176
|
+
,
|
|
177
177
|
inline = 77,
|
|
178
178
|
inlineCall = 78,
|
|
179
|
-
distribute = 79,
|
|
180
|
-
|
|
181
|
-
extends = 80,
|
|
182
|
-
|
|
183
|
-
widen = 81,
|
|
184
|
-
|
|
179
|
+
distribute = 79 //has one parameter, the co-routine program index.
|
|
180
|
+
,
|
|
181
|
+
extends = 80 //X extends Y in a conditional type, XY popped from the stack, pushes boolean on the stack
|
|
182
|
+
,
|
|
183
|
+
widen = 81 //widens the type on the stack, .e.g 'asd' => string, 34 => number, etc. this is necessary for infer runtime data, and widen if necessary (object member or non-contained literal)
|
|
184
|
+
,
|
|
185
185
|
static = 82,
|
|
186
|
-
mappedType2 = 83,
|
|
187
|
-
|
|
188
|
-
functionReference = 84
|
|
189
|
-
|
|
190
|
-
callSignature = 85
|
|
191
|
-
|
|
186
|
+
mappedType2 = 83 //same as mappedType2 but the given functionPointer returns a tuple [type, name]
|
|
187
|
+
,
|
|
188
|
+
functionReference = 84 //Same as classReference but for functions
|
|
189
|
+
,
|
|
190
|
+
callSignature = 85 //Same as function but for call signatures (in object literals)
|
|
191
|
+
,
|
|
192
192
|
/**
|
|
193
193
|
* Assign for Enum, Interface, Class, and TypeAlias declaration at the very end
|
|
194
194
|
* of the program the typeName. This is so that we have type names available even
|
|
@@ -197,8 +197,8 @@ declare enum ReflectionOp {
|
|
|
197
197
|
* his operator also assigns originTypes to the type, as it acts as the finalization
|
|
198
198
|
* step of a type.
|
|
199
199
|
*/
|
|
200
|
-
typeName = 86,
|
|
201
|
-
|
|
200
|
+
typeName = 86 //has one parameter, the index of the stack entry that contains the type name. Uses current head of the stack as type and assigns typeName to it.
|
|
201
|
+
,
|
|
202
202
|
/**
|
|
203
203
|
* If a class implement an interface or type,
|
|
204
204
|
*
|
|
@@ -209,10 +209,10 @@ declare enum ReflectionOp {
|
|
|
209
209
|
* This OP has 1 argument and pops x types from the stack. X is the first argument.
|
|
210
210
|
* Expects a TypeClass on the stack.
|
|
211
211
|
*/
|
|
212
|
-
implements = 87
|
|
213
|
-
|
|
214
|
-
nominal = 88
|
|
215
|
-
|
|
212
|
+
implements = 87 //pops one type from the stack and assigns it to the latest class on the stack as `implements` type.
|
|
213
|
+
,
|
|
214
|
+
nominal = 88 //marks the last type on the stack as nominal. (used at the end of class/interface/type alias programs).
|
|
215
|
+
,
|
|
216
216
|
/**
|
|
217
217
|
* Custom Storm Software operators
|
|
218
218
|
*/
|
|
@@ -220,4 +220,4 @@ declare enum ReflectionOp {
|
|
|
220
220
|
}
|
|
221
221
|
//#endregion
|
|
222
222
|
export { ReflectionOp as n, TypeNumberBrand as r, MappedModifier as t };
|
|
223
|
-
//# sourceMappingURL=type-
|
|
223
|
+
//# sourceMappingURL=type-CUwNL20r.d.mts.map
|
|
@@ -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-CDs-Gj-Z.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-Bj6czf9C.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-D6HDCNKP.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-Dn_z_CUa.mjs";
|
|
2
2
|
|
|
3
3
|
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
@@ -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-CUnBXA3v.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-CUnBXA3v.mjs";
|
|
2
2
|
export { ConfigResolver, CurrentConfig, Level, MatchResult, Matcher, Mode, RawMode, ReflectionConfig, ReflectionConfigCache, ResolvedConfig, TsConfigJson, defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_rolldown_runtime = require('../rolldown-runtime-fl3r8ClO.cjs');
|
|
3
|
-
const require_compiler = require('../compiler-
|
|
3
|
+
const require_compiler = require('../compiler-CDs-Gj-Z.cjs');
|
|
4
4
|
const require_config = require('../config-Cm6GJCxo.cjs');
|
|
5
5
|
let typescript = require("typescript");
|
|
6
6
|
typescript = require_rolldown_runtime.__toESM(typescript, 1);
|
|
@@ -1,7 +1,6 @@
|
|
|
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-CUnBXA3v.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-Bj6czf9C.cjs";
|
|
3
3
|
import ts, { CompilerOptions, SourceFile } from "typescript";
|
|
4
|
-
|
|
5
4
|
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_9287880872ab70824e8df5717a572baa/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
|
|
6
5
|
declare class DeepkitLoader {
|
|
7
6
|
protected options: CompilerOptions;
|
|
@@ -1,7 +1,6 @@
|
|
|
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-CUnBXA3v.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-D6HDCNKP.mjs";
|
|
3
3
|
import ts, { CompilerOptions, SourceFile } from "typescript";
|
|
4
|
-
|
|
5
4
|
//#region ../../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_9287880872ab70824e8df5717a572baa/node_modules/@deepkit/type-compiler/dist/cjs/src/loader.d.ts
|
|
6
5
|
declare class DeepkitLoader {
|
|
7
6
|
protected options: CompilerOptions;
|
|
@@ -1,4 +1,4 @@
|
|
|
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-Dn_z_CUa.mjs";
|
|
2
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-BlXGGlxS.mjs";
|
|
3
3
|
import ts from "typescript";
|
|
4
4
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ReflectionOp, r as TypeNumberBrand, t as MappedModifier } from "./type-
|
|
1
|
+
import { n as ReflectionOp, r as TypeNumberBrand, t as MappedModifier } from "./type-CUwNL20r.cjs";
|
|
2
2
|
export { MappedModifier, ReflectionOp, TypeNumberBrand };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ReflectionOp, r as TypeNumberBrand, t as MappedModifier } from "./type-
|
|
1
|
+
import { n as ReflectionOp, r as TypeNumberBrand, t as MappedModifier } from "./type-CUwNL20r.mjs";
|
|
2
2
|
export { MappedModifier, ReflectionOp, TypeNumberBrand };
|
package/dist/vendor/type.cjs
CHANGED
|
@@ -6355,7 +6355,12 @@ var ReflectionClass = class ReflectionClass {
|
|
|
6355
6355
|
|
|
6356
6356
|
//#endregion
|
|
6357
6357
|
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/reflection/type.js
|
|
6358
|
-
var _a$1
|
|
6358
|
+
var _a$1;
|
|
6359
|
+
var _b$1;
|
|
6360
|
+
var _c;
|
|
6361
|
+
var _d;
|
|
6362
|
+
var _e;
|
|
6363
|
+
var _f;
|
|
6359
6364
|
const __ΩPartial$3 = [
|
|
6360
6365
|
"T",
|
|
6361
6366
|
"Partial",
|
|
@@ -10586,7 +10591,8 @@ const validators = {
|
|
|
10586
10591
|
|
|
10587
10592
|
//#endregion
|
|
10588
10593
|
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/serializer.js
|
|
10589
|
-
var _a
|
|
10594
|
+
var _a;
|
|
10595
|
+
var _b;
|
|
10590
10596
|
const __ΩPartial$2 = [
|
|
10591
10597
|
"T",
|
|
10592
10598
|
"Partial",
|