@typespec/emitter-framework 0.15.0-dev.2 → 0.15.0-dev.4

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 (259) hide show
  1. package/CHANGELOG.md +1 -16
  2. package/dist/src/core/components/overrides/component-overrides.d.ts.map +1 -1
  3. package/dist/src/core/components/overrides/component-overrides.js.map +1 -1
  4. package/dist/src/python/builtins.d.ts +14 -0
  5. package/dist/src/python/builtins.d.ts.map +1 -0
  6. package/dist/src/python/builtins.js +29 -0
  7. package/dist/src/python/builtins.js.map +1 -0
  8. package/dist/src/python/components/array-expression/array-expression.d.ts +6 -0
  9. package/dist/src/python/components/array-expression/array-expression.d.ts.map +1 -0
  10. package/dist/src/python/components/array-expression/array-expression.js +11 -0
  11. package/dist/src/python/components/array-expression/array-expression.js.map +1 -0
  12. package/dist/src/python/components/array-expression/array-expression.test.d.ts +2 -0
  13. package/dist/src/python/components/array-expression/array-expression.test.d.ts.map +1 -0
  14. package/dist/src/python/components/array-expression/array-expression.test.js +19 -0
  15. package/dist/src/python/components/array-expression/array-expression.test.js.map +1 -0
  16. package/dist/src/python/components/array-expression/index.d.ts +2 -0
  17. package/dist/src/python/components/array-expression/index.d.ts.map +1 -0
  18. package/dist/src/python/components/array-expression/index.js +2 -0
  19. package/dist/src/python/components/array-expression/index.js.map +1 -0
  20. package/dist/src/python/components/atom/atom.d.ts +33 -0
  21. package/dist/src/python/components/atom/atom.d.ts.map +1 -0
  22. package/dist/src/python/components/atom/atom.js +88 -0
  23. package/dist/src/python/components/atom/atom.js.map +1 -0
  24. package/dist/src/python/components/atom/atom.test.d.ts +2 -0
  25. package/dist/src/python/components/atom/atom.test.d.ts.map +1 -0
  26. package/dist/src/python/components/atom/atom.test.js +224 -0
  27. package/dist/src/python/components/atom/atom.test.js.map +1 -0
  28. package/dist/src/python/components/atom/index.d.ts +2 -0
  29. package/dist/src/python/components/atom/index.d.ts.map +1 -0
  30. package/dist/src/python/components/atom/index.js +2 -0
  31. package/dist/src/python/components/atom/index.js.map +1 -0
  32. package/dist/src/python/components/class-declaration/class-bases.d.ts +45 -0
  33. package/dist/src/python/components/class-declaration/class-bases.d.ts.map +1 -0
  34. package/dist/src/python/components/class-declaration/class-bases.js +84 -0
  35. package/dist/src/python/components/class-declaration/class-bases.js.map +1 -0
  36. package/dist/src/python/components/class-declaration/class-body.d.ts +16 -0
  37. package/dist/src/python/components/class-declaration/class-body.d.ts.map +1 -0
  38. package/dist/src/python/components/class-declaration/class-body.js +52 -0
  39. package/dist/src/python/components/class-declaration/class-body.js.map +1 -0
  40. package/dist/src/python/components/class-declaration/class-declaration.d.ts +23 -0
  41. package/dist/src/python/components/class-declaration/class-declaration.d.ts.map +1 -0
  42. package/dist/src/python/components/class-declaration/class-declaration.js +118 -0
  43. package/dist/src/python/components/class-declaration/class-declaration.js.map +1 -0
  44. package/dist/src/python/components/class-declaration/class-declaration.test.d.ts +2 -0
  45. package/dist/src/python/components/class-declaration/class-declaration.test.d.ts.map +1 -0
  46. package/dist/src/python/components/class-declaration/class-declaration.test.js +1527 -0
  47. package/dist/src/python/components/class-declaration/class-declaration.test.js.map +1 -0
  48. package/dist/src/python/components/class-declaration/class-member.d.ts +16 -0
  49. package/dist/src/python/components/class-declaration/class-member.d.ts.map +1 -0
  50. package/dist/src/python/components/class-declaration/class-member.js +71 -0
  51. package/dist/src/python/components/class-declaration/class-member.js.map +1 -0
  52. package/dist/src/python/components/class-declaration/class-member.test.d.ts +2 -0
  53. package/dist/src/python/components/class-declaration/class-member.test.d.ts.map +1 -0
  54. package/dist/src/python/components/class-declaration/class-member.test.js +202 -0
  55. package/dist/src/python/components/class-declaration/class-member.test.js.map +1 -0
  56. package/dist/src/python/components/class-declaration/class-method.d.ts +22 -0
  57. package/dist/src/python/components/class-declaration/class-method.d.ts.map +1 -0
  58. package/dist/src/python/components/class-declaration/class-method.js +76 -0
  59. package/dist/src/python/components/class-declaration/class-method.js.map +1 -0
  60. package/dist/src/python/components/class-declaration/class-method.test.d.ts +2 -0
  61. package/dist/src/python/components/class-declaration/class-method.test.d.ts.map +1 -0
  62. package/dist/src/python/components/class-declaration/class-method.test.js +298 -0
  63. package/dist/src/python/components/class-declaration/class-method.test.js.map +1 -0
  64. package/dist/src/python/components/class-declaration/index.d.ts +7 -0
  65. package/dist/src/python/components/class-declaration/index.d.ts.map +1 -0
  66. package/dist/src/python/components/class-declaration/index.js +7 -0
  67. package/dist/src/python/components/class-declaration/index.js.map +1 -0
  68. package/dist/src/python/components/class-declaration/primitive-initializer.d.ts +22 -0
  69. package/dist/src/python/components/class-declaration/primitive-initializer.d.ts.map +1 -0
  70. package/dist/src/python/components/class-declaration/primitive-initializer.js +67 -0
  71. package/dist/src/python/components/class-declaration/primitive-initializer.js.map +1 -0
  72. package/dist/src/python/components/doc-element/doc-element.d.ts +46 -0
  73. package/dist/src/python/components/doc-element/doc-element.d.ts.map +1 -0
  74. package/dist/src/python/components/doc-element/doc-element.js +59 -0
  75. package/dist/src/python/components/doc-element/doc-element.js.map +1 -0
  76. package/dist/src/python/components/doc-element/index.d.ts +2 -0
  77. package/dist/src/python/components/doc-element/index.d.ts.map +1 -0
  78. package/dist/src/python/components/doc-element/index.js +2 -0
  79. package/dist/src/python/components/doc-element/index.js.map +1 -0
  80. package/dist/src/python/components/enum-declaration/enum-declaration.d.ts +8 -0
  81. package/dist/src/python/components/enum-declaration/enum-declaration.d.ts.map +1 -0
  82. package/dist/src/python/components/enum-declaration/enum-declaration.js +80 -0
  83. package/dist/src/python/components/enum-declaration/enum-declaration.js.map +1 -0
  84. package/dist/src/python/components/enum-declaration/enum-declaration.test.d.ts +2 -0
  85. package/dist/src/python/components/enum-declaration/enum-declaration.test.d.ts.map +1 -0
  86. package/dist/src/python/components/enum-declaration/enum-declaration.test.js +344 -0
  87. package/dist/src/python/components/enum-declaration/enum-declaration.test.js.map +1 -0
  88. package/dist/src/python/components/enum-declaration/enum-member.d.ts +9 -0
  89. package/dist/src/python/components/enum-declaration/enum-member.d.ts.map +1 -0
  90. package/dist/src/python/components/enum-declaration/enum-member.js +22 -0
  91. package/dist/src/python/components/enum-declaration/enum-member.js.map +1 -0
  92. package/dist/src/python/components/enum-declaration/index.d.ts +3 -0
  93. package/dist/src/python/components/enum-declaration/index.d.ts.map +1 -0
  94. package/dist/src/python/components/enum-declaration/index.js +3 -0
  95. package/dist/src/python/components/enum-declaration/index.js.map +1 -0
  96. package/dist/src/python/components/function-declaration/function-declaration.d.ts +24 -0
  97. package/dist/src/python/components/function-declaration/function-declaration.d.ts.map +1 -0
  98. package/dist/src/python/components/function-declaration/function-declaration.js +68 -0
  99. package/dist/src/python/components/function-declaration/function-declaration.js.map +1 -0
  100. package/dist/src/python/components/function-declaration/function-declaration.test.d.ts +2 -0
  101. package/dist/src/python/components/function-declaration/function-declaration.test.d.ts.map +1 -0
  102. package/dist/src/python/components/function-declaration/function-declaration.test.js +682 -0
  103. package/dist/src/python/components/function-declaration/function-declaration.test.js.map +1 -0
  104. package/dist/src/python/components/function-declaration/index.d.ts +2 -0
  105. package/dist/src/python/components/function-declaration/index.d.ts.map +1 -0
  106. package/dist/src/python/components/function-declaration/index.js +2 -0
  107. package/dist/src/python/components/function-declaration/index.js.map +1 -0
  108. package/dist/src/python/components/index.d.ts +12 -0
  109. package/dist/src/python/components/index.d.ts.map +1 -0
  110. package/dist/src/python/components/index.js +12 -0
  111. package/dist/src/python/components/index.js.map +1 -0
  112. package/dist/src/python/components/protocol-declaration/callable-parameters.d.ts +25 -0
  113. package/dist/src/python/components/protocol-declaration/callable-parameters.d.ts.map +1 -0
  114. package/dist/src/python/components/protocol-declaration/callable-parameters.js +33 -0
  115. package/dist/src/python/components/protocol-declaration/callable-parameters.js.map +1 -0
  116. package/dist/src/python/components/protocol-declaration/index.d.ts +3 -0
  117. package/dist/src/python/components/protocol-declaration/index.d.ts.map +1 -0
  118. package/dist/src/python/components/protocol-declaration/index.js +3 -0
  119. package/dist/src/python/components/protocol-declaration/index.js.map +1 -0
  120. package/dist/src/python/components/protocol-declaration/protocol-declaration.d.ts +8 -0
  121. package/dist/src/python/components/protocol-declaration/protocol-declaration.d.ts.map +1 -0
  122. package/dist/src/python/components/protocol-declaration/protocol-declaration.js +86 -0
  123. package/dist/src/python/components/protocol-declaration/protocol-declaration.js.map +1 -0
  124. package/dist/src/python/components/protocol-declaration/protocol-declaration.test.d.ts +2 -0
  125. package/dist/src/python/components/protocol-declaration/protocol-declaration.test.d.ts.map +1 -0
  126. package/dist/src/python/components/protocol-declaration/protocol-declaration.test.js +117 -0
  127. package/dist/src/python/components/protocol-declaration/protocol-declaration.test.js.map +1 -0
  128. package/dist/src/python/components/record-expression/index.d.ts +2 -0
  129. package/dist/src/python/components/record-expression/index.d.ts.map +1 -0
  130. package/dist/src/python/components/record-expression/index.js +2 -0
  131. package/dist/src/python/components/record-expression/index.js.map +1 -0
  132. package/dist/src/python/components/record-expression/record-expression.d.ts +6 -0
  133. package/dist/src/python/components/record-expression/record-expression.d.ts.map +1 -0
  134. package/dist/src/python/components/record-expression/record-expression.js +13 -0
  135. package/dist/src/python/components/record-expression/record-expression.js.map +1 -0
  136. package/dist/src/python/components/record-expression/record-expression.test.d.ts +2 -0
  137. package/dist/src/python/components/record-expression/record-expression.test.d.ts.map +1 -0
  138. package/dist/src/python/components/record-expression/record-expression.test.js +19 -0
  139. package/dist/src/python/components/record-expression/record-expression.test.js.map +1 -0
  140. package/dist/src/python/components/type-alias-declaration/index.d.ts +2 -0
  141. package/dist/src/python/components/type-alias-declaration/index.d.ts.map +1 -0
  142. package/dist/src/python/components/type-alias-declaration/index.js +2 -0
  143. package/dist/src/python/components/type-alias-declaration/index.js.map +1 -0
  144. package/dist/src/python/components/type-alias-declaration/type-alias-declaration.d.ts +16 -0
  145. package/dist/src/python/components/type-alias-declaration/type-alias-declaration.d.ts.map +1 -0
  146. package/dist/src/python/components/type-alias-declaration/type-alias-declaration.js +75 -0
  147. package/dist/src/python/components/type-alias-declaration/type-alias-declaration.js.map +1 -0
  148. package/dist/src/python/components/type-alias-declaration/type-alias-declaration.test.d.ts +2 -0
  149. package/dist/src/python/components/type-alias-declaration/type-alias-declaration.test.d.ts.map +1 -0
  150. package/dist/src/python/components/type-alias-declaration/type-alias-declaration.test.js +140 -0
  151. package/dist/src/python/components/type-alias-declaration/type-alias-declaration.test.js.map +1 -0
  152. package/dist/src/python/components/type-declaration/index.d.ts +2 -0
  153. package/dist/src/python/components/type-declaration/index.d.ts.map +1 -0
  154. package/dist/src/python/components/type-declaration/index.js +2 -0
  155. package/dist/src/python/components/type-declaration/index.js.map +1 -0
  156. package/dist/src/python/components/type-declaration/type-declaration.d.ts +11 -0
  157. package/dist/src/python/components/type-declaration/type-declaration.d.ts.map +1 -0
  158. package/dist/src/python/components/type-declaration/type-declaration.js +31 -0
  159. package/dist/src/python/components/type-declaration/type-declaration.js.map +1 -0
  160. package/dist/src/python/components/type-declaration/type-declaration.test.d.ts +2 -0
  161. package/dist/src/python/components/type-declaration/type-declaration.test.d.ts.map +1 -0
  162. package/dist/src/python/components/type-declaration/type-declaration.test.js +69 -0
  163. package/dist/src/python/components/type-declaration/type-declaration.test.js.map +1 -0
  164. package/dist/src/python/components/type-expression/index.d.ts +2 -0
  165. package/dist/src/python/components/type-expression/index.d.ts.map +1 -0
  166. package/dist/src/python/components/type-expression/index.js +2 -0
  167. package/dist/src/python/components/type-expression/index.js.map +1 -0
  168. package/dist/src/python/components/type-expression/type-expression.d.ts +12 -0
  169. package/dist/src/python/components/type-expression/type-expression.d.ts.map +1 -0
  170. package/dist/src/python/components/type-expression/type-expression.js +348 -0
  171. package/dist/src/python/components/type-expression/type-expression.js.map +1 -0
  172. package/dist/src/python/components/type-expression/type-expression.test.d.ts +2 -0
  173. package/dist/src/python/components/type-expression/type-expression.test.d.ts.map +1 -0
  174. package/dist/src/python/components/type-expression/type-expression.test.js +503 -0
  175. package/dist/src/python/components/type-expression/type-expression.test.js.map +1 -0
  176. package/dist/src/python/index.d.ts +4 -0
  177. package/dist/src/python/index.d.ts.map +1 -0
  178. package/dist/src/python/index.js +4 -0
  179. package/dist/src/python/index.js.map +1 -0
  180. package/dist/src/python/lib.d.ts +68 -0
  181. package/dist/src/python/lib.d.ts.map +1 -0
  182. package/dist/src/python/lib.js +38 -0
  183. package/dist/src/python/lib.js.map +1 -0
  184. package/dist/src/python/test-utils.d.ts +8 -0
  185. package/dist/src/python/test-utils.d.ts.map +1 -0
  186. package/dist/src/python/test-utils.js +25 -0
  187. package/dist/src/python/test-utils.js.map +1 -0
  188. package/dist/src/python/utils/index.d.ts +4 -0
  189. package/dist/src/python/utils/index.d.ts.map +1 -0
  190. package/dist/src/python/utils/index.js +4 -0
  191. package/dist/src/python/utils/index.js.map +1 -0
  192. package/dist/src/python/utils/operation.d.ts +27 -0
  193. package/dist/src/python/utils/operation.d.ts.map +1 -0
  194. package/dist/src/python/utils/operation.js +139 -0
  195. package/dist/src/python/utils/operation.js.map +1 -0
  196. package/dist/src/python/utils/refkey.d.ts +23 -0
  197. package/dist/src/python/utils/refkey.d.ts.map +1 -0
  198. package/dist/src/python/utils/refkey.js +36 -0
  199. package/dist/src/python/utils/refkey.js.map +1 -0
  200. package/dist/src/python/utils/type.d.ts +19 -0
  201. package/dist/src/python/utils/type.d.ts.map +1 -0
  202. package/dist/src/python/utils/type.js +24 -0
  203. package/dist/src/python/utils/type.js.map +1 -0
  204. package/dist/src/typescript/components/function-declaration.d.ts.map +1 -1
  205. package/dist/src/typescript/components/function-declaration.js.map +1 -1
  206. package/package.json +12 -4
  207. package/package.json.bak +13 -4
  208. package/src/core/components/overrides/component-overrides.tsx +9 -6
  209. package/src/python/builtins.ts +43 -0
  210. package/src/python/components/array-expression/array-expression.test.tsx +14 -0
  211. package/src/python/components/array-expression/array-expression.tsx +11 -0
  212. package/src/python/components/array-expression/index.ts +1 -0
  213. package/src/python/components/atom/atom.test.tsx +244 -0
  214. package/src/python/components/atom/atom.tsx +95 -0
  215. package/src/python/components/atom/index.ts +1 -0
  216. package/src/python/components/class-declaration/class-bases.tsx +92 -0
  217. package/src/python/components/class-declaration/class-body.tsx +56 -0
  218. package/src/python/components/class-declaration/class-declaration.test.tsx +1414 -0
  219. package/src/python/components/class-declaration/class-declaration.tsx +116 -0
  220. package/src/python/components/class-declaration/class-member.test.tsx +194 -0
  221. package/src/python/components/class-declaration/class-member.tsx +67 -0
  222. package/src/python/components/class-declaration/class-method.test.tsx +250 -0
  223. package/src/python/components/class-declaration/class-method.tsx +97 -0
  224. package/src/python/components/class-declaration/index.ts +6 -0
  225. package/src/python/components/class-declaration/primitive-initializer.tsx +62 -0
  226. package/src/python/components/doc-element/doc-element.tsx +83 -0
  227. package/src/python/components/doc-element/index.ts +1 -0
  228. package/src/python/components/enum-declaration/enum-declaration.test.tsx +319 -0
  229. package/src/python/components/enum-declaration/enum-declaration.tsx +77 -0
  230. package/src/python/components/enum-declaration/enum-member.tsx +21 -0
  231. package/src/python/components/enum-declaration/index.ts +2 -0
  232. package/src/python/components/function-declaration/function-declaration.test.tsx +582 -0
  233. package/src/python/components/function-declaration/function-declaration.tsx +90 -0
  234. package/src/python/components/function-declaration/index.ts +1 -0
  235. package/src/python/components/index.ts +11 -0
  236. package/src/python/components/protocol-declaration/callable-parameters.tsx +44 -0
  237. package/src/python/components/protocol-declaration/index.ts +2 -0
  238. package/src/python/components/protocol-declaration/protocol-declaration.test.tsx +106 -0
  239. package/src/python/components/protocol-declaration/protocol-declaration.tsx +73 -0
  240. package/src/python/components/record-expression/index.ts +1 -0
  241. package/src/python/components/record-expression/record-expression.test.tsx +14 -0
  242. package/src/python/components/record-expression/record-expression.tsx +13 -0
  243. package/src/python/components/type-alias-declaration/index.ts +1 -0
  244. package/src/python/components/type-alias-declaration/type-alias-declaration.test.tsx +117 -0
  245. package/src/python/components/type-alias-declaration/type-alias-declaration.tsx +67 -0
  246. package/src/python/components/type-declaration/index.ts +1 -0
  247. package/src/python/components/type-declaration/type-declaration.test.tsx +58 -0
  248. package/src/python/components/type-declaration/type-declaration.tsx +26 -0
  249. package/src/python/components/type-expression/index.ts +1 -0
  250. package/src/python/components/type-expression/type-expression.test.tsx +463 -0
  251. package/src/python/components/type-expression/type-expression.tsx +333 -0
  252. package/src/python/index.ts +3 -0
  253. package/src/python/lib.ts +40 -0
  254. package/src/python/test-utils.tsx +31 -0
  255. package/src/python/utils/index.ts +3 -0
  256. package/src/python/utils/operation.ts +161 -0
  257. package/src/python/utils/refkey.ts +36 -0
  258. package/src/python/utils/type.ts +31 -0
  259. package/src/typescript/components/function-declaration.tsx +4 -2
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useTsp","For","Prose","py","reportDiagnostic","declarationRefkeys","efRefkey","EnumMember","determineEnumType","members","allInteger","every","member","value","Number","isInteger","allString","EnumDeclaration","props","$","type","union","is","isValidEnum","Error","enum","createFromUnion","name","program","code","target","refkeys","refkey","usePythonNamePolicy","getName","Array","from","entries","doc","getDoc","docElement","_$createComponent","ClassDoc","description","children","undefined","enumType","ClassEnumDeclaration","baseType","each","hardline","key","memberDoc","_$memo","variants","get"],"sources":["../../../../../src/python/components/enum-declaration/enum-declaration.tsx"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=enum-declaration.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enum-declaration.test.d.ts","sourceRoot":"","sources":["../../../../../src/python/components/enum-declaration/enum-declaration.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,344 @@
1
+ import { createComponent as _$createComponent, memo as _$memo } from "@alloy-js/core/jsx-runtime";
2
+ import { efRefkey } from "#python/utils/refkey.js";
3
+ import { Tester } from "#test/test-host.js";
4
+ import { d } from "@alloy-js/core/testing";
5
+ import * as py from "@alloy-js/python";
6
+ import { t } from "@typespec/compiler/testing";
7
+ import { describe, expect, it } from "vitest";
8
+ import { getOutput } from "../../test-utils.js";
9
+ import { EnumDeclaration } from "./enum-declaration.js";
10
+ describe("Python Enum Declaration", () => {
11
+ it("takes an enum type parameter", async () => {
12
+ const {
13
+ program,
14
+ Foo
15
+ } = await Tester.compile(t.code`
16
+ enum ${t.enum("Foo")} {
17
+ one: 1,
18
+ two: 2,
19
+ three: 3
20
+ }
21
+ `);
22
+ expect(getOutput(program, [_$createComponent(EnumDeclaration, {
23
+ type: Foo
24
+ })])).toRenderTo(d`
25
+ from enum import IntEnum
26
+
27
+
28
+ class Foo(IntEnum):
29
+ ONE = 1
30
+ TWO = 2
31
+ THREE = 3
32
+
33
+
34
+ `);
35
+ });
36
+ it("adds Python doc from TypeSpec", async () => {
37
+ const {
38
+ program,
39
+ Foo
40
+ } = await Tester.compile(t.code`
41
+ /**
42
+ * This is a test enum
43
+ */
44
+ enum ${t.enum("Foo")} {
45
+ @doc("This is one")
46
+ one: 1,
47
+ two: 2,
48
+ three: 3
49
+ }
50
+ `);
51
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
52
+ type: Foo
53
+ })]);
54
+ expect(output).toRenderTo(d`
55
+ from enum import IntEnum
56
+
57
+
58
+ class Foo(IntEnum):
59
+ """
60
+ This is a test enum
61
+ """
62
+
63
+ ONE = 1
64
+ """
65
+ This is one
66
+ """
67
+ TWO = 2
68
+ THREE = 3
69
+
70
+
71
+ `);
72
+ });
73
+ it("explicit doc take precedence", async () => {
74
+ const {
75
+ program,
76
+ Foo
77
+ } = await Tester.compile(t.code`
78
+ /**
79
+ * This is a test enum
80
+ */
81
+ enum ${t.enum("Foo")} {
82
+ @doc("This is one")
83
+ one: 1,
84
+ two: 2,
85
+ three: 3
86
+ }
87
+ `);
88
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
89
+ type: Foo,
90
+ doc: ["This is an explicit doc"]
91
+ })]);
92
+ expect(output).toRenderTo(d`
93
+ from enum import IntEnum
94
+
95
+
96
+ class Foo(IntEnum):
97
+ """
98
+ This is an explicit doc
99
+ """
100
+
101
+ ONE = 1
102
+ """
103
+ This is one
104
+ """
105
+ TWO = 2
106
+ THREE = 3
107
+
108
+
109
+ `);
110
+ });
111
+ it("takes a union type parameter", async () => {
112
+ const {
113
+ program,
114
+ Foo
115
+ } = await Tester.compile(t.code`
116
+ union ${t.union("Foo")} {
117
+ one: 1,
118
+ two: 2,
119
+ three: 3
120
+ }
121
+ `);
122
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
123
+ type: Foo
124
+ })]);
125
+ expect(output).toRenderTo(d`
126
+ from enum import IntEnum
127
+
128
+
129
+ class Foo(IntEnum):
130
+ ONE = 1
131
+ TWO = 2
132
+ THREE = 3
133
+
134
+
135
+ `);
136
+ });
137
+ it("can be referenced", async () => {
138
+ const {
139
+ program,
140
+ Foo
141
+ } = await Tester.compile(t.code`
142
+ enum ${t.enum("Foo")} {
143
+ one: 1,
144
+ two: 2,
145
+ three: 3
146
+ }
147
+ `);
148
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
149
+ type: Foo
150
+ }), _$createComponent(py.StatementList, {
151
+ get children() {
152
+ return [_$memo(() => efRefkey(Foo)), _$memo(() => efRefkey(Foo.members.get("one")))];
153
+ }
154
+ })]);
155
+ expect(output).toRenderTo(d`
156
+ from enum import IntEnum
157
+
158
+
159
+ class Foo(IntEnum):
160
+ ONE = 1
161
+ TWO = 2
162
+ THREE = 3
163
+
164
+
165
+ Foo
166
+ Foo.ONE
167
+ `);
168
+ });
169
+ it("can be referenced using union", async () => {
170
+ const {
171
+ program,
172
+ Foo
173
+ } = await Tester.compile(t.code`
174
+ union ${t.union("Foo")} {
175
+ one: 1,
176
+ two: 2,
177
+ three: 3
178
+ }
179
+ `);
180
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
181
+ type: Foo
182
+ }), _$createComponent(py.StatementList, {
183
+ get children() {
184
+ return [_$memo(() => efRefkey(Foo)), _$memo(() => efRefkey(Foo.variants.get("one")))];
185
+ }
186
+ })]);
187
+ expect(output).toRenderTo(d`
188
+ from enum import IntEnum
189
+
190
+
191
+ class Foo(IntEnum):
192
+ ONE = 1
193
+ TWO = 2
194
+ THREE = 3
195
+
196
+
197
+ Foo
198
+ Foo.ONE
199
+ `);
200
+ });
201
+ describe("Enum Type Detection", () => {
202
+ it("generates IntEnum if all values are integer values", async () => {
203
+ const {
204
+ program,
205
+ StatusCode
206
+ } = await Tester.compile(t.code`
207
+ enum ${t.enum("StatusCode")} {
208
+ success: 200,
209
+ notFound: 404,
210
+ serverError: 500
211
+ }
212
+ `);
213
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
214
+ type: StatusCode
215
+ })]);
216
+ expect(output).toRenderTo(d`
217
+ from enum import IntEnum
218
+
219
+
220
+ class StatusCode(IntEnum):
221
+ SUCCESS = 200
222
+ NOT_FOUND = 404
223
+ SERVER_ERROR = 500
224
+
225
+
226
+ `);
227
+ });
228
+ it("generates StrEnum if all values are string values", async () => {
229
+ const {
230
+ program,
231
+ Color
232
+ } = await Tester.compile(t.code`
233
+ enum ${t.enum("Color")} {
234
+ red: "red",
235
+ green: "green",
236
+ blue: "blue"
237
+ }
238
+ `);
239
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
240
+ type: Color
241
+ })]);
242
+ expect(output).toRenderTo(d`
243
+ from enum import StrEnum
244
+
245
+
246
+ class Color(StrEnum):
247
+ RED = "red"
248
+ GREEN = "green"
249
+ BLUE = "blue"
250
+
251
+
252
+ `);
253
+ });
254
+ it("generates StrEnum if all values are string values with custom values", async () => {
255
+ const {
256
+ program,
257
+ Color
258
+ } = await Tester.compile(t.code`
259
+ enum ${t.enum("Color")} {
260
+ red: "This is red",
261
+ green: "This is green",
262
+ blue: "This is blue"
263
+ }
264
+ `);
265
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
266
+ type: Color
267
+ }), _$createComponent(py.StatementList, {
268
+ get children() {
269
+ return [_$memo(() => efRefkey(Color.members.get("red"))), _$memo(() => efRefkey(Color.members.get("green"))), _$memo(() => efRefkey(Color.members.get("blue")))];
270
+ }
271
+ })]);
272
+ expect(output).toRenderTo(d`
273
+ from enum import StrEnum
274
+
275
+
276
+ class Color(StrEnum):
277
+ RED = "This is red"
278
+ GREEN = "This is green"
279
+ BLUE = "This is blue"
280
+
281
+
282
+ Color.RED
283
+ Color.GREEN
284
+ Color.BLUE
285
+
286
+ `);
287
+ });
288
+ it("generates Enum for mixed value types", async () => {
289
+ const {
290
+ program,
291
+ Mixed
292
+ } = await Tester.compile(t.code`
293
+ enum ${t.enum("Mixed")} {
294
+ stringValue: "hello",
295
+ numericValue: 42,
296
+ autoValue
297
+ }
298
+ `);
299
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
300
+ type: Mixed
301
+ })]);
302
+ expect(output).toRenderTo(d`
303
+ from enum import auto
304
+ from enum import Enum
305
+
306
+
307
+ class Mixed(Enum):
308
+ STRING_VALUE = "hello"
309
+ NUMERIC_VALUE = 42
310
+ AUTO_VALUE = auto()
311
+
312
+
313
+ `);
314
+ });
315
+ it("handles correctly enums without values", async () => {
316
+ const {
317
+ program,
318
+ EnumWithoutValues
319
+ } = await Tester.compile(t.code`
320
+ enum ${t.enum("EnumWithoutValues")} {
321
+ someValue,
322
+ anotherValue,
323
+ yetAnotherValue
324
+ }
325
+ `);
326
+ const output = getOutput(program, [_$createComponent(EnumDeclaration, {
327
+ type: EnumWithoutValues
328
+ })]);
329
+ expect(output).toRenderTo(d`
330
+ from enum import auto
331
+ from enum import Enum
332
+
333
+
334
+ class EnumWithoutValues(Enum):
335
+ SOME_VALUE = auto()
336
+ ANOTHER_VALUE = auto()
337
+ YET_ANOTHER_VALUE = auto()
338
+
339
+
340
+ `);
341
+ });
342
+ });
343
+ });
344
+ //# sourceMappingURL=enum-declaration.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["efRefkey","Tester","d","py","t","describe","expect","it","getOutput","EnumDeclaration","program","Foo","compile","code","enum","_$createComponent","type","toRenderTo","output","doc","union","StatementList","children","_$memo","members","get","variants","StatusCode","Color","Mixed","EnumWithoutValues"],"sources":["../../../../../src/python/components/enum-declaration/enum-declaration.test.tsx"],"sourcesContent":[null],"mappings":";AAAA,SAASA,QAAQ,QAAQ,yBAAyB;AAClD,SAASC,MAAM,QAAQ,oBAAoB;AAC3C,SAASC,CAAC,QAAQ,wBAAwB;AAC1C,OAAO,KAAKC,EAAE,MAAM,kBAAkB;AACtC,SAASC,CAAC,QAAQ,4BAA4B;AAC9C,SAASC,QAAQ,EAAEC,MAAM,EAAEC,EAAE,QAAQ,QAAQ;AAC7C,SAASC,SAAS,QAAQ,qBAAqB;AAC/C,SAASC,eAAe,QAAQ,uBAAuB;AAEvDJ,QAAQ,CAAC,yBAAyB,EAAE,MAAM;EACxCE,EAAE,CAAC,8BAA8B,EAAE,YAAY;IAC7C,MAAM;MAAEG,OAAO;MAAEC;IAAI,CAAC,GAAG,MAAMV,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AACxD,aAAaT,CAAC,CAACU,IAAI,CAAC,KAAK,CAAC;AAC1B;AACA;AACA;AACA;AACA,KAAK,CAAC;IAEFR,MAAM,CAACE,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAAEN,eAAe;MAACO,IAAI,EAAEL;IAAG,GAAK,CAAC,CAAC,CAACM,UAAU,CAACf,CAAC;AAC7E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,CAAC;EACJ,CAAC,CAAC;EAEFK,EAAE,CAAC,+BAA+B,EAAE,YAAY;IAC9C,MAAM;MAAEG,OAAO;MAAEC;IAAI,CAAC,GAAG,MAAMV,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AACxD;AACA;AACA;AACA,aAAaT,CAAC,CAACU,IAAI,CAAC,KAAK,CAAC;AAC1B;AACA;AACA;AACA;AACA;AACA,KAAK,CAAC;IACF,MAAMI,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAAEN,eAAe;MAACO,IAAI,EAAEL;IAAG,GAAK,CAAC;IAEnEL,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,CAAC;EACJ,CAAC,CAAC;EAEFK,EAAE,CAAC,8BAA8B,EAAE,YAAY;IAC7C,MAAM;MAAEG,OAAO;MAAEC;IAAI,CAAC,GAAG,MAAMV,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AACxD;AACA;AACA;AACA,aAAaT,CAAC,CAACU,IAAI,CAAC,KAAK,CAAC;AAC1B;AACA;AACA;AACA;AACA;AACA,KAAK,CAAC;IACF,MAAMI,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAC/BN,eAAe;MAACO,IAAI,EAAEL,GAAG;MAAEQ,GAAG,EAAE,CAAC,yBAAyB;IAAC,GAC7D,CAAC;IAEFb,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,CAAC;EACJ,CAAC,CAAC;EAEFK,EAAE,CAAC,8BAA8B,EAAE,YAAY;IAC7C,MAAM;MAAEG,OAAO;MAAEC;IAAI,CAAC,GAAG,MAAMV,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AACxD,cAAcT,CAAC,CAACgB,KAAK,CAAC,KAAK,CAAC;AAC5B;AACA;AACA;AACA;AACA,KAAK,CAAC;IACF,MAAMF,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAAEN,eAAe;MAACO,IAAI,EAAEL;IAAG,GAAK,CAAC;IAEnEL,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,CAAC;EACJ,CAAC,CAAC;EAEFK,EAAE,CAAC,mBAAmB,EAAE,YAAY;IAClC,MAAM;MAAEG,OAAO;MAAEC;IAAI,CAAC,GAAG,MAAMV,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AACxD,aAAaT,CAAC,CAACU,IAAI,CAAC,KAAK,CAAC;AAC1B;AACA;AACA;AACA;AACA,KAAK,CAAC;IAEF,MAAMI,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAC/BN,eAAe;MAACO,IAAI,EAAEL;IAAG,IAAAI,iBAAA,CACzBZ,EAAE,CAACkB,aAAa;MAAA,IAAAC,SAAA;QAAA,QAAAC,MAAA,OACdvB,QAAQ,CAACW,GAAG,CAAC,GAAAY,MAAA,OACbvB,QAAQ,CAACW,GAAG,CAACa,OAAO,CAACC,GAAG,CAAC,KAAK,CAAC,CAAC;MAAA;IAAA,GAEpC,CAAC;IAEFnB,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,CAAC;EACJ,CAAC,CAAC;EAEFK,EAAE,CAAC,+BAA+B,EAAE,YAAY;IAC9C,MAAM;MAAEG,OAAO;MAAEC;IAAI,CAAC,GAAG,MAAMV,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AACxD,cAAcT,CAAC,CAACgB,KAAK,CAAC,KAAK,CAAC;AAC5B;AACA;AACA;AACA;AACA,KAAK,CAAC;IAEF,MAAMF,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAC/BN,eAAe;MAACO,IAAI,EAAEL;IAAG,IAAAI,iBAAA,CACzBZ,EAAE,CAACkB,aAAa;MAAA,IAAAC,SAAA;QAAA,QAAAC,MAAA,OACdvB,QAAQ,CAACW,GAAG,CAAC,GAAAY,MAAA,OACbvB,QAAQ,CAACW,GAAG,CAACe,QAAQ,CAACD,GAAG,CAAC,KAAK,CAAC,CAAC;MAAA;IAAA,GAErC,CAAC;IAEFnB,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,CAAC;EACJ,CAAC,CAAC;EAEFG,QAAQ,CAAC,qBAAqB,EAAE,MAAM;IACpCE,EAAE,CAAC,oDAAoD,EAAE,YAAY;MACnE,MAAM;QAAEG,OAAO;QAAEiB;MAAW,CAAC,GAAG,MAAM1B,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AACjE,eAAeT,CAAC,CAACU,IAAI,CAAC,YAAY,CAAC;AACnC;AACA;AACA;AACA;AACA,OAAO,CAAC;MACF,MAAMI,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAAEN,eAAe;QAACO,IAAI,EAAEW;MAAU,GAAK,CAAC;MAE1ErB,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,CAAC;IACJ,CAAC,CAAC;IAEFK,EAAE,CAAC,mDAAmD,EAAE,YAAY;MAClE,MAAM;QAAEG,OAAO;QAAEkB;MAAM,CAAC,GAAG,MAAM3B,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AAC5D,eAAeT,CAAC,CAACU,IAAI,CAAC,OAAO,CAAC;AAC9B;AACA;AACA;AACA;AACA,OAAO,CAAC;MACF,MAAMI,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAAEN,eAAe;QAACO,IAAI,EAAEY;MAAK,GAAK,CAAC;MAErEtB,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,CAAC;IACJ,CAAC,CAAC;IAEFK,EAAE,CAAC,sEAAsE,EAAE,YAAY;MACrF,MAAM;QAAEG,OAAO;QAAEkB;MAAM,CAAC,GAAG,MAAM3B,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AAC5D,eAAeT,CAAC,CAACU,IAAI,CAAC,OAAO,CAAC;AAC9B;AACA;AACA;AACA;AACA,OAAO,CAAC;MACF,MAAMI,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAC/BN,eAAe;QAACO,IAAI,EAAEY;MAAK,IAAAb,iBAAA,CAC3BZ,EAAE,CAACkB,aAAa;QAAA,IAAAC,SAAA;UAAA,QAAAC,MAAA,OACdvB,QAAQ,CAAC4B,KAAK,CAACJ,OAAO,CAACC,GAAG,CAAC,KAAK,CAAC,CAAC,GAAAF,MAAA,OAClCvB,QAAQ,CAAC4B,KAAK,CAACJ,OAAO,CAACC,GAAG,CAAC,OAAO,CAAC,CAAC,GAAAF,MAAA,OACpCvB,QAAQ,CAAC4B,KAAK,CAACJ,OAAO,CAACC,GAAG,CAAC,MAAM,CAAC,CAAC;QAAA;MAAA,GAEvC,CAAC;MAEFnB,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,CAAC;IACJ,CAAC,CAAC;IAEFK,EAAE,CAAC,sCAAsC,EAAE,YAAY;MACrD,MAAM;QAAEG,OAAO;QAAEmB;MAAM,CAAC,GAAG,MAAM5B,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AAC5D,eAAeT,CAAC,CAACU,IAAI,CAAC,OAAO,CAAC;AAC9B;AACA;AACA;AACA;AACA,OAAO,CAAC;MACF,MAAMI,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAAEN,eAAe;QAACO,IAAI,EAAEa;MAAK,GAAK,CAAC;MAErEvB,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,CAAC;IACJ,CAAC,CAAC;IAEFK,EAAE,CAAC,wCAAwC,EAAE,YAAY;MACvD,MAAM;QAAEG,OAAO;QAAEoB;MAAkB,CAAC,GAAG,MAAM7B,MAAM,CAACW,OAAO,CAACR,CAAC,CAACS,IAAI;AACxE,eAAeT,CAAC,CAACU,IAAI,CAAC,mBAAmB,CAAC;AAC1C;AACA;AACA;AACA;AACA,OAAO,CAAC;MACF,MAAMI,MAAM,GAAGV,SAAS,CAACE,OAAO,EAAE,CAAAK,iBAAA,CAAEN,eAAe;QAACO,IAAI,EAAEc;MAAiB,GAAK,CAAC;MAEjFxB,MAAM,CAACY,MAAM,CAAC,CAACD,UAAU,CAACf,CAAC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,CAAC;IACJ,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,9 @@
1
+ import { type Children, type Refkey } from "@alloy-js/core";
2
+ import type { EnumMember as TspEnumMember } from "@typespec/compiler";
3
+ export interface EnumMemberProps {
4
+ type: TspEnumMember;
5
+ doc?: Children;
6
+ refkey?: Refkey;
7
+ }
8
+ export declare function EnumMember(props: EnumMemberProps): Children;
9
+ //# sourceMappingURL=enum-member.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enum-member.d.ts","sourceRoot":"","sources":["../../../../../src/python/components/enum-declaration/enum-member.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAE5D,OAAO,KAAK,EAAE,UAAU,IAAI,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEtE,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,aAAa,CAAC;IACpB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,YAUhD"}
@@ -0,0 +1,22 @@
1
+ import { createComponent as _$createComponent } from "@alloy-js/core/jsx-runtime";
2
+ import * as py from "@alloy-js/python";
3
+ export function EnumMember(props) {
4
+ return _$createComponent(py.EnumMember, {
5
+ get doc() {
6
+ return props.doc;
7
+ },
8
+ get name() {
9
+ return props.type.name;
10
+ },
11
+ get jsValue() {
12
+ return props.type.value;
13
+ },
14
+ get refkey() {
15
+ return props.refkey;
16
+ },
17
+ get auto() {
18
+ return props.type.value === undefined;
19
+ }
20
+ });
21
+ }
22
+ //# sourceMappingURL=enum-member.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["py","EnumMember","props","_$createComponent","doc","name","type","jsValue","value","refkey","auto","undefined"],"sources":["../../../../../src/python/components/enum-declaration/enum-member.tsx"],"sourcesContent":[null],"mappings":";AACA,OAAO,KAAKA,EAAE,MAAM,kBAAkB;AAStC,OAAO,SAASC,UAAUA,CAACC,KAAsB,EAAE;EACjD,OAAAC,iBAAA,CACGH,EAAE,CAACC,UAAU;IAAA,IACZG,GAAGA,CAAA;MAAA,OAAEF,KAAK,CAACE,GAAG;IAAA;IAAA,IACdC,IAAIA,CAAA;MAAA,OAAEH,KAAK,CAACI,IAAI,CAACD,IAAI;IAAA;IAAA,IACrBE,OAAOA,CAAA;MAAA,OAAEL,KAAK,CAACI,IAAI,CAACE,KAAK;IAAA;IAAA,IACzBC,MAAMA,CAAA;MAAA,OAAEP,KAAK,CAACO,MAAM;IAAA;IAAA,IACpBC,IAAIA,CAAA;MAAA,OAAER,KAAK,CAACI,IAAI,CAACE,KAAK,KAAKG,SAAS;IAAA;EAAA;AAG1C","ignoreList":[]}
@@ -0,0 +1,3 @@
1
+ export * from "./enum-declaration.js";
2
+ export * from "./enum-member.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/python/components/enum-declaration/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./enum-declaration.js";
2
+ export * from "./enum-member.js";
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sources":["../../../../../src/python/components/enum-declaration/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc,uBAAuB;AACrC,cAAc,kBAAkB","ignoreList":[]}
@@ -0,0 +1,24 @@
1
+ import * as py from "@alloy-js/python";
2
+ import type { Model, Operation } from "@typespec/compiler";
3
+ export interface FunctionDeclarationPropsWithType extends Omit<py.FunctionDeclarationProps, "name"> {
4
+ type: Operation;
5
+ name?: string;
6
+ parametersModel?: Model;
7
+ /** If true, parameters replaces operation parameters instead of adding to them as keyword-only */
8
+ replaceParameters?: boolean;
9
+ }
10
+ export type FunctionDeclarationProps = FunctionDeclarationPropsWithType | py.FunctionDeclarationProps;
11
+ /**
12
+ * A Python function declaration. Pass the `type` prop to create the
13
+ * function declaration by converting from a TypeSpec Operation. Any other props
14
+ * provided will take precedence.
15
+ *
16
+ * @remarks
17
+ * - `parametersModel`: When provided, it replaces the function parameters, ignoring
18
+ * the `parameters` option.
19
+ * - Model-derived parameters include default values when present on the model, and
20
+ * emit `= None` for optional parameters without an explicit default.
21
+ * - Additional parameters (from `parameters` prop) are always keyword-only.
22
+ */
23
+ export declare function FunctionDeclaration(props: FunctionDeclarationProps): import("@alloy-js/core").Children;
24
+ //# sourceMappingURL=function-declaration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"function-declaration.d.ts","sourceRoot":"","sources":["../../../../../src/python/components/function-declaration/function-declaration.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAI3D,MAAM,WAAW,gCAAiC,SAAQ,IAAI,CAC5D,EAAE,CAAC,wBAAwB,EAC3B,MAAM,CACP;IACC,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,KAAK,CAAC;IACxB,kGAAkG;IAClG,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,MAAM,wBAAwB,GAChC,gCAAgC,GAChC,EAAE,CAAC,wBAAwB,CAAC;AAEhC;;;;;;;;;;;GAWG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,qCAgDlE"}
@@ -0,0 +1,68 @@
1
+ import { createComponent as _$createComponent, createIntrinsic as _$createIntrinsic, memo as _$memo } from "@alloy-js/core/jsx-runtime";
2
+ import { useTsp } from "#core/index.js";
3
+ import { buildParameterDescriptors } from "#python/utils/operation.js";
4
+ import { declarationRefkeys } from "#python/utils/refkey.js";
5
+ import * as py from "@alloy-js/python";
6
+ import { DocElement } from "../doc-element/doc-element.js";
7
+ import { TypeExpression } from "../type-expression/type-expression.js";
8
+ /**
9
+ * A Python function declaration. Pass the `type` prop to create the
10
+ * function declaration by converting from a TypeSpec Operation. Any other props
11
+ * provided will take precedence.
12
+ *
13
+ * @remarks
14
+ * - `parametersModel`: When provided, it replaces the function parameters, ignoring
15
+ * the `parameters` option.
16
+ * - Model-derived parameters include default values when present on the model, and
17
+ * emit `= None` for optional parameters without an explicit default.
18
+ * - Additional parameters (from `parameters` prop) are always keyword-only.
19
+ */
20
+ export function FunctionDeclaration(props) {
21
+ const {
22
+ $
23
+ } = useTsp();
24
+ if (!isTypedFunctionDeclarationProps(props)) {
25
+ return _$createComponent(py.FunctionDeclaration, props);
26
+ }
27
+ const refkeys = declarationRefkeys(props.refkey, props.type);
28
+ const name = props.name ? props.name : py.usePythonNamePolicy().getName(props.type.name, "function");
29
+ const returnType = props.returnType ?? _$createComponent(TypeExpression, {
30
+ get type() {
31
+ return props.type.returnType;
32
+ }
33
+ });
34
+ let allParameters;
35
+ if (props.parametersModel) {
36
+ // When a parametersModel is provided, it always replaces parameters,
37
+ // ignoring extra parameters.
38
+ allParameters = buildParameterDescriptors(props.parametersModel) ?? [];
39
+ } else {
40
+ allParameters = buildParameterDescriptors(props.type.parameters, {
41
+ params: props.parameters,
42
+ replaceParameters: props.replaceParameters
43
+ });
44
+ }
45
+ const docSource = props.doc ?? $.type.getDoc(props.type);
46
+ const docElement = docSource ? _$createComponent(DocElement, {
47
+ doc: docSource,
48
+ component: py.FunctionDoc
49
+ }) : undefined;
50
+ const doc = docElement ? [docElement, _$createIntrinsic("hbr", {})] : undefined;
51
+ return _$createComponent(py.FunctionDeclaration, {
52
+ doc: doc,
53
+ refkey: refkeys,
54
+ name: name,
55
+ get async() {
56
+ return props.async;
57
+ },
58
+ returnType: returnType,
59
+ parameters: allParameters,
60
+ get children() {
61
+ return props.children;
62
+ }
63
+ });
64
+ }
65
+ function isTypedFunctionDeclarationProps(props) {
66
+ return "type" in props;
67
+ }
68
+ //# sourceMappingURL=function-declaration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useTsp","buildParameterDescriptors","declarationRefkeys","py","DocElement","TypeExpression","FunctionDeclaration","props","$","isTypedFunctionDeclarationProps","_$createComponent","refkeys","refkey","type","name","usePythonNamePolicy","getName","returnType","allParameters","parametersModel","parameters","params","replaceParameters","docSource","doc","getDoc","docElement","component","FunctionDoc","undefined","_$createIntrinsic","async","children"],"sources":["../../../../../src/python/components/function-declaration/function-declaration.tsx"],"sourcesContent":[null],"mappings":";AAAA,SAASA,MAAM,QAAQ,gBAAgB;AACvC,SAASC,yBAAyB,QAAQ,4BAA4B;AACtE,SAASC,kBAAkB,QAAQ,yBAAyB;AAC5D,OAAO,KAAKC,EAAE,MAAM,kBAAkB;AAEtC,SAASC,UAAU,QAAQ,+BAA+B;AAC1D,SAASC,cAAc,QAAQ,uCAAuC;AAiBtE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,mBAAmBA,CAACC,KAA+B,EAAE;EACnE,MAAM;IAAEC;EAAE,CAAC,GAAGR,MAAM,CAAC,CAAC;EAEtB,IAAI,CAACS,+BAA+B,CAACF,KAAK,CAAC,EAAE;IAC3C,OAAAG,iBAAA,CAAQP,EAAE,CAACG,mBAAmB,EAAKC,KAAK;EAC1C;EAEA,MAAMI,OAAO,GAAGT,kBAAkB,CAACK,KAAK,CAACK,MAAM,EAAEL,KAAK,CAACM,IAAI,CAAC;EAE5D,MAAMC,IAAI,GAAGP,KAAK,CAACO,IAAI,GACnBP,KAAK,CAACO,IAAI,GACVX,EAAE,CAACY,mBAAmB,CAAC,CAAC,CAACC,OAAO,CAACT,KAAK,CAACM,IAAI,CAACC,IAAI,EAAE,UAAU,CAAC;EAEjE,MAAMG,UAAU,GAAGV,KAAK,CAACU,UAAU,IAAAP,iBAAA,CAAKL,cAAc;IAAA,IAACQ,IAAIA,CAAA;MAAA,OAAEN,KAAK,CAACM,IAAI,CAACI,UAAU;IAAA;EAAA,EAAI;EACtF,IAAIC,aAA8D;EAClE,IAAIX,KAAK,CAACY,eAAe,EAAE;IACzB;IACA;IACAD,aAAa,GAAGjB,yBAAyB,CAACM,KAAK,CAACY,eAAe,CAAC,IAAI,EAAE;EACxE,CAAC,MAAM;IACLD,aAAa,GAAGjB,yBAAyB,CAACM,KAAK,CAACM,IAAI,CAACO,UAAU,EAAE;MAC/DC,MAAM,EAAEd,KAAK,CAACa,UAAU;MACxBE,iBAAiB,EAAEf,KAAK,CAACe;IAC3B,CAAC,CAAC;EACJ;EACA,MAAMC,SAAS,GAAGhB,KAAK,CAACiB,GAAG,IAAIhB,CAAC,CAACK,IAAI,CAACY,MAAM,CAAClB,KAAK,CAACM,IAAI,CAAC;EACxD,MAAMa,UAAU,GAAGH,SAAS,GAAAb,iBAAA,CACzBN,UAAU;IAACoB,GAAG,EAAED,SAAS;IAAEI,SAAS,EAAExB,EAAE,CAACyB;EAAW,KACnDC,SAAS;EACb,MAAML,GAAG,GAAGE,UAAU,IAEjBA,UAAU,EAAAI,iBAAA,eAGXD,SAAS;EAEb,OAAAnB,iBAAA,CACGP,EAAE,CAACG,mBAAmB;IACrBkB,GAAG,EAAEA,GAAG;IACRZ,MAAM,EAAED,OAAO;IACfG,IAAI,EAAEA,IAAI;IAAA,IACViB,KAAKA,CAAA;MAAA,OAAExB,KAAK,CAACwB,KAAK;IAAA;IAClBd,UAAU,EAAEA,UAAU;IACtBG,UAAU,EAAEF,aAAa;IAAA,IAAAc,SAAA;MAAA,OAExBzB,KAAK,CAACyB,QAAQ;IAAA;EAAA;AAGrB;AAEA,SAASvB,+BAA+BA,CACtCF,KAA+B,EACY;EAC3C,OAAO,MAAM,IAAIA,KAAK;AACxB","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=function-declaration.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"function-declaration.test.d.ts","sourceRoot":"","sources":["../../../../../src/python/components/function-declaration/function-declaration.test.tsx"],"names":[],"mappings":""}