@powerlines/deepkit 0.7.7 → 0.8.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 (68) hide show
  1. package/dist/{packages/deepkit/schemas/reflection.cjs → capnp-CkbeQ2uR.cjs} +1189 -4
  2. package/dist/{packages/deepkit/schemas/reflection.mjs → capnp-D0NNeu5y.mjs} +1175 -259
  3. package/dist/capnp.cjs +46 -955
  4. package/dist/capnp.d.cts +3 -1
  5. package/dist/capnp.d.mts +3 -1
  6. package/dist/capnp.mjs +2 -911
  7. package/dist/{_virtual/_rolldown/runtime.cjs → chunk-BmvPcxpV.cjs} +12 -2
  8. package/dist/config-ClUYu_c-.d.mts +40 -0
  9. package/dist/config-u7zg69VP.d.cts +40 -0
  10. package/dist/esbuild-plugin.cjs +1 -1
  11. package/dist/esbuild-plugin.d.cts +7 -8
  12. package/dist/esbuild-plugin.d.mts +7 -8
  13. package/dist/index.cjs +3 -2
  14. package/dist/index.mjs +3 -2
  15. package/dist/reflect-type.cjs +3 -3
  16. package/dist/reflect-type.mjs +1 -1
  17. package/dist/{packages/deepkit/schemas/reflection.d.mts → reflection-8fgblw1P.d.cts} +4 -2
  18. package/dist/{packages/deepkit/schemas/reflection.d.cts → reflection-l3nKKCgX.d.mts} +4 -2
  19. package/dist/resolve-reflections.cjs +1 -1
  20. package/dist/rolldown-plugin.cjs +1 -1
  21. package/dist/transformer-BseLGhId.mjs +1360 -0
  22. package/dist/transformer-Ct9lYNRY.cjs +1367 -0
  23. package/dist/transformer.cjs +3 -52
  24. package/dist/transformer.d.cts +1 -1
  25. package/dist/transformer.d.mts +1 -1
  26. package/dist/transformer.mjs +2 -50
  27. package/dist/transpile.cjs +4 -4
  28. package/dist/transpile.d.cts +1 -1
  29. package/dist/transpile.d.mts +1 -1
  30. package/dist/transpile.mjs +2 -2
  31. package/dist/types.d.cts +1 -1
  32. package/dist/types.d.mts +1 -1
  33. package/dist/utilities.cjs +1 -1
  34. package/dist/vendor/{compiler-CqkzeoNX.mjs → compiler-Ba99lbTF.mjs} +11 -12
  35. package/dist/vendor/{compiler-Dz2b4nOM.d.cts → compiler-CZ0k-pTB.d.cts} +6 -6
  36. package/dist/vendor/{compiler-BYhFaVxE.d.mts → compiler-DIcnaeXC.d.mts} +6 -6
  37. package/dist/vendor/{compiler-Ci5aO9pY.cjs → compiler-DYfCGCv5.cjs} +10 -11
  38. package/dist/vendor/{config-eSNKiBGB.mjs → config-BFH3ETeQ.mjs} +16 -15
  39. package/dist/vendor/{config-BTErH18l.d.mts → config-BQtfsjwX.d.mts} +32 -18
  40. package/dist/vendor/{config-BbFVGRVh.cjs → config-Cadu6Rkt.cjs} +18 -17
  41. package/dist/vendor/{config-Cc2qE8fH.d.cts → config-D0jKbRFV.d.cts} +32 -18
  42. package/dist/vendor/core.cjs +97 -120
  43. package/dist/vendor/core.mjs +1 -24
  44. package/dist/vendor/type-compiler/compiler.cjs +1 -1
  45. package/dist/vendor/type-compiler/compiler.d.cts +1 -1
  46. package/dist/vendor/type-compiler/compiler.d.mts +1 -1
  47. package/dist/vendor/type-compiler/compiler.mjs +1 -1
  48. package/dist/vendor/type-compiler/config.cjs +2 -2
  49. package/dist/vendor/type-compiler/config.d.cts +2 -2
  50. package/dist/vendor/type-compiler/config.d.mts +2 -2
  51. package/dist/vendor/type-compiler/config.mjs +2 -2
  52. package/dist/vendor/type-compiler/index.cjs +5 -5
  53. package/dist/vendor/type-compiler/index.d.cts +4 -4
  54. package/dist/vendor/type-compiler/index.d.mts +4 -4
  55. package/dist/vendor/type-compiler/index.mjs +5 -5
  56. package/dist/vendor/type.cjs +11015 -4928
  57. package/dist/vendor/type.d.cts +220 -24
  58. package/dist/vendor/type.d.mts +220 -24
  59. package/dist/vendor/type.mjs +11521 -5630
  60. package/dist/vendor/{string-DoT35ViA.mjs → types--t65boB8.mjs} +25 -2
  61. package/dist/vendor/{string-LTCnMzW_.cjs → types-BzOSMMf1.cjs} +41 -0
  62. package/package.json +4 -4
  63. package/schemas/reflection.capnp +3 -2
  64. package/schemas/reflection.cjs +6 -0
  65. package/schemas/reflection.d.cts +2 -0
  66. package/schemas/reflection.d.mts +2 -0
  67. package/schemas/reflection.mjs +6 -0
  68. package/dist/_virtual/_rolldown/runtime.mjs +0 -8
@@ -27,5 +27,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
 
28
28
  //#endregion
29
29
 
30
- exports.__commonJSMin = __commonJSMin;
31
- exports.__toESM = __toESM;
30
+ Object.defineProperty(exports, '__commonJSMin', {
31
+ enumerable: true,
32
+ get: function () {
33
+ return __commonJSMin;
34
+ }
35
+ });
36
+ Object.defineProperty(exports, '__toESM', {
37
+ enumerable: true,
38
+ get: function () {
39
+ return __toESM;
40
+ }
41
+ });
@@ -0,0 +1,40 @@
1
+ import ts from "typescript";
2
+
3
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
4
+ /**
5
+ * Default means reflection is enabled for this file.
6
+ * Never means the whole reflection is disabled for this file.
7
+ * Explicit means that reflection is per default disabled for this file, but each symbol/type
8
+ * in it is allowed to enable it using jsdoc `@reflection`.
9
+ */
10
+ declare const reflectionModes: readonly ["default", "explicit", "never"];
11
+ type Mode = (typeof reflectionModes)[number];
12
+ declare const level: string[];
13
+ type Level = (typeof level)[number];
14
+ interface ReflectionConfig {
15
+ /**
16
+ * Allows to exclude type definitions/TS files from being included in the type compilation step.
17
+ * When a global .d.ts is matched, their types won't be embedded (useful to exclude DOM for example)
18
+ */
19
+ exclude?: string[];
20
+ /**
21
+ * Either true to activate reflection for all files compiled using this tsconfig,
22
+ * or a list of globs/file paths relative to this tsconfig.json.
23
+ * Globs/file paths can be prefixed with a ! to exclude them.
24
+ */
25
+ reflection?: string[] | Mode;
26
+ /**
27
+ * Defines the level of reflection to be used during the transpilation process.
28
+ *
29
+ * @remarks
30
+ * The level determines how much extra data is captured in the byte code for each type. This can be one of the following values:
31
+ * - `minimal` - Only the essential type information is captured. (only "hidden", "ignore" and "internal", "readonly")
32
+ * - `normal` - Additional type information is captured, including some contextual data. (adds "alias" and "runtime")
33
+ * - `extended` - Even more detailed type information is captured, including extended contextual data. (adds "permissions" and "domain")
34
+ * - `all` - All available type information is captured, including detailed contextual data. (adds "title" and "description")
35
+ */
36
+ level?: Level;
37
+ }
38
+ //#endregion
39
+ export { Mode as n, ReflectionConfig as r, Level as t };
40
+ //# sourceMappingURL=config-ClUYu_c-.d.mts.map
@@ -0,0 +1,40 @@
1
+ import ts from "typescript";
2
+
3
+ //#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=dd6d56137776e5089b3a2f545719c7d42a3b04dedd75fad_4f8e122618c94154bbee3222c9c62f04/node_modules/@deepkit/type-compiler/dist/cjs/src/config.d.ts
4
+ /**
5
+ * Default means reflection is enabled for this file.
6
+ * Never means the whole reflection is disabled for this file.
7
+ * Explicit means that reflection is per default disabled for this file, but each symbol/type
8
+ * in it is allowed to enable it using jsdoc `@reflection`.
9
+ */
10
+ declare const reflectionModes: readonly ["default", "explicit", "never"];
11
+ type Mode = (typeof reflectionModes)[number];
12
+ declare const level: string[];
13
+ type Level = (typeof level)[number];
14
+ interface ReflectionConfig {
15
+ /**
16
+ * Allows to exclude type definitions/TS files from being included in the type compilation step.
17
+ * When a global .d.ts is matched, their types won't be embedded (useful to exclude DOM for example)
18
+ */
19
+ exclude?: string[];
20
+ /**
21
+ * Either true to activate reflection for all files compiled using this tsconfig,
22
+ * or a list of globs/file paths relative to this tsconfig.json.
23
+ * Globs/file paths can be prefixed with a ! to exclude them.
24
+ */
25
+ reflection?: string[] | Mode;
26
+ /**
27
+ * Defines the level of reflection to be used during the transpilation process.
28
+ *
29
+ * @remarks
30
+ * The level determines how much extra data is captured in the byte code for each type. This can be one of the following values:
31
+ * - `minimal` - Only the essential type information is captured. (only "hidden", "ignore" and "internal", "readonly")
32
+ * - `normal` - Additional type information is captured, including some contextual data. (adds "alias" and "runtime")
33
+ * - `extended` - Even more detailed type information is captured, including extended contextual data. (adds "permissions" and "domain")
34
+ * - `all` - All available type information is captured, including detailed contextual data. (adds "title" and "description")
35
+ */
36
+ level?: Level;
37
+ }
38
+ //#endregion
39
+ export { Mode as n, ReflectionConfig as r, Level as t };
40
+ //# sourceMappingURL=config-u7zg69VP.d.cts.map
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
+ const require_chunk = require('./chunk-BmvPcxpV.cjs');
3
3
  const require_transpile = require('./transpile.cjs');
4
4
  let _stryke_type_checks = require("@stryke/type-checks");
5
5
  let _stryke_helpers_omit = require("@stryke/helpers/omit");
@@ -1,4 +1,4 @@
1
- import { Level, Mode } from "./node_modules/.pnpm/@deepkit_type-compiler@1.0.5_patch_hash_439aa6e683a9a48c3ebbf3529be5811680c45c22d6a265d_be73b50bc43bac944747b8ca0498113a/node_modules/@deepkit/type-compiler/dist/cjs/src/config.cjs";
1
+ import { n as Mode, t as Level } from "./config-u7zg69VP.cjs";
2
2
  import { PluginContext } from "@powerlines/core";
3
3
  import { OnLoadOptions, Plugin } from "esbuild";
4
4
 
@@ -24,14 +24,13 @@ interface ReflectionConfig {
24
24
  * Defines the level of reflection to be used during the transpilation process.
25
25
  *
26
26
  * @remarks
27
- * - `minimal`: Only essential type information is included in the reflection output, resulting in a smaller output size but less detailed type metadata.
28
- * - `normal`: A balanced level of type information is included, providing a good trade-off between output size and type metadata detail.
29
- * - `extended`: More comprehensive type information is included, which may increase the output size but provides richer type metadata for advanced use cases.
30
- * - `verbose`: Detailed type information is included, resulting in a larger output size but more comprehensive type metadata.
31
- *
32
- * @defaultValue "normal"
27
+ * The level determines how much extra data is captured in the byte code for each type. This can be one of the following values:
28
+ * - `minimal` - Only the essential type information is captured. (only "hidden", "ignore" and "internal", "readonly")
29
+ * - `default` - Additional type information is captured, including some contextual data. (adds "alias" and "runtime")
30
+ * - `extended` - Even more detailed type information is captured, including extended contextual data. (adds "permissions" and "domain")
31
+ * - `all` - All available type information is captured, including detailed contextual data. (adds "title" and "description")
33
32
  */
34
- reflectionLevel?: Level;
33
+ level?: Level;
35
34
  }
36
35
  interface ESBuildPluginOptions extends Partial<ReflectionConfig> {
37
36
  onLoad?: Partial<OnLoadOptions>;
@@ -1,4 +1,4 @@
1
- import { Level, Mode } from "./node_modules/.pnpm/@deepkit_type-compiler@1.0.5_patch_hash_439aa6e683a9a48c3ebbf3529be5811680c45c22d6a265d_be73b50bc43bac944747b8ca0498113a/node_modules/@deepkit/type-compiler/dist/cjs/src/config.mjs";
1
+ import { n as Mode, t as Level } from "./config-ClUYu_c-.mjs";
2
2
  import { PluginContext } from "@powerlines/core";
3
3
  import { OnLoadOptions, Plugin } from "esbuild";
4
4
 
@@ -24,14 +24,13 @@ interface ReflectionConfig {
24
24
  * Defines the level of reflection to be used during the transpilation process.
25
25
  *
26
26
  * @remarks
27
- * - `minimal`: Only essential type information is included in the reflection output, resulting in a smaller output size but less detailed type metadata.
28
- * - `normal`: A balanced level of type information is included, providing a good trade-off between output size and type metadata detail.
29
- * - `extended`: More comprehensive type information is included, which may increase the output size but provides richer type metadata for advanced use cases.
30
- * - `verbose`: Detailed type information is included, resulting in a larger output size but more comprehensive type metadata.
31
- *
32
- * @defaultValue "normal"
27
+ * The level determines how much extra data is captured in the byte code for each type. This can be one of the following values:
28
+ * - `minimal` - Only the essential type information is captured. (only "hidden", "ignore" and "internal", "readonly")
29
+ * - `default` - Additional type information is captured, including some contextual data. (adds "alias" and "runtime")
30
+ * - `extended` - Even more detailed type information is captured, including extended contextual data. (adds "permissions" and "domain")
31
+ * - `all` - All available type information is captured, including detailed contextual data. (adds "title" and "description")
33
32
  */
34
- reflectionLevel?: Level;
33
+ level?: Level;
35
34
  }
36
35
  interface ESBuildPluginOptions extends Partial<ReflectionConfig> {
37
36
  onLoad?: Partial<OnLoadOptions>;
package/dist/index.cjs CHANGED
@@ -1,11 +1,12 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_capnp = require('./capnp.cjs');
3
- const require_transformer = require('./transformer.cjs');
2
+ const require_capnp = require('./capnp-CkbeQ2uR.cjs');
3
+ const require_transformer = require('./transformer-Ct9lYNRY.cjs');
4
4
  const require_transpile = require('./transpile.cjs');
5
5
  const require_esbuild_plugin = require('./esbuild-plugin.cjs');
6
6
  const require_reflect_type = require('./reflect-type.cjs');
7
7
  const require_resolve_reflections = require('./resolve-reflections.cjs');
8
8
  const require_rolldown_plugin = require('./rolldown-plugin.cjs');
9
+ require('./types.cjs');
9
10
  const require_utilities = require('./utilities.cjs');
10
11
 
11
12
  exports.convertFromCapnp = require_capnp.convertFromCapnp;
package/dist/index.mjs CHANGED
@@ -1,10 +1,11 @@
1
- import { 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.mjs";
2
- import { createDeclarationTransformer, createTransformer } from "./transformer.mjs";
1
+ import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-BseLGhId.mjs";
2
+ import { A as convertToCapnpIndexAccessOrigin, B as convertToCapnpPropertySignature, C as convertToCapnp, D as convertToCapnpDefault, E as convertToCapnpClassType, F as convertToCapnpMethodSignature, G as convertToCapnpUnion, H as convertToCapnpTagsReflection, I as convertToCapnpObjectLiteral, L as convertToCapnpOther, M as convertToCapnpIntersection, N as convertToCapnpLiteral, O as convertToCapnpEnum, P as convertToCapnpMethod, R as convertToCapnpParameter, S as convertFromCapnpUnion, T as convertToCapnpBase, U as convertToCapnpTuple, V as convertToCapnpSimple, W as convertToCapnpTupleMember, _ as convertFromCapnpPropertySignature, a as convertFromCapnpDefault, b as convertFromCapnpTuple, c as convertFromCapnpIndexAccessOrigin, d as convertFromCapnpLiteral, f as convertFromCapnpMethodSignature, g as convertFromCapnpProperty, h as convertFromCapnpParameter, i as convertFromCapnpClassType, j as convertToCapnpInfer, k as convertToCapnpFunction, l as convertFromCapnpInfer, m as convertFromCapnpOther, n as convertFromCapnpArray, o as convertFromCapnpEnum, p as convertFromCapnpObjectLiteral, r as convertFromCapnpBase, s as convertFromCapnpFunction, t as convertFromCapnp, u as convertFromCapnpIntersection, v as convertFromCapnpSimple, w as convertToCapnpArray, x as convertFromCapnpTupleMember, y as convertFromCapnpTagsReflection, z as convertToCapnpProperty } from "./capnp-D0NNeu5y.mjs";
3
3
  import { transpile } from "./transpile.mjs";
4
4
  import { esbuildPlugin } from "./esbuild-plugin.mjs";
5
5
  import { reflectType } from "./reflect-type.mjs";
6
6
  import { getReflectionsPath } from "./resolve-reflections.mjs";
7
7
  import { rolldownPlugin } from "./rolldown-plugin.mjs";
8
+ import "./types.mjs";
8
9
  import { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from "./utilities.mjs";
9
10
 
10
11
  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, createDeclarationTransformer, createTransformer, esbuildPlugin, getEnumReflectionType, getReflectionsPath, getUnionTypes, isStringUnion, kindToName, reflectType, rolldownPlugin, stringifyDefaultValue, stringifyStringValue, stringifyValue, transpile };
@@ -1,9 +1,9 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
+ const require_chunk = require('./chunk-BmvPcxpV.cjs');
3
3
  const require_esbuild_plugin = require('./esbuild-plugin.cjs');
4
4
  let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
5
5
  let defu = require("defu");
6
- defu = require_runtime.__toESM(defu);
6
+ defu = require_chunk.__toESM(defu);
7
7
  let _powerlines_plugin_esbuild_helpers_resolve = require("@powerlines/plugin-esbuild/helpers/resolve");
8
8
 
9
9
  //#region src/reflect-type.ts
@@ -18,7 +18,7 @@ let _powerlines_plugin_esbuild_helpers_resolve = require("@powerlines/plugin-esb
18
18
  async function reflectType(context, type, overrides = {}) {
19
19
  return (0, _powerlines_deepkit_vendor_type.reflect)(await (0, _powerlines_plugin_esbuild_helpers_resolve.resolve)(context, type, (0, defu.default)(overrides, { plugins: [require_esbuild_plugin.esbuildPlugin(context, {
20
20
  reflection: "default",
21
- reflectionLevel: "verbose"
21
+ level: "all"
22
22
  })] })));
23
23
  }
24
24
 
@@ -15,7 +15,7 @@ import { resolve } from "@powerlines/plugin-esbuild/helpers/resolve";
15
15
  async function reflectType(context, type, overrides = {}) {
16
16
  return reflect(await resolve(context, type, defu(overrides, { plugins: [esbuildPlugin(context, {
17
17
  reflection: "default",
18
- reflectionLevel: "verbose"
18
+ level: "all"
19
19
  })] })));
20
20
  }
21
21
 
@@ -68,6 +68,8 @@ declare class TagsReflection extends $.Struct {
68
68
  set ignore(value: boolean);
69
69
  get internal(): boolean;
70
70
  set internal(value: boolean);
71
+ get runtime(): boolean;
72
+ set runtime(value: boolean);
71
73
  _adoptPermission(value: $.Orphan<$.List<string>>): void;
72
74
  _disownPermission(): $.Orphan<$.List<string>>;
73
75
  get permission(): $.List<string>;
@@ -1557,5 +1559,5 @@ declare class SerializedTypes extends $.Struct {
1557
1559
  toString(): string;
1558
1560
  } //#endregion
1559
1561
  //#endregion
1560
- export { DefaultValueReflection, IndexAccessOrigin, SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeFunction, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeOther, SerializedTypeParameter, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeUnion, SerializedType_Type, SerializedTypes, SimpleSerializedType, TagsReflection };
1561
- //# sourceMappingURL=reflection.d.mts.map
1562
+ export { SimpleSerializedType as C, SerializedTypes as S, SerializedTypePropertySignature as _, SerializedTypeClassType as a, SerializedTypeUnion as b, SerializedTypeInfer as c, SerializedTypeMethod as d, SerializedTypeMethodSignature as f, SerializedTypeProperty as g, SerializedTypeParameter as h, SerializedTypeArray as i, SerializedTypeIntersection as l, SerializedTypeOther as m, IndexAccessOrigin as n, SerializedTypeEnum as o, SerializedTypeObjectLiteral as p, SerializedType as r, SerializedTypeFunction as s, DefaultValueReflection as t, SerializedTypeLiteral as u, SerializedTypeTuple as v, TagsReflection as w, SerializedType_Type as x, SerializedTypeTupleMember as y };
1563
+ //# sourceMappingURL=reflection-8fgblw1P.d.cts.map
@@ -68,6 +68,8 @@ declare class TagsReflection extends $.Struct {
68
68
  set ignore(value: boolean);
69
69
  get internal(): boolean;
70
70
  set internal(value: boolean);
71
+ get runtime(): boolean;
72
+ set runtime(value: boolean);
71
73
  _adoptPermission(value: $.Orphan<$.List<string>>): void;
72
74
  _disownPermission(): $.Orphan<$.List<string>>;
73
75
  get permission(): $.List<string>;
@@ -1557,5 +1559,5 @@ declare class SerializedTypes extends $.Struct {
1557
1559
  toString(): string;
1558
1560
  } //#endregion
1559
1561
  //#endregion
1560
- export { DefaultValueReflection, IndexAccessOrigin, SerializedType, SerializedTypeArray, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeFunction, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeOther, SerializedTypeParameter, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeUnion, SerializedType_Type, SerializedTypes, SimpleSerializedType, TagsReflection };
1561
- //# sourceMappingURL=reflection.d.cts.map
1562
+ export { SimpleSerializedType as C, SerializedTypes as S, SerializedTypePropertySignature as _, SerializedTypeClassType as a, SerializedTypeUnion as b, SerializedTypeInfer as c, SerializedTypeMethod as d, SerializedTypeMethodSignature as f, SerializedTypeProperty as g, SerializedTypeParameter as h, SerializedTypeArray as i, SerializedTypeIntersection as l, SerializedTypeOther as m, IndexAccessOrigin as n, SerializedTypeEnum as o, SerializedTypeObjectLiteral as p, SerializedType as r, SerializedTypeFunction as s, DefaultValueReflection as t, SerializedTypeLiteral as u, SerializedTypeTuple as v, TagsReflection as w, SerializedType_Type as x, SerializedTypeTupleMember as y };
1563
+ //# sourceMappingURL=reflection-l3nKKCgX.d.mts.map
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
+ const require_chunk = require('./chunk-BmvPcxpV.cjs');
3
3
  let _stryke_path_join_paths = require("@stryke/path/join-paths");
4
4
 
5
5
  //#region src/resolve-reflections.ts
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
+ const require_chunk = require('./chunk-BmvPcxpV.cjs');
3
3
  const require_transpile = require('./transpile.cjs');
4
4
  let _stryke_type_checks = require("@stryke/type-checks");
5
5
  let typescript = require("typescript");