@powerlines/deepkit 0.5.3 → 0.5.4
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.cjs +47 -49
- package/dist/capnp.js +2 -4
- package/dist/chunk-23YNDVRG.js +34 -0
- package/dist/chunk-5MYRXRS2.cjs +2191 -0
- package/dist/{chunk-MSO7PT57.cjs → chunk-7FXYDYVQ.cjs} +128 -128
- package/dist/{chunk-B47NLUDW.cjs → chunk-7QZGCBH7.cjs} +2 -2
- package/dist/{chunk-47WBQTA6.js → chunk-ALM6UMVU.js} +1 -1
- package/dist/chunk-BLLXF42T.cjs +41 -0
- package/dist/{chunk-3PKIT7K2.cjs → chunk-CJMS4ES3.cjs} +4 -4
- package/dist/{chunk-JSH5MVQG.js → chunk-EJIBYA23.js} +2 -2
- package/dist/{chunk-GVS5O43Z.js → chunk-JE36RI7U.js} +2 -2
- package/dist/chunk-KGCRCOJQ.cjs +22 -0
- package/dist/chunk-SHUYVCID.js +4 -0
- package/dist/{chunk-XI47ZADG.js → chunk-TDYIUJGY.js} +9 -9
- package/dist/chunk-USNT2KNT.cjs +6 -0
- package/dist/chunk-WL27D7L7.js +2183 -0
- package/dist/chunk-XHSSGKUT.js +16 -0
- package/dist/{chunk-KDKCOXXC.cjs → chunk-YAEE7DDW.cjs} +5 -5
- package/dist/esbuild-plugin.cjs +5 -6
- package/dist/esbuild-plugin.js +4 -5
- package/dist/index.cjs +66 -68
- package/dist/index.js +8 -10
- package/dist/reflect-type.cjs +6 -8
- package/dist/reflect-type.js +5 -7
- package/dist/resolve-reflections.cjs +3 -3
- package/dist/resolve-reflections.js +2 -2
- package/dist/transformer.cjs +4 -5
- package/dist/transformer.js +2 -3
- package/dist/transpile.cjs +4 -5
- package/dist/transpile.js +3 -4
- package/dist/utilities.cjs +9 -11
- package/dist/utilities.js +2 -4
- package/package.json +4 -4
- package/dist/chunk-35PNVYKI.js +0 -187
- package/dist/chunk-3GQAWCBQ.js +0 -10
- package/dist/chunk-3GRTJOID.cjs +0 -193
- package/dist/chunk-4UQ4UDET.cjs +0 -19685
- package/dist/chunk-5NPGWGPO.cjs +0 -109
- package/dist/chunk-BGYQAVKQ.cjs +0 -13
- package/dist/chunk-F5QUFY7D.cjs +0 -135
- package/dist/chunk-KWUXT6EF.js +0 -127
- package/dist/chunk-O2LKJ62Q.cjs +0 -2863
- package/dist/chunk-U7WEV6HK.js +0 -19678
- package/dist/chunk-W423FBJ2.js +0 -2854
- package/dist/chunk-XU55W26B.js +0 -109
package/dist/chunk-XU55W26B.js
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/@deepkit+type-spec@1.0.1_patch_hash=f3c3a4fd486751022d78f17d39a5a79f493bca20b185964ca1aba41fbfc93244/node_modules/@deepkit/type-spec/dist/esm/src/type.js
|
|
2
|
-
var TypeNumberBrand;
|
|
3
|
-
(function(TypeNumberBrand2) {
|
|
4
|
-
TypeNumberBrand2[TypeNumberBrand2["integer"] = 0] = "integer";
|
|
5
|
-
TypeNumberBrand2[TypeNumberBrand2["int8"] = 1] = "int8";
|
|
6
|
-
TypeNumberBrand2[TypeNumberBrand2["int16"] = 2] = "int16";
|
|
7
|
-
TypeNumberBrand2[TypeNumberBrand2["int32"] = 3] = "int32";
|
|
8
|
-
TypeNumberBrand2[TypeNumberBrand2["uint8"] = 4] = "uint8";
|
|
9
|
-
TypeNumberBrand2[TypeNumberBrand2["uint16"] = 5] = "uint16";
|
|
10
|
-
TypeNumberBrand2[TypeNumberBrand2["uint32"] = 6] = "uint32";
|
|
11
|
-
TypeNumberBrand2[TypeNumberBrand2["float"] = 7] = "float";
|
|
12
|
-
TypeNumberBrand2[TypeNumberBrand2["float32"] = 8] = "float32";
|
|
13
|
-
TypeNumberBrand2[TypeNumberBrand2["float64"] = 9] = "float64";
|
|
14
|
-
})(TypeNumberBrand || (TypeNumberBrand = {}));
|
|
15
|
-
var ReflectionOp;
|
|
16
|
-
(function(ReflectionOp2) {
|
|
17
|
-
ReflectionOp2[ReflectionOp2["never"] = 0] = "never";
|
|
18
|
-
ReflectionOp2[ReflectionOp2["any"] = 1] = "any";
|
|
19
|
-
ReflectionOp2[ReflectionOp2["unknown"] = 2] = "unknown";
|
|
20
|
-
ReflectionOp2[ReflectionOp2["void"] = 3] = "void";
|
|
21
|
-
ReflectionOp2[ReflectionOp2["object"] = 4] = "object";
|
|
22
|
-
ReflectionOp2[ReflectionOp2["string"] = 5] = "string";
|
|
23
|
-
ReflectionOp2[ReflectionOp2["number"] = 6] = "number";
|
|
24
|
-
ReflectionOp2[ReflectionOp2["numberBrand"] = 7] = "numberBrand";
|
|
25
|
-
ReflectionOp2[ReflectionOp2["boolean"] = 8] = "boolean";
|
|
26
|
-
ReflectionOp2[ReflectionOp2["bigint"] = 9] = "bigint";
|
|
27
|
-
ReflectionOp2[ReflectionOp2["symbol"] = 10] = "symbol";
|
|
28
|
-
ReflectionOp2[ReflectionOp2["null"] = 11] = "null";
|
|
29
|
-
ReflectionOp2[ReflectionOp2["undefined"] = 12] = "undefined";
|
|
30
|
-
ReflectionOp2[ReflectionOp2["literal"] = 13] = "literal";
|
|
31
|
-
ReflectionOp2[ReflectionOp2["function"] = 14] = "function";
|
|
32
|
-
ReflectionOp2[ReflectionOp2["method"] = 15] = "method";
|
|
33
|
-
ReflectionOp2[ReflectionOp2["methodSignature"] = 16] = "methodSignature";
|
|
34
|
-
ReflectionOp2[ReflectionOp2["parameter"] = 17] = "parameter";
|
|
35
|
-
ReflectionOp2[ReflectionOp2["property"] = 18] = "property";
|
|
36
|
-
ReflectionOp2[ReflectionOp2["propertySignature"] = 19] = "propertySignature";
|
|
37
|
-
ReflectionOp2[ReflectionOp2["class"] = 20] = "class";
|
|
38
|
-
ReflectionOp2[ReflectionOp2["classExtends"] = 21] = "classExtends";
|
|
39
|
-
ReflectionOp2[ReflectionOp2["classReference"] = 22] = "classReference";
|
|
40
|
-
ReflectionOp2[ReflectionOp2["optional"] = 23] = "optional";
|
|
41
|
-
ReflectionOp2[ReflectionOp2["readonly"] = 24] = "readonly";
|
|
42
|
-
ReflectionOp2[ReflectionOp2["public"] = 25] = "public";
|
|
43
|
-
ReflectionOp2[ReflectionOp2["private"] = 26] = "private";
|
|
44
|
-
ReflectionOp2[ReflectionOp2["protected"] = 27] = "protected";
|
|
45
|
-
ReflectionOp2[ReflectionOp2["abstract"] = 28] = "abstract";
|
|
46
|
-
ReflectionOp2[ReflectionOp2["defaultValue"] = 29] = "defaultValue";
|
|
47
|
-
ReflectionOp2[ReflectionOp2["description"] = 30] = "description";
|
|
48
|
-
ReflectionOp2[ReflectionOp2["rest"] = 31] = "rest";
|
|
49
|
-
ReflectionOp2[ReflectionOp2["regexp"] = 32] = "regexp";
|
|
50
|
-
ReflectionOp2[ReflectionOp2["enum"] = 33] = "enum";
|
|
51
|
-
ReflectionOp2[ReflectionOp2["enumMember"] = 34] = "enumMember";
|
|
52
|
-
ReflectionOp2[ReflectionOp2["set"] = 35] = "set";
|
|
53
|
-
ReflectionOp2[ReflectionOp2["map"] = 36] = "map";
|
|
54
|
-
ReflectionOp2[ReflectionOp2["array"] = 37] = "array";
|
|
55
|
-
ReflectionOp2[ReflectionOp2["tuple"] = 38] = "tuple";
|
|
56
|
-
ReflectionOp2[ReflectionOp2["tupleMember"] = 39] = "tupleMember";
|
|
57
|
-
ReflectionOp2[ReflectionOp2["namedTupleMember"] = 40] = "namedTupleMember";
|
|
58
|
-
ReflectionOp2[ReflectionOp2["union"] = 41] = "union";
|
|
59
|
-
ReflectionOp2[ReflectionOp2["intersection"] = 42] = "intersection";
|
|
60
|
-
ReflectionOp2[ReflectionOp2["indexSignature"] = 43] = "indexSignature";
|
|
61
|
-
ReflectionOp2[ReflectionOp2["objectLiteral"] = 44] = "objectLiteral";
|
|
62
|
-
ReflectionOp2[ReflectionOp2["mappedType"] = 45] = "mappedType";
|
|
63
|
-
ReflectionOp2[ReflectionOp2["in"] = 46] = "in";
|
|
64
|
-
ReflectionOp2[ReflectionOp2["frame"] = 47] = "frame";
|
|
65
|
-
ReflectionOp2[ReflectionOp2["moveFrame"] = 48] = "moveFrame";
|
|
66
|
-
ReflectionOp2[ReflectionOp2["return"] = 49] = "return";
|
|
67
|
-
ReflectionOp2[ReflectionOp2["templateLiteral"] = 50] = "templateLiteral";
|
|
68
|
-
ReflectionOp2[ReflectionOp2["date"] = 51] = "date";
|
|
69
|
-
ReflectionOp2[ReflectionOp2["int8Array"] = 52] = "int8Array";
|
|
70
|
-
ReflectionOp2[ReflectionOp2["uint8ClampedArray"] = 53] = "uint8ClampedArray";
|
|
71
|
-
ReflectionOp2[ReflectionOp2["uint8Array"] = 54] = "uint8Array";
|
|
72
|
-
ReflectionOp2[ReflectionOp2["int16Array"] = 55] = "int16Array";
|
|
73
|
-
ReflectionOp2[ReflectionOp2["uint16Array"] = 56] = "uint16Array";
|
|
74
|
-
ReflectionOp2[ReflectionOp2["int32Array"] = 57] = "int32Array";
|
|
75
|
-
ReflectionOp2[ReflectionOp2["uint32Array"] = 58] = "uint32Array";
|
|
76
|
-
ReflectionOp2[ReflectionOp2["float32Array"] = 59] = "float32Array";
|
|
77
|
-
ReflectionOp2[ReflectionOp2["float64Array"] = 60] = "float64Array";
|
|
78
|
-
ReflectionOp2[ReflectionOp2["bigInt64Array"] = 61] = "bigInt64Array";
|
|
79
|
-
ReflectionOp2[ReflectionOp2["arrayBuffer"] = 62] = "arrayBuffer";
|
|
80
|
-
ReflectionOp2[ReflectionOp2["promise"] = 63] = "promise";
|
|
81
|
-
ReflectionOp2[ReflectionOp2["arg"] = 64] = "arg";
|
|
82
|
-
ReflectionOp2[ReflectionOp2["typeParameter"] = 65] = "typeParameter";
|
|
83
|
-
ReflectionOp2[ReflectionOp2["typeParameterDefault"] = 66] = "typeParameterDefault";
|
|
84
|
-
ReflectionOp2[ReflectionOp2["var"] = 67] = "var";
|
|
85
|
-
ReflectionOp2[ReflectionOp2["loads"] = 68] = "loads";
|
|
86
|
-
ReflectionOp2[ReflectionOp2["indexAccess"] = 69] = "indexAccess";
|
|
87
|
-
ReflectionOp2[ReflectionOp2["keyof"] = 70] = "keyof";
|
|
88
|
-
ReflectionOp2[ReflectionOp2["infer"] = 71] = "infer";
|
|
89
|
-
ReflectionOp2[ReflectionOp2["typeof"] = 72] = "typeof";
|
|
90
|
-
ReflectionOp2[ReflectionOp2["condition"] = 73] = "condition";
|
|
91
|
-
ReflectionOp2[ReflectionOp2["jumpCondition"] = 74] = "jumpCondition";
|
|
92
|
-
ReflectionOp2[ReflectionOp2["jump"] = 75] = "jump";
|
|
93
|
-
ReflectionOp2[ReflectionOp2["call"] = 76] = "call";
|
|
94
|
-
ReflectionOp2[ReflectionOp2["inline"] = 77] = "inline";
|
|
95
|
-
ReflectionOp2[ReflectionOp2["inlineCall"] = 78] = "inlineCall";
|
|
96
|
-
ReflectionOp2[ReflectionOp2["distribute"] = 79] = "distribute";
|
|
97
|
-
ReflectionOp2[ReflectionOp2["extends"] = 80] = "extends";
|
|
98
|
-
ReflectionOp2[ReflectionOp2["widen"] = 81] = "widen";
|
|
99
|
-
ReflectionOp2[ReflectionOp2["static"] = 82] = "static";
|
|
100
|
-
ReflectionOp2[ReflectionOp2["mappedType2"] = 83] = "mappedType2";
|
|
101
|
-
ReflectionOp2[ReflectionOp2["functionReference"] = 84] = "functionReference";
|
|
102
|
-
ReflectionOp2[ReflectionOp2["callSignature"] = 85] = "callSignature";
|
|
103
|
-
ReflectionOp2[ReflectionOp2["typeName"] = 86] = "typeName";
|
|
104
|
-
ReflectionOp2[ReflectionOp2["implements"] = 87] = "implements";
|
|
105
|
-
ReflectionOp2[ReflectionOp2["nominal"] = 88] = "nominal";
|
|
106
|
-
ReflectionOp2[ReflectionOp2["tags"] = 89] = "tags";
|
|
107
|
-
})(ReflectionOp || (ReflectionOp = {}));
|
|
108
|
-
|
|
109
|
-
export { ReflectionOp, TypeNumberBrand };
|