@powerlines/plugin-alloy 0.19.8 → 0.19.9

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 (26) hide show
  1. package/dist/core/components/output.d.cts +2 -2
  2. package/dist/core/components/output.d.mts +2 -2
  3. package/dist/core/components/single-line-comment.d.cts +2 -2
  4. package/dist/core/components/single-line-comment.d.mts +2 -2
  5. package/dist/core/components/source-file.d.mts +2 -2
  6. package/dist/index.cjs +1 -2
  7. package/dist/index.mjs +1 -2
  8. package/dist/markdown/components/front-matter.d.cts +2 -2
  9. package/dist/markdown/components/front-matter.d.mts +2 -2
  10. package/dist/markdown/components/markdown-file.d.cts +3 -3
  11. package/dist/markdown/components/markdown-file.d.mts +3 -3
  12. package/dist/markdown/components/markdown-table.d.cts +4 -4
  13. package/dist/markdown/components/markdown-table.d.mts +4 -4
  14. package/dist/typescript/components/builtin-file.d.cts +2 -2
  15. package/dist/typescript/components/builtin-file.d.mts +2 -2
  16. package/dist/typescript/components/dynamic-import-statement.d.cts +2 -2
  17. package/dist/typescript/components/dynamic-import-statement.d.mts +2 -2
  18. package/dist/typescript/components/entry-file.d.cts +2 -2
  19. package/dist/typescript/components/entry-file.d.mts +2 -2
  20. package/dist/typescript/components/tsdoc-reflection.d.cts +4 -4
  21. package/dist/typescript/components/tsdoc-reflection.d.mts +4 -4
  22. package/dist/typescript/components/typescript-interface.d.cts +3 -3
  23. package/dist/typescript/components/typescript-interface.d.mts +3 -3
  24. package/dist/typescript/components/typescript-object.d.cts +3 -3
  25. package/dist/typescript/components/typescript-object.d.mts +3 -3
  26. package/package.json +575 -82
@@ -1,5 +1,5 @@
1
1
  import { MetaItem } from "../contexts/context.cjs";
2
- import * as _alloy_js_core11 from "@alloy-js/core";
2
+ import * as _alloy_js_core0 from "@alloy-js/core";
3
3
  import { OutputProps as OutputProps$1 } from "@alloy-js/core";
4
4
  import { PluginContext } from "powerlines/types/context";
5
5
 
@@ -17,7 +17,7 @@ interface OutputProps<TContext extends PluginContext = PluginContext, TMeta exte
17
17
  /**
18
18
  * Output component for rendering the Powerlines plugin's output files via templates.
19
19
  */
20
- declare function Output<TContext extends PluginContext = PluginContext, TMeta extends Record<string, MetaItem> = Record<string, MetaItem>>(props: OutputProps<TContext, TMeta>): _alloy_js_core11.Children;
20
+ declare function Output<TContext extends PluginContext = PluginContext, TMeta extends Record<string, MetaItem> = Record<string, MetaItem>>(props: OutputProps<TContext, TMeta>): _alloy_js_core0.Children;
21
21
  declare type __ΩOutputProps = any[];
22
22
  //#endregion
23
23
  export { Output, OutputProps, __ΩOutputProps };
@@ -1,5 +1,5 @@
1
1
  import { MetaItem } from "../contexts/context.mjs";
2
- import * as _alloy_js_core1 from "@alloy-js/core";
2
+ import * as _alloy_js_core9 from "@alloy-js/core";
3
3
  import { OutputProps as OutputProps$1 } from "@alloy-js/core";
4
4
  import { PluginContext } from "powerlines/types/context";
5
5
 
@@ -17,7 +17,7 @@ interface OutputProps<TContext extends PluginContext = PluginContext, TMeta exte
17
17
  /**
18
18
  * Output component for rendering the Powerlines plugin's output files via templates.
19
19
  */
20
- declare function Output<TContext extends PluginContext = PluginContext, TMeta extends Record<string, MetaItem> = Record<string, MetaItem>>(props: OutputProps<TContext, TMeta>): _alloy_js_core1.Children;
20
+ declare function Output<TContext extends PluginContext = PluginContext, TMeta extends Record<string, MetaItem> = Record<string, MetaItem>>(props: OutputProps<TContext, TMeta>): _alloy_js_core9.Children;
21
21
  declare type __ΩOutputProps = any[];
22
22
  //#endregion
23
23
  export { Output, OutputProps, __ΩOutputProps };
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.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,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.mjs";
2
- import * as _alloy_js_core0 from "@alloy-js/core";
2
+ import * as _alloy_js_core6 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_core6.Children;
19
19
  declare type __ΩSingleLineCommentVariant = any[];
20
20
  declare type __ΩSingleLineCommentProps = any[];
21
21
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.mjs";
2
- import * as _alloy_js_core0 from "@alloy-js/core";
2
+ import * as _alloy_js_core7 from "@alloy-js/core";
3
3
  import { SourceFileProps as SourceFileProps$1 } from "@alloy-js/core";
4
4
  import { StoragePreset } from "powerlines/types/fs";
5
5
 
@@ -26,7 +26,7 @@ type SourceFileProps = SourceFileProps$1 & ComponentProps & {
26
26
  * @param props - The properties for the source file.
27
27
  * @returns The rendered source file component.
28
28
  */
29
- declare function SourceFile(props: SourceFileProps): _alloy_js_core0.Children;
29
+ declare function SourceFile(props: SourceFileProps): _alloy_js_core7.Children;
30
30
  declare type __ΩSourceFileProps = any[];
31
31
  //#endregion
32
32
  export { SourceFile, SourceFileProps, __ΩSourceFileProps };
package/dist/index.cjs CHANGED
@@ -29,8 +29,7 @@ const plugin = (options = {}) => {
29
29
  build: {
30
30
  inputOptions: { transform: { jsx: "preserve" } },
31
31
  plugins: [(0, __alloy_js_rollup_plugin.default)()],
32
- external: [/^@alloy-js\//],
33
- noExternal: ["@powerlines/plugin-alloy"]
32
+ external: [/^@alloy-js\//]
34
33
  }
35
34
  };
36
35
  },
package/dist/index.mjs CHANGED
@@ -26,8 +26,7 @@ const plugin = (options = {}) => {
26
26
  build: {
27
27
  inputOptions: { transform: { jsx: "preserve" } },
28
28
  plugins: [rollupPlugin()],
29
- external: [/^@alloy-js\//],
30
- noExternal: ["@powerlines/plugin-alloy"]
29
+ external: [/^@alloy-js\//]
31
30
  }
32
31
  };
33
32
  },
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core6 from "@alloy-js/core";
1
+ import * as _alloy_js_core9 from "@alloy-js/core";
2
2
 
3
3
  //#region src/markdown/components/front-matter.d.ts
4
4
  interface FrontMatterProps {
@@ -9,7 +9,7 @@ interface FrontMatterProps {
9
9
  *
10
10
  * @see https://jekyllrb.com/docs/front-matter/
11
11
  */
12
- declare function FrontMatter(props: FrontMatterProps): _alloy_js_core6.Children;
12
+ declare function FrontMatter(props: FrontMatterProps): _alloy_js_core9.Children;
13
13
  declare type __ΩFrontMatterProps = any[];
14
14
  //#endregion
15
15
  export { FrontMatter, FrontMatterProps, __ΩFrontMatterProps };
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core7 from "@alloy-js/core";
1
+ import * as _alloy_js_core14 from "@alloy-js/core";
2
2
 
3
3
  //#region src/markdown/components/front-matter.d.ts
4
4
  interface FrontMatterProps {
@@ -9,7 +9,7 @@ interface FrontMatterProps {
9
9
  *
10
10
  * @see https://jekyllrb.com/docs/front-matter/
11
11
  */
12
- declare function FrontMatter(props: FrontMatterProps): _alloy_js_core7.Children;
12
+ declare function FrontMatter(props: FrontMatterProps): _alloy_js_core14.Children;
13
13
  declare type __ΩFrontMatterProps = any[];
14
14
  //#endregion
15
15
  export { FrontMatter, FrontMatterProps, __ΩFrontMatterProps };
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps, SourceFileHeaderProps } from "../../types/components.cjs";
2
2
  import { SourceFileProps as SourceFileProps$1 } from "../../core/components/source-file.cjs";
3
3
  import { FrontMatterProps } from "./front-matter.cjs";
4
- import * as _alloy_js_core4 from "@alloy-js/core";
4
+ import * as _alloy_js_core15 from "@alloy-js/core";
5
5
 
6
6
  //#region src/markdown/components/markdown-file.d.ts
7
7
  type MarkdownFileProps = Omit<SourceFileProps$1, "filetype"> & ComponentProps & MarkdownFileHeaderProps;
@@ -11,7 +11,7 @@ type MarkdownFileProps = Omit<SourceFileProps$1, "filetype"> & ComponentProps &
11
11
  * @param props - The properties for the source file.
12
12
  * @returns The rendered source file component.
13
13
  */
14
- declare function MarkdownFile(props: MarkdownFileProps): _alloy_js_core4.Children;
14
+ declare function MarkdownFile(props: MarkdownFileProps): _alloy_js_core15.Children;
15
15
  type MarkdownFileHeaderProps = SourceFileHeaderProps & {
16
16
  frontMatter?: FrontMatterProps["data"];
17
17
  };
@@ -21,7 +21,7 @@ type MarkdownFileHeaderProps = SourceFileHeaderProps & {
21
21
  * @param props - The properties for the source file header.
22
22
  * @returns The rendered source file header.
23
23
  */
24
- declare function MarkdownFileHeader(props: MarkdownFileHeaderProps): _alloy_js_core4.Children;
24
+ declare function MarkdownFileHeader(props: MarkdownFileHeaderProps): _alloy_js_core15.Children;
25
25
  declare type __ΩMarkdownFileProps = any[];
26
26
  declare type __ΩMarkdownFileHeaderProps = any[];
27
27
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps, SourceFileHeaderProps } from "../../types/components.mjs";
2
2
  import { SourceFileProps as SourceFileProps$1 } from "../../core/components/source-file.mjs";
3
3
  import { FrontMatterProps } from "./front-matter.mjs";
4
- import * as _alloy_js_core5 from "@alloy-js/core";
4
+ import * as _alloy_js_core12 from "@alloy-js/core";
5
5
 
6
6
  //#region src/markdown/components/markdown-file.d.ts
7
7
  type MarkdownFileProps = Omit<SourceFileProps$1, "filetype"> & ComponentProps & MarkdownFileHeaderProps;
@@ -11,7 +11,7 @@ type MarkdownFileProps = Omit<SourceFileProps$1, "filetype"> & ComponentProps &
11
11
  * @param props - The properties for the source file.
12
12
  * @returns The rendered source file component.
13
13
  */
14
- declare function MarkdownFile(props: MarkdownFileProps): _alloy_js_core5.Children;
14
+ declare function MarkdownFile(props: MarkdownFileProps): _alloy_js_core12.Children;
15
15
  type MarkdownFileHeaderProps = SourceFileHeaderProps & {
16
16
  frontMatter?: FrontMatterProps["data"];
17
17
  };
@@ -21,7 +21,7 @@ type MarkdownFileHeaderProps = SourceFileHeaderProps & {
21
21
  * @param props - The properties for the source file header.
22
22
  * @returns The rendered source file header.
23
23
  */
24
- declare function MarkdownFileHeader(props: MarkdownFileHeaderProps): _alloy_js_core5.Children;
24
+ declare function MarkdownFileHeader(props: MarkdownFileHeaderProps): _alloy_js_core12.Children;
25
25
  declare type __ΩMarkdownFileProps = any[];
26
26
  declare type __ΩMarkdownFileHeaderProps = any[];
27
27
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { ComponentProps } from "../../types/components.cjs";
2
2
  import { MarkdownTableColumnContextInterface } from "../contexts/markdown-table.cjs";
3
- import * as _alloy_js_core1 from "@alloy-js/core";
3
+ import * as _alloy_js_core11 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_core1.Children;
12
+ declare function MarkdownTable<T extends Record<string, any> = Record<string, any>>(props: MarkdownTableProps<T>): _alloy_js_core11.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_core1.Children;
19
+ declare function MarkdownTableColumn(props: MarkdownTableColumnProps): _alloy_js_core11.Children;
20
20
  /**
21
21
  * Component that provides a context for rendering markdown tables.
22
22
  */
23
- declare function MarkdownTableColumnHeader(props: MarkdownTableColumnProps): _alloy_js_core1.Children;
23
+ declare function MarkdownTableColumnHeader(props: MarkdownTableColumnProps): _alloy_js_core11.Children;
24
24
  declare type __ΩMarkdownTableProps = any[];
25
25
  declare type __ΩMarkdownTableColumnProps = any[];
26
26
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { ComponentProps } from "../../types/components.mjs";
2
2
  import { MarkdownTableColumnContextInterface } from "../contexts/markdown-table.mjs";
3
- import * as _alloy_js_core2 from "@alloy-js/core";
3
+ import * as _alloy_js_core15 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_core15.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_core15.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_core15.Children;
24
24
  declare type __ΩMarkdownTableProps = any[];
25
25
  declare type __ΩMarkdownTableColumnProps = any[];
26
26
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { TSDocModuleProps } from "./tsdoc.cjs";
2
2
  import { TypescriptFileProps } from "./typescript-file.cjs";
3
- import * as _alloy_js_core7 from "@alloy-js/core";
3
+ import * as _alloy_js_core14 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_core7.Children;
31
+ declare function BuiltinFile(props: BuiltinFileProps): _alloy_js_core14.Children;
32
32
  declare type __ΩBuiltinFileProps = any[];
33
33
  //#endregion
34
34
  export { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps };
@@ -1,6 +1,6 @@
1
1
  import { TSDocModuleProps } from "./tsdoc.mjs";
2
2
  import { TypescriptFileProps } from "./typescript-file.mjs";
3
- import * as _alloy_js_core17 from "@alloy-js/core";
3
+ import * as _alloy_js_core11 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_core17.Children;
31
+ declare function BuiltinFile(props: BuiltinFileProps): _alloy_js_core11.Children;
32
32
  declare type __ΩBuiltinFileProps = any[];
33
33
  //#endregion
34
34
  export { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps };
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core15 from "@alloy-js/core";
1
+ import * as _alloy_js_core17 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_core15.Children;
29
+ declare function DynamicImportStatement(props: DynamicImportStatementProps): _alloy_js_core17.Children;
30
30
  declare type __ΩDynamicImportStatementProps = any[];
31
31
  //#endregion
32
32
  export { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps };
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core16 from "@alloy-js/core";
1
+ import * as _alloy_js_core10 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_core16.Children;
29
+ declare function DynamicImportStatement(props: DynamicImportStatementProps): _alloy_js_core10.Children;
30
30
  declare type __ΩDynamicImportStatementProps = any[];
31
31
  //#endregion
32
32
  export { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps };
@@ -1,5 +1,5 @@
1
1
  import { TypescriptFileProps } from "./typescript-file.cjs";
2
- import * as _alloy_js_core14 from "@alloy-js/core";
2
+ import * as _alloy_js_core10 from "@alloy-js/core";
3
3
  import { ResolvedEntryTypeDefinition } from "powerlines/types/resolved";
4
4
 
5
5
  //#region src/typescript/components/entry-file.d.ts
@@ -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_core14.Children;
24
+ declare function EntryFile(props: EntryFileProps): _alloy_js_core10.Children;
25
25
  declare type __ΩEntryFileProps = any[];
26
26
  //#endregion
27
27
  export { EntryFile, EntryFileProps, __ΩEntryFileProps };
@@ -1,5 +1,5 @@
1
1
  import { TypescriptFileProps } from "./typescript-file.mjs";
2
- import * as _alloy_js_core15 from "@alloy-js/core";
2
+ import * as _alloy_js_core8 from "@alloy-js/core";
3
3
  import { ResolvedEntryTypeDefinition } from "powerlines/types/resolved";
4
4
 
5
5
  //#region src/typescript/components/entry-file.d.ts
@@ -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_core15.Children;
24
+ declare function EntryFile(props: EntryFileProps): _alloy_js_core8.Children;
25
25
  declare type __ΩEntryFileProps = any[];
26
26
  //#endregion
27
27
  export { EntryFile, EntryFileProps, __ΩEntryFileProps };
@@ -1,18 +1,18 @@
1
1
  import { TSDocProps } from "./tsdoc.cjs";
2
- import * as _alloy_js_core8 from "@alloy-js/core";
2
+ import * as _alloy_js_core6 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_core8.Children;
8
+ declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core6.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_core8.Children;
12
+ declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core6.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_core8.Children;
16
+ declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core6.Children;
17
17
  //#endregion
18
18
  export { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty };
@@ -1,18 +1,18 @@
1
1
  import { TSDocProps } from "./tsdoc.mjs";
2
- import * as _alloy_js_core12 from "@alloy-js/core";
2
+ import * as _alloy_js_core3 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_core3.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_core3.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_core3.Children;
17
17
  //#endregion
18
18
  export { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty };
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.cjs";
2
- import * as _alloy_js_core12 from "@alloy-js/core";
2
+ import * as _alloy_js_core4 from "@alloy-js/core";
3
3
  import { InterfaceDeclarationProps, InterfaceMemberProps } from "@alloy-js/typescript";
4
4
  import { ReflectionClass, ReflectionProperty } from "@powerlines/deepkit/vendor/type";
5
5
 
@@ -14,11 +14,11 @@ interface TypescriptInterfacePropertyProps extends Omit<InterfaceMemberProps, "n
14
14
  /**
15
15
  * Generates a TypeScript interface for the given reflection class.
16
16
  */
17
- declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core12.Children;
17
+ declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core4.Children;
18
18
  /**
19
19
  * Generates a TypeScript interface property for the given reflection class.
20
20
  */
21
- declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core12.Children;
21
+ declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core4.Children;
22
22
  declare type __ΩTypeScriptInterfaceProps = any[];
23
23
  declare type __ΩTypescriptInterfacePropertyProps = any[];
24
24
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.mjs";
2
- import * as _alloy_js_core10 from "@alloy-js/core";
2
+ import * as _alloy_js_core1 from "@alloy-js/core";
3
3
  import { ReflectionClass, ReflectionProperty } from "@powerlines/deepkit/vendor/type";
4
4
  import { InterfaceDeclarationProps, InterfaceMemberProps } from "@alloy-js/typescript";
5
5
 
@@ -14,11 +14,11 @@ interface TypescriptInterfacePropertyProps extends Omit<InterfaceMemberProps, "n
14
14
  /**
15
15
  * Generates a TypeScript interface for the given reflection class.
16
16
  */
17
- declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core10.Children;
17
+ declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core1.Children;
18
18
  /**
19
19
  * Generates a TypeScript interface property for the given reflection class.
20
20
  */
21
- declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core10.Children;
21
+ declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core1.Children;
22
22
  declare type __ΩTypeScriptInterfaceProps = any[];
23
23
  declare type __ΩTypescriptInterfacePropertyProps = any[];
24
24
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.cjs";
2
- import * as _alloy_js_core16 from "@alloy-js/core";
2
+ import * as _alloy_js_core2 from "@alloy-js/core";
3
3
  import { VarDeclarationProps } from "@alloy-js/typescript";
4
4
  import { ReflectionClass, ReflectionProperty } from "@powerlines/deepkit/vendor/type";
5
5
 
@@ -17,11 +17,11 @@ interface TypescriptObjectPropertyProps extends ComponentProps {
17
17
  /**
18
18
  * Generates a TypeScript object for the given reflection class.
19
19
  */
20
- declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core16.Children;
20
+ declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core2.Children;
21
21
  /**
22
22
  * Generates a TypeScript object property for the given reflection class.
23
23
  */
24
- declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core16.Children;
24
+ declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core2.Children;
25
25
  declare type __ΩComputedRef = any[];
26
26
  declare type __ΩTypescriptObjectProps = any[];
27
27
  declare type __ΩTypescriptObjectPropertyProps = any[];
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.mjs";
2
- import * as _alloy_js_core8 from "@alloy-js/core";
2
+ import * as _alloy_js_core0 from "@alloy-js/core";
3
3
  import { ReflectionClass, ReflectionProperty } from "@powerlines/deepkit/vendor/type";
4
4
  import { VarDeclarationProps } from "@alloy-js/typescript";
5
5
 
@@ -17,11 +17,11 @@ interface TypescriptObjectPropertyProps extends ComponentProps {
17
17
  /**
18
18
  * Generates a TypeScript object for the given reflection class.
19
19
  */
20
- declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core8.Children;
20
+ declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core0.Children;
21
21
  /**
22
22
  * Generates a TypeScript object property for the given reflection class.
23
23
  */
24
- declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core8.Children;
24
+ declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core0.Children;
25
25
  declare type __ΩComputedRef = any[];
26
26
  declare type __ΩTypescriptObjectProps = any[];
27
27
  declare type __ΩTypescriptObjectPropertyProps = any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.19.8",
3
+ "version": "0.19.9",
4
4
  "type": "module",
5
5
  "description": "A package containing various Alloy framework components and helper utilities.",
6
6
  "repository": {
@@ -41,144 +41,637 @@
41
41
  "main": "./dist/index.cjs",
42
42
  "module": "./dist/index.mjs",
43
43
  "exports": {
44
- ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" },
44
+ ".": {
45
+ "require": {
46
+ "types": "./dist/index.d.cts",
47
+ "default": "./dist/index.cjs"
48
+ },
49
+ "import": {
50
+ "types": "./dist/index.d.mts",
51
+ "default": "./dist/index.mjs"
52
+ },
53
+ "default": {
54
+ "types": "./dist/index.d.mts",
55
+ "default": "./dist/index.mjs"
56
+ }
57
+ },
45
58
  "./core": {
46
- "require": "./dist/core/index.cjs",
47
- "import": "./dist/core/index.mjs"
59
+ "require": {
60
+ "types": "./dist/core/index.d.cts",
61
+ "default": "./dist/core/index.cjs"
62
+ },
63
+ "import": {
64
+ "types": "./dist/core/index.d.mts",
65
+ "default": "./dist/core/index.mjs"
66
+ },
67
+ "default": {
68
+ "types": "./dist/core/index.d.mts",
69
+ "default": "./dist/core/index.mjs"
70
+ }
71
+ },
72
+ "./core/*": {
73
+ "require": {
74
+ "types": "./dist/core/*.d.cts",
75
+ "default": "./dist/core/*.cjs"
76
+ },
77
+ "import": {
78
+ "types": "./dist/core/*.d.mts",
79
+ "default": "./dist/core/*.mjs"
80
+ },
81
+ "default": {
82
+ "types": "./dist/core/*.d.mts",
83
+ "default": "./dist/core/*.mjs"
84
+ }
48
85
  },
49
86
  "./core/components": {
50
- "require": "./dist/core/components/index.cjs",
51
- "import": "./dist/core/components/index.mjs"
87
+ "require": {
88
+ "types": "./dist/core/components/index.d.cts",
89
+ "default": "./dist/core/components/index.cjs"
90
+ },
91
+ "import": {
92
+ "types": "./dist/core/components/index.d.mts",
93
+ "default": "./dist/core/components/index.mjs"
94
+ },
95
+ "default": {
96
+ "types": "./dist/core/components/index.d.mts",
97
+ "default": "./dist/core/components/index.mjs"
98
+ }
99
+ },
100
+ "./core/components/*": {
101
+ "require": {
102
+ "types": "./dist/core/components/*.d.cts",
103
+ "default": "./dist/core/components/*.cjs"
104
+ },
105
+ "import": {
106
+ "types": "./dist/core/components/*.d.mts",
107
+ "default": "./dist/core/components/*.mjs"
108
+ },
109
+ "default": {
110
+ "types": "./dist/core/components/*.d.mts",
111
+ "default": "./dist/core/components/*.mjs"
112
+ }
52
113
  },
53
114
  "./core/components/output": {
54
- "require": "./dist/core/components/output.cjs",
55
- "import": "./dist/core/components/output.mjs"
115
+ "require": {
116
+ "types": "./dist/core/components/output.d.cts",
117
+ "default": "./dist/core/components/output.cjs"
118
+ },
119
+ "import": {
120
+ "types": "./dist/core/components/output.d.mts",
121
+ "default": "./dist/core/components/output.mjs"
122
+ },
123
+ "default": {
124
+ "types": "./dist/core/components/output.d.mts",
125
+ "default": "./dist/core/components/output.mjs"
126
+ }
56
127
  },
57
128
  "./core/components/single-line-comment": {
58
- "require": "./dist/core/components/single-line-comment.cjs",
59
- "import": "./dist/core/components/single-line-comment.mjs"
129
+ "require": {
130
+ "types": "./dist/core/components/single-line-comment.d.cts",
131
+ "default": "./dist/core/components/single-line-comment.cjs"
132
+ },
133
+ "import": {
134
+ "types": "./dist/core/components/single-line-comment.d.mts",
135
+ "default": "./dist/core/components/single-line-comment.mjs"
136
+ },
137
+ "default": {
138
+ "types": "./dist/core/components/single-line-comment.d.mts",
139
+ "default": "./dist/core/components/single-line-comment.mjs"
140
+ }
60
141
  },
61
142
  "./core/components/source-file": {
62
- "require": "./dist/core/components/source-file.cjs",
63
- "import": "./dist/core/components/source-file.mjs"
143
+ "require": {
144
+ "types": "./dist/core/components/source-file.d.cts",
145
+ "default": "./dist/core/components/source-file.cjs"
146
+ },
147
+ "import": {
148
+ "types": "./dist/core/components/source-file.d.mts",
149
+ "default": "./dist/core/components/source-file.mjs"
150
+ },
151
+ "default": {
152
+ "types": "./dist/core/components/source-file.d.mts",
153
+ "default": "./dist/core/components/source-file.mjs"
154
+ }
64
155
  },
65
156
  "./core/contexts": {
66
- "require": "./dist/core/contexts/index.cjs",
67
- "import": "./dist/core/contexts/index.mjs"
157
+ "require": {
158
+ "types": "./dist/core/contexts/index.d.cts",
159
+ "default": "./dist/core/contexts/index.cjs"
160
+ },
161
+ "import": {
162
+ "types": "./dist/core/contexts/index.d.mts",
163
+ "default": "./dist/core/contexts/index.mjs"
164
+ },
165
+ "default": {
166
+ "types": "./dist/core/contexts/index.d.mts",
167
+ "default": "./dist/core/contexts/index.mjs"
168
+ }
169
+ },
170
+ "./core/contexts/*": {
171
+ "require": {
172
+ "types": "./dist/core/contexts/*.d.cts",
173
+ "default": "./dist/core/contexts/*.cjs"
174
+ },
175
+ "import": {
176
+ "types": "./dist/core/contexts/*.d.mts",
177
+ "default": "./dist/core/contexts/*.mjs"
178
+ },
179
+ "default": {
180
+ "types": "./dist/core/contexts/*.d.mts",
181
+ "default": "./dist/core/contexts/*.mjs"
182
+ }
68
183
  },
69
184
  "./core/contexts/context": {
70
- "require": "./dist/core/contexts/context.cjs",
71
- "import": "./dist/core/contexts/context.mjs"
185
+ "require": {
186
+ "types": "./dist/core/contexts/context.d.cts",
187
+ "default": "./dist/core/contexts/context.cjs"
188
+ },
189
+ "import": {
190
+ "types": "./dist/core/contexts/context.d.mts",
191
+ "default": "./dist/core/contexts/context.mjs"
192
+ },
193
+ "default": {
194
+ "types": "./dist/core/contexts/context.d.mts",
195
+ "default": "./dist/core/contexts/context.mjs"
196
+ }
72
197
  },
73
198
  "./core/contexts/reflection": {
74
- "require": "./dist/core/contexts/reflection.cjs",
75
- "import": "./dist/core/contexts/reflection.mjs"
199
+ "require": {
200
+ "types": "./dist/core/contexts/reflection.d.cts",
201
+ "default": "./dist/core/contexts/reflection.cjs"
202
+ },
203
+ "import": {
204
+ "types": "./dist/core/contexts/reflection.d.mts",
205
+ "default": "./dist/core/contexts/reflection.mjs"
206
+ },
207
+ "default": {
208
+ "types": "./dist/core/contexts/reflection.d.mts",
209
+ "default": "./dist/core/contexts/reflection.mjs"
210
+ }
76
211
  },
77
212
  "./helpers": {
78
- "require": "./dist/helpers/index.cjs",
79
- "import": "./dist/helpers/index.mjs"
213
+ "require": {
214
+ "types": "./dist/helpers/index.d.cts",
215
+ "default": "./dist/helpers/index.cjs"
216
+ },
217
+ "import": {
218
+ "types": "./dist/helpers/index.d.mts",
219
+ "default": "./dist/helpers/index.mjs"
220
+ },
221
+ "default": {
222
+ "types": "./dist/helpers/index.d.mts",
223
+ "default": "./dist/helpers/index.mjs"
224
+ }
225
+ },
226
+ "./helpers/*": {
227
+ "require": {
228
+ "types": "./dist/helpers/*.d.cts",
229
+ "default": "./dist/helpers/*.cjs"
230
+ },
231
+ "import": {
232
+ "types": "./dist/helpers/*.d.mts",
233
+ "default": "./dist/helpers/*.mjs"
234
+ },
235
+ "default": {
236
+ "types": "./dist/helpers/*.d.mts",
237
+ "default": "./dist/helpers/*.mjs"
238
+ }
80
239
  },
81
240
  "./helpers/capnp": {
82
- "require": "./dist/helpers/capnp.cjs",
83
- "import": "./dist/helpers/capnp.mjs"
241
+ "require": {
242
+ "types": "./dist/helpers/capnp.d.cts",
243
+ "default": "./dist/helpers/capnp.cjs"
244
+ },
245
+ "import": {
246
+ "types": "./dist/helpers/capnp.d.mts",
247
+ "default": "./dist/helpers/capnp.mjs"
248
+ },
249
+ "default": {
250
+ "types": "./dist/helpers/capnp.d.mts",
251
+ "default": "./dist/helpers/capnp.mjs"
252
+ }
84
253
  },
85
254
  "./helpers/create-builtin": {
86
- "require": "./dist/helpers/create-builtin.cjs",
87
- "import": "./dist/helpers/create-builtin.mjs"
255
+ "require": {
256
+ "types": "./dist/helpers/create-builtin.d.cts",
257
+ "default": "./dist/helpers/create-builtin.cjs"
258
+ },
259
+ "import": {
260
+ "types": "./dist/helpers/create-builtin.d.mts",
261
+ "default": "./dist/helpers/create-builtin.mjs"
262
+ },
263
+ "default": {
264
+ "types": "./dist/helpers/create-builtin.d.mts",
265
+ "default": "./dist/helpers/create-builtin.mjs"
266
+ }
88
267
  },
89
268
  "./helpers/refkey": {
90
- "require": "./dist/helpers/refkey.cjs",
91
- "import": "./dist/helpers/refkey.mjs"
269
+ "require": {
270
+ "types": "./dist/helpers/refkey.d.cts",
271
+ "default": "./dist/helpers/refkey.cjs"
272
+ },
273
+ "import": {
274
+ "types": "./dist/helpers/refkey.d.mts",
275
+ "default": "./dist/helpers/refkey.mjs"
276
+ },
277
+ "default": {
278
+ "types": "./dist/helpers/refkey.d.mts",
279
+ "default": "./dist/helpers/refkey.mjs"
280
+ }
92
281
  },
93
282
  "./helpers/typescript": {
94
- "require": "./dist/helpers/typescript.cjs",
95
- "import": "./dist/helpers/typescript.mjs"
283
+ "require": {
284
+ "types": "./dist/helpers/typescript.d.cts",
285
+ "default": "./dist/helpers/typescript.cjs"
286
+ },
287
+ "import": {
288
+ "types": "./dist/helpers/typescript.d.mts",
289
+ "default": "./dist/helpers/typescript.mjs"
290
+ },
291
+ "default": {
292
+ "types": "./dist/helpers/typescript.d.mts",
293
+ "default": "./dist/helpers/typescript.mjs"
294
+ }
96
295
  },
97
296
  "./markdown": {
98
- "require": "./dist/markdown/index.cjs",
99
- "import": "./dist/markdown/index.mjs"
297
+ "require": {
298
+ "types": "./dist/markdown/index.d.cts",
299
+ "default": "./dist/markdown/index.cjs"
300
+ },
301
+ "import": {
302
+ "types": "./dist/markdown/index.d.mts",
303
+ "default": "./dist/markdown/index.mjs"
304
+ },
305
+ "default": {
306
+ "types": "./dist/markdown/index.d.mts",
307
+ "default": "./dist/markdown/index.mjs"
308
+ }
309
+ },
310
+ "./markdown/*": {
311
+ "require": {
312
+ "types": "./dist/markdown/*.d.cts",
313
+ "default": "./dist/markdown/*.cjs"
314
+ },
315
+ "import": {
316
+ "types": "./dist/markdown/*.d.mts",
317
+ "default": "./dist/markdown/*.mjs"
318
+ },
319
+ "default": {
320
+ "types": "./dist/markdown/*.d.mts",
321
+ "default": "./dist/markdown/*.mjs"
322
+ }
100
323
  },
101
324
  "./markdown/components": {
102
- "require": "./dist/markdown/components/index.cjs",
103
- "import": "./dist/markdown/components/index.mjs"
325
+ "require": {
326
+ "types": "./dist/markdown/components/index.d.cts",
327
+ "default": "./dist/markdown/components/index.cjs"
328
+ },
329
+ "import": {
330
+ "types": "./dist/markdown/components/index.d.mts",
331
+ "default": "./dist/markdown/components/index.mjs"
332
+ },
333
+ "default": {
334
+ "types": "./dist/markdown/components/index.d.mts",
335
+ "default": "./dist/markdown/components/index.mjs"
336
+ }
337
+ },
338
+ "./markdown/components/*": {
339
+ "require": {
340
+ "types": "./dist/markdown/components/*.d.cts",
341
+ "default": "./dist/markdown/components/*.cjs"
342
+ },
343
+ "import": {
344
+ "types": "./dist/markdown/components/*.d.mts",
345
+ "default": "./dist/markdown/components/*.mjs"
346
+ },
347
+ "default": {
348
+ "types": "./dist/markdown/components/*.d.mts",
349
+ "default": "./dist/markdown/components/*.mjs"
350
+ }
104
351
  },
105
352
  "./markdown/components/front-matter": {
106
- "require": "./dist/markdown/components/front-matter.cjs",
107
- "import": "./dist/markdown/components/front-matter.mjs"
353
+ "require": {
354
+ "types": "./dist/markdown/components/front-matter.d.cts",
355
+ "default": "./dist/markdown/components/front-matter.cjs"
356
+ },
357
+ "import": {
358
+ "types": "./dist/markdown/components/front-matter.d.mts",
359
+ "default": "./dist/markdown/components/front-matter.mjs"
360
+ },
361
+ "default": {
362
+ "types": "./dist/markdown/components/front-matter.d.mts",
363
+ "default": "./dist/markdown/components/front-matter.mjs"
364
+ }
108
365
  },
109
366
  "./markdown/components/markdown-file": {
110
- "require": "./dist/markdown/components/markdown-file.cjs",
111
- "import": "./dist/markdown/components/markdown-file.mjs"
367
+ "require": {
368
+ "types": "./dist/markdown/components/markdown-file.d.cts",
369
+ "default": "./dist/markdown/components/markdown-file.cjs"
370
+ },
371
+ "import": {
372
+ "types": "./dist/markdown/components/markdown-file.d.mts",
373
+ "default": "./dist/markdown/components/markdown-file.mjs"
374
+ },
375
+ "default": {
376
+ "types": "./dist/markdown/components/markdown-file.d.mts",
377
+ "default": "./dist/markdown/components/markdown-file.mjs"
378
+ }
112
379
  },
113
380
  "./markdown/components/markdown-table": {
114
- "require": "./dist/markdown/components/markdown-table.cjs",
115
- "import": "./dist/markdown/components/markdown-table.mjs"
381
+ "require": {
382
+ "types": "./dist/markdown/components/markdown-table.d.cts",
383
+ "default": "./dist/markdown/components/markdown-table.cjs"
384
+ },
385
+ "import": {
386
+ "types": "./dist/markdown/components/markdown-table.d.mts",
387
+ "default": "./dist/markdown/components/markdown-table.mjs"
388
+ },
389
+ "default": {
390
+ "types": "./dist/markdown/components/markdown-table.d.mts",
391
+ "default": "./dist/markdown/components/markdown-table.mjs"
392
+ }
116
393
  },
117
394
  "./markdown/contexts": {
118
- "require": "./dist/markdown/contexts/index.cjs",
119
- "import": "./dist/markdown/contexts/index.mjs"
395
+ "require": {
396
+ "types": "./dist/markdown/contexts/index.d.cts",
397
+ "default": "./dist/markdown/contexts/index.cjs"
398
+ },
399
+ "import": {
400
+ "types": "./dist/markdown/contexts/index.d.mts",
401
+ "default": "./dist/markdown/contexts/index.mjs"
402
+ },
403
+ "default": {
404
+ "types": "./dist/markdown/contexts/index.d.mts",
405
+ "default": "./dist/markdown/contexts/index.mjs"
406
+ }
407
+ },
408
+ "./markdown/contexts/*": {
409
+ "require": {
410
+ "types": "./dist/markdown/contexts/*.d.cts",
411
+ "default": "./dist/markdown/contexts/*.cjs"
412
+ },
413
+ "import": {
414
+ "types": "./dist/markdown/contexts/*.d.mts",
415
+ "default": "./dist/markdown/contexts/*.mjs"
416
+ },
417
+ "default": {
418
+ "types": "./dist/markdown/contexts/*.d.mts",
419
+ "default": "./dist/markdown/contexts/*.mjs"
420
+ }
120
421
  },
121
422
  "./markdown/contexts/markdown-table": {
122
- "require": "./dist/markdown/contexts/markdown-table.cjs",
123
- "import": "./dist/markdown/contexts/markdown-table.mjs"
124
- },
423
+ "require": {
424
+ "types": "./dist/markdown/contexts/markdown-table.d.cts",
425
+ "default": "./dist/markdown/contexts/markdown-table.cjs"
426
+ },
427
+ "import": {
428
+ "types": "./dist/markdown/contexts/markdown-table.d.mts",
429
+ "default": "./dist/markdown/contexts/markdown-table.mjs"
430
+ },
431
+ "default": {
432
+ "types": "./dist/markdown/contexts/markdown-table.d.mts",
433
+ "default": "./dist/markdown/contexts/markdown-table.mjs"
434
+ }
435
+ },
436
+ "./package.json": "./package.json",
125
437
  "./types": {
126
- "require": "./dist/types/index.cjs",
127
- "import": "./dist/types/index.mjs"
438
+ "require": {
439
+ "types": "./dist/types/index.d.cts",
440
+ "default": "./dist/types/index.cjs"
441
+ },
442
+ "import": {
443
+ "types": "./dist/types/index.d.mts",
444
+ "default": "./dist/types/index.mjs"
445
+ },
446
+ "default": {
447
+ "types": "./dist/types/index.d.mts",
448
+ "default": "./dist/types/index.mjs"
449
+ }
450
+ },
451
+ "./types/*": {
452
+ "require": {
453
+ "types": "./dist/types/*.d.cts",
454
+ "default": "./dist/types/*.cjs"
455
+ },
456
+ "import": {
457
+ "types": "./dist/types/*.d.mts",
458
+ "default": "./dist/types/*.mjs"
459
+ },
460
+ "default": {
461
+ "types": "./dist/types/*.d.mts",
462
+ "default": "./dist/types/*.mjs"
463
+ }
128
464
  },
129
465
  "./types/components": {
130
- "require": "./dist/types/components.cjs",
131
- "import": "./dist/types/components.mjs"
466
+ "require": {
467
+ "types": "./dist/types/components.d.cts",
468
+ "default": "./dist/types/components.cjs"
469
+ },
470
+ "import": {
471
+ "types": "./dist/types/components.d.mts",
472
+ "default": "./dist/types/components.mjs"
473
+ },
474
+ "default": {
475
+ "types": "./dist/types/components.d.mts",
476
+ "default": "./dist/types/components.mjs"
477
+ }
132
478
  },
133
479
  "./types/plugin": {
134
- "require": "./dist/types/plugin.cjs",
135
- "import": "./dist/types/plugin.mjs"
480
+ "require": {
481
+ "types": "./dist/types/plugin.d.cts",
482
+ "default": "./dist/types/plugin.cjs"
483
+ },
484
+ "import": {
485
+ "types": "./dist/types/plugin.d.mts",
486
+ "default": "./dist/types/plugin.mjs"
487
+ },
488
+ "default": {
489
+ "types": "./dist/types/plugin.d.mts",
490
+ "default": "./dist/types/plugin.mjs"
491
+ }
136
492
  },
137
493
  "./typescript": {
138
- "require": "./dist/typescript/index.cjs",
139
- "import": "./dist/typescript/index.mjs"
494
+ "require": {
495
+ "types": "./dist/typescript/index.d.cts",
496
+ "default": "./dist/typescript/index.cjs"
497
+ },
498
+ "import": {
499
+ "types": "./dist/typescript/index.d.mts",
500
+ "default": "./dist/typescript/index.mjs"
501
+ },
502
+ "default": {
503
+ "types": "./dist/typescript/index.d.mts",
504
+ "default": "./dist/typescript/index.mjs"
505
+ }
506
+ },
507
+ "./typescript/*": {
508
+ "require": {
509
+ "types": "./dist/typescript/*.d.cts",
510
+ "default": "./dist/typescript/*.cjs"
511
+ },
512
+ "import": {
513
+ "types": "./dist/typescript/*.d.mts",
514
+ "default": "./dist/typescript/*.mjs"
515
+ },
516
+ "default": {
517
+ "types": "./dist/typescript/*.d.mts",
518
+ "default": "./dist/typescript/*.mjs"
519
+ }
140
520
  },
141
521
  "./typescript/components": {
142
- "require": "./dist/typescript/components/index.cjs",
143
- "import": "./dist/typescript/components/index.mjs"
522
+ "require": {
523
+ "types": "./dist/typescript/components/index.d.cts",
524
+ "default": "./dist/typescript/components/index.cjs"
525
+ },
526
+ "import": {
527
+ "types": "./dist/typescript/components/index.d.mts",
528
+ "default": "./dist/typescript/components/index.mjs"
529
+ },
530
+ "default": {
531
+ "types": "./dist/typescript/components/index.d.mts",
532
+ "default": "./dist/typescript/components/index.mjs"
533
+ }
534
+ },
535
+ "./typescript/components/*": {
536
+ "require": {
537
+ "types": "./dist/typescript/components/*.d.cts",
538
+ "default": "./dist/typescript/components/*.cjs"
539
+ },
540
+ "import": {
541
+ "types": "./dist/typescript/components/*.d.mts",
542
+ "default": "./dist/typescript/components/*.mjs"
543
+ },
544
+ "default": {
545
+ "types": "./dist/typescript/components/*.d.mts",
546
+ "default": "./dist/typescript/components/*.mjs"
547
+ }
144
548
  },
145
549
  "./typescript/components/builtin-file": {
146
- "require": "./dist/typescript/components/builtin-file.cjs",
147
- "import": "./dist/typescript/components/builtin-file.mjs"
550
+ "require": {
551
+ "types": "./dist/typescript/components/builtin-file.d.cts",
552
+ "default": "./dist/typescript/components/builtin-file.cjs"
553
+ },
554
+ "import": {
555
+ "types": "./dist/typescript/components/builtin-file.d.mts",
556
+ "default": "./dist/typescript/components/builtin-file.mjs"
557
+ },
558
+ "default": {
559
+ "types": "./dist/typescript/components/builtin-file.d.mts",
560
+ "default": "./dist/typescript/components/builtin-file.mjs"
561
+ }
148
562
  },
149
563
  "./typescript/components/dynamic-import-statement": {
150
- "require": "./dist/typescript/components/dynamic-import-statement.cjs",
151
- "import": "./dist/typescript/components/dynamic-import-statement.mjs"
564
+ "require": {
565
+ "types": "./dist/typescript/components/dynamic-import-statement.d.cts",
566
+ "default": "./dist/typescript/components/dynamic-import-statement.cjs"
567
+ },
568
+ "import": {
569
+ "types": "./dist/typescript/components/dynamic-import-statement.d.mts",
570
+ "default": "./dist/typescript/components/dynamic-import-statement.mjs"
571
+ },
572
+ "default": {
573
+ "types": "./dist/typescript/components/dynamic-import-statement.d.mts",
574
+ "default": "./dist/typescript/components/dynamic-import-statement.mjs"
575
+ }
152
576
  },
153
577
  "./typescript/components/entry-file": {
154
- "require": "./dist/typescript/components/entry-file.cjs",
155
- "import": "./dist/typescript/components/entry-file.mjs"
578
+ "require": {
579
+ "types": "./dist/typescript/components/entry-file.d.cts",
580
+ "default": "./dist/typescript/components/entry-file.cjs"
581
+ },
582
+ "import": {
583
+ "types": "./dist/typescript/components/entry-file.d.mts",
584
+ "default": "./dist/typescript/components/entry-file.mjs"
585
+ },
586
+ "default": {
587
+ "types": "./dist/typescript/components/entry-file.d.mts",
588
+ "default": "./dist/typescript/components/entry-file.mjs"
589
+ }
156
590
  },
157
591
  "./typescript/components/record-expression": {
158
- "require": "./dist/typescript/components/record-expression.cjs",
159
- "import": "./dist/typescript/components/record-expression.mjs"
592
+ "require": {
593
+ "types": "./dist/typescript/components/record-expression.d.cts",
594
+ "default": "./dist/typescript/components/record-expression.cjs"
595
+ },
596
+ "import": {
597
+ "types": "./dist/typescript/components/record-expression.d.mts",
598
+ "default": "./dist/typescript/components/record-expression.mjs"
599
+ },
600
+ "default": {
601
+ "types": "./dist/typescript/components/record-expression.d.mts",
602
+ "default": "./dist/typescript/components/record-expression.mjs"
603
+ }
160
604
  },
161
605
  "./typescript/components/tsdoc": {
162
- "require": "./dist/typescript/components/tsdoc.cjs",
163
- "import": "./dist/typescript/components/tsdoc.mjs"
606
+ "require": {
607
+ "types": "./dist/typescript/components/tsdoc.d.cts",
608
+ "default": "./dist/typescript/components/tsdoc.cjs"
609
+ },
610
+ "import": {
611
+ "types": "./dist/typescript/components/tsdoc.d.mts",
612
+ "default": "./dist/typescript/components/tsdoc.mjs"
613
+ },
614
+ "default": {
615
+ "types": "./dist/typescript/components/tsdoc.d.mts",
616
+ "default": "./dist/typescript/components/tsdoc.mjs"
617
+ }
164
618
  },
165
619
  "./typescript/components/tsdoc-reflection": {
166
- "require": "./dist/typescript/components/tsdoc-reflection.cjs",
167
- "import": "./dist/typescript/components/tsdoc-reflection.mjs"
620
+ "require": {
621
+ "types": "./dist/typescript/components/tsdoc-reflection.d.cts",
622
+ "default": "./dist/typescript/components/tsdoc-reflection.cjs"
623
+ },
624
+ "import": {
625
+ "types": "./dist/typescript/components/tsdoc-reflection.d.mts",
626
+ "default": "./dist/typescript/components/tsdoc-reflection.mjs"
627
+ },
628
+ "default": {
629
+ "types": "./dist/typescript/components/tsdoc-reflection.d.mts",
630
+ "default": "./dist/typescript/components/tsdoc-reflection.mjs"
631
+ }
168
632
  },
169
633
  "./typescript/components/typescript-file": {
170
- "require": "./dist/typescript/components/typescript-file.cjs",
171
- "import": "./dist/typescript/components/typescript-file.mjs"
634
+ "require": {
635
+ "types": "./dist/typescript/components/typescript-file.d.cts",
636
+ "default": "./dist/typescript/components/typescript-file.cjs"
637
+ },
638
+ "import": {
639
+ "types": "./dist/typescript/components/typescript-file.d.mts",
640
+ "default": "./dist/typescript/components/typescript-file.mjs"
641
+ },
642
+ "default": {
643
+ "types": "./dist/typescript/components/typescript-file.d.mts",
644
+ "default": "./dist/typescript/components/typescript-file.mjs"
645
+ }
172
646
  },
173
647
  "./typescript/components/typescript-interface": {
174
- "require": "./dist/typescript/components/typescript-interface.cjs",
175
- "import": "./dist/typescript/components/typescript-interface.mjs"
648
+ "require": {
649
+ "types": "./dist/typescript/components/typescript-interface.d.cts",
650
+ "default": "./dist/typescript/components/typescript-interface.cjs"
651
+ },
652
+ "import": {
653
+ "types": "./dist/typescript/components/typescript-interface.d.mts",
654
+ "default": "./dist/typescript/components/typescript-interface.mjs"
655
+ },
656
+ "default": {
657
+ "types": "./dist/typescript/components/typescript-interface.d.mts",
658
+ "default": "./dist/typescript/components/typescript-interface.mjs"
659
+ }
176
660
  },
177
661
  "./typescript/components/typescript-object": {
178
- "require": "./dist/typescript/components/typescript-object.cjs",
179
- "import": "./dist/typescript/components/typescript-object.mjs"
180
- },
181
- "./package.json": "./package.json"
662
+ "require": {
663
+ "types": "./dist/typescript/components/typescript-object.d.cts",
664
+ "default": "./dist/typescript/components/typescript-object.cjs"
665
+ },
666
+ "import": {
667
+ "types": "./dist/typescript/components/typescript-object.d.mts",
668
+ "default": "./dist/typescript/components/typescript-object.mjs"
669
+ },
670
+ "default": {
671
+ "types": "./dist/typescript/components/typescript-object.d.mts",
672
+ "default": "./dist/typescript/components/typescript-object.mjs"
673
+ }
674
+ }
182
675
  },
183
676
  "types": "./dist/index.d.cts",
184
677
  "typings": "./dist/index.d.mts",
@@ -191,28 +684,28 @@
191
684
  "@alloy-js/markdown": "^0.22.0",
192
685
  "@alloy-js/rollup-plugin": "^0.1.0",
193
686
  "@alloy-js/typescript": "^0.22.0",
194
- "@powerlines/deepkit": "^0.6.13",
195
- "@powerlines/plugin-babel": "^0.12.242",
687
+ "@powerlines/deepkit": "^0.6.14",
688
+ "@powerlines/plugin-babel": "^0.12.243",
196
689
  "@storm-software/config-tools": "^1.189.0",
197
- "@stryke/capnp": "^0.12.63",
690
+ "@stryke/capnp": "^0.12.64",
198
691
  "@stryke/convert": "^0.6.37",
199
- "@stryke/fs": "^0.33.38",
692
+ "@stryke/fs": "^0.33.39",
200
693
  "@stryke/helpers": "^0.9.39",
201
694
  "@stryke/json": "^0.9.40",
202
- "@stryke/path": "^0.26.2",
695
+ "@stryke/path": "^0.26.3",
203
696
  "@stryke/string-format": "^0.13.6",
204
697
  "@stryke/type-checks": "^0.5.22",
205
698
  "@stryke/types": "^0.10.36",
206
- "@stryke/unique-id": "^0.3.49",
699
+ "@stryke/unique-id": "^0.3.50",
207
700
  "defu": "^6.1.4",
208
- "powerlines": "^0.38.0",
701
+ "powerlines": "^0.38.1",
209
702
  "prettier": "^3.8.1",
210
703
  "unctx": "^2.5.0"
211
704
  },
212
705
  "devDependencies": {
213
- "@powerlines/plugin-plugin": "^0.12.184",
706
+ "@powerlines/plugin-plugin": "^0.12.185",
214
707
  "@types/node": "^24.10.9"
215
708
  },
216
709
  "publishConfig": { "access": "public" },
217
- "gitHead": "8a8bee34b0195608f4e45380ea3bcf33b9da18d7"
710
+ "gitHead": "2a4d9ef63cc29e4551fa9f680ea63874c7f48d2d"
218
711
  }