@powerlines/deepkit 0.6.167 → 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,6 +0,0 @@
1
- 'use strict';
2
-
3
- var __defProp = Object.defineProperty;
4
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
5
-
6
- exports.__name = __name;
@@ -1,66 +0,0 @@
1
- import { transpile } from './chunk-NPV2346T.js';
2
- import { __name } from './chunk-SHUYVCID.js';
3
- import { isString } from '@stryke/type-checks';
4
- import { DiagnosticCategory } from 'typescript';
5
-
6
- // ../../node_modules/.pnpm/@stryke+helpers@0.10.7/node_modules/@stryke/helpers/dist/omit.mjs
7
- function omit(obj, keys) {
8
- const result = { ...obj };
9
- for (let i = 0; i < keys.length; i++) {
10
- const key = keys[i];
11
- if (key) delete result[key];
12
- }
13
- return result;
14
- }
15
- __name(omit, "omit");
16
- var esbuildPlugin = /* @__PURE__ */ __name((context, options = {}) => {
17
- return {
18
- name: "powerlines:deepkit",
19
- setup(build) {
20
- build.onLoad({
21
- filter: /\.(m|c)?tsx?$/,
22
- ...options.onLoad ?? {}
23
- }, async (args) => {
24
- const contents = await context.fs.read(args.path);
25
- if (!contents) {
26
- return null;
27
- }
28
- if (args.pluginData?.isReflected) {
29
- return {
30
- contents,
31
- loader: "ts",
32
- pluginData: {
33
- isReflected: true
34
- }
35
- };
36
- }
37
- const result = transpile(context, contents, args.path, omit(options, [
38
- "onLoad"
39
- ]));
40
- if (result.diagnostics && result.diagnostics.length > 0) {
41
- if (result.diagnostics.some((d) => d.category === DiagnosticCategory.Error)) {
42
- const errorMessage = `Deepkit Type reflection transpilation errors: ${args.path}
43
- ${result.diagnostics.filter((d) => d.category === DiagnosticCategory.Error).map((d) => `-${d.file ? `${d.file.fileName}:` : ""} ${isString(d.messageText) ? d.messageText : d.messageText.messageText} (at ${d.start}:${d.length})`).join("\n")}`;
44
- context.error(errorMessage);
45
- throw new Error(errorMessage);
46
- } else if (result.diagnostics.some((d) => d.category === DiagnosticCategory.Warning)) {
47
- context.warn(`Deepkit Type reflection transpilation warnings: ${args.path}
48
- ${result.diagnostics.filter((d) => d.category === DiagnosticCategory.Warning).map((d) => `-${d.file ? `${d.file.fileName}:` : ""} ${isString(d.messageText) ? d.messageText : d.messageText.messageText} (at ${d.start}:${d.length})`).join("\n")}`);
49
- } else {
50
- context.debug(`Deepkit Type reflection transpilation diagnostics: ${args.path}
51
- ${result.diagnostics.map((d) => `-${d.file ? `${d.file.fileName}:` : ""} ${isString(d.messageText) ? d.messageText : d.messageText.messageText} (at ${d.start}:${d.length})`).join("\n")}`);
52
- }
53
- }
54
- return {
55
- contents: result.outputText,
56
- loader: "ts",
57
- pluginData: {
58
- isReflected: true
59
- }
60
- };
61
- });
62
- }
63
- };
64
- }, "esbuildPlugin");
65
-
66
- export { esbuildPlugin };
@@ -1,33 +0,0 @@
1
- import { OnLoadOptions, Plugin } from 'esbuild';
2
- import { PluginContext } from 'powerlines';
3
- import { Mode, Level } from '@deepkit/type-compiler/config';
4
-
5
- interface ReflectionConfig {
6
- /**
7
- * Allows to exclude type definitions/TS files from being included in the type compilation step. When a global .d.ts is matched, their types won't be embedded (useful to exclude DOM for example)
8
- */
9
- exclude?: string[];
10
- /**
11
- * Either a boolean indication general reflection mode, or a list of globs to match against.
12
- */
13
- reflection?: string[] | Mode;
14
- /**
15
- * Defines the level of reflection to be used during the transpilation process.
16
- */
17
- reflectionLevel?: Level;
18
- }
19
- interface ESBuildPluginOptions extends Partial<ReflectionConfig> {
20
- onLoad?: Partial<OnLoadOptions>;
21
- }
22
- /**
23
- * Esbuild plugin for Deepkit Type reflections.
24
- *
25
- * @param context - The Powerlines context.
26
- * @param options - Optional esbuild onLoad options and reflection configuration.
27
- * @returns An esbuild plugin instance.
28
- */
29
- declare const esbuildPlugin: <TContext extends PluginContext>(context: TContext, options?: ESBuildPluginOptions) => Plugin;
30
- declare type __ΩReflectionConfig = any[];
31
- declare type __ΩESBuildPluginOptions = any[];
32
-
33
- export { type ESBuildPluginOptions, type ReflectionConfig, type __ΩESBuildPluginOptions, type __ΩReflectionConfig, esbuildPlugin };
@@ -1,4 +0,0 @@
1
- export { esbuildPlugin } from './chunk-WYEFKIRL.js';
2
- import './chunk-NPV2346T.js';
3
- import './chunk-23YNDVRG.js';
4
- import './chunk-SHUYVCID.js';
package/dist/index.d.ts DELETED
@@ -1,19 +0,0 @@
1
- export { WithIndexAccessOrigin, WithTagsReflection, __ΩWithIndexAccessOrigin, __ΩWithTagsReflection, convertFromCapnp, convertFromCapnpArray, convertFromCapnpBase, convertFromCapnpClassType, convertFromCapnpDefault, convertFromCapnpEnum, convertFromCapnpFunction, convertFromCapnpIndexAccessOrigin, convertFromCapnpInfer, convertFromCapnpIntersection, convertFromCapnpLiteral, convertFromCapnpMethodSignature, convertFromCapnpObjectLiteral, convertFromCapnpOther, convertFromCapnpParameter, convertFromCapnpProperty, convertFromCapnpPropertySignature, convertFromCapnpSimple, convertFromCapnpTagsReflection, convertFromCapnpTuple, convertFromCapnpTupleMember, convertFromCapnpUnion, convertToCapnp, convertToCapnpArray, convertToCapnpBase, convertToCapnpClassType, convertToCapnpDefault, convertToCapnpEnum, convertToCapnpFunction, convertToCapnpIndexAccessOrigin, convertToCapnpInfer, convertToCapnpIntersection, convertToCapnpLiteral, convertToCapnpMethod, convertToCapnpMethodSignature, convertToCapnpObjectLiteral, convertToCapnpOther, convertToCapnpParameter, convertToCapnpProperty, convertToCapnpPropertySignature, convertToCapnpSimple, convertToCapnpTagsReflection, convertToCapnpTuple, convertToCapnpTupleMember, convertToCapnpUnion } from './capnp.js';
2
- export { ESBuildPluginOptions, ReflectionConfig, __ΩESBuildPluginOptions, __ΩReflectionConfig, esbuildPlugin } from './esbuild-plugin.js';
3
- export { reflectType } from './reflect-type.js';
4
- export { getReflectionsPath } from './resolve-reflections.js';
5
- export { rolldownPlugin } from './rolldown-plugin.js';
6
- export { createDeclarationTransformer, createTransformer } from './transformer.js';
7
- export { transpile } from './transpile.js';
8
- export { ContextReflectionRecord, Reflection, ReflectionRecord, __ΩContextReflectionRecord, __ΩReflection, __ΩReflectionRecord } from './types.js';
9
- export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './utilities.js';
10
- import '@powerlines/deepkit/vendor/type';
11
- import '@stryke/capnp';
12
- import './reflection-9KUpjPqV.js';
13
- import 'esbuild';
14
- import 'powerlines';
15
- import '@deepkit/type-compiler/config';
16
- import '@stryke/types/configuration';
17
- import 'rolldown';
18
- import 'typescript';
19
- import '@powerlines/deepkit/vendor/type-compiler';
package/dist/index.js DELETED
@@ -1,10 +0,0 @@
1
- import './chunk-OULCUN6I.js';
2
- export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-2XDQUCXZ.js';
3
- export { convertFromCapnp, convertFromCapnpArray, convertFromCapnpBase, convertFromCapnpClassType, convertFromCapnpDefault, convertFromCapnpEnum, convertFromCapnpFunction, convertFromCapnpIndexAccessOrigin, convertFromCapnpInfer, convertFromCapnpIntersection, convertFromCapnpLiteral, convertFromCapnpMethodSignature, convertFromCapnpObjectLiteral, convertFromCapnpOther, convertFromCapnpParameter, convertFromCapnpProperty, convertFromCapnpPropertySignature, convertFromCapnpSimple, convertFromCapnpTagsReflection, convertFromCapnpTuple, convertFromCapnpTupleMember, convertFromCapnpUnion, convertToCapnp, convertToCapnpArray, convertToCapnpBase, convertToCapnpClassType, convertToCapnpDefault, convertToCapnpEnum, convertToCapnpFunction, convertToCapnpIndexAccessOrigin, convertToCapnpInfer, convertToCapnpIntersection, convertToCapnpLiteral, convertToCapnpMethod, convertToCapnpMethodSignature, convertToCapnpObjectLiteral, convertToCapnpOther, convertToCapnpParameter, convertToCapnpProperty, convertToCapnpPropertySignature, convertToCapnpSimple, convertToCapnpTagsReflection, convertToCapnpTuple, convertToCapnpTupleMember, convertToCapnpUnion } from './chunk-TDYIUJGY.js';
4
- export { reflectType } from './chunk-H3Q3XL3D.js';
5
- export { esbuildPlugin } from './chunk-WYEFKIRL.js';
6
- export { getReflectionsPath } from './chunk-ALM6UMVU.js';
7
- export { rolldownPlugin } from './chunk-JQUKKAFM.js';
8
- export { transpile } from './chunk-NPV2346T.js';
9
- export { createDeclarationTransformer, createTransformer } from './chunk-23YNDVRG.js';
10
- import './chunk-SHUYVCID.js';
@@ -1,5 +0,0 @@
1
- export { reflectType } from './chunk-H3Q3XL3D.js';
2
- import './chunk-WYEFKIRL.js';
3
- import './chunk-NPV2346T.js';
4
- import './chunk-23YNDVRG.js';
5
- import './chunk-SHUYVCID.js';
@@ -1,2 +0,0 @@
1
- export { getReflectionsPath } from './chunk-ALM6UMVU.js';
2
- import './chunk-SHUYVCID.js';
@@ -1,4 +0,0 @@
1
- export { rolldownPlugin } from './chunk-JQUKKAFM.js';
2
- import './chunk-NPV2346T.js';
3
- import './chunk-23YNDVRG.js';
4
- import './chunk-SHUYVCID.js';
@@ -1,2 +0,0 @@
1
- export { createDeclarationTransformer, createTransformer } from './chunk-23YNDVRG.js';
2
- import './chunk-SHUYVCID.js';
package/dist/transpile.js DELETED
@@ -1,3 +0,0 @@
1
- export { transpile } from './chunk-NPV2346T.js';
2
- import './chunk-23YNDVRG.js';
3
- import './chunk-SHUYVCID.js';
package/dist/types.js DELETED
@@ -1 +0,0 @@
1
- import './chunk-OULCUN6I.js';
package/dist/utilities.js DELETED
@@ -1,2 +0,0 @@
1
- export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-2XDQUCXZ.js';
2
- import './chunk-SHUYVCID.js';
@@ -1,28 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
8
- var __commonJS = (cb, mod) => function __require() {
9
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
-
28
- export { __commonJS, __name, __toESM };