@powerlines/plugin-alloy 0.18.117 → 0.18.118

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 (127) hide show
  1. package/dist/core/components/index.cjs +6 -6
  2. package/dist/core/components/index.mjs +1 -1
  3. package/dist/core/components/output.cjs +5 -16
  4. package/dist/core/components/output.d.cts +5 -5
  5. package/dist/core/components/output.d.mts +5 -5
  6. package/dist/core/components/output.mjs +9 -20
  7. package/dist/core/components/single-line-comment.d.cts +2 -2
  8. package/dist/core/components/single-line-comment.d.mts +2 -2
  9. package/dist/core/components/source-file.d.cts +5 -5
  10. package/dist/core/components/source-file.d.mts +5 -5
  11. package/dist/core/contexts/context.cjs +2 -10
  12. package/dist/core/contexts/context.d.cts +1 -4
  13. package/dist/core/contexts/context.d.mts +1 -4
  14. package/dist/core/contexts/context.mjs +3 -9
  15. package/dist/core/contexts/index.cjs +0 -1
  16. package/dist/core/contexts/index.d.cts +2 -2
  17. package/dist/core/contexts/index.d.mts +2 -2
  18. package/dist/core/contexts/index.mjs +2 -2
  19. package/dist/core/index.cjs +6 -7
  20. package/dist/core/index.d.cts +2 -2
  21. package/dist/core/index.d.mts +2 -2
  22. package/dist/core/index.mjs +3 -3
  23. package/dist/index.cjs +7 -7
  24. package/dist/index.mjs +5 -5
  25. package/dist/internal/unctx.cjs +12 -0
  26. package/dist/internal/unctx.mjs +11 -0
  27. package/dist/types/components.d.cts +5 -126
  28. package/dist/types/components.d.mts +5 -126
  29. package/dist/types/plugin.d.cts +2 -9
  30. package/dist/types/plugin.d.mts +2 -9
  31. package/package.json +6 -6
  32. package/dist/helpers/capnp.cjs +0 -276
  33. package/dist/helpers/capnp.d.cts +0 -87
  34. package/dist/helpers/capnp.d.mts +0 -87
  35. package/dist/helpers/capnp.mjs +0 -259
  36. package/dist/helpers/create-builtin.cjs +0 -19
  37. package/dist/helpers/create-builtin.d.cts +0 -15
  38. package/dist/helpers/create-builtin.d.mts +0 -15
  39. package/dist/helpers/create-builtin.mjs +0 -18
  40. package/dist/helpers/index.cjs +0 -24
  41. package/dist/helpers/index.d.cts +0 -5
  42. package/dist/helpers/index.d.mts +0 -5
  43. package/dist/helpers/index.mjs +0 -6
  44. package/dist/helpers/refkey.cjs +0 -16
  45. package/dist/helpers/refkey.d.cts +0 -13
  46. package/dist/helpers/refkey.d.mts +0 -13
  47. package/dist/helpers/refkey.mjs +0 -15
  48. package/dist/helpers/typescript.cjs +0 -46
  49. package/dist/helpers/typescript.d.cts +0 -25
  50. package/dist/helpers/typescript.d.mts +0 -25
  51. package/dist/helpers/typescript.mjs +0 -45
  52. package/dist/markdown/components/index.cjs +0 -8
  53. package/dist/markdown/components/index.d.cts +0 -3
  54. package/dist/markdown/components/index.d.mts +0 -3
  55. package/dist/markdown/components/index.mjs +0 -4
  56. package/dist/markdown/components/markdown-file.cjs +0 -116
  57. package/dist/markdown/components/markdown-file.d.cts +0 -23
  58. package/dist/markdown/components/markdown-file.d.mts +0 -23
  59. package/dist/markdown/components/markdown-file.mjs +0 -114
  60. package/dist/markdown/components/markdown-table.cjs +0 -101
  61. package/dist/markdown/components/markdown-table.d.cts +0 -27
  62. package/dist/markdown/components/markdown-table.d.mts +0 -27
  63. package/dist/markdown/components/markdown-table.mjs +0 -98
  64. package/dist/markdown/contexts/index.cjs +0 -6
  65. package/dist/markdown/contexts/index.d.cts +0 -2
  66. package/dist/markdown/contexts/index.d.mts +0 -2
  67. package/dist/markdown/contexts/index.mjs +0 -3
  68. package/dist/markdown/contexts/markdown-table.cjs +0 -37
  69. package/dist/markdown/contexts/markdown-table.d.cts +0 -37
  70. package/dist/markdown/contexts/markdown-table.d.mts +0 -37
  71. package/dist/markdown/contexts/markdown-table.mjs +0 -33
  72. package/dist/markdown/index.cjs +0 -15
  73. package/dist/markdown/index.d.cts +0 -6
  74. package/dist/markdown/index.d.mts +0 -6
  75. package/dist/markdown/index.mjs +0 -7
  76. package/dist/types/components.cjs +0 -0
  77. package/dist/types/components.mjs +0 -1
  78. package/dist/types/index.cjs +0 -0
  79. package/dist/types/index.d.cts +0 -3
  80. package/dist/types/index.d.mts +0 -3
  81. package/dist/types/index.mjs +0 -1
  82. package/dist/types/plugin.cjs +0 -0
  83. package/dist/types/plugin.mjs +0 -1
  84. package/dist/typescript/components/builtin-file.cjs +0 -62
  85. package/dist/typescript/components/builtin-file.d.cts +0 -34
  86. package/dist/typescript/components/builtin-file.d.mts +0 -34
  87. package/dist/typescript/components/builtin-file.mjs +0 -61
  88. package/dist/typescript/components/dynamic-import-statement.cjs +0 -25
  89. package/dist/typescript/components/dynamic-import-statement.d.cts +0 -32
  90. package/dist/typescript/components/dynamic-import-statement.d.mts +0 -32
  91. package/dist/typescript/components/dynamic-import-statement.mjs +0 -24
  92. package/dist/typescript/components/entry-file.cjs +0 -42
  93. package/dist/typescript/components/entry-file.d.cts +0 -27
  94. package/dist/typescript/components/entry-file.d.mts +0 -27
  95. package/dist/typescript/components/entry-file.mjs +0 -40
  96. package/dist/typescript/components/index.cjs +0 -44
  97. package/dist/typescript/components/index.d.cts +0 -10
  98. package/dist/typescript/components/index.d.mts +0 -10
  99. package/dist/typescript/components/index.mjs +0 -11
  100. package/dist/typescript/components/record-expression.cjs +0 -12
  101. package/dist/typescript/components/record-expression.d.cts +0 -12
  102. package/dist/typescript/components/record-expression.d.mts +0 -12
  103. package/dist/typescript/components/record-expression.mjs +0 -11
  104. package/dist/typescript/components/tsdoc-reflection.cjs +0 -178
  105. package/dist/typescript/components/tsdoc-reflection.d.cts +0 -18
  106. package/dist/typescript/components/tsdoc-reflection.d.mts +0 -18
  107. package/dist/typescript/components/tsdoc-reflection.mjs +0 -175
  108. package/dist/typescript/components/tsdoc.cjs +0 -485
  109. package/dist/typescript/components/tsdoc.d.cts +0 -163
  110. package/dist/typescript/components/tsdoc.d.mts +0 -163
  111. package/dist/typescript/components/tsdoc.mjs +0 -465
  112. package/dist/typescript/components/typescript-file.cjs +0 -216
  113. package/dist/typescript/components/typescript-file.d.cts +0 -49
  114. package/dist/typescript/components/typescript-file.d.mts +0 -49
  115. package/dist/typescript/components/typescript-file.mjs +0 -213
  116. package/dist/typescript/components/typescript-interface.cjs +0 -73
  117. package/dist/typescript/components/typescript-interface.d.cts +0 -25
  118. package/dist/typescript/components/typescript-interface.d.mts +0 -25
  119. package/dist/typescript/components/typescript-interface.mjs +0 -71
  120. package/dist/typescript/components/typescript-object.cjs +0 -125
  121. package/dist/typescript/components/typescript-object.d.cts +0 -29
  122. package/dist/typescript/components/typescript-object.d.mts +0 -29
  123. package/dist/typescript/components/typescript-object.mjs +0 -123
  124. package/dist/typescript/index.cjs +0 -45
  125. package/dist/typescript/index.d.cts +0 -11
  126. package/dist/typescript/index.d.mts +0 -11
  127. package/dist/typescript/index.mjs +0 -12
@@ -1,33 +0,0 @@
1
- import { createContext, createNamedContext, useContext } from "@alloy-js/core";
2
-
3
- //#region src/markdown/contexts/markdown-table.ts
4
- /**
5
- * The Powerlines context used in template rendering.
6
- */
7
- const MarkdownTableColumnContext = createNamedContext("MarkdownTableColumn", {});
8
- /**
9
- * Hook to access the Powerlines Context.
10
- *
11
- * @returns The Context.
12
- */
13
- function useMarkdownTableColumn() {
14
- return useContext(MarkdownTableColumnContext);
15
- }
16
- /**
17
- * The Powerlines context used in template rendering.
18
- */
19
- const MarkdownTableContext = createContext({
20
- columns: [],
21
- data: []
22
- });
23
- /**
24
- * Hook to access the Powerlines Context.
25
- *
26
- * @returns The Context.
27
- */
28
- function useMarkdownTable() {
29
- return useContext(MarkdownTableContext);
30
- }
31
-
32
- //#endregion
33
- export { MarkdownTableColumnContext, MarkdownTableContext, useMarkdownTable, useMarkdownTableColumn };
@@ -1,15 +0,0 @@
1
- const require_markdown_components_markdown_file = require('./components/markdown-file.cjs');
2
- const require_markdown_contexts_markdown_table = require('./contexts/markdown-table.cjs');
3
- const require_markdown_components_markdown_table = require('./components/markdown-table.cjs');
4
- require('./components/index.cjs');
5
- require('./contexts/index.cjs');
6
-
7
- exports.MarkdownFile = require_markdown_components_markdown_file.MarkdownFile;
8
- exports.MarkdownFileHeader = require_markdown_components_markdown_file.MarkdownFileHeader;
9
- exports.MarkdownTable = require_markdown_components_markdown_table.MarkdownTable;
10
- exports.MarkdownTableColumn = require_markdown_components_markdown_table.MarkdownTableColumn;
11
- exports.MarkdownTableColumnContext = require_markdown_contexts_markdown_table.MarkdownTableColumnContext;
12
- exports.MarkdownTableColumnHeader = require_markdown_components_markdown_table.MarkdownTableColumnHeader;
13
- exports.MarkdownTableContext = require_markdown_contexts_markdown_table.MarkdownTableContext;
14
- exports.useMarkdownTable = require_markdown_contexts_markdown_table.useMarkdownTable;
15
- exports.useMarkdownTableColumn = require_markdown_contexts_markdown_table.useMarkdownTableColumn;
@@ -1,6 +0,0 @@
1
- import { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, __ΩMarkdownFileProps } from "./components/markdown-file.cjs";
2
- import { MarkdownTableColumnContext, MarkdownTableColumnContextInterface, MarkdownTableContext, MarkdownTableContextInterface, __ΩMarkdownTableColumnContextInterface, __ΩMarkdownTableContextInterface, useMarkdownTable, useMarkdownTableColumn } from "./contexts/markdown-table.cjs";
3
- import { MarkdownTable, MarkdownTableColumn, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableProps, __ΩMarkdownTableColumnProps, __ΩMarkdownTableProps } from "./components/markdown-table.cjs";
4
- import "./components/index.cjs";
5
- import "./contexts/index.cjs";
6
- export { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, MarkdownTable, MarkdownTableColumn, MarkdownTableColumnContext, MarkdownTableColumnContextInterface, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableContext, MarkdownTableContextInterface, MarkdownTableProps, __ΩMarkdownFileProps, __ΩMarkdownTableColumnContextInterface, __ΩMarkdownTableColumnProps, __ΩMarkdownTableContextInterface, __ΩMarkdownTableProps, useMarkdownTable, useMarkdownTableColumn };
@@ -1,6 +0,0 @@
1
- import { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, __ΩMarkdownFileProps } from "./components/markdown-file.mjs";
2
- import { MarkdownTableColumnContext, MarkdownTableColumnContextInterface, MarkdownTableContext, MarkdownTableContextInterface, __ΩMarkdownTableColumnContextInterface, __ΩMarkdownTableContextInterface, useMarkdownTable, useMarkdownTableColumn } from "./contexts/markdown-table.mjs";
3
- import { MarkdownTable, MarkdownTableColumn, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableProps, __ΩMarkdownTableColumnProps, __ΩMarkdownTableProps } from "./components/markdown-table.mjs";
4
- import "./components/index.mjs";
5
- import "./contexts/index.mjs";
6
- export { MarkdownFile, MarkdownFileHeader, MarkdownFileProps, MarkdownTable, MarkdownTableColumn, MarkdownTableColumnContext, MarkdownTableColumnContextInterface, MarkdownTableColumnHeader, MarkdownTableColumnProps, MarkdownTableContext, MarkdownTableContextInterface, MarkdownTableProps, __ΩMarkdownFileProps, __ΩMarkdownTableColumnContextInterface, __ΩMarkdownTableColumnProps, __ΩMarkdownTableContextInterface, __ΩMarkdownTableProps, useMarkdownTable, useMarkdownTableColumn };
@@ -1,7 +0,0 @@
1
- import { MarkdownFile, MarkdownFileHeader } from "./components/markdown-file.mjs";
2
- import { MarkdownTableColumnContext, MarkdownTableContext, useMarkdownTable, useMarkdownTableColumn } from "./contexts/markdown-table.mjs";
3
- import { MarkdownTable, MarkdownTableColumn, MarkdownTableColumnHeader } from "./components/markdown-table.mjs";
4
- import "./components/index.mjs";
5
- import "./contexts/index.mjs";
6
-
7
- export { MarkdownFile, MarkdownFileHeader, MarkdownTable, MarkdownTableColumn, MarkdownTableColumnContext, MarkdownTableColumnHeader, MarkdownTableContext, useMarkdownTable, useMarkdownTableColumn };
File without changes
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1,3 +0,0 @@
1
- import { BuiltinSourceFileContext, ComponentProps, ComponentPropsWithChildren, CopyFileOutputContext, CopyOutputFile, OutputDirectory, OutputFile, ReflectionOverrideInterface, RenderBuiltinContext, RenderContext, RenderEntryContext, RenderOutputContext, SourceFileHeaderProps, TypescriptFileImportItem, TypescriptFileImports, WriteOutputFile, __ΩBuiltinSourceFileContext, __ΩComponentProps, __ΩComponentPropsWithChildren, __ΩCopyFileOutputContext, __ΩCopyOutputFile, __ΩOutputDirectory, __ΩOutputFile, __ΩReflectionOverrideInterface, __ΩRenderBuiltinContext, __ΩRenderContext, __ΩRenderEntryContext, __ΩRenderOutputContext, __ΩSourceFileHeaderProps, __ΩTypescriptFileImportItem, __ΩTypescriptFileImports, __ΩWriteOutputFile } from "./components.cjs";
2
- import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig, __ΩAlloyPluginContext, __ΩAlloyPluginOptions, __ΩAlloyPluginResolvedConfig, __ΩAlloyPluginUserConfig } from "./plugin.cjs";
3
- export { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig, BuiltinSourceFileContext, ComponentProps, ComponentPropsWithChildren, CopyFileOutputContext, CopyOutputFile, OutputDirectory, OutputFile, ReflectionOverrideInterface, RenderBuiltinContext, RenderContext, RenderEntryContext, RenderOutputContext, SourceFileHeaderProps, TypescriptFileImportItem, TypescriptFileImports, WriteOutputFile, __ΩAlloyPluginContext, __ΩAlloyPluginOptions, __ΩAlloyPluginResolvedConfig, __ΩAlloyPluginUserConfig, __ΩBuiltinSourceFileContext, __ΩComponentProps, __ΩComponentPropsWithChildren, __ΩCopyFileOutputContext, __ΩCopyOutputFile, __ΩOutputDirectory, __ΩOutputFile, __ΩReflectionOverrideInterface, __ΩRenderBuiltinContext, __ΩRenderContext, __ΩRenderEntryContext, __ΩRenderOutputContext, __ΩSourceFileHeaderProps, __ΩTypescriptFileImportItem, __ΩTypescriptFileImports, __ΩWriteOutputFile };
@@ -1,3 +0,0 @@
1
- import { BuiltinSourceFileContext, ComponentProps, ComponentPropsWithChildren, CopyFileOutputContext, CopyOutputFile, OutputDirectory, OutputFile, ReflectionOverrideInterface, RenderBuiltinContext, RenderContext, RenderEntryContext, RenderOutputContext, SourceFileHeaderProps, TypescriptFileImportItem, TypescriptFileImports, WriteOutputFile, __ΩBuiltinSourceFileContext, __ΩComponentProps, __ΩComponentPropsWithChildren, __ΩCopyFileOutputContext, __ΩCopyOutputFile, __ΩOutputDirectory, __ΩOutputFile, __ΩReflectionOverrideInterface, __ΩRenderBuiltinContext, __ΩRenderContext, __ΩRenderEntryContext, __ΩRenderOutputContext, __ΩSourceFileHeaderProps, __ΩTypescriptFileImportItem, __ΩTypescriptFileImports, __ΩWriteOutputFile } from "./components.mjs";
2
- import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig, __ΩAlloyPluginContext, __ΩAlloyPluginOptions, __ΩAlloyPluginResolvedConfig, __ΩAlloyPluginUserConfig } from "./plugin.mjs";
3
- export { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig, BuiltinSourceFileContext, ComponentProps, ComponentPropsWithChildren, CopyFileOutputContext, CopyOutputFile, OutputDirectory, OutputFile, ReflectionOverrideInterface, RenderBuiltinContext, RenderContext, RenderEntryContext, RenderOutputContext, SourceFileHeaderProps, TypescriptFileImportItem, TypescriptFileImports, WriteOutputFile, __ΩAlloyPluginContext, __ΩAlloyPluginOptions, __ΩAlloyPluginResolvedConfig, __ΩAlloyPluginUserConfig, __ΩBuiltinSourceFileContext, __ΩComponentProps, __ΩComponentPropsWithChildren, __ΩCopyFileOutputContext, __ΩCopyOutputFile, __ΩOutputDirectory, __ΩOutputFile, __ΩReflectionOverrideInterface, __ΩRenderBuiltinContext, __ΩRenderContext, __ΩRenderEntryContext, __ΩRenderOutputContext, __ΩSourceFileHeaderProps, __ΩTypescriptFileImportItem, __ΩTypescriptFileImports, __ΩWriteOutputFile };
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };
@@ -1,62 +0,0 @@
1
- const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_core_contexts_context = require('../../core/contexts/context.cjs');
3
- const require_typescript_components_tsdoc = require('./tsdoc.cjs');
4
- const require_typescript_components_typescript_file = require('./typescript-file.cjs');
5
- let __alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
6
- let __alloy_js_core = require("@alloy-js/core");
7
- let __stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
8
- let __stryke_path_replace = require("@stryke/path/replace");
9
- let __stryke_type_checks_is_set = require("@stryke/type-checks/is-set");
10
-
11
- //#region src/typescript/components/builtin-file.tsx
12
- /**
13
- * A base component representing a Powerlines generated Typescript source file.
14
- *
15
- * @param props - The properties for the source file.
16
- * @returns The rendered source file component.
17
- */
18
- function BuiltinFile(props) {
19
- const [{ children, imports, builtinImports, id, description, tsx }, rest] = (0, __alloy_js_core.splitProps)(props, [
20
- "children",
21
- "imports",
22
- "builtinImports",
23
- "id",
24
- "description",
25
- "tsx"
26
- ]);
27
- const context = require_core_contexts_context.usePowerlinesSafe();
28
- const path = (0, __alloy_js_core.computed)(() => (0, __stryke_path_replace.replacePath)(`${!(0, __stryke_type_checks_is_set.isSet)(tsx) ? id : (0, __stryke_path_replace.replaceExtension)(id)}${(0, __stryke_path_file_path_fns.hasFileExtension)(id) && !(0, __stryke_type_checks_is_set.isSet)(tsx) ? "" : tsx ? ".tsx" : ".ts"}`, context?.builtinsPath));
29
- return (0, __alloy_js_core_jsx_runtime.createComponent)(require_typescript_components_typescript_file.TypescriptFile, (0, __alloy_js_core_jsx_runtime.mergeProps)({
30
- get header() {
31
- return (0, __alloy_js_core_jsx_runtime.createComponent)(require_typescript_components_typescript_file.TypescriptFileHeader, {
32
- get header() {
33
- return (0, __alloy_js_core_jsx_runtime.createComponent)(require_typescript_components_tsdoc.TSDocModule, {
34
- name: id,
35
- children: description
36
- });
37
- },
38
- get children() {
39
- return (0, __alloy_js_core_jsx_runtime.createComponent)(require_typescript_components_typescript_file.TypescriptFileHeaderImports, {
40
- imports,
41
- builtinImports
42
- });
43
- }
44
- });
45
- },
46
- get meta() {
47
- return {
48
- kind: "builtin",
49
- extension: tsx ? "tsx" : "ts",
50
- id: (0, __stryke_path_replace.replaceExtension)(id)
51
- };
52
- }
53
- }, rest, {
54
- get path() {
55
- return path.value;
56
- },
57
- children
58
- }));
59
- }
60
-
61
- //#endregion
62
- exports.BuiltinFile = BuiltinFile;
@@ -1,34 +0,0 @@
1
- import { TSDocModuleProps } from "./tsdoc.cjs";
2
- import { TypescriptFileProps } from "./typescript-file.cjs";
3
- import * as _alloy_js_core13 from "@alloy-js/core";
4
-
5
- //#region src/typescript/components/builtin-file.d.ts
6
- type BuiltinFileProps = Omit<TypescriptFileProps, "path"> & Omit<TSDocModuleProps, "name"> & {
7
- /**
8
- * The runtime module identifier.
9
- *
10
- * @remarks
11
- * This value will be included after the \`storm:\` prefix in the import statement.
12
- */
13
- id: string;
14
- /**
15
- * The description for the builtin module.
16
- */
17
- description?: string;
18
- /**
19
- * Whether the file is a TSX file.
20
- *
21
- * @defaultValue false
22
- */
23
- tsx?: boolean;
24
- };
25
- /**
26
- * A base component representing a Powerlines generated Typescript source file.
27
- *
28
- * @param props - The properties for the source file.
29
- * @returns The rendered source file component.
30
- */
31
- declare function BuiltinFile(props: BuiltinFileProps): _alloy_js_core13.Children;
32
- declare type __ΩBuiltinFileProps = any[];
33
- //#endregion
34
- export { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps };
@@ -1,34 +0,0 @@
1
- import { TSDocModuleProps } from "./tsdoc.mjs";
2
- import { TypescriptFileProps } from "./typescript-file.mjs";
3
- import * as _alloy_js_core8 from "@alloy-js/core";
4
-
5
- //#region src/typescript/components/builtin-file.d.ts
6
- type BuiltinFileProps = Omit<TypescriptFileProps, "path"> & Omit<TSDocModuleProps, "name"> & {
7
- /**
8
- * The runtime module identifier.
9
- *
10
- * @remarks
11
- * This value will be included after the \`storm:\` prefix in the import statement.
12
- */
13
- id: string;
14
- /**
15
- * The description for the builtin module.
16
- */
17
- description?: string;
18
- /**
19
- * Whether the file is a TSX file.
20
- *
21
- * @defaultValue false
22
- */
23
- tsx?: boolean;
24
- };
25
- /**
26
- * A base component representing a Powerlines generated Typescript source file.
27
- *
28
- * @param props - The properties for the source file.
29
- * @returns The rendered source file component.
30
- */
31
- declare function BuiltinFile(props: BuiltinFileProps): _alloy_js_core8.Children;
32
- declare type __ΩBuiltinFileProps = any[];
33
- //#endregion
34
- export { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps };
@@ -1,61 +0,0 @@
1
- import { usePowerlinesSafe } from "../../core/contexts/context.mjs";
2
- import { TSDocModule } from "./tsdoc.mjs";
3
- import { TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports } from "./typescript-file.mjs";
4
- import { createComponent, mergeProps } from "@alloy-js/core/jsx-runtime";
5
- import { computed, splitProps } from "@alloy-js/core";
6
- import { hasFileExtension } from "@stryke/path/file-path-fns";
7
- import { replaceExtension, replacePath } from "@stryke/path/replace";
8
- import { isSet } from "@stryke/type-checks/is-set";
9
-
10
- //#region src/typescript/components/builtin-file.tsx
11
- /**
12
- * A base component representing a Powerlines generated Typescript source file.
13
- *
14
- * @param props - The properties for the source file.
15
- * @returns The rendered source file component.
16
- */
17
- function BuiltinFile(props) {
18
- const [{ children, imports, builtinImports, id, description, tsx }, rest] = splitProps(props, [
19
- "children",
20
- "imports",
21
- "builtinImports",
22
- "id",
23
- "description",
24
- "tsx"
25
- ]);
26
- const context = usePowerlinesSafe();
27
- const path = computed(() => replacePath(`${!isSet(tsx) ? id : replaceExtension(id)}${hasFileExtension(id) && !isSet(tsx) ? "" : tsx ? ".tsx" : ".ts"}`, context?.builtinsPath));
28
- return createComponent(TypescriptFile, mergeProps({
29
- get header() {
30
- return createComponent(TypescriptFileHeader, {
31
- get header() {
32
- return createComponent(TSDocModule, {
33
- name: id,
34
- children: description
35
- });
36
- },
37
- get children() {
38
- return createComponent(TypescriptFileHeaderImports, {
39
- imports,
40
- builtinImports
41
- });
42
- }
43
- });
44
- },
45
- get meta() {
46
- return {
47
- kind: "builtin",
48
- extension: tsx ? "tsx" : "ts",
49
- id: replaceExtension(id)
50
- };
51
- }
52
- }, rest, {
53
- get path() {
54
- return path.value;
55
- },
56
- children
57
- }));
58
- }
59
-
60
- //#endregion
61
- export { BuiltinFile };
@@ -1,25 +0,0 @@
1
- const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- let __alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
3
- let __alloy_js_core = require("@alloy-js/core");
4
- let __alloy_js_typescript = require("@alloy-js/typescript");
5
-
6
- //#region src/typescript/components/dynamic-import-statement.tsx
7
- /**
8
- * Generates a dynamic import statement for a given module path and export name.
9
- *
10
- * @example
11
- * ```tsx
12
- * <DynamicImportStatement importPath="./my-module" exportName="myExport" const={true} name="myVar" />
13
- * // const myVar = await import("./my-module").then(m => m.myExport);
14
- * ```
15
- *
16
- * @param props - The properties for the dynamic import statement.
17
- * @returns A `VarDeclaration` component representing the dynamic import statement.
18
- */
19
- function DynamicImportStatement(props) {
20
- const { importPath, exportName = "default", const: isConst = true, ...rest } = props;
21
- return (0, __alloy_js_core_jsx_runtime.createComponent)(__alloy_js_typescript.VarDeclaration, (0, __alloy_js_core_jsx_runtime.mergeProps)({ "const": isConst }, rest, { initializer: __alloy_js_core.code`await import("${importPath}").then(m => m.${exportName});` }));
22
- }
23
-
24
- //#endregion
25
- exports.DynamicImportStatement = DynamicImportStatement;
@@ -1,32 +0,0 @@
1
- import * as _alloy_js_core1 from "@alloy-js/core";
2
- import { VarDeclarationProps } from "@alloy-js/typescript";
3
-
4
- //#region src/typescript/components/dynamic-import-statement.d.ts
5
- interface DynamicImportStatementProps extends Omit<VarDeclarationProps, "initializer"> {
6
- /**
7
- * The path of the module to import.
8
- */
9
- importPath: string;
10
- /**
11
- * The name of the export to import from the module.
12
- *
13
- * @defaultValue "default"
14
- */
15
- exportName?: string;
16
- }
17
- /**
18
- * Generates a dynamic import statement for a given module path and export name.
19
- *
20
- * @example
21
- * ```tsx
22
- * <DynamicImportStatement importPath="./my-module" exportName="myExport" const={true} name="myVar" />
23
- * // const myVar = await import("./my-module").then(m => m.myExport);
24
- * ```
25
- *
26
- * @param props - The properties for the dynamic import statement.
27
- * @returns A `VarDeclaration` component representing the dynamic import statement.
28
- */
29
- declare function DynamicImportStatement(props: DynamicImportStatementProps): _alloy_js_core1.Children;
30
- declare type __ΩDynamicImportStatementProps = any[];
31
- //#endregion
32
- export { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps };
@@ -1,32 +0,0 @@
1
- import * as _alloy_js_core7 from "@alloy-js/core";
2
- import { VarDeclarationProps } from "@alloy-js/typescript";
3
-
4
- //#region src/typescript/components/dynamic-import-statement.d.ts
5
- interface DynamicImportStatementProps extends Omit<VarDeclarationProps, "initializer"> {
6
- /**
7
- * The path of the module to import.
8
- */
9
- importPath: string;
10
- /**
11
- * The name of the export to import from the module.
12
- *
13
- * @defaultValue "default"
14
- */
15
- exportName?: string;
16
- }
17
- /**
18
- * Generates a dynamic import statement for a given module path and export name.
19
- *
20
- * @example
21
- * ```tsx
22
- * <DynamicImportStatement importPath="./my-module" exportName="myExport" const={true} name="myVar" />
23
- * // const myVar = await import("./my-module").then(m => m.myExport);
24
- * ```
25
- *
26
- * @param props - The properties for the dynamic import statement.
27
- * @returns A `VarDeclaration` component representing the dynamic import statement.
28
- */
29
- declare function DynamicImportStatement(props: DynamicImportStatementProps): _alloy_js_core7.Children;
30
- declare type __ΩDynamicImportStatementProps = any[];
31
- //#endregion
32
- export { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps };
@@ -1,24 +0,0 @@
1
- import { createComponent, mergeProps } from "@alloy-js/core/jsx-runtime";
2
- import { code } from "@alloy-js/core";
3
- import { VarDeclaration } from "@alloy-js/typescript";
4
-
5
- //#region src/typescript/components/dynamic-import-statement.tsx
6
- /**
7
- * Generates a dynamic import statement for a given module path and export name.
8
- *
9
- * @example
10
- * ```tsx
11
- * <DynamicImportStatement importPath="./my-module" exportName="myExport" const={true} name="myVar" />
12
- * // const myVar = await import("./my-module").then(m => m.myExport);
13
- * ```
14
- *
15
- * @param props - The properties for the dynamic import statement.
16
- * @returns A `VarDeclaration` component representing the dynamic import statement.
17
- */
18
- function DynamicImportStatement(props) {
19
- const { importPath, exportName = "default", const: isConst = true, ...rest } = props;
20
- return createComponent(VarDeclaration, mergeProps({ "const": isConst }, rest, { initializer: code`await import("${importPath}").then(m => m.${exportName});` }));
21
- }
22
-
23
- //#endregion
24
- export { DynamicImportStatement };
@@ -1,42 +0,0 @@
1
- const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_core_contexts_context = require('../../core/contexts/context.cjs');
3
- const require_typescript_components_typescript_file = require('./typescript-file.cjs');
4
- let __alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
5
- let __alloy_js_core = require("@alloy-js/core");
6
- let __stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
7
- let __stryke_path_replace = require("@stryke/path/replace");
8
- let __stryke_type_checks_is_set = require("@stryke/type-checks/is-set");
9
- let __stryke_path_append = require("@stryke/path/append");
10
- let defu = require("defu");
11
- defu = require_rolldown_runtime.__toESM(defu);
12
-
13
- //#region src/typescript/components/entry-file.tsx
14
- /**
15
- * A base component representing a Powerlines generated Typescript source file.
16
- *
17
- * @param props - The properties for the source file.
18
- * @returns The rendered source file component.
19
- */
20
- function EntryFile(props) {
21
- const [{ children, meta, tsx, path, typeDefinition }, rest] = (0, __alloy_js_core.splitProps)(props, [
22
- "children",
23
- "meta",
24
- "tsx",
25
- "path",
26
- "typeDefinition"
27
- ]);
28
- const context = require_core_contexts_context.usePowerlinesSafe();
29
- const fullPath = (0, __alloy_js_core.computed)(() => context ? (0, __stryke_path_append.appendPath)(`${!(0, __stryke_type_checks_is_set.isSet)(tsx) ? path : (0, __stryke_path_replace.replaceExtension)(path)}${tsx ? ".tsx" : (0, __stryke_path_file_path_fns.hasFileExtension)(path) ? "" : ".ts"}`, (0, __stryke_path_replace.replacePath)(context.entryPath, context.workspaceConfig.workspaceRoot)) : path);
30
- return (0, __alloy_js_core_jsx_runtime.createComponent)(require_typescript_components_typescript_file.TypescriptFile, (0, __alloy_js_core_jsx_runtime.mergeProps)(rest, {
31
- get path() {
32
- return fullPath.value;
33
- },
34
- get meta() {
35
- return (0, defu.default)({ kind: "entry" }, meta ?? {}, { typeDefinition });
36
- },
37
- children
38
- }));
39
- }
40
-
41
- //#endregion
42
- exports.EntryFile = EntryFile;
@@ -1,27 +0,0 @@
1
- import { TypescriptFileProps } from "./typescript-file.cjs";
2
- import * as _alloy_js_core14 from "@alloy-js/core";
3
- import { ResolvedEntryTypeDefinition } from "powerlines/types/resolved";
4
-
5
- //#region src/typescript/components/entry-file.d.ts
6
- type EntryFileProps = TypescriptFileProps & {
7
- /**
8
- * Whether the file is a TSX file.
9
- *
10
- * @defaultValue false
11
- */
12
- tsx?: boolean;
13
- /**
14
- * Render metadata information about the entrypoint
15
- */
16
- typeDefinition?: ResolvedEntryTypeDefinition;
17
- };
18
- /**
19
- * A base component representing a Powerlines generated Typescript source file.
20
- *
21
- * @param props - The properties for the source file.
22
- * @returns The rendered source file component.
23
- */
24
- declare function EntryFile(props: EntryFileProps): _alloy_js_core14.Children;
25
- declare type __ΩEntryFileProps = any[];
26
- //#endregion
27
- export { EntryFile, EntryFileProps, __ΩEntryFileProps };
@@ -1,27 +0,0 @@
1
- import { TypescriptFileProps } from "./typescript-file.mjs";
2
- import * as _alloy_js_core6 from "@alloy-js/core";
3
- import { ResolvedEntryTypeDefinition } from "powerlines/types/resolved";
4
-
5
- //#region src/typescript/components/entry-file.d.ts
6
- type EntryFileProps = TypescriptFileProps & {
7
- /**
8
- * Whether the file is a TSX file.
9
- *
10
- * @defaultValue false
11
- */
12
- tsx?: boolean;
13
- /**
14
- * Render metadata information about the entrypoint
15
- */
16
- typeDefinition?: ResolvedEntryTypeDefinition;
17
- };
18
- /**
19
- * A base component representing a Powerlines generated Typescript source file.
20
- *
21
- * @param props - The properties for the source file.
22
- * @returns The rendered source file component.
23
- */
24
- declare function EntryFile(props: EntryFileProps): _alloy_js_core6.Children;
25
- declare type __ΩEntryFileProps = any[];
26
- //#endregion
27
- export { EntryFile, EntryFileProps, __ΩEntryFileProps };
@@ -1,40 +0,0 @@
1
- import { usePowerlinesSafe } from "../../core/contexts/context.mjs";
2
- import { TypescriptFile } from "./typescript-file.mjs";
3
- import { createComponent, mergeProps } from "@alloy-js/core/jsx-runtime";
4
- import { computed, splitProps } from "@alloy-js/core";
5
- import { hasFileExtension } from "@stryke/path/file-path-fns";
6
- import { replaceExtension, replacePath } from "@stryke/path/replace";
7
- import { isSet } from "@stryke/type-checks/is-set";
8
- import { appendPath } from "@stryke/path/append";
9
- import defu from "defu";
10
-
11
- //#region src/typescript/components/entry-file.tsx
12
- /**
13
- * A base component representing a Powerlines generated Typescript source file.
14
- *
15
- * @param props - The properties for the source file.
16
- * @returns The rendered source file component.
17
- */
18
- function EntryFile(props) {
19
- const [{ children, meta, tsx, path, typeDefinition }, rest] = splitProps(props, [
20
- "children",
21
- "meta",
22
- "tsx",
23
- "path",
24
- "typeDefinition"
25
- ]);
26
- const context = usePowerlinesSafe();
27
- const fullPath = computed(() => context ? appendPath(`${!isSet(tsx) ? path : replaceExtension(path)}${tsx ? ".tsx" : hasFileExtension(path) ? "" : ".ts"}`, replacePath(context.entryPath, context.workspaceConfig.workspaceRoot)) : path);
28
- return createComponent(TypescriptFile, mergeProps(rest, {
29
- get path() {
30
- return fullPath.value;
31
- },
32
- get meta() {
33
- return defu({ kind: "entry" }, meta ?? {}, { typeDefinition });
34
- },
35
- children
36
- }));
37
- }
38
-
39
- //#endregion
40
- export { EntryFile };
@@ -1,44 +0,0 @@
1
- const require_typescript_components_tsdoc = require('./tsdoc.cjs');
2
- const require_typescript_components_typescript_file = require('./typescript-file.cjs');
3
- const require_typescript_components_builtin_file = require('./builtin-file.cjs');
4
- const require_typescript_components_dynamic_import_statement = require('./dynamic-import-statement.cjs');
5
- const require_typescript_components_entry_file = require('./entry-file.cjs');
6
- const require_typescript_components_record_expression = require('./record-expression.cjs');
7
- const require_typescript_components_tsdoc_reflection = require('./tsdoc-reflection.cjs');
8
- const require_typescript_components_typescript_interface = require('./typescript-interface.cjs');
9
- const require_typescript_components_typescript_object = require('./typescript-object.cjs');
10
-
11
- exports.BuiltinFile = require_typescript_components_builtin_file.BuiltinFile;
12
- exports.DynamicImportStatement = require_typescript_components_dynamic_import_statement.DynamicImportStatement;
13
- exports.EntryFile = require_typescript_components_entry_file.EntryFile;
14
- exports.RecordExpression = require_typescript_components_record_expression.RecordExpression;
15
- exports.TSDoc = require_typescript_components_tsdoc.TSDoc;
16
- exports.TSDocAlias = require_typescript_components_tsdoc.TSDocAlias;
17
- exports.TSDocAttributesTags = require_typescript_components_tsdoc.TSDocAttributesTags;
18
- exports.TSDocDefaultValue = require_typescript_components_tsdoc.TSDocDefaultValue;
19
- exports.TSDocDomain = require_typescript_components_tsdoc.TSDocDomain;
20
- exports.TSDocExample = require_typescript_components_tsdoc.TSDocExample;
21
- exports.TSDocHidden = require_typescript_components_tsdoc.TSDocHidden;
22
- exports.TSDocIgnore = require_typescript_components_tsdoc.TSDocIgnore;
23
- exports.TSDocInternal = require_typescript_components_tsdoc.TSDocInternal;
24
- exports.TSDocLink = require_typescript_components_tsdoc.TSDocLink;
25
- exports.TSDocModule = require_typescript_components_tsdoc.TSDocModule;
26
- exports.TSDocParam = require_typescript_components_tsdoc.TSDocParam;
27
- exports.TSDocParams = require_typescript_components_tsdoc.TSDocParams;
28
- exports.TSDocPermission = require_typescript_components_tsdoc.TSDocPermission;
29
- exports.TSDocReadonly = require_typescript_components_tsdoc.TSDocReadonly;
30
- exports.TSDocReflectionClass = require_typescript_components_tsdoc_reflection.TSDocReflectionClass;
31
- exports.TSDocReflectionMethod = require_typescript_components_tsdoc_reflection.TSDocReflectionMethod;
32
- exports.TSDocReflectionProperty = require_typescript_components_tsdoc_reflection.TSDocReflectionProperty;
33
- exports.TSDocRemarks = require_typescript_components_tsdoc.TSDocRemarks;
34
- exports.TSDocReturns = require_typescript_components_tsdoc.TSDocReturns;
35
- exports.TSDocTag = require_typescript_components_tsdoc.TSDocTag;
36
- exports.TSDocThrows = require_typescript_components_tsdoc.TSDocThrows;
37
- exports.TSDocTitle = require_typescript_components_tsdoc.TSDocTitle;
38
- exports.TypeScriptInterface = require_typescript_components_typescript_interface.TypeScriptInterface;
39
- exports.TypescriptFile = require_typescript_components_typescript_file.TypescriptFile;
40
- exports.TypescriptFileHeader = require_typescript_components_typescript_file.TypescriptFileHeader;
41
- exports.TypescriptFileHeaderImports = require_typescript_components_typescript_file.TypescriptFileHeaderImports;
42
- exports.TypescriptInterfaceProperty = require_typescript_components_typescript_interface.TypescriptInterfaceProperty;
43
- exports.TypescriptObject = require_typescript_components_typescript_object.TypescriptObject;
44
- exports.TypescriptObjectProperty = require_typescript_components_typescript_object.TypescriptObjectProperty;
@@ -1,10 +0,0 @@
1
- import { TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps } from "./tsdoc.cjs";
2
- import { TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps } from "./typescript-file.cjs";
3
- import { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps } from "./builtin-file.cjs";
4
- import { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps } from "./dynamic-import-statement.cjs";
5
- import { EntryFile, EntryFileProps, __ΩEntryFileProps } from "./entry-file.cjs";
6
- import { RecordExpression, RecordExpressionProps, __ΩRecordExpressionProps } from "./record-expression.cjs";
7
- import { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty } from "./tsdoc-reflection.cjs";
8
- import { TypeScriptInterface, TypeScriptInterfaceProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptInterfacePropertyProps } from "./typescript-interface.cjs";
9
- import { ComputedRef, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩComputedRef, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps } from "./typescript-object.cjs";
10
- export { BuiltinFile, BuiltinFileProps, ComputedRef, 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, __ΩComputedRef, __ΩDynamicImportStatementProps, __ΩEntryFileProps, __ΩRecordExpressionProps, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps, __ΩTypescriptInterfacePropertyProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps };
@@ -1,10 +0,0 @@
1
- import { TSDoc, TSDocAlias, TSDocAttributesTags, TSDocAttributesTagsProps, TSDocDefaultValue, TSDocDefaultValueProps, TSDocDomain, TSDocExample, TSDocExampleProps, TSDocHidden, TSDocIgnore, TSDocInternal, TSDocLink, TSDocModule, TSDocModuleProps, TSDocParam, TSDocParamProps, TSDocParams, TSDocParamsProps, TSDocPermission, TSDocProps, TSDocReadonly, TSDocRemarks, TSDocReturns, TSDocTag, TSDocTagProps, TSDocThrows, TSDocTitle, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps } from "./tsdoc.mjs";
2
- import { TypescriptFile, TypescriptFileHeader, TypescriptFileHeaderImports, TypescriptFileHeaderImportsProps, TypescriptFileHeaderProps, TypescriptFileProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps } from "./typescript-file.mjs";
3
- import { BuiltinFile, BuiltinFileProps, __ΩBuiltinFileProps } from "./builtin-file.mjs";
4
- import { DynamicImportStatement, DynamicImportStatementProps, __ΩDynamicImportStatementProps } from "./dynamic-import-statement.mjs";
5
- import { EntryFile, EntryFileProps, __ΩEntryFileProps } from "./entry-file.mjs";
6
- import { RecordExpression, RecordExpressionProps, __ΩRecordExpressionProps } from "./record-expression.mjs";
7
- import { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty } from "./tsdoc-reflection.mjs";
8
- import { TypeScriptInterface, TypeScriptInterfaceProps, TypescriptInterfaceProperty, TypescriptInterfacePropertyProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptInterfacePropertyProps } from "./typescript-interface.mjs";
9
- import { ComputedRef, TypescriptObject, TypescriptObjectProperty, TypescriptObjectPropertyProps, TypescriptObjectProps, __ΩComputedRef, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps } from "./typescript-object.mjs";
10
- export { BuiltinFile, BuiltinFileProps, ComputedRef, 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, __ΩComputedRef, __ΩDynamicImportStatementProps, __ΩEntryFileProps, __ΩRecordExpressionProps, __ΩTSDocAttributesTagsProps, __ΩTSDocDefaultValueProps, __ΩTSDocExampleProps, __ΩTSDocModuleProps, __ΩTSDocParamProps, __ΩTSDocParamsProps, __ΩTSDocProps, __ΩTSDocTagProps, __ΩTypeScriptInterfaceProps, __ΩTypescriptFileHeaderImportsProps, __ΩTypescriptFileHeaderProps, __ΩTypescriptFileProps, __ΩTypescriptInterfacePropertyProps, __ΩTypescriptObjectPropertyProps, __ΩTypescriptObjectProps };