@powerlines/deepkit 0.8.64 → 0.9.2
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
package/dist/vendor/type.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { c as AbstractClassType, d as CustomError, f as ExtractClassType, r as TypeAnnotation, s as CompilerContext, u as ClassType } from "./types-
|
|
2
|
-
import { n as ReflectionOp, r as TypeNumberBrand } from "./type-
|
|
1
|
+
import { c as AbstractClassType, d as CustomError, f as ExtractClassType, r as TypeAnnotation, s as CompilerContext, u as ClassType } from "./types-B1wJVmWf.mjs";
|
|
2
|
+
import { n as ReflectionOp, r as TypeNumberBrand } from "./type-BjSNyGZz.mjs";
|
|
3
3
|
import { Buffer } from "node:buffer";
|
|
4
4
|
|
|
5
|
-
//#region
|
|
5
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/changes.d.ts
|
|
6
6
|
type NumberFields<T> = { [K in keyof T]: T[K] extends number | bigint ? K : never }[keyof T];
|
|
7
7
|
type Expression<T> = { [P in keyof T & string]?: string };
|
|
8
8
|
type Partial$1<T> = { [P in keyof T & string]?: T[P] };
|
|
@@ -56,7 +56,7 @@ declare type __ΩPartial = any[];
|
|
|
56
56
|
declare type __ΩDeepPartial = any[];
|
|
57
57
|
declare type __ΩChangesInterface = any[];
|
|
58
58
|
//#endregion
|
|
59
|
-
//#region
|
|
59
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/reflection/type.d.ts
|
|
60
60
|
declare enum ReflectionVisibility {
|
|
61
61
|
public = 0,
|
|
62
62
|
protected = 1,
|
|
@@ -1270,7 +1270,7 @@ declare type __ΩSQLite = any[];
|
|
|
1270
1270
|
declare type __ΩDatabaseField = any[];
|
|
1271
1271
|
declare type __ΩBinaryBigIntType = any[];
|
|
1272
1272
|
//#endregion
|
|
1273
|
-
//#region
|
|
1273
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/type-serialization.d.ts
|
|
1274
1274
|
interface SerializedTypeAnnotations {
|
|
1275
1275
|
entityOptions?: EntityOptions;
|
|
1276
1276
|
typeName?: string;
|
|
@@ -1498,7 +1498,7 @@ declare type __ΩSerializedType = any[];
|
|
|
1498
1498
|
declare type __ΩSerializedTypes = any[];
|
|
1499
1499
|
declare type __ΩSerializerState = any[];
|
|
1500
1500
|
//#endregion
|
|
1501
|
-
//#region
|
|
1501
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/serializer.d.ts
|
|
1502
1502
|
/**
|
|
1503
1503
|
* Make sure to change the id when a custom naming strategy is implemented, since caches are based on it.
|
|
1504
1504
|
*/
|
|
@@ -1902,7 +1902,7 @@ declare type __ΩGuard = any[];
|
|
|
1902
1902
|
declare type __ΩTemplate = any[];
|
|
1903
1903
|
declare type __ΩTemplateHook = any[];
|
|
1904
1904
|
//#endregion
|
|
1905
|
-
//#region
|
|
1905
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/validator.d.ts
|
|
1906
1906
|
type ValidatorMeta<Name extends string, Args extends [...args: any[]] = []> = TypeAnnotation<'validator', [Name, Args]>;
|
|
1907
1907
|
type ValidateFunction = (value: any, type: Type, options: any) => ValidatorError | void;
|
|
1908
1908
|
type Validate<T extends ValidateFunction, Options extends Parameters<T>[2] = unknown> = ValidatorMeta<'function', [T, Options]>;
|
|
@@ -2041,7 +2041,7 @@ declare type __ΩBeforeNow = any[];
|
|
|
2041
2041
|
declare type __ΩAfterNow = any[];
|
|
2042
2042
|
declare type __ΩEmail = any[];
|
|
2043
2043
|
//#endregion
|
|
2044
|
-
//#region
|
|
2044
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/reflection/processor.d.ts
|
|
2045
2045
|
type RuntimeStackEntry = Type | Object | (() => ClassType | Object) | string | number | boolean | bigint;
|
|
2046
2046
|
type Packed = (RuntimeStackEntry | string)[] & {
|
|
2047
2047
|
__is?: (data: any) => boolean;
|
|
@@ -2166,7 +2166,7 @@ declare type __ΩRuntimeStackEntry = any[];
|
|
|
2166
2166
|
declare type __ΩPacked = any[];
|
|
2167
2167
|
declare type __ΩReflectOptions = any[];
|
|
2168
2168
|
//#endregion
|
|
2169
|
-
//#region
|
|
2169
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/reflection/reflection.d.ts
|
|
2170
2170
|
/**
|
|
2171
2171
|
* Receives the runtime type of template argument.
|
|
2172
2172
|
*
|
|
@@ -2643,7 +2643,7 @@ declare class ReflectionClass<T> {
|
|
|
2643
2643
|
declare type __ΩReceiveType = any[];
|
|
2644
2644
|
declare type __ΩSerializerFn = any[];
|
|
2645
2645
|
//#endregion
|
|
2646
|
-
//#region
|
|
2646
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/change-detector.d.ts
|
|
2647
2647
|
/**
|
|
2648
2648
|
* This is a comparator function for the snapshots. They are either string, number, boolean, array, or objects.
|
|
2649
2649
|
* No date, moment, or custom classes involved here.
|
|
@@ -2652,7 +2652,7 @@ declare function genericEqual(a: any, b: any): boolean;
|
|
|
2652
2652
|
declare function getChangeDetector<T extends object>(classSchema: ReflectionClass<T>): (last: any, current: any, item: T) => ItemChanges<T> | undefined;
|
|
2653
2653
|
declare function buildChanges<T extends object>(classSchema: ReflectionClass<T>, lastSnapshot: any, item: T): Changes<T>;
|
|
2654
2654
|
//#endregion
|
|
2655
|
-
//#region
|
|
2655
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/core.d.ts
|
|
2656
2656
|
declare enum UnpopulatedCheck {
|
|
2657
2657
|
None = 0,
|
|
2658
2658
|
//returns undefined
|
|
@@ -2738,7 +2738,7 @@ declare type __ΩTypeSettings = any[];
|
|
|
2738
2738
|
declare type __ΩTypedArrayClassType = any[];
|
|
2739
2739
|
declare type __ΩTypedArray = any[];
|
|
2740
2740
|
//#endregion
|
|
2741
|
-
//#region
|
|
2741
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/decorator-builder.d.ts
|
|
2742
2742
|
type ClassDecoratorFn = (classType: AbstractClassType, property?: string, parameterIndexOrDescriptor?: any) => void;
|
|
2743
2743
|
type PropertyDecoratorFn = (prototype: object, property?: number | string | symbol, parameterIndexOrDescriptor?: any) => void;
|
|
2744
2744
|
type FluidDecorator<T, D extends Function> = { [name in keyof T]: T[name] extends ((...args: infer K) => any) ? (...args: K) => D & FluidDecorator<T, D> : D & FluidDecorator<T, D> & {
|
|
@@ -2814,7 +2814,7 @@ declare type __ΩFreeDecoratorFn = any[];
|
|
|
2814
2814
|
declare type __ΩFreeFluidDecorator = any[];
|
|
2815
2815
|
declare type __ΩFreeDecoratorResult = any[];
|
|
2816
2816
|
//#endregion
|
|
2817
|
-
//#region
|
|
2817
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/decorator.d.ts
|
|
2818
2818
|
declare class TDecorator {
|
|
2819
2819
|
t: TData;
|
|
2820
2820
|
onDecorator(target: any, property?: string, parameterIndexOrDescriptor?: any): void;
|
|
@@ -2872,14 +2872,14 @@ declare function isWithDeferredDecorators(obj: any): obj is {
|
|
|
2872
2872
|
__decorators: DeferredDecorator[];
|
|
2873
2873
|
};
|
|
2874
2874
|
//#endregion
|
|
2875
|
-
//#region
|
|
2875
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/default.d.ts
|
|
2876
2876
|
/**
|
|
2877
2877
|
* Returns a sensible default value for a given type.
|
|
2878
2878
|
* Sensible means it satisfies the type checker, but not necessarily attached validators.
|
|
2879
2879
|
*/
|
|
2880
2880
|
declare function defaultValue(type: Type): any;
|
|
2881
2881
|
//#endregion
|
|
2882
|
-
//#region
|
|
2882
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/mixin.d.ts
|
|
2883
2883
|
type UnionToIntersection$1<T> = (T extends any ? (x: T) => any : never) extends ((x: infer R) => any) ? R : never;
|
|
2884
2884
|
/**
|
|
2885
2885
|
* Function to mixin multiple classes together and create a new class, which can be extended from.
|
|
@@ -2907,13 +2907,13 @@ type UnionToIntersection$1<T> = (T extends any ? (x: T) => any : never) extends
|
|
|
2907
2907
|
*/
|
|
2908
2908
|
declare function mixin<T extends AbstractClassType[]>(...classTypes: T): ClassType<UnionToIntersection$1<ExtractClassType<T[number]>>>;
|
|
2909
2909
|
//#endregion
|
|
2910
|
-
//#region
|
|
2910
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/path.d.ts
|
|
2911
2911
|
type Resolver = (path: string) => Type | undefined;
|
|
2912
2912
|
declare function resolvePath<T>(path: string, type?: ReceiveType<T>): Type;
|
|
2913
2913
|
declare function pathResolver<T>(type?: ReceiveType<T>, jitStack?: JitStack): Resolver;
|
|
2914
2914
|
declare type __ΩResolver = any[];
|
|
2915
2915
|
//#endregion
|
|
2916
|
-
//#region
|
|
2916
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/reference.d.ts
|
|
2917
2917
|
declare function isReferenceInstance(obj: any): boolean;
|
|
2918
2918
|
declare function getReferenceInfo<T>(obj: T): ReferenceInfo<T> | undefined;
|
|
2919
2919
|
declare function getReferenceItemInfo<T>(obj: T): ReferenceItemInfo<T> | undefined;
|
|
@@ -2935,7 +2935,7 @@ declare function createReferenceClass<T>(reflection: ReflectionClass<any>): Clas
|
|
|
2935
2935
|
declare type __ΩReferenceInfo = any[];
|
|
2936
2936
|
declare type __ΩReferenceItemInfo = any[];
|
|
2937
2937
|
//#endregion
|
|
2938
|
-
//#region
|
|
2938
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/registry.d.ts
|
|
2939
2939
|
interface RegistryDecorator<T> {
|
|
2940
2940
|
predicate: (type: Type) => boolean;
|
|
2941
2941
|
v: T;
|
|
@@ -2969,7 +2969,7 @@ declare class TypeRegistry<T> {
|
|
|
2969
2969
|
set(kind: ReflectionKind | ReflectionKind[] | ((type: Type) => boolean), v: T): void;
|
|
2970
2970
|
}
|
|
2971
2971
|
//#endregion
|
|
2972
|
-
//#region
|
|
2972
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/utils.d.ts
|
|
2973
2973
|
declare class NoTypeReceived extends Error {
|
|
2974
2974
|
constructor(message?: string);
|
|
2975
2975
|
}
|
|
@@ -2997,7 +2997,7 @@ declare type __ΩJSONPartialObject = any[];
|
|
|
2997
2997
|
declare type __ΩJSONSingle = any[];
|
|
2998
2998
|
declare type __ΩJSONEntity = any[];
|
|
2999
2999
|
//#endregion
|
|
3000
|
-
//#region
|
|
3000
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/serializer-facade.d.ts
|
|
3001
3001
|
/**
|
|
3002
3002
|
* Casts/coerces a given data structure to the target data type and validates all attached validators.
|
|
3003
3003
|
*
|
|
@@ -3080,7 +3080,7 @@ declare function cloneClass<T>(target: T, options?: SerializationOptions): T;
|
|
|
3080
3080
|
*/
|
|
3081
3081
|
declare function validatedDeserialize<T>(data: any, options?: SerializationOptions, serializerToUse?: Serializer, namingStrategy?: NamingStrategy, type?: ReceiveType<T>): T;
|
|
3082
3082
|
//#endregion
|
|
3083
|
-
//#region
|
|
3083
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/snapshot.d.ts
|
|
3084
3084
|
declare class SnapshotSerializer extends Serializer {
|
|
3085
3085
|
name: string;
|
|
3086
3086
|
protected registerSerializers(): void;
|
|
@@ -3111,7 +3111,7 @@ declare function getPrimaryKeyExtractor<T>(reflectionClass: ReflectionClass<T>):
|
|
|
3111
3111
|
declare function getPrimaryKeyHashGenerator(reflectionClass: ReflectionClass<any>, serializerToUse?: Serializer): (value: any) => string;
|
|
3112
3112
|
declare function getSimplePrimaryKeyHashGenerator(reflectionClass: ReflectionClass<any>): (data: PrimaryKeyFields<any>) => string;
|
|
3113
3113
|
//#endregion
|
|
3114
|
-
//#region
|
|
3114
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/typeguard.d.ts
|
|
3115
3115
|
/**
|
|
3116
3116
|
* ```typescript
|
|
3117
3117
|
* const validator = getValidatorFunction<MyType>();
|
|
@@ -3130,14 +3130,14 @@ declare function guard<T>(serializerToUse?: Serializer, receiveType?: ReceiveTyp
|
|
|
3130
3130
|
*/
|
|
3131
3131
|
declare function assert<T>(data: any, serializerToUse?: Serializer, receiveType?: ReceiveType<T>): asserts data is T;
|
|
3132
3132
|
//#endregion
|
|
3133
|
-
//#region
|
|
3133
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/types.d.ts
|
|
3134
3134
|
type AutoId = number & PrimaryKey & AutoIncrement & Positive;
|
|
3135
3135
|
declare type __ΩAutoId = any[];
|
|
3136
3136
|
//#endregion
|
|
3137
|
-
//#region
|
|
3137
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/validators.d.ts
|
|
3138
3138
|
declare const validators: { [name in string]?: (...args: any[]) => (value: any) => ValidatorError | undefined };
|
|
3139
3139
|
//#endregion
|
|
3140
|
-
//#region
|
|
3140
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/cjs/src/reflection/extends.d.ts
|
|
3141
3141
|
type AssignableType = Type | string | boolean | number | symbol | bigint | undefined | null;
|
|
3142
3142
|
type StackEntry = {
|
|
3143
3143
|
left: Type;
|
package/dist/vendor/type.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { $ as isClass, A as empty, B as getClassTypeFromInstance, H as getInheritanceChain, K as hasProperty, R as getClassName, U as getObjectKeysSize, W as getParentClass, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, ct as isNumeric, d as toFastProperties, h as __ΩClassType, it as isInteger, kt as stringifyValueWithType, lt as isObject, m as __ΩAbstractClassType, nt as isFunction, o as CompilerContext, p as CustomError, pt as isPrototypeOfBase, r as __ΩTypeAnnotation, rt as isGlobalClass, u as arrayRemoveItem, ut as isObjectLiteral } from "./types-
|
|
2
|
-
import { n as TypeNumberBrand, t as ReflectionOp } from "./type-
|
|
1
|
+
import { $ as isClass, A as empty, B as getClassTypeFromInstance, H as getInheritanceChain, K as hasProperty, R as getClassName, U as getObjectKeysSize, W as getParentClass, Z as isArray, _ as __ΩExtractClassType, _t as iterableSize, a as indent, at as isIterable, ct as isNumeric, d as toFastProperties, h as __ΩClassType, it as isInteger, kt as stringifyValueWithType, lt as isObject, m as __ΩAbstractClassType, nt as isFunction, o as CompilerContext, p as CustomError, pt as isPrototypeOfBase, r as __ΩTypeAnnotation, rt as isGlobalClass, u as arrayRemoveItem, ut as isObjectLiteral } from "./types-CWtU5ubH.mjs";
|
|
2
|
+
import { n as TypeNumberBrand, t as ReflectionOp } from "./type-OqnxDy4H.mjs";
|
|
3
3
|
import { Buffer } from "node:buffer";
|
|
4
4
|
import crypto from "node:crypto";
|
|
5
5
|
|
|
6
|
-
//#region
|
|
6
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/changes.js
|
|
7
7
|
const __ΩPick$1 = [
|
|
8
8
|
"T",
|
|
9
9
|
"K",
|
|
@@ -220,7 +220,7 @@ atomicChange.__type = [
|
|
|
220
220
|
];
|
|
221
221
|
|
|
222
222
|
//#endregion
|
|
223
|
-
//#region
|
|
223
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/debug.js
|
|
224
224
|
function isDebug(level = 1) {
|
|
225
225
|
const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
|
|
226
226
|
return "undefined" !== typeof process && "string" === typeof process.env.DEBUG && process.env.DEBUG.includes(expected);
|
|
@@ -255,7 +255,7 @@ debug2.__type = [
|
|
|
255
255
|
];
|
|
256
256
|
|
|
257
257
|
//#endregion
|
|
258
|
-
//#region
|
|
258
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/decorator-builder.js
|
|
259
259
|
const __ΩOmit = [
|
|
260
260
|
"T",
|
|
261
261
|
"K",
|
|
@@ -803,7 +803,7 @@ isDecoratorContext.__type = [
|
|
|
803
803
|
];
|
|
804
804
|
|
|
805
805
|
//#endregion
|
|
806
|
-
//#region
|
|
806
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/core.js
|
|
807
807
|
const __ΩArrayBufferLike = [
|
|
808
808
|
() => __ΩArrayBufferTypes,
|
|
809
809
|
() => __ΩArrayBufferTypes,
|
|
@@ -996,7 +996,7 @@ arrayBufferTo.__type = [
|
|
|
996
996
|
];
|
|
997
997
|
|
|
998
998
|
//#endregion
|
|
999
|
-
//#region
|
|
999
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/decorator.js
|
|
1000
1000
|
var TDecorator = class {
|
|
1001
1001
|
constructor() {
|
|
1002
1002
|
this.t = new TData();
|
|
@@ -1164,7 +1164,7 @@ addDeferredDecorator.__type = [
|
|
|
1164
1164
|
];
|
|
1165
1165
|
|
|
1166
1166
|
//#endregion
|
|
1167
|
-
//#region
|
|
1167
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/reflection/extends.js
|
|
1168
1168
|
function __assignType$13(fn, args) {
|
|
1169
1169
|
fn.__type = args;
|
|
1170
1170
|
return fn;
|
|
@@ -1756,11 +1756,11 @@ inferFromTuple.__type = [
|
|
|
1756
1756
|
];
|
|
1757
1757
|
|
|
1758
1758
|
//#endregion
|
|
1759
|
-
//#region
|
|
1759
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/reflection/state.js
|
|
1760
1760
|
const state = { nominalId: 1 };
|
|
1761
1761
|
|
|
1762
1762
|
//#endregion
|
|
1763
|
-
//#region
|
|
1763
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/reflection/processor.js
|
|
1764
1764
|
const __ΩPartial$5 = [
|
|
1765
1765
|
"T",
|
|
1766
1766
|
"Partial",
|
|
@@ -3736,7 +3736,7 @@ resolveFunction.__type = [
|
|
|
3736
3736
|
];
|
|
3737
3737
|
|
|
3738
3738
|
//#endregion
|
|
3739
|
-
//#region
|
|
3739
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/inheritance.js
|
|
3740
3740
|
function findCommonLiteral(reflectionClasses) {
|
|
3741
3741
|
const candidates = {};
|
|
3742
3742
|
for (const schema of reflectionClasses) for (const property of schema.getProperties()) {
|
|
@@ -3766,7 +3766,7 @@ findCommonLiteral.__type = [
|
|
|
3766
3766
|
];
|
|
3767
3767
|
|
|
3768
3768
|
//#endregion
|
|
3769
|
-
//#region
|
|
3769
|
+
//#region ../../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-node/rng.js
|
|
3770
3770
|
const rnds8Pool = new Uint8Array(256);
|
|
3771
3771
|
let poolPtr = rnds8Pool.length;
|
|
3772
3772
|
function rng() {
|
|
@@ -3778,17 +3778,17 @@ function rng() {
|
|
|
3778
3778
|
}
|
|
3779
3779
|
|
|
3780
3780
|
//#endregion
|
|
3781
|
-
//#region
|
|
3781
|
+
//#region ../../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-node/regex.js
|
|
3782
3782
|
var regex_default = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
|
|
3783
3783
|
|
|
3784
3784
|
//#endregion
|
|
3785
|
-
//#region
|
|
3785
|
+
//#region ../../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-node/validate.js
|
|
3786
3786
|
function validate$1(uuid) {
|
|
3787
3787
|
return typeof uuid === "string" && regex_default.test(uuid);
|
|
3788
3788
|
}
|
|
3789
3789
|
|
|
3790
3790
|
//#endregion
|
|
3791
|
-
//#region
|
|
3791
|
+
//#region ../../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-node/stringify.js
|
|
3792
3792
|
/**
|
|
3793
3793
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
3794
3794
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -3802,7 +3802,7 @@ function stringify(arr, offset = 0) {
|
|
|
3802
3802
|
}
|
|
3803
3803
|
|
|
3804
3804
|
//#endregion
|
|
3805
|
-
//#region
|
|
3805
|
+
//#region ../../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-node/v4.js
|
|
3806
3806
|
function v4(options, buf, offset) {
|
|
3807
3807
|
options = options || {};
|
|
3808
3808
|
const rnds = options.random || (options.rng || rng)();
|
|
@@ -3817,7 +3817,7 @@ function v4(options, buf, offset) {
|
|
|
3817
3817
|
}
|
|
3818
3818
|
|
|
3819
3819
|
//#endregion
|
|
3820
|
-
//#region
|
|
3820
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/utils.js
|
|
3821
3821
|
var NoTypeReceived = class extends Error {
|
|
3822
3822
|
constructor(message = "No type information received. Circular import or no runtime type available.") {
|
|
3823
3823
|
super(message);
|
|
@@ -3909,7 +3909,7 @@ regExpFromString.__type = [
|
|
|
3909
3909
|
];
|
|
3910
3910
|
|
|
3911
3911
|
//#endregion
|
|
3912
|
-
//#region
|
|
3912
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/type-serialization.js
|
|
3913
3913
|
const __ΩPartial$4 = [
|
|
3914
3914
|
"T",
|
|
3915
3915
|
"Partial",
|
|
@@ -4903,7 +4903,7 @@ deserializeType.__type = [
|
|
|
4903
4903
|
];
|
|
4904
4904
|
|
|
4905
4905
|
//#endregion
|
|
4906
|
-
//#region
|
|
4906
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/reflection/reflection.js
|
|
4907
4907
|
function __assignType$10(fn, args) {
|
|
4908
4908
|
fn.__type = args;
|
|
4909
4909
|
return fn;
|
|
@@ -6350,7 +6350,7 @@ var ReflectionClass = class ReflectionClass {
|
|
|
6350
6350
|
};
|
|
6351
6351
|
|
|
6352
6352
|
//#endregion
|
|
6353
|
-
//#region
|
|
6353
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/reflection/type.js
|
|
6354
6354
|
var _a$1, _b$1, _c, _d, _e, _f;
|
|
6355
6355
|
const __ΩPartial$3 = [
|
|
6356
6356
|
"T",
|
|
@@ -9744,7 +9744,7 @@ annotateClass.__type = [
|
|
|
9744
9744
|
];
|
|
9745
9745
|
|
|
9746
9746
|
//#endregion
|
|
9747
|
-
//#region
|
|
9747
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/reference.js
|
|
9748
9748
|
function __assignType$8(fn, args) {
|
|
9749
9749
|
fn.__type = args;
|
|
9750
9750
|
return fn;
|
|
@@ -9895,7 +9895,7 @@ createReferenceClass.__type = [
|
|
|
9895
9895
|
];
|
|
9896
9896
|
|
|
9897
9897
|
//#endregion
|
|
9898
|
-
//#region
|
|
9898
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/typeguard.js
|
|
9899
9899
|
function __assignType$7(fn, args) {
|
|
9900
9900
|
fn.__type = args;
|
|
9901
9901
|
return fn;
|
|
@@ -9987,7 +9987,7 @@ assert.__type = [
|
|
|
9987
9987
|
];
|
|
9988
9988
|
|
|
9989
9989
|
//#endregion
|
|
9990
|
-
//#region
|
|
9990
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/validator.js
|
|
9991
9991
|
var __decorate = void 0 && (void 0).__decorate || function(decorators, target, key, desc) {
|
|
9992
9992
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
9993
9993
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -10337,7 +10337,7 @@ validates.__type = [
|
|
|
10337
10337
|
];
|
|
10338
10338
|
|
|
10339
10339
|
//#endregion
|
|
10340
|
-
//#region
|
|
10340
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/validators.js
|
|
10341
10341
|
function __assignType$5(fn, args) {
|
|
10342
10342
|
fn.__type = args;
|
|
10343
10343
|
return fn;
|
|
@@ -10581,7 +10581,7 @@ const validators = {
|
|
|
10581
10581
|
};
|
|
10582
10582
|
|
|
10583
10583
|
//#endregion
|
|
10584
|
-
//#region
|
|
10584
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/serializer.js
|
|
10585
10585
|
var _a, _b;
|
|
10586
10586
|
const __ΩPartial$2 = [
|
|
10587
10587
|
"T",
|
|
@@ -13660,7 +13660,7 @@ EmptySerializer.__type = [
|
|
|
13660
13660
|
const serializer = new Serializer();
|
|
13661
13661
|
|
|
13662
13662
|
//#endregion
|
|
13663
|
-
//#region
|
|
13663
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/snapshot.js
|
|
13664
13664
|
const __ΩPartial$1 = [
|
|
13665
13665
|
"T",
|
|
13666
13666
|
"Partial",
|
|
@@ -14000,7 +14000,7 @@ createPrimaryKeyHashGenerator.__type = [
|
|
|
14000
14000
|
];
|
|
14001
14001
|
|
|
14002
14002
|
//#endregion
|
|
14003
|
-
//#region
|
|
14003
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/change-detector.js
|
|
14004
14004
|
function __assignType$2(fn, args) {
|
|
14005
14005
|
fn.__type = args;
|
|
14006
14006
|
return fn;
|
|
@@ -14286,7 +14286,7 @@ buildChanges.__type = [
|
|
|
14286
14286
|
];
|
|
14287
14287
|
|
|
14288
14288
|
//#endregion
|
|
14289
|
-
//#region
|
|
14289
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/default.js
|
|
14290
14290
|
/**
|
|
14291
14291
|
* Returns a sensible default value for a given type.
|
|
14292
14292
|
* Sensible means it satisfies the type checker, but not necessarily attached validators.
|
|
@@ -14356,7 +14356,7 @@ defaultValue.__type = [
|
|
|
14356
14356
|
];
|
|
14357
14357
|
|
|
14358
14358
|
//#endregion
|
|
14359
|
-
//#region
|
|
14359
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/mixin.js
|
|
14360
14360
|
function __assignType$1(fn, args) {
|
|
14361
14361
|
fn.__type = args;
|
|
14362
14362
|
return fn;
|
|
@@ -14437,7 +14437,7 @@ mixin.__type = [
|
|
|
14437
14437
|
];
|
|
14438
14438
|
|
|
14439
14439
|
//#endregion
|
|
14440
|
-
//#region
|
|
14440
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/path.js
|
|
14441
14441
|
const __ΩResolver = [
|
|
14442
14442
|
"path",
|
|
14443
14443
|
"Type",
|
|
@@ -14565,7 +14565,7 @@ pathResolver.__type = [
|
|
|
14565
14565
|
];
|
|
14566
14566
|
|
|
14567
14567
|
//#endregion
|
|
14568
|
-
//#region
|
|
14568
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/registry.js
|
|
14569
14569
|
const __ΩRegistryDecorator = [
|
|
14570
14570
|
"T",
|
|
14571
14571
|
"Type",
|
|
@@ -14674,7 +14674,7 @@ TypeRegistry.__type = [
|
|
|
14674
14674
|
];
|
|
14675
14675
|
|
|
14676
14676
|
//#endregion
|
|
14677
|
-
//#region
|
|
14677
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/serializer-facade.js
|
|
14678
14678
|
function __assignType(fn, args) {
|
|
14679
14679
|
fn.__type = args;
|
|
14680
14680
|
return fn;
|
|
@@ -14995,7 +14995,7 @@ validatedDeserialize.__type = [
|
|
|
14995
14995
|
];
|
|
14996
14996
|
|
|
14997
14997
|
//#endregion
|
|
14998
|
-
//#region
|
|
14998
|
+
//#region ../../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=17c60c07374c9da3514394a2d04fad4a83ac0ae8b88d5311f9e3af70_07f0fd87d125e88586cdd9a0713e08aa/node_modules/@deepkit/type/dist/esm/src/types.js
|
|
14999
14999
|
const __ΩAutoId = [
|
|
15000
15000
|
() => __ΩPrimaryKey,
|
|
15001
15001
|
() => __ΩAutoIncrement,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region
|
|
1
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/core.d.ts
|
|
2
2
|
/**
|
|
3
3
|
* Makes sure the error once printed using console.log contains the actual class name.
|
|
4
4
|
*
|
|
@@ -443,7 +443,7 @@ declare type __ΩClassType = any[];
|
|
|
443
443
|
declare type __ΩAbstractClassType = any[];
|
|
444
444
|
declare type __ΩExtractClassType = any[];
|
|
445
445
|
//#endregion
|
|
446
|
-
//#region
|
|
446
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/compiler.d.ts
|
|
447
447
|
declare class CompilerContext {
|
|
448
448
|
readonly context: Map<string, any>;
|
|
449
449
|
protected constVariables: Map<any, string>;
|
|
@@ -478,7 +478,7 @@ declare class CompilerContext {
|
|
|
478
478
|
buildAsync(functionCode: string, ...args: string[]): Function;
|
|
479
479
|
}
|
|
480
480
|
//#endregion
|
|
481
|
-
//#region
|
|
481
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/types.d.ts
|
|
482
482
|
/**
|
|
483
483
|
* Type to use for custom type annotations.
|
|
484
484
|
*
|
|
@@ -508,4 +508,4 @@ declare type __ΩInjectMeta = any[];
|
|
|
508
508
|
declare type __ΩInject = any[];
|
|
509
509
|
//#endregion
|
|
510
510
|
export { isClassInstance as $, ensureError as A, zip as At, getCurrentFileName as B, changeClass as C, range as Ct, createStack as D, sleep as Dt, createDynamicClass as E, size as Et, formatError as F, hasProperty as G, getObjectKeysSize as H, forwardTypeArguments as I, inDebugMode as J, humanBytes as K, getClassName as L, first as M, firstKey as N, deletePathValue as O, stringifyValueWithType as Ot, fixAsyncOperation as P, isClass as Q, getClassPropertyName as R, average as S, prettyPrintObject as St, copy as T, setPathValue as Tt, getParentClass as U, getInheritanceChain as V, getPathValue as W, isArray as X, indexOf as Y, isAsyncFunction as Z, appendObject as _, last as _t, __ΩInjectMeta as a, isNull as at, assertInstanceOf as b, mergeStack as bt, AbstractClassType as c, isObject as ct, CustomError as d, isPromise as dt, isConstructable as et, ExtractClassType as f, isPrototypeOfBase as ft, __ΩExtractClassType as g, iterableSize as gt, __ΩCustomError as h, isUndefined as ht, __ΩInject as i, isIterable as it, escapeRegExp as j, empty as k, time as kt, AsyncFunction as l, isObjectLiteral as lt, __ΩClassType as m, isString as mt, InjectMeta as n, isGlobalClass as nt, __ΩTypeAnnotation as o, isNumber as ot, __ΩAbstractClassType as p, isSet as pt, identifyType as q, TypeAnnotation as r, isInteger as rt, CompilerContext as s, isNumeric as st, Inject as t, isFunction as tt, ClassType as u, isPlainObject as ut, applyDefaults as v, lastKey as vt, collectForMicrotask as w, rangeArray as wt, asyncOperation as x, prependObjectKeys as xt, assertDefined as y, mergePromiseStack as yt, getClassTypeFromInstance as z };
|
|
511
|
-
//# sourceMappingURL=types-
|
|
511
|
+
//# sourceMappingURL=types-B1wJVmWf.d.mts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region
|
|
1
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/core.d.ts
|
|
2
2
|
/**
|
|
3
3
|
* Makes sure the error once printed using console.log contains the actual class name.
|
|
4
4
|
*
|
|
@@ -443,7 +443,7 @@ declare type __ΩClassType = any[];
|
|
|
443
443
|
declare type __ΩAbstractClassType = any[];
|
|
444
444
|
declare type __ΩExtractClassType = any[];
|
|
445
445
|
//#endregion
|
|
446
|
-
//#region
|
|
446
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/compiler.d.ts
|
|
447
447
|
declare class CompilerContext {
|
|
448
448
|
readonly context: Map<string, any>;
|
|
449
449
|
protected constVariables: Map<any, string>;
|
|
@@ -478,7 +478,7 @@ declare class CompilerContext {
|
|
|
478
478
|
buildAsync(functionCode: string, ...args: string[]): Function;
|
|
479
479
|
}
|
|
480
480
|
//#endregion
|
|
481
|
-
//#region
|
|
481
|
+
//#region ../../../node_modules/.pnpm/@deepkit+core@1.0.5_patch_hash=8c3beca4372c6a8941162780ddd0f977ef3d461c2018f0809f86f416260ba440/node_modules/@deepkit/core/dist/cjs/src/types.d.ts
|
|
482
482
|
/**
|
|
483
483
|
* Type to use for custom type annotations.
|
|
484
484
|
*
|
|
@@ -508,4 +508,4 @@ declare type __ΩInjectMeta = any[];
|
|
|
508
508
|
declare type __ΩInject = any[];
|
|
509
509
|
//#endregion
|
|
510
510
|
export { isClassInstance as $, ensureError as A, zip as At, getCurrentFileName as B, changeClass as C, range as Ct, createStack as D, sleep as Dt, createDynamicClass as E, size as Et, formatError as F, hasProperty as G, getObjectKeysSize as H, forwardTypeArguments as I, inDebugMode as J, humanBytes as K, getClassName as L, first as M, firstKey as N, deletePathValue as O, stringifyValueWithType as Ot, fixAsyncOperation as P, isClass as Q, getClassPropertyName as R, average as S, prettyPrintObject as St, copy as T, setPathValue as Tt, getParentClass as U, getInheritanceChain as V, getPathValue as W, isArray as X, indexOf as Y, isAsyncFunction as Z, appendObject as _, last as _t, __ΩInjectMeta as a, isNull as at, assertInstanceOf as b, mergeStack as bt, AbstractClassType as c, isObject as ct, CustomError as d, isPromise as dt, isConstructable as et, ExtractClassType as f, isPrototypeOfBase as ft, __ΩExtractClassType as g, iterableSize as gt, __ΩCustomError as h, isUndefined as ht, __ΩInject as i, isIterable as it, escapeRegExp as j, empty as k, time as kt, AsyncFunction as l, isObjectLiteral as lt, __ΩClassType as m, isString as mt, InjectMeta as n, isGlobalClass as nt, __ΩTypeAnnotation as o, isNumber as ot, __ΩAbstractClassType as p, isSet as pt, identifyType as q, TypeAnnotation as r, isInteger as rt, CompilerContext as s, isNumeric as st, Inject as t, isFunction as tt, ClassType as u, isPlainObject as ut, applyDefaults as v, lastKey as vt, collectForMicrotask as w, rangeArray as wt, asyncOperation as x, prependObjectKeys as xt, assertDefined as y, mergePromiseStack as yt, getClassTypeFromInstance as z };
|
|
511
|
-
//# sourceMappingURL=types-
|
|
511
|
+
//# sourceMappingURL=types-BSh3zalL.d.cts.map
|