@powerlines/deepkit 0.6.166 → 0.7.0

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.
Files changed (137) hide show
  1. package/bin/deepkit-install.cjs +55 -90
  2. package/dist/capnp-BLx1WTBU.cjs +5175 -0
  3. package/dist/capnp-BiGNkOmV.mjs +4905 -0
  4. package/dist/capnp.cjs +47 -186
  5. package/dist/capnp.d.cts +78 -77
  6. package/dist/{capnp.d.ts → capnp.d.mts} +78 -77
  7. package/dist/capnp.mjs +3 -0
  8. package/dist/chunk-C0xms8kb.cjs +34 -0
  9. package/dist/esbuild-plugin.cjs +47 -11
  10. package/dist/esbuild-plugin.d.cts +20 -18
  11. package/dist/esbuild-plugin.d.mts +35 -0
  12. package/dist/esbuild-plugin.mjs +48 -0
  13. package/dist/index.cjs +69 -250
  14. package/dist/index.d.cts +10 -19
  15. package/dist/index.d.mts +10 -0
  16. package/dist/index.mjs +11 -0
  17. package/dist/reflect-type.cjs +24 -12
  18. package/dist/reflect-type.d.cts +7 -5
  19. package/dist/{reflect-type.d.ts → reflect-type.d.mts} +7 -5
  20. package/dist/reflect-type.mjs +24 -0
  21. package/dist/{reflection-9KUpjPqV.d.cts → reflection-BwdnCwaK.d.cts} +11 -17
  22. package/dist/{reflection-9KUpjPqV.d.ts → reflection-D9R8cdSo.d.mts} +26 -32
  23. package/dist/resolve-reflections.cjs +15 -9
  24. package/dist/resolve-reflections.d.cts +4 -2
  25. package/dist/{resolve-reflections.d.ts → resolve-reflections.d.mts} +4 -2
  26. package/dist/resolve-reflections.mjs +16 -0
  27. package/dist/rolldown-plugin.cjs +44 -11
  28. package/dist/rolldown-plugin.d.cts +5 -3
  29. package/dist/{rolldown-plugin.d.ts → rolldown-plugin.d.mts} +5 -3
  30. package/dist/rolldown-plugin.mjs +45 -0
  31. package/dist/transformer.cjs +52 -13
  32. package/dist/transformer.d.cts +6 -4
  33. package/dist/{transformer.d.ts → transformer.d.mts} +6 -4
  34. package/dist/transformer.mjs +51 -0
  35. package/dist/transpile.cjs +29 -10
  36. package/dist/transpile.d.cts +6 -4
  37. package/dist/{transpile.d.ts → transpile.d.mts} +6 -4
  38. package/dist/transpile.mjs +29 -0
  39. package/dist/types.cjs +0 -4
  40. package/dist/types.d.cts +9 -9
  41. package/dist/{types.d.ts → types.d.mts} +9 -9
  42. package/dist/types.mjs +1 -0
  43. package/dist/utilities.cjs +116 -33
  44. package/dist/utilities.d.cts +4 -2
  45. package/dist/{utilities.d.ts → utilities.d.mts} +4 -2
  46. package/dist/utilities.mjs +111 -0
  47. package/dist/vendor/core.cjs +1240 -513
  48. package/dist/vendor/core.mjs +1116 -0
  49. package/dist/vendor/string-BoXo0wS7.cjs +2983 -0
  50. package/dist/vendor/string-BuMgdahD.mjs +2467 -0
  51. package/dist/vendor/type-BMLjRtLY.cjs +202 -0
  52. package/dist/vendor/type-Dgeqs-rL.mjs +190 -0
  53. package/dist/vendor/type-compiler/compiler-BUrWMhGi.cjs +6792 -0
  54. package/dist/vendor/type-compiler/compiler-Bg8jX6qU.mjs +6739 -0
  55. package/dist/vendor/type-compiler/compiler-D1z5h1MK.d.cts +578 -0
  56. package/dist/vendor/type-compiler/compiler-Nkxc4PLJ.d.mts +578 -0
  57. package/dist/vendor/type-compiler/compiler.cjs +11 -43
  58. package/dist/vendor/type-compiler/compiler.d.cts +2 -3
  59. package/dist/vendor/type-compiler/compiler.d.mts +2 -0
  60. package/dist/vendor/type-compiler/compiler.mjs +3 -0
  61. package/dist/vendor/type-compiler/config-BEX924PC.cjs +3709 -0
  62. package/dist/vendor/type-compiler/config-B_cKkYZm.d.cts +116 -0
  63. package/dist/vendor/type-compiler/config-D9DM7Du_.d.mts +116 -0
  64. package/dist/vendor/type-compiler/config-y0HNkbCH.mjs +3640 -0
  65. package/dist/vendor/type-compiler/config.cjs +9 -34
  66. package/dist/vendor/type-compiler/config.d.cts +2 -1
  67. package/dist/vendor/type-compiler/config.d.mts +2 -0
  68. package/dist/vendor/type-compiler/config.mjs +3 -0
  69. package/dist/vendor/type-compiler/index.cjs +56 -129
  70. package/dist/vendor/type-compiler/index.d.cts +22 -3
  71. package/dist/vendor/type-compiler/index.d.mts +22 -0
  72. package/dist/vendor/type-compiler/index.mjs +50 -0
  73. package/dist/vendor/type-spec.cjs +11 -12
  74. package/dist/vendor/type-spec.mjs +3 -0
  75. package/dist/vendor/type.cjs +8407 -17892
  76. package/dist/vendor/type.d.cts +10 -196
  77. package/dist/vendor/{type.d.ts → type.d.mts} +10 -196
  78. package/dist/vendor/type.mjs +9109 -0
  79. package/package.json +43 -31
  80. package/schemas/reflection.cjs +4018 -4129
  81. package/schemas/reflection.d.cts +30 -38
  82. package/schemas/{reflection.d.ts → reflection.d.mts} +30 -38
  83. package/schemas/reflection.mjs +4036 -0
  84. package/dist/capnp.js +0 -2
  85. package/dist/chunk-23YNDVRG.js +0 -34
  86. package/dist/chunk-27RKMKSF.cjs +0 -50
  87. package/dist/chunk-2XDQUCXZ.js +0 -2392
  88. package/dist/chunk-34OFD7LS.cjs +0 -68
  89. package/dist/chunk-7FXYDYVQ.cjs +0 -5246
  90. package/dist/chunk-7QZGCBH7.cjs +0 -11
  91. package/dist/chunk-ALM6UMVU.js +0 -9
  92. package/dist/chunk-BLLXF42T.cjs +0 -41
  93. package/dist/chunk-H3Q3XL3D.js +0 -19
  94. package/dist/chunk-HPVJ6OV3.cjs +0 -31
  95. package/dist/chunk-JQUKKAFM.js +0 -48
  96. package/dist/chunk-KK7TQA7L.cjs +0 -25
  97. package/dist/chunk-NPV2346T.js +0 -25
  98. package/dist/chunk-ORA4UQMU.cjs +0 -2
  99. package/dist/chunk-OUGDFUKJ.cjs +0 -2400
  100. package/dist/chunk-OULCUN6I.js +0 -1
  101. package/dist/chunk-SHUYVCID.js +0 -4
  102. package/dist/chunk-TDYIUJGY.js +0 -5180
  103. package/dist/chunk-USNT2KNT.cjs +0 -6
  104. package/dist/chunk-WYEFKIRL.js +0 -66
  105. package/dist/esbuild-plugin.d.ts +0 -33
  106. package/dist/esbuild-plugin.js +0 -4
  107. package/dist/index.d.ts +0 -19
  108. package/dist/index.js +0 -10
  109. package/dist/reflect-type.js +0 -5
  110. package/dist/resolve-reflections.js +0 -2
  111. package/dist/rolldown-plugin.js +0 -4
  112. package/dist/transformer.js +0 -2
  113. package/dist/transpile.js +0 -3
  114. package/dist/types.js +0 -1
  115. package/dist/utilities.js +0 -2
  116. package/dist/vendor/chunk-5BKT4CS5.js +0 -28
  117. package/dist/vendor/chunk-BLN7QVCP.js +0 -3704
  118. package/dist/vendor/chunk-BR2FK5K7.js +0 -109
  119. package/dist/vendor/chunk-EPQZMVJO.cjs +0 -3859
  120. package/dist/vendor/chunk-IFK6AU6M.cjs +0 -42
  121. package/dist/vendor/chunk-SHDAXCXF.cjs +0 -115
  122. package/dist/vendor/core.js +0 -2
  123. package/dist/vendor/type-compiler/chunk-3LL3TSRJ.js +0 -3762
  124. package/dist/vendor/type-compiler/chunk-CUTGHVNY.js +0 -7100
  125. package/dist/vendor/type-compiler/chunk-IAWCLVUK.cjs +0 -3780
  126. package/dist/vendor/type-compiler/chunk-UIWPG352.cjs +0 -7114
  127. package/dist/vendor/type-compiler/compiler.d.ts +0 -3
  128. package/dist/vendor/type-compiler/compiler.js +0 -5
  129. package/dist/vendor/type-compiler/config.d.ts +0 -1
  130. package/dist/vendor/type-compiler/config.js +0 -5
  131. package/dist/vendor/type-compiler/index.d.ts +0 -3
  132. package/dist/vendor/type-compiler/index.js +0 -66
  133. package/dist/vendor/type-spec.js +0 -2
  134. package/dist/vendor/type.js +0 -18359
  135. package/schemas/reflection.js +0 -4153
  136. /package/dist/vendor/{core.d.ts → core.d.mts} +0 -0
  137. /package/dist/vendor/{type-spec.d.ts → type-spec.d.mts} +0 -0
@@ -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 };