@powerlines/plugin-alloy 0.16.1 → 0.16.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.
Files changed (49) hide show
  1. package/dist/{builtin-file-D5YA-OFP.d.cts → builtin-file-Detj4VKO.d.cts} +3 -3
  2. package/dist/core/components/index.d.cts +3 -3
  3. package/dist/core/components/output.d.cts +1 -1
  4. package/dist/core/components/single-line-comment.d.cts +1 -1
  5. package/dist/core/components/source-file.d.cts +1 -1
  6. package/dist/core/index.d.cts +3 -3
  7. package/dist/{dynamic-import-statement-3Xp_1L50.d.cts → dynamic-import-statement-AUDLZGFa.d.cts} +2 -2
  8. package/dist/{entry-file-CG9ZnV39.d.mts → entry-file-CQwIaayx.d.mts} +2 -2
  9. package/dist/{entry-file-DIhtOJXO.d.cts → entry-file-Cq3bZzix.d.cts} +3 -3
  10. package/dist/index.cjs +8 -1
  11. package/dist/index.mjs +8 -1
  12. package/dist/markdown/components/index.d.cts +3 -3
  13. package/dist/markdown/components/index.d.mts +2 -2
  14. package/dist/markdown/components/markdown-file.d.cts +2 -2
  15. package/dist/markdown/components/markdown-file.d.mts +1 -1
  16. package/dist/markdown/components/markdown-table.d.cts +1 -1
  17. package/dist/markdown/components/markdown-table.d.mts +1 -1
  18. package/dist/markdown/index.d.cts +3 -3
  19. package/dist/markdown/index.d.mts +2 -2
  20. package/dist/{markdown-file-B8nepeQh.d.cts → markdown-file-CuMvfKbi.d.cts} +4 -4
  21. package/dist/{markdown-file-C7S89Ax6.d.mts → markdown-file-DBpOheYg.d.mts} +3 -3
  22. package/dist/{markdown-table-BsrBoQZQ.d.cts → markdown-table-CpnCpTp1.d.cts} +4 -4
  23. package/dist/{markdown-table-CBiEJXMo.d.mts → markdown-table-DcG6ScWX.d.mts} +4 -4
  24. package/dist/{output-Bjz4m-uI.d.cts → output-BC2u6xsn.d.cts} +2 -2
  25. package/dist/{single-line-comment-D6LszIjV.d.cts → single-line-comment-DSAVQ0tl.d.cts} +2 -2
  26. package/dist/{source-file-CJeMh4On.d.cts → source-file-Dr2h8MVw.d.cts} +2 -2
  27. package/dist/{tsdoc-reflection-BfwShG2g.d.cts → tsdoc-reflection-D4QfeAYE.d.cts} +4 -4
  28. package/dist/{tsdoc-reflection-auck1207.d.mts → tsdoc-reflection-qXh3a1WV.d.mts} +4 -4
  29. package/dist/typescript/components/builtin-file.d.cts +3 -3
  30. package/dist/typescript/components/dynamic-import-statement.d.cts +1 -1
  31. package/dist/typescript/components/entry-file.d.cts +3 -3
  32. package/dist/typescript/components/entry-file.d.mts +1 -1
  33. package/dist/typescript/components/index.d.cts +8 -8
  34. package/dist/typescript/components/index.d.mts +4 -4
  35. package/dist/typescript/components/tsdoc-reflection.d.cts +1 -1
  36. package/dist/typescript/components/tsdoc-reflection.d.mts +1 -1
  37. package/dist/typescript/components/typescript-file.d.cts +2 -2
  38. package/dist/typescript/components/typescript-interface.d.cts +1 -1
  39. package/dist/typescript/components/typescript-interface.d.mts +1 -1
  40. package/dist/typescript/components/typescript-object.d.cts +1 -1
  41. package/dist/typescript/components/typescript-object.d.mts +1 -1
  42. package/dist/typescript/index.d.cts +8 -8
  43. package/dist/typescript/index.d.mts +4 -4
  44. package/dist/{typescript-file-DMYwIorq.d.cts → typescript-file-B2iQamR6.d.cts} +1 -1
  45. package/dist/{typescript-interface-Br3QYNVt.d.mts → typescript-interface-Cu5yH1iH.d.mts} +3 -3
  46. package/dist/{typescript-interface-g2r0ehxD.d.cts → typescript-interface-vmxe6DFQ.d.cts} +3 -3
  47. package/dist/{typescript-object-B3H8GN6V.d.cts → typescript-object-CYLHqec2.d.cts} +3 -3
  48. package/dist/{typescript-object-CSAb1n2X.d.mts → typescript-object-DlbiBCmI.d.mts} +3 -3
  49. package/package.json +5 -5
@@ -1,6 +1,6 @@
1
1
  import { h as TSDocModuleProps } from "./tsdoc-C_2VzSk_.cjs";
2
- import { o as TypescriptFileProps } from "./typescript-file-DMYwIorq.cjs";
3
- import * as _alloy_js_core15 from "@alloy-js/core";
2
+ import { o as TypescriptFileProps } from "./typescript-file-B2iQamR6.cjs";
3
+ import * as _alloy_js_core12 from "@alloy-js/core";
4
4
 
5
5
  //#region src/typescript/components/builtin-file.d.ts
6
6
  type BuiltinFileProps = Omit<TypescriptFileProps, "path"> & Omit<TSDocModuleProps, "name"> & {
@@ -28,7 +28,7 @@ type BuiltinFileProps = Omit<TypescriptFileProps, "path"> & Omit<TSDocModuleProp
28
28
  * @param props - The properties for the source file.
29
29
  * @returns The rendered source file component.
30
30
  */
31
- declare function BuiltinFile(props: BuiltinFileProps): _alloy_js_core15.Children;
31
+ declare function BuiltinFile(props: BuiltinFileProps): _alloy_js_core12.Children;
32
32
  declare type __ΩBuiltinFileProps = any[];
33
33
  //#endregion
34
34
  export { BuiltinFileProps as n, __ΩBuiltinFileProps as r, BuiltinFile as t };
@@ -1,7 +1,7 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
- import { n as OutputProps, r as __ΩOutputProps, t as Output } from "../../output-Bjz4m-uI.cjs";
2
+ import { n as OutputProps, r as __ΩOutputProps, t as Output } from "../../output-BC2u6xsn.cjs";
3
3
  import "../../components-DkVeQ5Yn.cjs";
4
- import { a as __ΩSingleLineCommentVariant, i as __ΩSingleLineCommentProps, n as SingleLineCommentProps, r as SingleLineCommentVariant, t as SingleLineComment } from "../../single-line-comment-D6LszIjV.cjs";
5
- import { n as SourceFileProps, r as __ΩSourceFileProps, t as SourceFile } from "../../source-file-CJeMh4On.cjs";
4
+ import { a as __ΩSingleLineCommentVariant, i as __ΩSingleLineCommentProps, n as SingleLineCommentProps, r as SingleLineCommentVariant, t as SingleLineComment } from "../../single-line-comment-DSAVQ0tl.cjs";
5
+ import { n as SourceFileProps, r as __ΩSourceFileProps, t as SourceFile } from "../../source-file-Dr2h8MVw.cjs";
6
6
  import "../../index-DdxxIAKU.cjs";
7
7
  export { Output, OutputProps, SingleLineComment, SingleLineCommentProps, SingleLineCommentVariant, SourceFile, SourceFileProps, __ΩOutputProps, __ΩSingleLineCommentProps, __ΩSingleLineCommentVariant, __ΩSourceFileProps };
@@ -1,3 +1,3 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
- import { n as OutputProps, r as __ΩOutputProps, t as Output } from "../../output-Bjz4m-uI.cjs";
2
+ import { n as OutputProps, r as __ΩOutputProps, t as Output } from "../../output-BC2u6xsn.cjs";
3
3
  export { Output, OutputProps, __ΩOutputProps };
@@ -1,4 +1,4 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import { a as __ΩSingleLineCommentVariant, i as __ΩSingleLineCommentProps, n as SingleLineCommentProps, r as SingleLineCommentVariant, t as SingleLineComment } from "../../single-line-comment-D6LszIjV.cjs";
3
+ import { a as __ΩSingleLineCommentVariant, i as __ΩSingleLineCommentProps, n as SingleLineCommentProps, r as SingleLineCommentVariant, t as SingleLineComment } from "../../single-line-comment-DSAVQ0tl.cjs";
4
4
  export { SingleLineComment, SingleLineCommentProps, SingleLineCommentVariant, __ΩSingleLineCommentProps, __ΩSingleLineCommentVariant };
@@ -1,4 +1,4 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import { n as SourceFileProps, r as __ΩSourceFileProps, t as SourceFile } from "../../source-file-CJeMh4On.cjs";
3
+ import { n as SourceFileProps, r as __ΩSourceFileProps, t as SourceFile } from "../../source-file-Dr2h8MVw.cjs";
4
4
  export { SourceFile, SourceFileProps, __ΩSourceFileProps };
@@ -1,8 +1,8 @@
1
1
  import "../context-CWt70HA3.cjs";
2
- import { n as OutputProps, r as __ΩOutputProps, t as Output } from "../output-Bjz4m-uI.cjs";
2
+ import { n as OutputProps, r as __ΩOutputProps, t as Output } from "../output-BC2u6xsn.cjs";
3
3
  import "../components-DkVeQ5Yn.cjs";
4
- import { a as __ΩSingleLineCommentVariant, i as __ΩSingleLineCommentProps, n as SingleLineCommentProps, r as SingleLineCommentVariant, t as SingleLineComment } from "../single-line-comment-D6LszIjV.cjs";
5
- import { n as SourceFileProps, r as __ΩSourceFileProps, t as SourceFile } from "../source-file-CJeMh4On.cjs";
4
+ import { a as __ΩSingleLineCommentVariant, i as __ΩSingleLineCommentProps, n as SingleLineCommentProps, r as SingleLineCommentVariant, t as SingleLineComment } from "../single-line-comment-DSAVQ0tl.cjs";
5
+ import { n as SourceFileProps, r as __ΩSourceFileProps, t as SourceFile } from "../source-file-Dr2h8MVw.cjs";
6
6
  import "../index-DdxxIAKU.cjs";
7
7
  import { a as usePowerlinesContext, i as usePowerlines, n as PowerlinesContextInterface, o as usePowerlinesSafe, r as __ΩPowerlinesContextInterface, t as PowerlinesContext } from "../context-B1Z2ZRAI.cjs";
8
8
  import { a as ReflectionPropertyContext, c as useReflectionMethod, i as ReflectionParameterContext, l as useReflectionParameter, n as ReflectionClassContextInterface, o as __ΩReflectionClassContextInterface, r as ReflectionMethodContext, s as useReflectionClass, t as ReflectionClassContext, u as useReflectionProperty } from "../reflection-BYeP2t8p.cjs";
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core11 from "@alloy-js/core";
1
+ import * as _alloy_js_core16 from "@alloy-js/core";
2
2
  import { VarDeclarationProps } from "@alloy-js/typescript";
3
3
 
4
4
  //#region src/typescript/components/dynamic-import-statement.d.ts
@@ -26,7 +26,7 @@ interface DynamicImportStatementProps extends Omit<VarDeclarationProps, "initial
26
26
  * @param props - The properties for the dynamic import statement.
27
27
  * @returns A `VarDeclaration` component representing the dynamic import statement.
28
28
  */
29
- declare function DynamicImportStatement(props: DynamicImportStatementProps): _alloy_js_core11.Children;
29
+ declare function DynamicImportStatement(props: DynamicImportStatementProps): _alloy_js_core16.Children;
30
30
  declare type __ΩDynamicImportStatementProps = any[];
31
31
  //#endregion
32
32
  export { DynamicImportStatementProps as n, __ΩDynamicImportStatementProps as r, DynamicImportStatement as t };
@@ -1,6 +1,6 @@
1
1
  import { o as ResolvedEntryTypeDefinition } from "./context-BwQLwanm.mjs";
2
2
  import { o as TypescriptFileProps } from "./typescript-file-CCNXO3vl.mjs";
3
- import * as _alloy_js_core11 from "@alloy-js/core";
3
+ import * as _alloy_js_core14 from "@alloy-js/core";
4
4
 
5
5
  //#region src/typescript/components/entry-file.d.ts
6
6
  type EntryFileProps = TypescriptFileProps & {
@@ -21,7 +21,7 @@ type EntryFileProps = TypescriptFileProps & {
21
21
  * @param props - The properties for the source file.
22
22
  * @returns The rendered source file component.
23
23
  */
24
- declare function EntryFile(props: EntryFileProps): _alloy_js_core11.Children;
24
+ declare function EntryFile(props: EntryFileProps): _alloy_js_core14.Children;
25
25
  declare type __ΩEntryFileProps = any[];
26
26
  //#endregion
27
27
  export { EntryFileProps as n, __ΩEntryFileProps as r, EntryFile as t };
@@ -1,6 +1,6 @@
1
1
  import { o as ResolvedEntryTypeDefinition } from "./context-CWt70HA3.cjs";
2
- import { o as TypescriptFileProps } from "./typescript-file-DMYwIorq.cjs";
3
- import * as _alloy_js_core10 from "@alloy-js/core";
2
+ import { o as TypescriptFileProps } from "./typescript-file-B2iQamR6.cjs";
3
+ import * as _alloy_js_core15 from "@alloy-js/core";
4
4
 
5
5
  //#region src/typescript/components/entry-file.d.ts
6
6
  type EntryFileProps = TypescriptFileProps & {
@@ -21,7 +21,7 @@ type EntryFileProps = TypescriptFileProps & {
21
21
  * @param props - The properties for the source file.
22
22
  * @returns The rendered source file component.
23
23
  */
24
- declare function EntryFile(props: EntryFileProps): _alloy_js_core10.Children;
24
+ declare function EntryFile(props: EntryFileProps): _alloy_js_core15.Children;
25
25
  declare type __ΩEntryFileProps = any[];
26
26
  //#endregion
27
27
  export { EntryFileProps as n, __ΩEntryFileProps as r, EntryFile as t };
package/dist/index.cjs CHANGED
@@ -11,6 +11,7 @@ let __stryke_path_is_parent_path = require("@stryke/path/is-parent-path");
11
11
  let __stryke_path_replace = require("@stryke/path/replace");
12
12
  let __stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-string");
13
13
  let prettier_doc_js = require("prettier/doc.js");
14
+ let rolldown_experimental = require("rolldown/experimental");
14
15
 
15
16
  //#region src/vendor/index.ts
16
17
  var vendor_exports = {};
@@ -39,7 +40,13 @@ const plugin = (options = {}) => {
39
40
  pragma: "Alloy.createElement",
40
41
  importSource: "@powerlines/plugin-alloy/vendor"
41
42
  } } },
42
- plugins: [(0, __alloy_js_rollup_plugin.default)()],
43
+ plugins: [(0, __alloy_js_rollup_plugin.default)(), (0, rolldown_experimental.viteAliasPlugin)({ entries: [{
44
+ find: "@alloy-js/core",
45
+ replacement: "@powerlines/plugin-alloy/vendor"
46
+ }, {
47
+ find: "@alloy-js/core/jsx-runtime",
48
+ replacement: "@powerlines/plugin-alloy/vendor/jsx-runtime"
49
+ }] })],
43
50
  alias: {
44
51
  "@alloy-js/core": "@powerlines/plugin-alloy/vendor",
45
52
  "@alloy-js/core/jsx-runtime": "@powerlines/plugin-alloy/vendor/jsx-runtime"
package/dist/index.mjs CHANGED
@@ -8,6 +8,7 @@ import { isParentPath } from "@stryke/path/is-parent-path";
8
8
  import { replacePath } from "@stryke/path/replace";
9
9
  import { isSetString } from "@stryke/type-checks/is-set-string";
10
10
  import { printer } from "prettier/doc.js";
11
+ import { viteAliasPlugin } from "rolldown/experimental";
11
12
 
12
13
  //#region rolldown:runtime
13
14
  var __defProp = Object.defineProperty;
@@ -65,7 +66,13 @@ const plugin = (options = {}) => {
65
66
  pragma: "Alloy.createElement",
66
67
  importSource: "@powerlines/plugin-alloy/vendor"
67
68
  } } },
68
- plugins: [alloy()],
69
+ plugins: [alloy(), viteAliasPlugin({ entries: [{
70
+ find: "@alloy-js/core",
71
+ replacement: "@powerlines/plugin-alloy/vendor"
72
+ }, {
73
+ find: "@alloy-js/core/jsx-runtime",
74
+ replacement: "@powerlines/plugin-alloy/vendor/jsx-runtime"
75
+ }] })],
69
76
  alias: {
70
77
  "@alloy-js/core": "@powerlines/plugin-alloy/vendor",
71
78
  "@alloy-js/core/jsx-runtime": "@powerlines/plugin-alloy/vendor/jsx-runtime"
@@ -1,8 +1,8 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import "../../source-file-CJeMh4On.cjs";
4
- import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../../markdown-file-B8nepeQh.cjs";
3
+ import "../../source-file-Dr2h8MVw.cjs";
4
+ import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../../markdown-file-CuMvfKbi.cjs";
5
5
  import "../../markdown-table-DFnnh_px.cjs";
6
- import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../../markdown-table-BsrBoQZQ.cjs";
6
+ import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../../markdown-table-CpnCpTp1.cjs";
7
7
  import "../../index-lQ_hGQ08.cjs";
8
8
  export { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, MarkdownTable, MarkdownTableColumn, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableProps, __ΩMarkdownFileProps, __ΩMarkdownTableColumnProps, __ΩMarkdownTableProps };
@@ -1,8 +1,8 @@
1
1
  import "../../context-BwQLwanm.mjs";
2
2
  import "../../components-BrkXdHq-.mjs";
3
3
  import "../../source-file-B8OyOWg8.mjs";
4
- import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../../markdown-file-C7S89Ax6.mjs";
4
+ import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../../markdown-file-DBpOheYg.mjs";
5
5
  import "../../markdown-table-DKL6g91k.mjs";
6
- import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../../markdown-table-CBiEJXMo.mjs";
6
+ import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../../markdown-table-DcG6ScWX.mjs";
7
7
  import "../../index-DztUdPP_.mjs";
8
8
  export { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, MarkdownTable, MarkdownTableColumn, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableProps, __ΩMarkdownFileProps, __ΩMarkdownTableColumnProps, __ΩMarkdownTableProps };
@@ -1,5 +1,5 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import "../../source-file-CJeMh4On.cjs";
4
- import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../../markdown-file-B8nepeQh.cjs";
3
+ import "../../source-file-Dr2h8MVw.cjs";
4
+ import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../../markdown-file-CuMvfKbi.cjs";
5
5
  export { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, __ΩMarkdownFileProps };
@@ -1,5 +1,5 @@
1
1
  import "../../context-BwQLwanm.mjs";
2
2
  import "../../components-BrkXdHq-.mjs";
3
3
  import "../../source-file-B8OyOWg8.mjs";
4
- import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../../markdown-file-C7S89Ax6.mjs";
4
+ import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../../markdown-file-DBpOheYg.mjs";
5
5
  export { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, __ΩMarkdownFileProps };
@@ -1,5 +1,5 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
3
  import "../../markdown-table-DFnnh_px.cjs";
4
- import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../../markdown-table-BsrBoQZQ.cjs";
4
+ import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../../markdown-table-CpnCpTp1.cjs";
5
5
  export { MarkdownTable, MarkdownTableColumn, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableProps, __ΩMarkdownTableColumnProps, __ΩMarkdownTableProps };
@@ -1,5 +1,5 @@
1
1
  import "../../context-BwQLwanm.mjs";
2
2
  import "../../components-BrkXdHq-.mjs";
3
3
  import "../../markdown-table-DKL6g91k.mjs";
4
- import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../../markdown-table-CBiEJXMo.mjs";
4
+ import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../../markdown-table-DcG6ScWX.mjs";
5
5
  export { MarkdownTable, MarkdownTableColumn, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableProps, __ΩMarkdownTableColumnProps, __ΩMarkdownTableProps };
@@ -1,9 +1,9 @@
1
1
  import "../context-CWt70HA3.cjs";
2
2
  import "../components-DkVeQ5Yn.cjs";
3
- import "../source-file-CJeMh4On.cjs";
4
- import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../markdown-file-B8nepeQh.cjs";
3
+ import "../source-file-Dr2h8MVw.cjs";
4
+ import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../markdown-file-CuMvfKbi.cjs";
5
5
  import { a as __ΩMarkdownTableColumnContextInterface, c as useMarkdownTableColumn, i as MarkdownTableContextInterface, n as MarkdownTableColumnContextInterface, o as __ΩMarkdownTableContextInterface, r as MarkdownTableContext, s as useMarkdownTable, t as MarkdownTableColumnContext } from "../markdown-table-DFnnh_px.cjs";
6
- import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../markdown-table-BsrBoQZQ.cjs";
6
+ import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../markdown-table-CpnCpTp1.cjs";
7
7
  import "../index-lQ_hGQ08.cjs";
8
8
  import "../index-CwSIy_W-.cjs";
9
9
  export { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, MarkdownTable, MarkdownTableColumn, MarkdownTableColumnContext, MarkdownTableColumnContextInterface, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableContext, MarkdownTableContextInterface, MarkdownTableProps, __ΩMarkdownFileProps, __ΩMarkdownTableColumnContextInterface, __ΩMarkdownTableColumnProps, __ΩMarkdownTableContextInterface, __ΩMarkdownTableProps, useMarkdownTable, useMarkdownTableColumn };
@@ -1,9 +1,9 @@
1
1
  import "../context-BwQLwanm.mjs";
2
2
  import "../components-BrkXdHq-.mjs";
3
3
  import "../source-file-B8OyOWg8.mjs";
4
- import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../markdown-file-C7S89Ax6.mjs";
4
+ import { i as __ΩMarkdownFileProps, n as MarkdownFileHeader, r as MarkdownFileProps, t as MarkdownFile } from "../markdown-file-DBpOheYg.mjs";
5
5
  import { a as __ΩMarkdownTableColumnContextInterface, c as useMarkdownTableColumn, i as MarkdownTableContextInterface, n as MarkdownTableColumnContextInterface, o as __ΩMarkdownTableContextInterface, r as MarkdownTableContext, s as useMarkdownTable, t as MarkdownTableColumnContext } from "../markdown-table-DKL6g91k.mjs";
6
- import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../markdown-table-CBiEJXMo.mjs";
6
+ import { a as MarkdownTableProps, i as MarkdownTableColumnProps, n as MarkdownTableColumn, o as __ΩMarkdownTableColumnProps, r as MarkdownTableColumnHeader, s as __ΩMarkdownTableProps, t as MarkdownTable } from "../markdown-table-DcG6ScWX.mjs";
7
7
  import "../index-DztUdPP_.mjs";
8
8
  import "../index-CuheJfs-.mjs";
9
9
  export { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, MarkdownTable, MarkdownTableColumn, MarkdownTableColumnContext, MarkdownTableColumnContextInterface, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableContext, MarkdownTableContextInterface, MarkdownTableProps, __ΩMarkdownFileProps, __ΩMarkdownTableColumnContextInterface, __ΩMarkdownTableColumnProps, __ΩMarkdownTableContextInterface, __ΩMarkdownTableProps, useMarkdownTable, useMarkdownTableColumn };
@@ -1,6 +1,6 @@
1
1
  import { n as ComponentProps, p as SourceFileHeaderProps } from "./components-DkVeQ5Yn.cjs";
2
- import { n as SourceFileProps } from "./source-file-CJeMh4On.cjs";
3
- import * as _alloy_js_core0 from "@alloy-js/core";
2
+ import { n as SourceFileProps } from "./source-file-Dr2h8MVw.cjs";
3
+ import * as _alloy_js_core13 from "@alloy-js/core";
4
4
 
5
5
  //#region src/markdown/components/markdown-file.d.ts
6
6
  type MarkdownFileProps = Omit<SourceFileProps, "filetype"> & ComponentProps;
@@ -10,14 +10,14 @@ type MarkdownFileProps = Omit<SourceFileProps, "filetype"> & ComponentProps;
10
10
  * @param props - The properties for the source file.
11
11
  * @returns The rendered source file component.
12
12
  */
13
- declare function MarkdownFile(props: MarkdownFileProps): _alloy_js_core0.Children;
13
+ declare function MarkdownFile(props: MarkdownFileProps): _alloy_js_core13.Children;
14
14
  /**
15
15
  * Renders the header for a Powerlines Typescript source file.
16
16
  *
17
17
  * @param props - The properties for the source file header.
18
18
  * @returns The rendered source file header.
19
19
  */
20
- declare function MarkdownFileHeader(props: SourceFileHeaderProps): _alloy_js_core0.Children;
20
+ declare function MarkdownFileHeader(props: SourceFileHeaderProps): _alloy_js_core13.Children;
21
21
  declare type __ΩMarkdownFileProps = any[];
22
22
  //#endregion
23
23
  export { __ΩMarkdownFileProps as i, MarkdownFileHeader as n, MarkdownFileProps as r, MarkdownFile as t };
@@ -1,6 +1,6 @@
1
1
  import { n as ComponentProps, p as SourceFileHeaderProps } from "./components-BrkXdHq-.mjs";
2
2
  import { n as SourceFileProps } from "./source-file-B8OyOWg8.mjs";
3
- import * as _alloy_js_core5 from "@alloy-js/core";
3
+ import * as _alloy_js_core2 from "@alloy-js/core";
4
4
 
5
5
  //#region src/markdown/components/markdown-file.d.ts
6
6
  type MarkdownFileProps = Omit<SourceFileProps, "filetype"> & ComponentProps;
@@ -10,14 +10,14 @@ type MarkdownFileProps = Omit<SourceFileProps, "filetype"> & ComponentProps;
10
10
  * @param props - The properties for the source file.
11
11
  * @returns The rendered source file component.
12
12
  */
13
- declare function MarkdownFile(props: MarkdownFileProps): _alloy_js_core5.Children;
13
+ declare function MarkdownFile(props: MarkdownFileProps): _alloy_js_core2.Children;
14
14
  /**
15
15
  * Renders the header for a Powerlines Typescript source file.
16
16
  *
17
17
  * @param props - The properties for the source file header.
18
18
  * @returns The rendered source file header.
19
19
  */
20
- declare function MarkdownFileHeader(props: SourceFileHeaderProps): _alloy_js_core5.Children;
20
+ declare function MarkdownFileHeader(props: SourceFileHeaderProps): _alloy_js_core2.Children;
21
21
  declare type __ΩMarkdownFileProps = any[];
22
22
  //#endregion
23
23
  export { __ΩMarkdownFileProps as i, MarkdownFileHeader as n, MarkdownFileProps as r, MarkdownFile as t };
@@ -1,6 +1,6 @@
1
1
  import { n as ComponentProps } from "./components-DkVeQ5Yn.cjs";
2
2
  import { n as MarkdownTableColumnContextInterface } from "./markdown-table-DFnnh_px.cjs";
3
- import * as _alloy_js_core2 from "@alloy-js/core";
3
+ import * as _alloy_js_core7 from "@alloy-js/core";
4
4
 
5
5
  //#region src/markdown/components/markdown-table.d.ts
6
6
  interface MarkdownTableProps<T extends Record<string, any> = Record<string, any>> extends ComponentProps {
@@ -9,18 +9,18 @@ interface MarkdownTableProps<T extends Record<string, any> = Record<string, any>
9
9
  /**
10
10
  * Component that provides a context for rendering markdown tables.
11
11
  */
12
- declare function MarkdownTable<T extends Record<string, any> = Record<string, any>>(props: MarkdownTableProps<T>): _alloy_js_core2.Children;
12
+ declare function MarkdownTable<T extends Record<string, any> = Record<string, any>>(props: MarkdownTableProps<T>): _alloy_js_core7.Children;
13
13
  type MarkdownTableColumnProps = ComponentProps & Partial<Pick<MarkdownTableColumnContextInterface, "align">> & Required<Pick<MarkdownTableColumnContextInterface, "name">> & {
14
14
  width?: number;
15
15
  };
16
16
  /**
17
17
  * Component that provides a context for rendering markdown tables.
18
18
  */
19
- declare function MarkdownTableColumn(props: MarkdownTableColumnProps): _alloy_js_core2.Children;
19
+ declare function MarkdownTableColumn(props: MarkdownTableColumnProps): _alloy_js_core7.Children;
20
20
  /**
21
21
  * Component that provides a context for rendering markdown tables.
22
22
  */
23
- declare function MarkdownTableColumnHeader(props: MarkdownTableColumnProps): _alloy_js_core2.Children;
23
+ declare function MarkdownTableColumnHeader(props: MarkdownTableColumnProps): _alloy_js_core7.Children;
24
24
  declare type __ΩMarkdownTableProps = any[];
25
25
  declare type __ΩMarkdownTableColumnProps = any[];
26
26
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { n as ComponentProps } from "./components-BrkXdHq-.mjs";
2
2
  import { n as MarkdownTableColumnContextInterface } from "./markdown-table-DKL6g91k.mjs";
3
- import * as _alloy_js_core2 from "@alloy-js/core";
3
+ import * as _alloy_js_core4 from "@alloy-js/core";
4
4
 
5
5
  //#region src/markdown/components/markdown-table.d.ts
6
6
  interface MarkdownTableProps<T extends Record<string, any> = Record<string, any>> extends ComponentProps {
@@ -9,18 +9,18 @@ interface MarkdownTableProps<T extends Record<string, any> = Record<string, any>
9
9
  /**
10
10
  * Component that provides a context for rendering markdown tables.
11
11
  */
12
- declare function MarkdownTable<T extends Record<string, any> = Record<string, any>>(props: MarkdownTableProps<T>): _alloy_js_core2.Children;
12
+ declare function MarkdownTable<T extends Record<string, any> = Record<string, any>>(props: MarkdownTableProps<T>): _alloy_js_core4.Children;
13
13
  type MarkdownTableColumnProps = ComponentProps & Partial<Pick<MarkdownTableColumnContextInterface, "align">> & Required<Pick<MarkdownTableColumnContextInterface, "name">> & {
14
14
  width?: number;
15
15
  };
16
16
  /**
17
17
  * Component that provides a context for rendering markdown tables.
18
18
  */
19
- declare function MarkdownTableColumn(props: MarkdownTableColumnProps): _alloy_js_core2.Children;
19
+ declare function MarkdownTableColumn(props: MarkdownTableColumnProps): _alloy_js_core4.Children;
20
20
  /**
21
21
  * Component that provides a context for rendering markdown tables.
22
22
  */
23
- declare function MarkdownTableColumnHeader(props: MarkdownTableColumnProps): _alloy_js_core2.Children;
23
+ declare function MarkdownTableColumnHeader(props: MarkdownTableColumnProps): _alloy_js_core4.Children;
24
24
  declare type __ΩMarkdownTableProps = any[];
25
25
  declare type __ΩMarkdownTableColumnProps = any[];
26
26
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { n as PluginContext } from "./context-CWt70HA3.cjs";
2
- import * as _alloy_js_core16 from "@alloy-js/core";
2
+ import * as _alloy_js_core0 from "@alloy-js/core";
3
3
  import { OutputProps } from "@powerlines/plugin-alloy/vendor";
4
4
 
5
5
  //#region src/core/components/output.d.ts
@@ -12,7 +12,7 @@ interface OutputProps$1<TContext extends PluginContext = PluginContext> extends
12
12
  /**
13
13
  * Output component for rendering the Powerlines plugin's output files via templates.
14
14
  */
15
- declare function Output<TContext extends PluginContext = PluginContext>(props: OutputProps$1<TContext>): _alloy_js_core16.Children;
15
+ declare function Output<TContext extends PluginContext = PluginContext>(props: OutputProps$1<TContext>): _alloy_js_core0.Children;
16
16
  declare type __ΩOutputProps = any[];
17
17
  //#endregion
18
18
  export { OutputProps$1 as n, __ΩOutputProps as r, Output as t };
@@ -1,5 +1,5 @@
1
1
  import { n as ComponentProps } from "./components-DkVeQ5Yn.cjs";
2
- import * as _alloy_js_core0 from "@alloy-js/core";
2
+ import * as _alloy_js_core1 from "@alloy-js/core";
3
3
 
4
4
  //#region src/core/components/single-line-comment.d.ts
5
5
  type SingleLineCommentVariant = "double-slash" | "triple-slash" | "slash-star" | "slash-star-star" | "markdown";
@@ -15,7 +15,7 @@ interface SingleLineCommentProps extends ComponentProps {
15
15
  * A single line comment block. The children are rendered as a prose element, which means that they
16
16
  * are broken into multiple lines
17
17
  */
18
- declare function SingleLineComment(props: SingleLineCommentProps): _alloy_js_core0.Children;
18
+ declare function SingleLineComment(props: SingleLineCommentProps): _alloy_js_core1.Children;
19
19
  declare type __ΩSingleLineCommentVariant = any[];
20
20
  declare type __ΩSingleLineCommentProps = any[];
21
21
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { s as StoragePreset } from "./context-CWt70HA3.cjs";
2
2
  import { n as ComponentProps } from "./components-DkVeQ5Yn.cjs";
3
- import * as _alloy_js_core9 from "@alloy-js/core";
3
+ import * as _alloy_js_core0 from "@alloy-js/core";
4
4
  import { SourceFileProps } from "@powerlines/plugin-alloy/vendor";
5
5
 
6
6
  //#region src/core/components/source-file.d.ts
@@ -25,7 +25,7 @@ type SourceFileProps$1 = SourceFileProps & ComponentProps & {
25
25
  * @param props - The properties for the source file.
26
26
  * @returns The rendered source file component.
27
27
  */
28
- declare function SourceFile(props: SourceFileProps$1): _alloy_js_core9.Children;
28
+ declare function SourceFile(props: SourceFileProps$1): _alloy_js_core0.Children;
29
29
  declare type __ΩSourceFileProps = any[];
30
30
  //#endregion
31
31
  export { SourceFileProps$1 as n, __ΩSourceFileProps as r, SourceFile as t };
@@ -1,18 +1,18 @@
1
1
  import { x as TSDocProps } from "./tsdoc-C_2VzSk_.cjs";
2
- import * as _alloy_js_core12 from "@alloy-js/core";
2
+ import * as _alloy_js_core2 from "@alloy-js/core";
3
3
 
4
4
  //#region src/typescript/components/tsdoc-reflection.d.ts
5
5
  /**
6
6
  * Generates a TypeScript interface property for the given reflection class.
7
7
  */
8
- declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core12.Children;
8
+ declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core2.Children;
9
9
  /**
10
10
  * Generates a TypeScript interface property for the given reflection class.
11
11
  */
12
- declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core12.Children;
12
+ declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core2.Children;
13
13
  /**
14
14
  * Generates a TypeScript interface property for the given reflection class.
15
15
  */
16
- declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core12.Children;
16
+ declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core2.Children;
17
17
  //#endregion
18
18
  export { TSDocReflectionMethod as n, TSDocReflectionProperty as r, TSDocReflectionClass as t };
@@ -1,18 +1,18 @@
1
1
  import { x as TSDocProps } from "./tsdoc-BT-2pTD3.mjs";
2
- import * as _alloy_js_core12 from "@alloy-js/core";
2
+ import * as _alloy_js_core11 from "@alloy-js/core";
3
3
 
4
4
  //#region src/typescript/components/tsdoc-reflection.d.ts
5
5
  /**
6
6
  * Generates a TypeScript interface property for the given reflection class.
7
7
  */
8
- declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core12.Children;
8
+ declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core11.Children;
9
9
  /**
10
10
  * Generates a TypeScript interface property for the given reflection class.
11
11
  */
12
- declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core12.Children;
12
+ declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core11.Children;
13
13
  /**
14
14
  * Generates a TypeScript interface property for the given reflection class.
15
15
  */
16
- declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core12.Children;
16
+ declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core11.Children;
17
17
  //#endregion
18
18
  export { TSDocReflectionMethod as n, TSDocReflectionProperty as r, TSDocReflectionClass as t };
@@ -1,7 +1,7 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import "../../source-file-CJeMh4On.cjs";
3
+ import "../../source-file-Dr2h8MVw.cjs";
4
4
  import "../../tsdoc-C_2VzSk_.cjs";
5
- import "../../typescript-file-DMYwIorq.cjs";
6
- import { n as BuiltinFileProps, r as __ΩBuiltinFileProps, t as BuiltinFile } from "../../builtin-file-D5YA-OFP.cjs";
5
+ import "../../typescript-file-B2iQamR6.cjs";
6
+ import { n as BuiltinFileProps, r as __ΩBuiltinFileProps, t as BuiltinFile } from "../../builtin-file-Detj4VKO.cjs";
7
7
  export { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps };
@@ -1,2 +1,2 @@
1
- import { n as DynamicImportStatementProps, r as __ΩDynamicImportStatementProps, t as DynamicImportStatement } from "../../dynamic-import-statement-3Xp_1L50.cjs";
1
+ import { n as DynamicImportStatementProps, r as __ΩDynamicImportStatementProps, t as DynamicImportStatement } from "../../dynamic-import-statement-AUDLZGFa.cjs";
2
2
  export { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps };
@@ -1,6 +1,6 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import "../../source-file-CJeMh4On.cjs";
4
- import "../../typescript-file-DMYwIorq.cjs";
5
- import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../../entry-file-DIhtOJXO.cjs";
3
+ import "../../source-file-Dr2h8MVw.cjs";
4
+ import "../../typescript-file-B2iQamR6.cjs";
5
+ import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../../entry-file-Cq3bZzix.cjs";
6
6
  export { EntryFile, EntryFileProps, __ΩEntryFileProps };
@@ -2,5 +2,5 @@ import "../../context-BwQLwanm.mjs";
2
2
  import "../../components-BrkXdHq-.mjs";
3
3
  import "../../source-file-B8OyOWg8.mjs";
4
4
  import "../../typescript-file-CCNXO3vl.mjs";
5
- import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../../entry-file-CG9ZnV39.mjs";
5
+ import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../../entry-file-CQwIaayx.mjs";
6
6
  export { EntryFile, EntryFileProps, __ΩEntryFileProps };
@@ -1,14 +1,14 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import "../../source-file-CJeMh4On.cjs";
3
+ import "../../source-file-Dr2h8MVw.cjs";
4
4
  import { A as __ΩTSDocDefaultValueProps, C as TSDocRemarks, D as TSDocThrows, E as TSDocTagProps, F as __ΩTSDocProps, I as __ΩTSDocTagProps, M as __ΩTSDocModuleProps, N as __ΩTSDocParamProps, O as TSDocTitle, P as __ΩTSDocParamsProps, S as TSDocReadonly, T as TSDocTag, _ as TSDocParamProps, a as TSDocDefaultValue, b as TSDocPermission, c as TSDocExample, d as TSDocIgnore, f as TSDocInternal, g as TSDocParam, h as TSDocModuleProps, i as TSDocAttributesTagsProps, j as __ΩTSDocExampleProps, k as __ΩTSDocAttributesTagsProps, l as TSDocExampleProps, m as TSDocModule, n as TSDocAlias, o as TSDocDefaultValueProps, p as TSDocLink, r as TSDocAttributesTags, s as TSDocDomain, t as TSDoc, u as TSDocHidden, v as TSDocParams, w as TSDocReturns, x as TSDocProps, y as TSDocParamsProps } from "../../tsdoc-C_2VzSk_.cjs";
5
- import { a as TypescriptFileHeaderProps, c as __ΩTypescriptFileHeaderProps, i as TypescriptFileHeaderImportsProps, l as __ΩTypescriptFileProps, n as TypescriptFileHeader, o as TypescriptFileProps, r as TypescriptFileHeaderImports, s as __ΩTypescriptFileHeaderImportsProps, t as TypescriptFile } from "../../typescript-file-DMYwIorq.cjs";
6
- import { n as BuiltinFileProps, r as __ΩBuiltinFileProps, t as BuiltinFile } from "../../builtin-file-D5YA-OFP.cjs";
7
- import { n as DynamicImportStatementProps, r as __ΩDynamicImportStatementProps, t as DynamicImportStatement } from "../../dynamic-import-statement-3Xp_1L50.cjs";
8
- import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../../entry-file-DIhtOJXO.cjs";
5
+ import { a as TypescriptFileHeaderProps, c as __ΩTypescriptFileHeaderProps, i as TypescriptFileHeaderImportsProps, l as __ΩTypescriptFileProps, n as TypescriptFileHeader, o as TypescriptFileProps, r as TypescriptFileHeaderImports, s as __ΩTypescriptFileHeaderImportsProps, t as TypescriptFile } from "../../typescript-file-B2iQamR6.cjs";
6
+ import { n as BuiltinFileProps, r as __ΩBuiltinFileProps, t as BuiltinFile } from "../../builtin-file-Detj4VKO.cjs";
7
+ import { n as DynamicImportStatementProps, r as __ΩDynamicImportStatementProps, t as DynamicImportStatement } from "../../dynamic-import-statement-AUDLZGFa.cjs";
8
+ import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../../entry-file-Cq3bZzix.cjs";
9
9
  import { n as RecordExpressionProps, r as __ΩRecordExpressionProps, t as RecordExpression } from "../../record-expression-rZuoLQWG.cjs";
10
- import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../../tsdoc-reflection-BfwShG2g.cjs";
11
- import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../../typescript-interface-g2r0ehxD.cjs";
12
- import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../../typescript-object-B3H8GN6V.cjs";
10
+ import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../../tsdoc-reflection-D4QfeAYE.cjs";
11
+ import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../../typescript-interface-vmxe6DFQ.cjs";
12
+ import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../../typescript-object-CYLHqec2.cjs";
13
13
  import "../../index-Blaks7l8.cjs";
14
14
  export { BuiltinFile, BuiltinFileProps, DynamicImportStatement, DynamicImportStatementProps, EntryFile, EntryFileProps, RecordExpression, RecordExpressionProps, TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, TypeScriptInterface, TypeScriptInterfaceProps, TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩBuiltinFileProps, __ΩDynamicImportStatementProps, __ΩEntryFileProps, __ΩRecordExpressionProps, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps, __ΩTypescriptInterfacePropertyProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps };
@@ -5,10 +5,10 @@ import { A as __ΩTSDocDefaultValueProps, C as TSDocRemarks, D as TSDocThrows, E
5
5
  import { a as TypescriptFileHeaderProps, c as __ΩTypescriptFileHeaderProps, i as TypescriptFileHeaderImportsProps, l as __ΩTypescriptFileProps, n as TypescriptFileHeader, o as TypescriptFileProps, r as TypescriptFileHeaderImports, s as __ΩTypescriptFileHeaderImportsProps, t as TypescriptFile } from "../../typescript-file-CCNXO3vl.mjs";
6
6
  import { n as BuiltinFileProps, r as __ΩBuiltinFileProps, t as BuiltinFile } from "../../builtin-file-Df3B4vGB.mjs";
7
7
  import { n as DynamicImportStatementProps, r as __ΩDynamicImportStatementProps, t as DynamicImportStatement } from "../../dynamic-import-statement-BjiwPuJ3.mjs";
8
- import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../../entry-file-CG9ZnV39.mjs";
8
+ import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../../entry-file-CQwIaayx.mjs";
9
9
  import { n as RecordExpressionProps, r as __ΩRecordExpressionProps, t as RecordExpression } from "../../record-expression-P1BTu_7B.mjs";
10
- import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../../tsdoc-reflection-auck1207.mjs";
11
- import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../../typescript-interface-Br3QYNVt.mjs";
12
- import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../../typescript-object-CSAb1n2X.mjs";
10
+ import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../../tsdoc-reflection-qXh3a1WV.mjs";
11
+ import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../../typescript-interface-Cu5yH1iH.mjs";
12
+ import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../../typescript-object-DlbiBCmI.mjs";
13
13
  import "../../index-DrK1_jKY.mjs";
14
14
  export { BuiltinFile, BuiltinFileProps, DynamicImportStatement, DynamicImportStatementProps, EntryFile, EntryFileProps, RecordExpression, RecordExpressionProps, TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, TypeScriptInterface, TypeScriptInterfaceProps, TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩBuiltinFileProps, __ΩDynamicImportStatementProps, __ΩEntryFileProps, __ΩRecordExpressionProps, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps, __ΩTypescriptInterfacePropertyProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps };
@@ -1,5 +1,5 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
3
  import "../../tsdoc-C_2VzSk_.cjs";
4
- import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../../tsdoc-reflection-BfwShG2g.cjs";
4
+ import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../../tsdoc-reflection-D4QfeAYE.cjs";
5
5
  export { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty };
@@ -1,5 +1,5 @@
1
1
  import "../../context-BwQLwanm.mjs";
2
2
  import "../../components-BrkXdHq-.mjs";
3
3
  import "../../tsdoc-BT-2pTD3.mjs";
4
- import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../../tsdoc-reflection-auck1207.mjs";
4
+ import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../../tsdoc-reflection-qXh3a1WV.mjs";
5
5
  export { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty };
@@ -1,5 +1,5 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import "../../source-file-CJeMh4On.cjs";
4
- import { a as TypescriptFileHeaderProps, c as __ΩTypescriptFileHeaderProps, i as TypescriptFileHeaderImportsProps, l as __ΩTypescriptFileProps, n as TypescriptFileHeader, o as TypescriptFileProps, r as TypescriptFileHeaderImports, s as __ΩTypescriptFileHeaderImportsProps, t as TypescriptFile } from "../../typescript-file-DMYwIorq.cjs";
3
+ import "../../source-file-Dr2h8MVw.cjs";
4
+ import { a as TypescriptFileHeaderProps, c as __ΩTypescriptFileHeaderProps, i as TypescriptFileHeaderImportsProps, l as __ΩTypescriptFileProps, n as TypescriptFileHeader, o as TypescriptFileProps, r as TypescriptFileHeaderImports, s as __ΩTypescriptFileHeaderImportsProps, t as TypescriptFile } from "../../typescript-file-B2iQamR6.cjs";
5
5
  export { TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps };
@@ -1,4 +1,4 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../../typescript-interface-g2r0ehxD.cjs";
3
+ import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../../typescript-interface-vmxe6DFQ.cjs";
4
4
  export { TypeScriptInterface, TypeScriptInterfaceProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptInterfacePropertyProps };
@@ -1,4 +1,4 @@
1
1
  import "../../context-BwQLwanm.mjs";
2
2
  import "../../components-BrkXdHq-.mjs";
3
- import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../../typescript-interface-Br3QYNVt.mjs";
3
+ import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../../typescript-interface-Cu5yH1iH.mjs";
4
4
  export { TypeScriptInterface, TypeScriptInterfaceProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptInterfacePropertyProps };
@@ -1,4 +1,4 @@
1
1
  import "../../context-CWt70HA3.cjs";
2
2
  import "../../components-DkVeQ5Yn.cjs";
3
- import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../../typescript-object-B3H8GN6V.cjs";
3
+ import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../../typescript-object-CYLHqec2.cjs";
4
4
  export { TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps };
@@ -1,4 +1,4 @@
1
1
  import "../../context-BwQLwanm.mjs";
2
2
  import "../../components-BrkXdHq-.mjs";
3
- import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../../typescript-object-CSAb1n2X.mjs";
3
+ import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../../typescript-object-DlbiBCmI.mjs";
4
4
  export { TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps };
@@ -1,14 +1,14 @@
1
1
  import "../context-CWt70HA3.cjs";
2
2
  import "../components-DkVeQ5Yn.cjs";
3
- import "../source-file-CJeMh4On.cjs";
3
+ import "../source-file-Dr2h8MVw.cjs";
4
4
  import { A as __ΩTSDocDefaultValueProps, C as TSDocRemarks, D as TSDocThrows, E as TSDocTagProps, F as __ΩTSDocProps, I as __ΩTSDocTagProps, M as __ΩTSDocModuleProps, N as __ΩTSDocParamProps, O as TSDocTitle, P as __ΩTSDocParamsProps, S as TSDocReadonly, T as TSDocTag, _ as TSDocParamProps, a as TSDocDefaultValue, b as TSDocPermission, c as TSDocExample, d as TSDocIgnore, f as TSDocInternal, g as TSDocParam, h as TSDocModuleProps, i as TSDocAttributesTagsProps, j as __ΩTSDocExampleProps, k as __ΩTSDocAttributesTagsProps, l as TSDocExampleProps, m as TSDocModule, n as TSDocAlias, o as TSDocDefaultValueProps, p as TSDocLink, r as TSDocAttributesTags, s as TSDocDomain, t as TSDoc, u as TSDocHidden, v as TSDocParams, w as TSDocReturns, x as TSDocProps, y as TSDocParamsProps } from "../tsdoc-C_2VzSk_.cjs";
5
- import { a as TypescriptFileHeaderProps, c as __ΩTypescriptFileHeaderProps, i as TypescriptFileHeaderImportsProps, l as __ΩTypescriptFileProps, n as TypescriptFileHeader, o as TypescriptFileProps, r as TypescriptFileHeaderImports, s as __ΩTypescriptFileHeaderImportsProps, t as TypescriptFile } from "../typescript-file-DMYwIorq.cjs";
6
- import { n as BuiltinFileProps, r as __ΩBuiltinFileProps, t as BuiltinFile } from "../builtin-file-D5YA-OFP.cjs";
7
- import { n as DynamicImportStatementProps, r as __ΩDynamicImportStatementProps, t as DynamicImportStatement } from "../dynamic-import-statement-3Xp_1L50.cjs";
8
- import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../entry-file-DIhtOJXO.cjs";
5
+ import { a as TypescriptFileHeaderProps, c as __ΩTypescriptFileHeaderProps, i as TypescriptFileHeaderImportsProps, l as __ΩTypescriptFileProps, n as TypescriptFileHeader, o as TypescriptFileProps, r as TypescriptFileHeaderImports, s as __ΩTypescriptFileHeaderImportsProps, t as TypescriptFile } from "../typescript-file-B2iQamR6.cjs";
6
+ import { n as BuiltinFileProps, r as __ΩBuiltinFileProps, t as BuiltinFile } from "../builtin-file-Detj4VKO.cjs";
7
+ import { n as DynamicImportStatementProps, r as __ΩDynamicImportStatementProps, t as DynamicImportStatement } from "../dynamic-import-statement-AUDLZGFa.cjs";
8
+ import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../entry-file-Cq3bZzix.cjs";
9
9
  import { n as RecordExpressionProps, r as __ΩRecordExpressionProps, t as RecordExpression } from "../record-expression-rZuoLQWG.cjs";
10
- import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../tsdoc-reflection-BfwShG2g.cjs";
11
- import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../typescript-interface-g2r0ehxD.cjs";
12
- import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../typescript-object-B3H8GN6V.cjs";
10
+ import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../tsdoc-reflection-D4QfeAYE.cjs";
11
+ import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../typescript-interface-vmxe6DFQ.cjs";
12
+ import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../typescript-object-CYLHqec2.cjs";
13
13
  import "../index-Blaks7l8.cjs";
14
14
  export { BuiltinFile, BuiltinFileProps, DynamicImportStatement, DynamicImportStatementProps, EntryFile, EntryFileProps, RecordExpression, RecordExpressionProps, TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, TypeScriptInterface, TypeScriptInterfaceProps, TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩBuiltinFileProps, __ΩDynamicImportStatementProps, __ΩEntryFileProps, __ΩRecordExpressionProps, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps, __ΩTypescriptInterfacePropertyProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps };
@@ -5,10 +5,10 @@ import { A as __ΩTSDocDefaultValueProps, C as TSDocRemarks, D as TSDocThrows, E
5
5
  import { a as TypescriptFileHeaderProps, c as __ΩTypescriptFileHeaderProps, i as TypescriptFileHeaderImportsProps, l as __ΩTypescriptFileProps, n as TypescriptFileHeader, o as TypescriptFileProps, r as TypescriptFileHeaderImports, s as __ΩTypescriptFileHeaderImportsProps, t as TypescriptFile } from "../typescript-file-CCNXO3vl.mjs";
6
6
  import { n as BuiltinFileProps, r as __ΩBuiltinFileProps, t as BuiltinFile } from "../builtin-file-Df3B4vGB.mjs";
7
7
  import { n as DynamicImportStatementProps, r as __ΩDynamicImportStatementProps, t as DynamicImportStatement } from "../dynamic-import-statement-BjiwPuJ3.mjs";
8
- import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../entry-file-CG9ZnV39.mjs";
8
+ import { n as EntryFileProps, r as __ΩEntryFileProps, t as EntryFile } from "../entry-file-CQwIaayx.mjs";
9
9
  import { n as RecordExpressionProps, r as __ΩRecordExpressionProps, t as RecordExpression } from "../record-expression-P1BTu_7B.mjs";
10
- import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../tsdoc-reflection-auck1207.mjs";
11
- import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../typescript-interface-Br3QYNVt.mjs";
12
- import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../typescript-object-CSAb1n2X.mjs";
10
+ import { n as TSDocReflectionMethod, r as TSDocReflectionProperty, t as TSDocReflectionClass } from "../tsdoc-reflection-qXh3a1WV.mjs";
11
+ import { a as __ΩTypeScriptInterfaceProps, i as TypescriptInterfacePropertyProps, n as TypeScriptInterfaceProps, o as __ΩTypescriptInterfacePropertyProps, r as TypescriptInterfaceProperty, t as TypeScriptInterface } from "../typescript-interface-Cu5yH1iH.mjs";
12
+ import { a as __ΩTypescriptObjectPropertyProps, i as TypescriptObjectProps, n as TypescriptObjectProperty, o as __ΩTypescriptObjectProps, r as TypescriptObjectPropertyProps, t as TypescriptObject } from "../typescript-object-DlbiBCmI.mjs";
13
13
  import "../index-DrK1_jKY.mjs";
14
14
  export { BuiltinFile, BuiltinFileProps, DynamicImportStatement, DynamicImportStatementProps, EntryFile, EntryFileProps, RecordExpression, RecordExpressionProps, TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, TypeScriptInterface, TypeScriptInterfaceProps, TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩBuiltinFileProps, __ΩDynamicImportStatementProps, __ΩEntryFileProps, __ΩRecordExpressionProps, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps, __ΩTypescriptInterfacePropertyProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps };
@@ -1,5 +1,5 @@
1
1
  import { h as TypescriptFileImports, n as ComponentProps, p as SourceFileHeaderProps } from "./components-DkVeQ5Yn.cjs";
2
- import { n as SourceFileProps$1 } from "./source-file-CJeMh4On.cjs";
2
+ import { n as SourceFileProps$1 } from "./source-file-Dr2h8MVw.cjs";
3
3
  import { Children } from "@powerlines/plugin-alloy/vendor";
4
4
  import { TSModuleScope } from "@alloy-js/typescript";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { n as ComponentProps } from "./components-BrkXdHq-.mjs";
2
- import * as _alloy_js_core7 from "@alloy-js/core";
2
+ import * as _alloy_js_core9 from "@alloy-js/core";
3
3
  import { InterfaceDeclarationProps, InterfaceMemberProps } from "@alloy-js/typescript";
4
4
 
5
5
  //#region src/typescript/components/typescript-interface.d.ts
@@ -13,11 +13,11 @@ interface TypescriptInterfacePropertyProps extends Omit<InterfaceMemberProps, "n
13
13
  /**
14
14
  * Generates a TypeScript interface for the given reflection class.
15
15
  */
16
- declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core7.Children;
16
+ declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core9.Children;
17
17
  /**
18
18
  * Generates a TypeScript interface property for the given reflection class.
19
19
  */
20
- declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core7.Children;
20
+ declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core9.Children;
21
21
  declare type __ΩTypeScriptInterfaceProps = any[];
22
22
  declare type __ΩTypescriptInterfacePropertyProps = any[];
23
23
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { n as ComponentProps } from "./components-DkVeQ5Yn.cjs";
2
- import * as _alloy_js_core7 from "@alloy-js/core";
2
+ import * as _alloy_js_core5 from "@alloy-js/core";
3
3
  import { InterfaceDeclarationProps, InterfaceMemberProps } from "@alloy-js/typescript";
4
4
 
5
5
  //#region src/typescript/components/typescript-interface.d.ts
@@ -13,11 +13,11 @@ interface TypescriptInterfacePropertyProps extends Omit<InterfaceMemberProps, "n
13
13
  /**
14
14
  * Generates a TypeScript interface for the given reflection class.
15
15
  */
16
- declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core7.Children;
16
+ declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core5.Children;
17
17
  /**
18
18
  * Generates a TypeScript interface property for the given reflection class.
19
19
  */
20
- declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core7.Children;
20
+ declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core5.Children;
21
21
  declare type __ΩTypeScriptInterfaceProps = any[];
22
22
  declare type __ΩTypescriptInterfacePropertyProps = any[];
23
23
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { n as ComponentProps } from "./components-DkVeQ5Yn.cjs";
2
- import * as _alloy_js_core5 from "@alloy-js/core";
2
+ import * as _alloy_js_core10 from "@alloy-js/core";
3
3
  import { VarDeclarationProps } from "@alloy-js/typescript";
4
4
  import { ComputedRef } from "@vue/reactivity";
5
5
 
@@ -14,11 +14,11 @@ interface TypescriptObjectPropertyProps extends ComponentProps {
14
14
  /**
15
15
  * Generates a TypeScript object for the given reflection class.
16
16
  */
17
- declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core5.Children;
17
+ declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core10.Children;
18
18
  /**
19
19
  * Generates a TypeScript object property for the given reflection class.
20
20
  */
21
- declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core5.Children;
21
+ declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core10.Children;
22
22
  declare type __ΩTypescriptObjectProps = any[];
23
23
  declare type __ΩTypescriptObjectPropertyProps = any[];
24
24
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { n as ComponentProps } from "./components-BrkXdHq-.mjs";
2
- import * as _alloy_js_core9 from "@alloy-js/core";
2
+ import * as _alloy_js_core7 from "@alloy-js/core";
3
3
  import { VarDeclarationProps } from "@alloy-js/typescript";
4
4
  import { ComputedRef } from "@vue/reactivity";
5
5
 
@@ -14,11 +14,11 @@ interface TypescriptObjectPropertyProps extends ComponentProps {
14
14
  /**
15
15
  * Generates a TypeScript object for the given reflection class.
16
16
  */
17
- declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core9.Children;
17
+ declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core7.Children;
18
18
  /**
19
19
  * Generates a TypeScript object property for the given reflection class.
20
20
  */
21
- declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core9.Children;
21
+ declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core7.Children;
22
22
  declare type __ΩTypescriptObjectProps = any[];
23
23
  declare type __ΩTypescriptObjectPropertyProps = any[];
24
24
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "type": "module",
5
5
  "description": "A package containing various Alloy framework components and helper utilities.",
6
6
  "repository": {
@@ -387,8 +387,8 @@
387
387
  "@alloy-js/markdown": "^0.22.0",
388
388
  "@alloy-js/rollup-plugin": "^0.1.0",
389
389
  "@alloy-js/typescript": "^0.22.0",
390
- "@powerlines/deepkit": "^0.5.29",
391
- "@powerlines/plugin-plugin": "^0.12.66",
390
+ "@powerlines/deepkit": "^0.5.30",
391
+ "@powerlines/plugin-plugin": "^0.12.67",
392
392
  "@storm-software/config-tools": "^1.188.74",
393
393
  "@stryke/capnp": "^0.12.51",
394
394
  "@stryke/convert": "^0.6.29",
@@ -401,7 +401,7 @@
401
401
  "@stryke/types": "^0.10.28",
402
402
  "@stryke/unique-id": "^0.3.37",
403
403
  "defu": "^6.1.4",
404
- "powerlines": "^0.36.19",
404
+ "powerlines": "^0.36.20",
405
405
  "prettier": "^3.7.4"
406
406
  },
407
407
  "devDependencies": {
@@ -411,5 +411,5 @@
411
411
  "@types/node": "^24.10.4"
412
412
  },
413
413
  "publishConfig": { "access": "public" },
414
- "gitHead": "fd101cb5a79b50099a157f8c39d934b26cbd9896"
414
+ "gitHead": "bf1440eb5eb29cb9650051e56b0c17e596eb3942"
415
415
  }