@powerlines/plugin-alloy 0.25.34 → 0.25.36

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 (267) hide show
  1. package/dist/core/components/index.d.cts +5 -0
  2. package/dist/core/components/index.d.mts +5 -0
  3. package/dist/core/components/output.d.cts +24 -0
  4. package/dist/core/components/output.d.cts.map +1 -0
  5. package/dist/core/components/output.d.mts +24 -0
  6. package/dist/core/components/output.d.mts.map +1 -0
  7. package/dist/core/components/output.mjs +2 -1
  8. package/dist/core/components/output.mjs.map +1 -0
  9. package/dist/core/components/single-line-comment.d.cts +23 -0
  10. package/dist/core/components/single-line-comment.d.cts.map +1 -0
  11. package/dist/core/components/single-line-comment.d.mts +23 -0
  12. package/dist/core/components/single-line-comment.d.mts.map +1 -0
  13. package/dist/core/components/single-line-comment.mjs +2 -1
  14. package/dist/core/components/single-line-comment.mjs.map +1 -0
  15. package/dist/core/components/source-file.d.cts +33 -0
  16. package/dist/core/components/source-file.d.cts.map +1 -0
  17. package/dist/core/components/source-file.d.mts +33 -0
  18. package/dist/core/components/source-file.d.mts.map +1 -0
  19. package/dist/core/components/source-file.mjs +2 -1
  20. package/dist/core/components/source-file.mjs.map +1 -0
  21. package/dist/core/components/spacing.d.cts +24 -0
  22. package/dist/core/components/spacing.d.cts.map +1 -0
  23. package/dist/core/components/spacing.d.mts +24 -0
  24. package/dist/core/components/spacing.d.mts.map +1 -0
  25. package/dist/core/components/spacing.mjs +2 -1
  26. package/dist/core/components/spacing.mjs.map +1 -0
  27. package/dist/core/contexts/context.d.cts +29 -0
  28. package/dist/core/contexts/context.d.cts.map +1 -0
  29. package/dist/core/contexts/context.d.mts +29 -0
  30. package/dist/core/contexts/context.d.mts.map +1 -0
  31. package/dist/core/contexts/context.mjs +2 -1
  32. package/dist/core/contexts/context.mjs.map +1 -0
  33. package/dist/core/contexts/index.d.cts +4 -0
  34. package/dist/core/contexts/index.d.mts +4 -0
  35. package/dist/core/contexts/meta.d.cts +48 -0
  36. package/dist/core/contexts/meta.d.cts.map +1 -0
  37. package/dist/core/contexts/meta.d.mts +48 -0
  38. package/dist/core/contexts/meta.d.mts.map +1 -0
  39. package/dist/core/contexts/meta.mjs +2 -1
  40. package/dist/core/contexts/meta.mjs.map +1 -0
  41. package/dist/core/contexts/reflection.d.cts +53 -0
  42. package/dist/core/contexts/reflection.d.cts.map +1 -0
  43. package/dist/core/contexts/reflection.d.mts +53 -0
  44. package/dist/core/contexts/reflection.d.mts.map +1 -0
  45. package/dist/core/contexts/reflection.mjs +2 -1
  46. package/dist/core/contexts/reflection.mjs.map +1 -0
  47. package/dist/core/helpers/code.d.cts +29 -0
  48. package/dist/core/helpers/code.d.cts.map +1 -0
  49. package/dist/core/helpers/code.d.mts +29 -0
  50. package/dist/core/helpers/code.d.mts.map +1 -0
  51. package/dist/core/helpers/code.mjs +2 -1
  52. package/dist/core/helpers/code.mjs.map +1 -0
  53. package/dist/core/helpers/index.d.cts +2 -0
  54. package/dist/core/helpers/index.d.mts +2 -0
  55. package/dist/core/index.d.cts +9 -0
  56. package/dist/core/index.d.mts +9 -0
  57. package/dist/helpers/capnp.d.cts +87 -0
  58. package/dist/helpers/capnp.d.cts.map +1 -0
  59. package/dist/helpers/capnp.d.mts +87 -0
  60. package/dist/helpers/capnp.d.mts.map +1 -0
  61. package/dist/helpers/capnp.mjs +2 -1
  62. package/dist/helpers/capnp.mjs.map +1 -0
  63. package/dist/helpers/create-builtin.d.cts +16 -0
  64. package/dist/helpers/create-builtin.d.cts.map +1 -0
  65. package/dist/helpers/create-builtin.d.mts +16 -0
  66. package/dist/helpers/create-builtin.d.mts.map +1 -0
  67. package/dist/helpers/create-builtin.mjs +2 -1
  68. package/dist/helpers/create-builtin.mjs.map +1 -0
  69. package/dist/helpers/index.d.cts +5 -0
  70. package/dist/helpers/index.d.mts +5 -0
  71. package/dist/helpers/refkey.d.cts +13 -0
  72. package/dist/helpers/refkey.d.cts.map +1 -0
  73. package/dist/helpers/refkey.d.mts +13 -0
  74. package/dist/helpers/refkey.d.mts.map +1 -0
  75. package/dist/helpers/refkey.mjs +2 -1
  76. package/dist/helpers/refkey.mjs.map +1 -0
  77. package/dist/helpers/typescript.d.cts +26 -0
  78. package/dist/helpers/typescript.d.cts.map +1 -0
  79. package/dist/helpers/typescript.d.mts +26 -0
  80. package/dist/helpers/typescript.d.mts.map +1 -0
  81. package/dist/helpers/typescript.mjs +2 -1
  82. package/dist/helpers/typescript.mjs.map +1 -0
  83. package/dist/index.cjs +6 -1
  84. package/dist/index.d.cts +19 -0
  85. package/dist/index.d.cts.map +1 -0
  86. package/dist/index.d.mts +19 -0
  87. package/dist/index.d.mts.map +1 -0
  88. package/dist/index.mjs +8 -2
  89. package/dist/index.mjs.map +1 -0
  90. package/dist/markdown/components/front-matter.d.cts +16 -0
  91. package/dist/markdown/components/front-matter.d.cts.map +1 -0
  92. package/dist/markdown/components/front-matter.d.mts +16 -0
  93. package/dist/markdown/components/front-matter.d.mts.map +1 -0
  94. package/dist/markdown/components/front-matter.mjs +2 -1
  95. package/dist/markdown/components/front-matter.mjs.map +1 -0
  96. package/dist/markdown/components/index.d.cts +4 -0
  97. package/dist/markdown/components/index.d.mts +4 -0
  98. package/dist/markdown/components/markdown-file.d.cts +29 -0
  99. package/dist/markdown/components/markdown-file.d.cts.map +1 -0
  100. package/dist/markdown/components/markdown-file.d.mts +29 -0
  101. package/dist/markdown/components/markdown-file.d.mts.map +1 -0
  102. package/dist/markdown/components/markdown-file.mjs +2 -1
  103. package/dist/markdown/components/markdown-file.mjs.map +1 -0
  104. package/dist/markdown/components/markdown-table.d.cts +28 -0
  105. package/dist/markdown/components/markdown-table.d.cts.map +1 -0
  106. package/dist/markdown/components/markdown-table.d.mts +28 -0
  107. package/dist/markdown/components/markdown-table.d.mts.map +1 -0
  108. package/dist/markdown/components/markdown-table.mjs +2 -1
  109. package/dist/markdown/components/markdown-table.mjs.map +1 -0
  110. package/dist/markdown/contexts/index.d.cts +2 -0
  111. package/dist/markdown/contexts/index.d.mts +2 -0
  112. package/dist/markdown/contexts/markdown-table.d.cts +38 -0
  113. package/dist/markdown/contexts/markdown-table.d.cts.map +1 -0
  114. package/dist/markdown/contexts/markdown-table.d.mts +38 -0
  115. package/dist/markdown/contexts/markdown-table.d.mts.map +1 -0
  116. package/dist/markdown/contexts/markdown-table.mjs +2 -1
  117. package/dist/markdown/contexts/markdown-table.mjs.map +1 -0
  118. package/dist/markdown/index.d.cts +5 -0
  119. package/dist/markdown/index.d.mts +5 -0
  120. package/dist/render.cjs +1 -1
  121. package/dist/render.d.cts +38 -0
  122. package/dist/render.d.cts.map +1 -0
  123. package/dist/render.d.mts +38 -0
  124. package/dist/render.d.mts.map +1 -0
  125. package/dist/render.mjs +3 -2
  126. package/dist/render.mjs.map +1 -0
  127. package/dist/types/components.d.cts +142 -0
  128. package/dist/types/components.d.cts.map +1 -0
  129. package/dist/types/components.d.mts +142 -0
  130. package/dist/types/components.d.mts.map +1 -0
  131. package/dist/types/index.d.cts +3 -0
  132. package/dist/types/index.d.mts +3 -0
  133. package/dist/types/plugin.d.cts +39 -0
  134. package/dist/types/plugin.d.cts.map +1 -0
  135. package/dist/types/plugin.d.mts +39 -0
  136. package/dist/types/plugin.d.mts.map +1 -0
  137. package/dist/typescript/components/builtin-file.cjs +1 -1
  138. package/dist/typescript/components/builtin-file.d.cts +35 -0
  139. package/dist/typescript/components/builtin-file.d.cts.map +1 -0
  140. package/dist/typescript/components/builtin-file.d.mts +35 -0
  141. package/dist/typescript/components/builtin-file.d.mts.map +1 -0
  142. package/dist/typescript/components/builtin-file.mjs +3 -2
  143. package/dist/typescript/components/builtin-file.mjs.map +1 -0
  144. package/dist/typescript/components/class-declaration.d.cts +145 -0
  145. package/dist/typescript/components/class-declaration.d.cts.map +1 -0
  146. package/dist/typescript/components/class-declaration.d.mts +145 -0
  147. package/dist/typescript/components/class-declaration.d.mts.map +1 -0
  148. package/dist/typescript/components/class-declaration.mjs +2 -1
  149. package/dist/typescript/components/class-declaration.mjs.map +1 -0
  150. package/dist/typescript/components/dynamic-import-statement.d.cts +33 -0
  151. package/dist/typescript/components/dynamic-import-statement.d.cts.map +1 -0
  152. package/dist/typescript/components/dynamic-import-statement.d.mts +33 -0
  153. package/dist/typescript/components/dynamic-import-statement.d.mts.map +1 -0
  154. package/dist/typescript/components/dynamic-import-statement.mjs +2 -1
  155. package/dist/typescript/components/dynamic-import-statement.mjs.map +1 -0
  156. package/dist/typescript/components/entry-file.cjs +1 -1
  157. package/dist/typescript/components/entry-file.d.cts +28 -0
  158. package/dist/typescript/components/entry-file.d.cts.map +1 -0
  159. package/dist/typescript/components/entry-file.d.mts +28 -0
  160. package/dist/typescript/components/entry-file.d.mts.map +1 -0
  161. package/dist/typescript/components/entry-file.mjs +3 -2
  162. package/dist/typescript/components/entry-file.mjs.map +1 -0
  163. package/dist/typescript/components/index.d.cts +15 -0
  164. package/dist/typescript/components/index.d.mts +15 -0
  165. package/dist/typescript/components/infrastructure-file.cjs +1 -1
  166. package/dist/typescript/components/infrastructure-file.d.cts +21 -0
  167. package/dist/typescript/components/infrastructure-file.d.cts.map +1 -0
  168. package/dist/typescript/components/infrastructure-file.d.mts +21 -0
  169. package/dist/typescript/components/infrastructure-file.d.mts.map +1 -0
  170. package/dist/typescript/components/infrastructure-file.mjs +3 -2
  171. package/dist/typescript/components/infrastructure-file.mjs.map +1 -0
  172. package/dist/typescript/components/interface-declaration.d.cts +86 -0
  173. package/dist/typescript/components/interface-declaration.d.cts.map +1 -0
  174. package/dist/typescript/components/interface-declaration.d.mts +86 -0
  175. package/dist/typescript/components/interface-declaration.d.mts.map +1 -0
  176. package/dist/typescript/components/interface-declaration.mjs +2 -1
  177. package/dist/typescript/components/interface-declaration.mjs.map +1 -0
  178. package/dist/typescript/components/object-declaration.d.cts +30 -0
  179. package/dist/typescript/components/object-declaration.d.cts.map +1 -0
  180. package/dist/typescript/components/object-declaration.d.mts +30 -0
  181. package/dist/typescript/components/object-declaration.d.mts.map +1 -0
  182. package/dist/typescript/components/object-declaration.mjs +2 -1
  183. package/dist/typescript/components/object-declaration.mjs.map +1 -0
  184. package/dist/typescript/components/property-name.d.cts +24 -0
  185. package/dist/typescript/components/property-name.d.cts.map +1 -0
  186. package/dist/typescript/components/property-name.d.mts +24 -0
  187. package/dist/typescript/components/property-name.d.mts.map +1 -0
  188. package/dist/typescript/components/property-name.mjs +2 -1
  189. package/dist/typescript/components/property-name.mjs.map +1 -0
  190. package/dist/typescript/components/record-expression.d.cts +13 -0
  191. package/dist/typescript/components/record-expression.d.cts.map +1 -0
  192. package/dist/typescript/components/record-expression.d.mts +13 -0
  193. package/dist/typescript/components/record-expression.d.mts.map +1 -0
  194. package/dist/typescript/components/record-expression.mjs +2 -1
  195. package/dist/typescript/components/record-expression.mjs.map +1 -0
  196. package/dist/typescript/components/tsdoc-reflection.d.cts +44 -0
  197. package/dist/typescript/components/tsdoc-reflection.d.cts.map +1 -0
  198. package/dist/typescript/components/tsdoc-reflection.d.mts +44 -0
  199. package/dist/typescript/components/tsdoc-reflection.d.mts.map +1 -0
  200. package/dist/typescript/components/tsdoc-reflection.mjs +2 -1
  201. package/dist/typescript/components/tsdoc-reflection.mjs.map +1 -0
  202. package/dist/typescript/components/tsdoc.d.cts +164 -0
  203. package/dist/typescript/components/tsdoc.d.cts.map +1 -0
  204. package/dist/typescript/components/tsdoc.d.mts +164 -0
  205. package/dist/typescript/components/tsdoc.d.mts.map +1 -0
  206. package/dist/typescript/components/tsdoc.mjs +2 -1
  207. package/dist/typescript/components/tsdoc.mjs.map +1 -0
  208. package/dist/typescript/components/type-declaration.d.cts +18 -0
  209. package/dist/typescript/components/type-declaration.d.cts.map +1 -0
  210. package/dist/typescript/components/type-declaration.d.mts +18 -0
  211. package/dist/typescript/components/type-declaration.d.mts.map +1 -0
  212. package/dist/typescript/components/type-declaration.mjs +2 -1
  213. package/dist/typescript/components/type-declaration.mjs.map +1 -0
  214. package/dist/typescript/components/type-parameters.d.cts +24 -0
  215. package/dist/typescript/components/type-parameters.d.cts.map +1 -0
  216. package/dist/typescript/components/type-parameters.d.mts +24 -0
  217. package/dist/typescript/components/type-parameters.d.mts.map +1 -0
  218. package/dist/typescript/components/type-parameters.mjs +2 -1
  219. package/dist/typescript/components/type-parameters.mjs.map +1 -0
  220. package/dist/typescript/components/typescript-file.cjs +4 -15
  221. package/dist/typescript/components/typescript-file.d.cts +50 -0
  222. package/dist/typescript/components/typescript-file.d.cts.map +1 -0
  223. package/dist/typescript/components/typescript-file.d.mts +50 -0
  224. package/dist/typescript/components/typescript-file.d.mts.map +1 -0
  225. package/dist/typescript/components/typescript-file.mjs +6 -16
  226. package/dist/typescript/components/typescript-file.mjs.map +1 -0
  227. package/dist/typescript/contexts/index.d.cts +2 -0
  228. package/dist/typescript/contexts/index.d.mts +2 -0
  229. package/dist/typescript/contexts/lexical-scope.d.cts +17 -0
  230. package/dist/typescript/contexts/lexical-scope.d.cts.map +1 -0
  231. package/dist/typescript/contexts/lexical-scope.d.mts +17 -0
  232. package/dist/typescript/contexts/lexical-scope.d.mts.map +1 -0
  233. package/dist/typescript/contexts/lexical-scope.mjs +2 -1
  234. package/dist/typescript/contexts/lexical-scope.mjs.map +1 -0
  235. package/dist/typescript/contexts/member-scope.d.cts +20 -0
  236. package/dist/typescript/contexts/member-scope.d.cts.map +1 -0
  237. package/dist/typescript/contexts/member-scope.d.mts +20 -0
  238. package/dist/typescript/contexts/member-scope.d.mts.map +1 -0
  239. package/dist/typescript/contexts/member-scope.mjs +2 -1
  240. package/dist/typescript/contexts/member-scope.mjs.map +1 -0
  241. package/dist/typescript/helpers/get-call-signature-props.d.cts +14 -0
  242. package/dist/typescript/helpers/get-call-signature-props.d.cts.map +1 -0
  243. package/dist/typescript/helpers/get-call-signature-props.d.mts +14 -0
  244. package/dist/typescript/helpers/get-call-signature-props.d.mts.map +1 -0
  245. package/dist/typescript/helpers/get-call-signature-props.mjs +2 -1
  246. package/dist/typescript/helpers/get-call-signature-props.mjs.map +1 -0
  247. package/dist/typescript/helpers/index.d.cts +3 -0
  248. package/dist/typescript/helpers/index.d.mts +3 -0
  249. package/dist/typescript/helpers/utilities.d.cts +11 -0
  250. package/dist/typescript/helpers/utilities.d.cts.map +1 -0
  251. package/dist/typescript/helpers/utilities.d.mts +11 -0
  252. package/dist/typescript/helpers/utilities.d.mts.map +1 -0
  253. package/dist/typescript/helpers/utilities.mjs +2 -1
  254. package/dist/typescript/helpers/utilities.mjs.map +1 -0
  255. package/dist/typescript/index.d.cts +18 -0
  256. package/dist/typescript/index.d.mts +18 -0
  257. package/dist/yaml/components/index.d.cts +2 -0
  258. package/dist/yaml/components/index.d.mts +2 -0
  259. package/dist/yaml/components/yaml-file.d.cts +34 -0
  260. package/dist/yaml/components/yaml-file.d.cts.map +1 -0
  261. package/dist/yaml/components/yaml-file.d.mts +34 -0
  262. package/dist/yaml/components/yaml-file.d.mts.map +1 -0
  263. package/dist/yaml/components/yaml-file.mjs +2 -1
  264. package/dist/yaml/components/yaml-file.mjs.map +1 -0
  265. package/dist/yaml/index.d.cts +2 -0
  266. package/dist/yaml/index.d.mts +2 -0
  267. package/package.json +5 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yaml-file.d.mts","names":[],"sources":["../../../src/yaml/components/yaml-file.tsx"],"mappings":";;;;;UA4BiB,QAAA;EAAA,CACd,GAAA,uCAA0C,QAAA,GAAW,QAAA;AAAA;AAAA,KAoD5C,aAAA,GAAgB,IAAA,CAAK,iBAAA,gBAC/B,cAAA;EACE,MAAA,GAAS,QAAA;EACT,IAAA,GAAO,QAAA;AAAA;;;;;AAHX;;;;;iBAegB,QAAA,CAAS,KAAA,EAAO,aAAA,GAAa,QAAA;;;;;;;iBAiC7B,cAAA,CAAe,KAAA,EAAO,qBAAA,GAAqB,QAAA;AAAA"}
@@ -143,4 +143,5 @@ function YamlFileHeader(props) {
143
143
  }
144
144
 
145
145
  //#endregion
146
- export { YamlFile, YamlFileHeader };
146
+ export { YamlFile, YamlFileHeader };
147
+ //# sourceMappingURL=yaml-file.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yaml-file.mjs","names":[],"sources":["../../../src/yaml/components/yaml-file.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { Children } from \"@alloy-js/core\";\nimport { code, For, Show, splitProps } from \"@alloy-js/core\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport { isSetObject } from \"@stryke/type-checks\";\nimport { getFileHeaderWarning } from \"powerlines/utils\";\nimport { SingleLineComment } from \"../../core/components/single-line-comment\";\nimport { SourceFile, SourceFileProps } from \"../../core/components/source-file\";\nimport { usePowerlinesSafe } from \"../../core/contexts/context\";\nimport { ComponentProps, SourceFileHeaderProps } from \"../../types/components\";\n\nexport interface YamlData {\n [key: string]: string | number | boolean | YamlData | YamlData[];\n}\n\ninterface YamlFileDataItemProps {\n value: string | number | boolean | YamlData | YamlData[];\n key?: string;\n}\n\nfunction YamlFileDataItem({ key, value }: YamlFileDataItemProps) {\n return (\n <>\n <Show when={Boolean(key)}>{code`${key}:`}</Show>\n <Show\n when={\n typeof value === \"string\" ||\n typeof value === \"number\" ||\n typeof value === \"boolean\"\n }>\n {code` ${String(value)}`}\n </Show>\n <Show when={isSetObject(value) && !Array.isArray(value)}>\n <For each={Object.entries(value as YamlData)}>\n {([nestedKey, nestedValue]) => (\n <YamlFileDataItem key={nestedKey} value={nestedValue} />\n )}\n </For>\n </Show>\n <Show when={Array.isArray(value)}>\n <For each={value as YamlData[]}>\n {item => <YamlFileDataItem value={item} />}\n </For>\n </Show>\n </>\n );\n}\n\ninterface YamlFileDataProps {\n data?: YamlData;\n}\n\nfunction YamlFileData({ data }: YamlFileDataProps) {\n return (\n <>\n <Show when={Boolean(data)}>\n <For each={Object.entries(data ?? {})}>\n {([key, value]) => <YamlFileDataItem key={key} value={value} />}\n </For>\n </Show>\n </>\n );\n}\n\nexport type YamlFileProps = Omit<SourceFileProps, \"filetype\"> &\n ComponentProps & {\n header?: Children;\n data?: YamlData;\n };\n\n/**\n * A base component representing a Powerlines generated YAML source file.\n *\n * @remarks\n * The file content can be provided either through the `data` prop, which accepts a nested object representing the YAML structure, or through the `children` prop, which allows for custom YAML content to be rendered. The `header` prop can be used to provide custom header content for the YAML file, which is rendered above the generated file header warning and generation comment.\n *\n * @param props - The properties for the source file.\n * @returns The rendered source file component.\n */\nexport function YamlFile(props: YamlFileProps) {\n const [{ children, path, data, header }, rest] = splitProps(props, [\n \"children\",\n \"path\",\n \"data\",\n \"header\"\n ]);\n\n return (\n <SourceFile\n {...rest}\n path={path}\n header={<YamlFileHeader>{header}</YamlFileHeader>}\n filetype=\"yaml\">\n <Show when={Boolean(data)}>\n <YamlFileData data={data} />\n </Show>\n <Show when={Boolean(children)}>\n <>\n {children}\n <hbr />\n </>\n </Show>\n </SourceFile>\n );\n}\n\n/**\n * Renders the header for a Powerlines YAML source file.\n *\n * @param props - The properties for the source file header.\n * @returns The rendered source file header.\n */\nexport function YamlFileHeader(props: SourceFileHeaderProps) {\n const { children } = props;\n\n const context = usePowerlinesSafe();\n\n return (\n <>\n <Show when={Boolean(children)}>\n <>\n {children}\n <hbr />\n </>\n </Show>\n <SingleLineComment>{`Generated by ${\n titleCase(context?.config?.framework) || \"Powerlines\"\n }`}</SingleLineComment>\n <hbr />\n <SingleLineComment variant=\"yaml\">\n {getFileHeaderWarning(context!)}\n </SingleLineComment>\n <hbr />\n </>\n );\n}\n"],"mappings":";;;;;;;;;;AAmCA,SAAA,iBAAA,OAEA,SACS;AACP,QAAG;EAAA,gBAAA,MAAA;GACD,IAAG,OAAK;AACN,WAAC,QAAA,IAAA;;GAEH,UAAM,IAAO,GAAA,IAAQ;GACtB,CAAC;EAAE,gBAAkB,MAAI;GACxB,MAAM,OAAO,UAAU,YAAQ,OAAA,UAAA,YAAA,OAAA,UAAA;GAC/B,IAAI,WAAC;AACH,WAAO,IAAI,KAAC,OAAO,MAAQ;;GAE9B,CAAC;EAAE,gBAAY,MAAY;GAC1B,IAAI,OAAK;AACP,WAAO,WAAW,CAAA,CAAA,YAAgB,MAAC,CAAA,EAAA,IAAA,CAAA,MAAA,QAAA,MAAA;;GAErC,IAAI,WAAG;AACL,WAAO,gBAAA,KAAA;KACL,IAAI,OAAA;AACL,aAAU,OAAO,QAAQ,MAAO;;KAE/B,WAAW,CAAC,WAAA,iBAA4B,gBAAI,kBAAA;MAC1C,KAAG;MACL,OAAI;MACN,CAAA;KACH,CAAA;;;;GAGH,IAAA,OAAU;AACJ,WAAG,MAAQ,QAAA,MAAA;;;AAGjB,WAAS,gBAAsB,KAAC;KACxB,MAAC;KACJ,WAAA,SAAA,gBAAA,kBAAA,EACE,OAAU,MACR,CAAA;KACF,CAAC;;GAEL,CAAC;EAAC;;AAKL,SAAO,aAAK,EACV,QACmB;AACnB,QAAO,CAAC,gBAAS,MAAA;EAChB,IAAA,OAAA;;;EAGC,IAAC,WAAc;AAClB,UAAA,gBAAA,KAAA;IACG,IAAA,OAAA;AACG,YAAK,OAAY,QAAG,QAAS,EAAM,CAAC;;IAEvC,WAAc,CAAA,KAAI,WAAc,gBAAgB,kBAAA;KACrC;KACb;KACK,CAAA;IACA,CAAC;;EAEL,CAAC,CAAC;;;;;;;;;;;AAgBL,SAAW,SAAQ,OAAA;CACjB,MAAM,CAAC,EACL,UACA,MACA,MACD,UACH,QAAA,WAAA,OAAA;EAAA;EAAA;EAAA;EAAA;EAAA,CAAA;;EAEE;EACC,IAAA,SAAY;AACd,UAAA,gBAAA,gBAAA,EACG,UAAc,QACd,CAAA;;EAEJ,UAAO;EACL,IAAM,WAAW;;IAEX,IAAA,OAAU;;;IAGb,IAAA,WAAA;AACE,YAAU,gBAAkB,cAAC,EAC3B,MACE,CAAA;;IAEJ,CAAC,EAAE,gBAAA,MAAA;IACF,IAAI,OAAA;AACL,YAAA,QAAkB,SAAE;;IAEnB,IAAG,WAAA;AACD,YAAE,CAAA,UAAA,gBAAA,OAAA,EAAA,CAAA,CAAA;;IAEL,CAAC,CAAC;;EAEN,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ import { YamlData, YamlFile, YamlFileHeader, YamlFileProps, __ΩYamlData, __ΩYamlFileProps } from "./components/yaml-file.cjs";
2
+ export { YamlData, YamlFile, YamlFileHeader, YamlFileProps, __ΩYamlData, __ΩYamlFileProps };
@@ -0,0 +1,2 @@
1
+ import { YamlData, YamlFile, YamlFileHeader, YamlFileProps, __ΩYamlData, __ΩYamlFileProps } from "./components/yaml-file.mjs";
2
+ export { YamlData, YamlFile, YamlFileHeader, YamlFileProps, __ΩYamlData, __ΩYamlFileProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.25.34",
3
+ "version": "0.25.36",
4
4
  "type": "module",
5
5
  "description": "A package containing various Alloy framework components and helper utilities.",
6
6
  "repository": {
@@ -809,7 +809,7 @@
809
809
  "@alloy-js/json": "0.23.0-dev.2",
810
810
  "@alloy-js/markdown": "0.23.0-dev.1",
811
811
  "@alloy-js/typescript": "0.23.0-dev.4",
812
- "@powerlines/deepkit": "^0.6.128",
812
+ "@powerlines/deepkit": "^0.6.129",
813
813
  "@powerlines/plugin-babel": "^0.12.352",
814
814
  "@storm-software/config-tools": "1.189.28",
815
815
  "@stryke/capnp": "^0.12.84",
@@ -823,14 +823,14 @@
823
823
  "@stryke/types": "^0.10.53",
824
824
  "@stryke/unique-id": "^0.3.69",
825
825
  "defu": "^6.1.4",
826
- "powerlines": "^0.41.14",
826
+ "powerlines": "^0.41.15",
827
827
  "prettier": "^3.8.1",
828
828
  "unctx": "^2.5.0"
829
829
  },
830
830
  "devDependencies": {
831
- "@powerlines/plugin-plugin": "^0.12.300",
831
+ "@powerlines/plugin-plugin": "^0.12.301",
832
832
  "@types/node": "^25.5.0"
833
833
  },
834
834
  "publishConfig": { "access": "public" },
835
- "gitHead": "369e884879e82b75feffe7cfd91c78584accb1d2"
835
+ "gitHead": "602f24fd63544e72d37a540ed60204f632954b60"
836
836
  }