@alloy-js/csharp 0.21.0-dev.1 → 0.21.0-dev.13

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 (445) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +35 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +288 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +32 -0
  26. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +117 -0
  28. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/Win32/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/Win32/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/index.d.ts +6 -0
  34. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/index.js +5 -0
  36. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  37. package/dist/src/builtins/System/Buffers/Text/index.d.ts +31 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.js +122 -0
  40. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  41. package/dist/src/builtins/System/Buffers/index.d.ts +57 -0
  42. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  43. package/dist/src/builtins/System/Buffers/index.js +214 -0
  44. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  45. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  46. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  47. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  48. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  49. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  50. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  51. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  52. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  53. package/dist/src/builtins/System/Collections/Generic/index.d.ts +99 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.js +342 -0
  56. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  57. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +49 -0
  58. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Collections/ObjectModel/index.js +185 -0
  60. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  61. package/dist/src/builtins/System/Collections/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Collections/index.js +634 -0
  64. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  65. package/dist/src/builtins/System/ComponentModel/index.d.ts +24 -0
  66. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/ComponentModel/index.js +86 -0
  68. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  69. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  70. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  72. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  73. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  74. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Configuration/index.js +5 -0
  76. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  77. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  78. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  80. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  81. package/dist/src/builtins/System/Diagnostics/index.d.ts +115 -0
  82. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Diagnostics/index.js +509 -0
  84. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  85. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  86. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  88. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  89. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  90. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  92. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  93. package/dist/src/builtins/System/IO/index.d.ts +622 -0
  94. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/IO/index.js +3083 -0
  96. package/dist/src/builtins/System/IO/index.js.map +1 -0
  97. package/dist/src/builtins/System/Net/index.d.ts +14 -0
  98. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Net/index.js +41 -0
  100. package/dist/src/builtins/System/Net/index.js.map +1 -0
  101. package/dist/src/builtins/System/Numerics/index.d.ts +204 -0
  102. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/Numerics/index.js +952 -0
  104. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  105. package/dist/src/builtins/System/Reflection/index.d.ts +918 -0
  106. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/Reflection/index.js +4675 -0
  108. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  109. package/dist/src/builtins/System/Resources/index.d.ts +56 -0
  110. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/Resources/index.js +235 -0
  112. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  113. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +396 -0
  114. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1531 -0
  116. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  117. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  118. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  120. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  121. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  122. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  124. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  125. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +84 -0
  126. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +310 -0
  128. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  129. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  130. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  132. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  133. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +165 -0
  134. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Runtime/InteropServices/index.js +774 -0
  136. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  137. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  138. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  140. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  141. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +118 -0
  142. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Runtime/Serialization/index.js +468 -0
  144. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  145. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  146. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  148. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  149. package/dist/src/builtins/System/Runtime/index.d.ts +65 -0
  150. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Runtime/index.js +243 -0
  152. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  153. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +9 -0
  154. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Security/Cryptography/index.js +14 -0
  156. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  157. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  158. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  160. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  161. package/dist/src/builtins/System/Security/Principal/index.d.ts +27 -0
  162. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Security/Principal/index.js +104 -0
  164. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  165. package/dist/src/builtins/System/Security/index.d.ts +141 -0
  166. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Security/index.js +590 -0
  168. package/dist/src/builtins/System/Security/index.js.map +1 -0
  169. package/dist/src/builtins/System/Text/Unicode/index.d.ts +12 -0
  170. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Text/Unicode/index.js +31 -0
  172. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  173. package/dist/src/builtins/System/Text/index.d.ts +268 -0
  174. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Text/index.js +1278 -0
  176. package/dist/src/builtins/System/Text/index.js.map +1 -0
  177. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  178. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  180. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  181. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +140 -0
  182. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Threading/Tasks/index.js +621 -0
  184. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  185. package/dist/src/builtins/System/Threading/index.d.ts +92 -0
  186. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Threading/index.js +372 -0
  188. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  189. package/dist/src/builtins/System/index.d.ts +2746 -0
  190. package/dist/src/builtins/System/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/index.js +13070 -0
  192. package/dist/src/builtins/System/index.js.map +1 -0
  193. package/dist/src/builtins/index.d.ts +3 -0
  194. package/dist/src/builtins/index.d.ts.map +1 -0
  195. package/dist/src/builtins/index.js +3 -0
  196. package/dist/src/builtins/index.js.map +1 -0
  197. package/dist/src/components/access-expression/access-expression.d.ts +3 -3
  198. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  199. package/dist/src/components/enum/declaration.d.ts +2 -2
  200. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  201. package/dist/src/components/enum/declaration.js +3 -3
  202. package/dist/src/components/enum/declaration.js.map +1 -1
  203. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  204. package/dist/src/components/enum/declaration.test.js +15 -1
  205. package/dist/src/components/enum/declaration.test.js.map +1 -1
  206. package/dist/src/components/enum/member.d.ts +2 -2
  207. package/dist/src/components/enum/member.d.ts.map +1 -1
  208. package/dist/src/components/enum/member.js +3 -3
  209. package/dist/src/components/enum/member.js.map +1 -1
  210. package/dist/src/components/enum/member.test.js +24 -1
  211. package/dist/src/components/enum/member.test.js.map +1 -1
  212. package/dist/src/components/field/field.d.ts +2 -2
  213. package/dist/src/components/field/field.d.ts.map +1 -1
  214. package/dist/src/components/field/field.js.map +1 -1
  215. package/dist/src/components/field/field.test.js +19 -1
  216. package/dist/src/components/field/field.test.js.map +1 -1
  217. package/dist/src/components/if/if-statement.d.ts +25 -0
  218. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  219. package/dist/src/components/if/if-statement.js +36 -0
  220. package/dist/src/components/if/if-statement.js.map +1 -0
  221. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  222. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  223. package/dist/src/components/if/if-statement.test.js +29 -0
  224. package/dist/src/components/if/if-statement.test.js.map +1 -0
  225. package/dist/src/components/index.d.ts +3 -1
  226. package/dist/src/components/index.d.ts.map +1 -1
  227. package/dist/src/components/index.js +3 -2
  228. package/dist/src/components/index.js.map +1 -1
  229. package/dist/src/components/interface/declaration.d.ts +1 -1
  230. package/dist/src/components/interface/declaration.d.ts.map +1 -1
  231. package/dist/src/components/interface/declaration.js +3 -3
  232. package/dist/src/components/interface/declaration.js.map +1 -1
  233. package/dist/src/components/interface/declaration.test.js +14 -1
  234. package/dist/src/components/interface/declaration.test.js.map +1 -1
  235. package/dist/src/components/interface/method.d.ts +2 -2
  236. package/dist/src/components/interface/method.d.ts.map +1 -1
  237. package/dist/src/components/interface/method.js.map +1 -1
  238. package/dist/src/components/interface/method.test.js +17 -1
  239. package/dist/src/components/interface/method.test.js.map +1 -1
  240. package/dist/src/components/interface/property.d.ts +2 -2
  241. package/dist/src/components/interface/property.d.ts.map +1 -1
  242. package/dist/src/components/interface/property.js.map +1 -1
  243. package/dist/src/components/interface/property.test.js +19 -0
  244. package/dist/src/components/interface/property.test.js.map +1 -1
  245. package/dist/src/components/method/method.js +10 -2
  246. package/dist/src/components/method/method.js.map +1 -1
  247. package/dist/src/components/method/method.test.js +61 -0
  248. package/dist/src/components/method/method.test.js.map +1 -1
  249. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  250. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  251. package/dist/src/components/namespace/namespace-name.js +20 -0
  252. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  253. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +3 -1
  254. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  255. package/dist/src/components/{namespace.js → namespace/namespace.js} +12 -13
  256. package/dist/src/components/namespace/namespace.js.map +1 -0
  257. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  258. package/dist/src/components/namespace/namespace.test.js +207 -0
  259. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  260. package/dist/src/components/namespace.ref.test.js +42 -10
  261. package/dist/src/components/namespace.ref.test.js.map +1 -1
  262. package/dist/src/components/parameters/parameters.d.ts +15 -0
  263. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  264. package/dist/src/components/parameters/parameters.js +9 -3
  265. package/dist/src/components/parameters/parameters.js.map +1 -1
  266. package/dist/src/components/parameters/parameters.test.js +36 -0
  267. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  268. package/dist/src/components/property/property.d.ts.map +1 -1
  269. package/dist/src/components/property/property.js +21 -12
  270. package/dist/src/components/property/property.js.map +1 -1
  271. package/dist/src/components/property/property.test.js +28 -0
  272. package/dist/src/components/property/property.test.js.map +1 -1
  273. package/dist/src/components/record/declaration.d.ts +1 -1
  274. package/dist/src/components/record/declaration.d.ts.map +1 -1
  275. package/dist/src/components/record/declaration.js +3 -4
  276. package/dist/src/components/record/declaration.js.map +1 -1
  277. package/dist/src/components/record/declaration.test.js +14 -1
  278. package/dist/src/components/record/declaration.test.js.map +1 -1
  279. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  280. package/dist/src/components/source-file/source-file.js +4 -2
  281. package/dist/src/components/source-file/source-file.js.map +1 -1
  282. package/dist/src/components/source-file/source-file.test.js +1 -1
  283. package/dist/src/components/source-file/using.test.js +1 -1
  284. package/dist/src/components/struct/declaration.d.ts +1 -1
  285. package/dist/src/components/struct/declaration.d.ts.map +1 -1
  286. package/dist/src/components/struct/declaration.js +3 -3
  287. package/dist/src/components/struct/declaration.js.map +1 -1
  288. package/dist/src/components/struct/declaration.test.js +14 -1
  289. package/dist/src/components/struct/declaration.test.js.map +1 -1
  290. package/dist/src/components/type-parameters/type-parameter.d.ts +2 -2
  291. package/dist/src/components/type-parameters/type-parameter.d.ts.map +1 -1
  292. package/dist/src/components/type-parameters/type-parameter.js.map +1 -1
  293. package/dist/src/components/type-parameters/type-parameters.test.js +14 -0
  294. package/dist/src/components/type-parameters/type-parameters.test.js.map +1 -1
  295. package/dist/src/components/var/declaration.d.ts +4 -2
  296. package/dist/src/components/var/declaration.d.ts.map +1 -1
  297. package/dist/src/components/var/declaration.js +17 -3
  298. package/dist/src/components/var/declaration.js.map +1 -1
  299. package/dist/src/components/var/declaration.test.js +22 -1
  300. package/dist/src/components/var/declaration.test.js.map +1 -1
  301. package/dist/src/contexts/global-namespace.d.ts +1 -0
  302. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  303. package/dist/src/contexts/global-namespace.js +6 -1
  304. package/dist/src/contexts/global-namespace.js.map +1 -1
  305. package/dist/src/create-library.d.ts +62 -0
  306. package/dist/src/create-library.d.ts.map +1 -0
  307. package/dist/src/create-library.js +128 -0
  308. package/dist/src/create-library.js.map +1 -0
  309. package/dist/src/create-library.test.d.ts +10 -0
  310. package/dist/src/create-library.test.d.ts.map +1 -0
  311. package/dist/src/create-library.test.js +220 -0
  312. package/dist/src/create-library.test.js.map +1 -0
  313. package/dist/src/index.d.ts +2 -0
  314. package/dist/src/index.d.ts.map +1 -1
  315. package/dist/src/index.js +2 -0
  316. package/dist/src/index.js.map +1 -1
  317. package/dist/src/name-policy.d.ts +1 -1
  318. package/dist/src/name-policy.d.ts.map +1 -1
  319. package/dist/src/name-policy.js +1 -0
  320. package/dist/src/name-policy.js.map +1 -1
  321. package/dist/src/symbols/factories.d.ts +1 -1
  322. package/dist/src/symbols/factories.d.ts.map +1 -1
  323. package/dist/src/symbols/factories.js +27 -7
  324. package/dist/src/symbols/factories.js.map +1 -1
  325. package/dist/src/symbols/named-type.d.ts +3 -3
  326. package/dist/src/symbols/named-type.d.ts.map +1 -1
  327. package/dist/src/symbols/named-type.js.map +1 -1
  328. package/dist/src/symbols/namespace.d.ts +2 -2
  329. package/dist/src/symbols/namespace.d.ts.map +1 -1
  330. package/dist/src/symbols/namespace.js.map +1 -1
  331. package/dist/src/symbols/reference.d.ts.map +1 -1
  332. package/dist/src/symbols/reference.js +3 -3
  333. package/dist/src/symbols/reference.js.map +1 -1
  334. package/dist/test/utils.d.ts +4 -2
  335. package/dist/test/utils.d.ts.map +1 -1
  336. package/dist/test/utils.js +5 -4
  337. package/dist/test/utils.js.map +1 -1
  338. package/dist/tsconfig.tsbuildinfo +1 -1
  339. package/package.json +14 -3
  340. package/scripts/components/library-interface.tsx +41 -0
  341. package/scripts/components/namespace-directory.tsx +104 -0
  342. package/scripts/generate-builtins.tsx +35 -0
  343. package/scripts/process-docfx.tsx +309 -0
  344. package/src/access.test.tsx +49 -0
  345. package/src/access.tsx +70 -0
  346. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +147 -0
  347. package/src/builtins/Microsoft/Win32/index.ts +8 -0
  348. package/src/builtins/Microsoft/index.ts +8 -0
  349. package/src/builtins/System/Buffers/Text/index.ts +150 -0
  350. package/src/builtins/System/Buffers/index.ts +267 -0
  351. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  352. package/src/builtins/System/CodeDom/index.ts +8 -0
  353. package/src/builtins/System/Collections/Generic/index.ts +439 -0
  354. package/src/builtins/System/Collections/ObjectModel/index.ts +232 -0
  355. package/src/builtins/System/Collections/index.ts +771 -0
  356. package/src/builtins/System/ComponentModel/index.ts +108 -0
  357. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  358. package/src/builtins/System/Configuration/index.ts +8 -0
  359. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  360. package/src/builtins/System/Diagnostics/index.ts +620 -0
  361. package/src/builtins/System/Globalization/index.ts +4583 -0
  362. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  363. package/src/builtins/System/IO/index.ts +3701 -0
  364. package/src/builtins/System/Net/index.ts +52 -0
  365. package/src/builtins/System/Numerics/index.ts +1184 -0
  366. package/src/builtins/System/Reflection/index.ts +5591 -0
  367. package/src/builtins/System/Resources/index.ts +289 -0
  368. package/src/builtins/System/Runtime/CompilerServices/index.ts +1929 -0
  369. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  370. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  371. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +394 -0
  372. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  373. package/src/builtins/System/Runtime/InteropServices/index.ts +934 -0
  374. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  375. package/src/builtins/System/Runtime/Serialization/index.ts +584 -0
  376. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  377. package/src/builtins/System/Runtime/index.ts +298 -0
  378. package/src/builtins/System/Security/Cryptography/index.ts +20 -0
  379. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  380. package/src/builtins/System/Security/Principal/index.ts +129 -0
  381. package/src/builtins/System/Security/index.ts +725 -0
  382. package/src/builtins/System/Text/Unicode/index.ts +40 -0
  383. package/src/builtins/System/Text/index.ts +1542 -0
  384. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  385. package/src/builtins/System/Threading/Tasks/index.ts +757 -0
  386. package/src/builtins/System/Threading/index.ts +460 -0
  387. package/src/builtins/System/index.ts +15803 -0
  388. package/src/builtins/index.ts +2 -0
  389. package/src/components/access-expression/access-expression.tsx +2 -2
  390. package/src/components/enum/declaration.ref.test.tsx +1 -1
  391. package/src/components/enum/declaration.test.tsx +14 -1
  392. package/src/components/enum/declaration.tsx +4 -3
  393. package/src/components/enum/member.test.tsx +22 -1
  394. package/src/components/enum/member.tsx +4 -4
  395. package/src/components/field/field.test.tsx +14 -1
  396. package/src/components/field/field.tsx +2 -2
  397. package/src/components/if/if-statement.test.tsx +26 -0
  398. package/src/components/if/if-statement.tsx +50 -0
  399. package/src/components/index.ts +3 -1
  400. package/src/components/interface/declaration.test.tsx +11 -1
  401. package/src/components/interface/declaration.tsx +3 -4
  402. package/src/components/interface/method.test.tsx +14 -1
  403. package/src/components/interface/method.tsx +2 -1
  404. package/src/components/interface/property.test.tsx +13 -0
  405. package/src/components/interface/property.tsx +2 -1
  406. package/src/components/method/method.test.tsx +49 -0
  407. package/src/components/method/method.tsx +7 -4
  408. package/src/components/namespace/namespace-name.tsx +31 -0
  409. package/src/components/namespace/namespace.test.tsx +145 -0
  410. package/src/components/{namespace.tsx → namespace/namespace.tsx} +12 -15
  411. package/src/components/namespace.ref.test.tsx +34 -9
  412. package/src/components/parameters/parameters.test.tsx +33 -0
  413. package/src/components/parameters/parameters.tsx +24 -2
  414. package/src/components/property/property.test.tsx +25 -0
  415. package/src/components/property/property.tsx +22 -11
  416. package/src/components/record/declaration.test.tsx +11 -1
  417. package/src/components/record/declaration.tsx +3 -4
  418. package/src/components/source-file/source-file.test.tsx +1 -1
  419. package/src/components/source-file/source-file.tsx +2 -2
  420. package/src/components/source-file/using.test.tsx +1 -1
  421. package/src/components/struct/declaration.test.tsx +11 -1
  422. package/src/components/struct/declaration.tsx +3 -4
  423. package/src/components/type-parameters/type-parameter.tsx +2 -1
  424. package/src/components/type-parameters/type-parameters.test.tsx +9 -0
  425. package/src/components/var/declaration.test.tsx +16 -1
  426. package/src/components/var/declaration.tsx +17 -2
  427. package/src/contexts/global-namespace.ts +8 -1
  428. package/src/create-library.test.tsx +202 -0
  429. package/src/create-library.ts +270 -0
  430. package/src/index.ts +2 -0
  431. package/src/name-policy.ts +3 -1
  432. package/src/symbols/factories.ts +47 -10
  433. package/src/symbols/named-type.ts +3 -3
  434. package/src/symbols/namespace.ts +2 -2
  435. package/src/symbols/reference.tsx +10 -3
  436. package/temp/api.json +3282 -98
  437. package/test/utils.tsx +6 -3
  438. package/tsconfig.json +11 -2
  439. package/dist/src/components/namespace.d.ts.map +0 -1
  440. package/dist/src/components/namespace.js.map +0 -1
  441. package/dist/src/components/namespace.test.d.ts.map +0 -1
  442. package/dist/src/components/namespace.test.js +0 -79
  443. package/dist/src/components/namespace.test.js.map +0 -1
  444. package/src/components/namespace.test.tsx +0 -52
  445. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
package/temp/api.json CHANGED
@@ -172,6 +172,1135 @@
172
172
  "name": "",
173
173
  "preserveMemberOrder": false,
174
174
  "members": [
175
+ {
176
+ "kind": "Function",
177
+ "canonicalReference": "@alloy-js/csharp!access:function(1)",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare function access(base: "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "Refkeyable",
187
+ "canonicalReference": "@alloy-js/core!Refkeyable:type"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": " | string"
192
+ },
193
+ {
194
+ "kind": "Content",
195
+ "text": ", options?: "
196
+ },
197
+ {
198
+ "kind": "Reference",
199
+ "text": "AccessExpressionPartProps",
200
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps:interface"
201
+ },
202
+ {
203
+ "kind": "Content",
204
+ "text": "): "
205
+ },
206
+ {
207
+ "kind": "Reference",
208
+ "text": "AccessExpressionBuilder",
209
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionBuilder:class"
210
+ },
211
+ {
212
+ "kind": "Content",
213
+ "text": ";"
214
+ }
215
+ ],
216
+ "fileUrlPath": "src/access.tsx",
217
+ "returnTypeTokenRange": {
218
+ "startIndex": 6,
219
+ "endIndex": 7
220
+ },
221
+ "releaseTag": "Public",
222
+ "overloadIndex": 1,
223
+ "parameters": [
224
+ {
225
+ "parameterName": "base",
226
+ "parameterTypeTokenRange": {
227
+ "startIndex": 1,
228
+ "endIndex": 3
229
+ },
230
+ "isOptional": false
231
+ },
232
+ {
233
+ "parameterName": "options",
234
+ "parameterTypeTokenRange": {
235
+ "startIndex": 4,
236
+ "endIndex": 5
237
+ },
238
+ "isOptional": true
239
+ }
240
+ ],
241
+ "name": "access"
242
+ },
243
+ {
244
+ "kind": "Function",
245
+ "canonicalReference": "@alloy-js/csharp!AccessExpression:function(1)",
246
+ "docComment": "",
247
+ "excerptTokens": [
248
+ {
249
+ "kind": "Content",
250
+ "text": "export declare function AccessExpression(props: "
251
+ },
252
+ {
253
+ "kind": "Reference",
254
+ "text": "AccessExpressionProps",
255
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionProps:interface"
256
+ },
257
+ {
258
+ "kind": "Content",
259
+ "text": "): "
260
+ },
261
+ {
262
+ "kind": "Content",
263
+ "text": "string | number | boolean | void | import(\"@alloy-js/core\")."
264
+ },
265
+ {
266
+ "kind": "Reference",
267
+ "text": "RenderableObject",
268
+ "canonicalReference": "@alloy-js/core!RenderableObject:interface"
269
+ },
270
+ {
271
+ "kind": "Content",
272
+ "text": " | import(\"@alloy-js/core\")."
273
+ },
274
+ {
275
+ "kind": "Reference",
276
+ "text": "RefkeyableObject",
277
+ "canonicalReference": "@alloy-js/core!RefkeyableObject:type"
278
+ },
279
+ {
280
+ "kind": "Content",
281
+ "text": " | (() => "
282
+ },
283
+ {
284
+ "kind": "Reference",
285
+ "text": "Children",
286
+ "canonicalReference": "@alloy-js/core!Children:type"
287
+ },
288
+ {
289
+ "kind": "Content",
290
+ "text": ") | import(\"@vue/reactivity\").Ref<any, any> | import(\"@alloy-js/core\")."
291
+ },
292
+ {
293
+ "kind": "Reference",
294
+ "text": "CustomContext",
295
+ "canonicalReference": "@alloy-js/core!CustomContext:interface"
296
+ },
297
+ {
298
+ "kind": "Content",
299
+ "text": " | import(\"@alloy-js/core\")."
300
+ },
301
+ {
302
+ "kind": "Reference",
303
+ "text": "IndentIntrinsicElement",
304
+ "canonicalReference": "@alloy-js/core!IndentIntrinsicElement:type"
305
+ },
306
+ {
307
+ "kind": "Content",
308
+ "text": " | import(\"@alloy-js/core\")."
309
+ },
310
+ {
311
+ "kind": "Reference",
312
+ "text": "IndentIfBreakIntrinsicElement",
313
+ "canonicalReference": "@alloy-js/core!IndentIfBreakIntrinsicElement:type"
314
+ },
315
+ {
316
+ "kind": "Content",
317
+ "text": " | import(\"@alloy-js/core\")."
318
+ },
319
+ {
320
+ "kind": "Reference",
321
+ "text": "BrIntrinsicElement",
322
+ "canonicalReference": "@alloy-js/core!BrIntrinsicElement:type"
323
+ },
324
+ {
325
+ "kind": "Content",
326
+ "text": " | import(\"@alloy-js/core\")."
327
+ },
328
+ {
329
+ "kind": "Reference",
330
+ "text": "LineIntrinsicElement",
331
+ "canonicalReference": "@alloy-js/core!LineIntrinsicElement:type"
332
+ },
333
+ {
334
+ "kind": "Content",
335
+ "text": " | import(\"@alloy-js/core\")."
336
+ },
337
+ {
338
+ "kind": "Reference",
339
+ "text": "HbrIntrinsicElement",
340
+ "canonicalReference": "@alloy-js/core!HbrIntrinsicElement:type"
341
+ },
342
+ {
343
+ "kind": "Content",
344
+ "text": " | import(\"@alloy-js/core\")."
345
+ },
346
+ {
347
+ "kind": "Reference",
348
+ "text": "HardlineIntrinsicElement",
349
+ "canonicalReference": "@alloy-js/core!HardlineIntrinsicElement:type"
350
+ },
351
+ {
352
+ "kind": "Content",
353
+ "text": " | import(\"@alloy-js/core\")."
354
+ },
355
+ {
356
+ "kind": "Reference",
357
+ "text": "SbrIntrinsicElement",
358
+ "canonicalReference": "@alloy-js/core!SbrIntrinsicElement:type"
359
+ },
360
+ {
361
+ "kind": "Content",
362
+ "text": " | import(\"@alloy-js/core\")."
363
+ },
364
+ {
365
+ "kind": "Reference",
366
+ "text": "SoftlineIntrinsicElement",
367
+ "canonicalReference": "@alloy-js/core!SoftlineIntrinsicElement:type"
368
+ },
369
+ {
370
+ "kind": "Content",
371
+ "text": " | import(\"@alloy-js/core\")."
372
+ },
373
+ {
374
+ "kind": "Reference",
375
+ "text": "GroupIntrinsicElement",
376
+ "canonicalReference": "@alloy-js/core!GroupIntrinsicElement:type"
377
+ },
378
+ {
379
+ "kind": "Content",
380
+ "text": " | import(\"@alloy-js/core\")."
381
+ },
382
+ {
383
+ "kind": "Reference",
384
+ "text": "AlignIntrinsicElement",
385
+ "canonicalReference": "@alloy-js/core!AlignIntrinsicElement:type"
386
+ },
387
+ {
388
+ "kind": "Content",
389
+ "text": " | import(\"@alloy-js/core\")."
390
+ },
391
+ {
392
+ "kind": "Reference",
393
+ "text": "FillIntrinsicElement",
394
+ "canonicalReference": "@alloy-js/core!FillIntrinsicElement:type"
395
+ },
396
+ {
397
+ "kind": "Content",
398
+ "text": " | import(\"@alloy-js/core\")."
399
+ },
400
+ {
401
+ "kind": "Reference",
402
+ "text": "BreakParentIntrinsicElement",
403
+ "canonicalReference": "@alloy-js/core!BreakParentIntrinsicElement:type"
404
+ },
405
+ {
406
+ "kind": "Content",
407
+ "text": " | import(\"@alloy-js/core\")."
408
+ },
409
+ {
410
+ "kind": "Reference",
411
+ "text": "LineSuffixIntrinsicElement",
412
+ "canonicalReference": "@alloy-js/core!LineSuffixIntrinsicElement:type"
413
+ },
414
+ {
415
+ "kind": "Content",
416
+ "text": " | import(\"@alloy-js/core\")."
417
+ },
418
+ {
419
+ "kind": "Reference",
420
+ "text": "LineSuffixBoundaryIntrinsicElement",
421
+ "canonicalReference": "@alloy-js/core!LineSuffixBoundaryIntrinsicElement:type"
422
+ },
423
+ {
424
+ "kind": "Content",
425
+ "text": " | import(\"@alloy-js/core\")."
426
+ },
427
+ {
428
+ "kind": "Reference",
429
+ "text": "DedentIntrinsicElement",
430
+ "canonicalReference": "@alloy-js/core!DedentIntrinsicElement:type"
431
+ },
432
+ {
433
+ "kind": "Content",
434
+ "text": " | import(\"@alloy-js/core\")."
435
+ },
436
+ {
437
+ "kind": "Reference",
438
+ "text": "LiterallineIntrinsicElement",
439
+ "canonicalReference": "@alloy-js/core!LiterallineIntrinsicElement:type"
440
+ },
441
+ {
442
+ "kind": "Content",
443
+ "text": " | import(\"@alloy-js/core\")."
444
+ },
445
+ {
446
+ "kind": "Reference",
447
+ "text": "LbrIntrinsicElement",
448
+ "canonicalReference": "@alloy-js/core!LbrIntrinsicElement:type"
449
+ },
450
+ {
451
+ "kind": "Content",
452
+ "text": " | import(\"@alloy-js/core\")."
453
+ },
454
+ {
455
+ "kind": "Reference",
456
+ "text": "DedentToRootIntrinsicElement",
457
+ "canonicalReference": "@alloy-js/core!DedentToRootIntrinsicElement:type"
458
+ },
459
+ {
460
+ "kind": "Content",
461
+ "text": " | import(\"@alloy-js/core\")."
462
+ },
463
+ {
464
+ "kind": "Reference",
465
+ "text": "MarkAsRootIntrinsicElement",
466
+ "canonicalReference": "@alloy-js/core!MarkAsRootIntrinsicElement:type"
467
+ },
468
+ {
469
+ "kind": "Content",
470
+ "text": " | import(\"@alloy-js/core\")."
471
+ },
472
+ {
473
+ "kind": "Reference",
474
+ "text": "IfBreakIntrinsicElement",
475
+ "canonicalReference": "@alloy-js/core!IfBreakIntrinsicElement:type"
476
+ },
477
+ {
478
+ "kind": "Content",
479
+ "text": " | "
480
+ },
481
+ {
482
+ "kind": "Reference",
483
+ "text": "Children",
484
+ "canonicalReference": "@alloy-js/core!Children:type"
485
+ },
486
+ {
487
+ "kind": "Content",
488
+ "text": "[] | import(\"@vue/reactivity\").ComputedRef<"
489
+ },
490
+ {
491
+ "kind": "Reference",
492
+ "text": "Children",
493
+ "canonicalReference": "@alloy-js/core!Children:type"
494
+ },
495
+ {
496
+ "kind": "Content",
497
+ "text": "> | null"
498
+ },
499
+ {
500
+ "kind": "Content",
501
+ "text": ";"
502
+ }
503
+ ],
504
+ "fileUrlPath": "src/components/access-expression/access-expression.tsx",
505
+ "returnTypeTokenRange": {
506
+ "startIndex": 3,
507
+ "endIndex": 56
508
+ },
509
+ "releaseTag": "Public",
510
+ "overloadIndex": 1,
511
+ "parameters": [
512
+ {
513
+ "parameterName": "props",
514
+ "parameterTypeTokenRange": {
515
+ "startIndex": 1,
516
+ "endIndex": 2
517
+ },
518
+ "isOptional": false
519
+ }
520
+ ],
521
+ "name": "AccessExpression"
522
+ },
523
+ {
524
+ "kind": "Namespace",
525
+ "canonicalReference": "@alloy-js/csharp!AccessExpression:namespace",
526
+ "docComment": "",
527
+ "excerptTokens": [
528
+ {
529
+ "kind": "Content",
530
+ "text": "export declare namespace AccessExpression "
531
+ }
532
+ ],
533
+ "fileUrlPath": "src/components/access-expression/access-expression.tsx",
534
+ "releaseTag": "Public",
535
+ "name": "AccessExpression",
536
+ "preserveMemberOrder": false,
537
+ "members": [
538
+ {
539
+ "kind": "Function",
540
+ "canonicalReference": "@alloy-js/csharp!AccessExpression.Part:function(1)",
541
+ "docComment": "",
542
+ "excerptTokens": [
543
+ {
544
+ "kind": "Content",
545
+ "text": "Part: (props: "
546
+ },
547
+ {
548
+ "kind": "Reference",
549
+ "text": "AccessExpressionPartProps",
550
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps:interface"
551
+ },
552
+ {
553
+ "kind": "Content",
554
+ "text": ") => "
555
+ },
556
+ {
557
+ "kind": "Content",
558
+ "text": "void"
559
+ }
560
+ ],
561
+ "returnTypeTokenRange": {
562
+ "startIndex": 3,
563
+ "endIndex": 4
564
+ },
565
+ "releaseTag": "Public",
566
+ "overloadIndex": 1,
567
+ "parameters": [
568
+ {
569
+ "parameterName": "props",
570
+ "parameterTypeTokenRange": {
571
+ "startIndex": 1,
572
+ "endIndex": 2
573
+ },
574
+ "isOptional": false
575
+ }
576
+ ],
577
+ "name": "Part"
578
+ }
579
+ ]
580
+ },
581
+ {
582
+ "kind": "Class",
583
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionBuilder:class",
584
+ "docComment": "",
585
+ "excerptTokens": [
586
+ {
587
+ "kind": "Content",
588
+ "text": "export declare class AccessExpressionBuilder "
589
+ }
590
+ ],
591
+ "fileUrlPath": "src/access.tsx",
592
+ "releaseTag": "Public",
593
+ "isAbstract": false,
594
+ "name": "AccessExpressionBuilder",
595
+ "preserveMemberOrder": false,
596
+ "members": [
597
+ {
598
+ "kind": "Method",
599
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionBuilder#[RENDERABLE]:member(1)",
600
+ "docComment": "",
601
+ "excerptTokens": [
602
+ {
603
+ "kind": "Content",
604
+ "text": "["
605
+ },
606
+ {
607
+ "kind": "Reference",
608
+ "text": "RENDERABLE",
609
+ "canonicalReference": "@alloy-js/core!RENDERABLE:var"
610
+ },
611
+ {
612
+ "kind": "Content",
613
+ "text": "](): "
614
+ },
615
+ {
616
+ "kind": "Reference",
617
+ "text": "Children",
618
+ "canonicalReference": "@alloy-js/core!Children:type"
619
+ },
620
+ {
621
+ "kind": "Content",
622
+ "text": ";"
623
+ }
624
+ ],
625
+ "isStatic": false,
626
+ "returnTypeTokenRange": {
627
+ "startIndex": 3,
628
+ "endIndex": 4
629
+ },
630
+ "releaseTag": "Public",
631
+ "isProtected": false,
632
+ "overloadIndex": 1,
633
+ "parameters": [],
634
+ "isOptional": false,
635
+ "isAbstract": false,
636
+ "name": "[RENDERABLE]"
637
+ },
638
+ {
639
+ "kind": "Method",
640
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionBuilder#call:member(1)",
641
+ "docComment": "",
642
+ "excerptTokens": [
643
+ {
644
+ "kind": "Content",
645
+ "text": "call(member: "
646
+ },
647
+ {
648
+ "kind": "Reference",
649
+ "text": "Refkeyable",
650
+ "canonicalReference": "@alloy-js/core!Refkeyable:type"
651
+ },
652
+ {
653
+ "kind": "Content",
654
+ "text": " | string"
655
+ },
656
+ {
657
+ "kind": "Content",
658
+ "text": ", args?: "
659
+ },
660
+ {
661
+ "kind": "Reference",
662
+ "text": "Children",
663
+ "canonicalReference": "@alloy-js/core!Children:type"
664
+ },
665
+ {
666
+ "kind": "Content",
667
+ "text": "[]"
668
+ },
669
+ {
670
+ "kind": "Content",
671
+ "text": ", options?: "
672
+ },
673
+ {
674
+ "kind": "Reference",
675
+ "text": "AccessExpressionPartProps",
676
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps:interface"
677
+ },
678
+ {
679
+ "kind": "Content",
680
+ "text": "): "
681
+ },
682
+ {
683
+ "kind": "Content",
684
+ "text": "this"
685
+ },
686
+ {
687
+ "kind": "Content",
688
+ "text": ";"
689
+ }
690
+ ],
691
+ "isStatic": false,
692
+ "returnTypeTokenRange": {
693
+ "startIndex": 9,
694
+ "endIndex": 10
695
+ },
696
+ "releaseTag": "Public",
697
+ "isProtected": false,
698
+ "overloadIndex": 1,
699
+ "parameters": [
700
+ {
701
+ "parameterName": "member",
702
+ "parameterTypeTokenRange": {
703
+ "startIndex": 1,
704
+ "endIndex": 3
705
+ },
706
+ "isOptional": false
707
+ },
708
+ {
709
+ "parameterName": "args",
710
+ "parameterTypeTokenRange": {
711
+ "startIndex": 4,
712
+ "endIndex": 6
713
+ },
714
+ "isOptional": true
715
+ },
716
+ {
717
+ "parameterName": "options",
718
+ "parameterTypeTokenRange": {
719
+ "startIndex": 7,
720
+ "endIndex": 8
721
+ },
722
+ "isOptional": true
723
+ }
724
+ ],
725
+ "isOptional": false,
726
+ "isAbstract": false,
727
+ "name": "call"
728
+ },
729
+ {
730
+ "kind": "Method",
731
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionBuilder#call:member(2)",
732
+ "docComment": "",
733
+ "excerptTokens": [
734
+ {
735
+ "kind": "Content",
736
+ "text": "call(args?: "
737
+ },
738
+ {
739
+ "kind": "Reference",
740
+ "text": "Children",
741
+ "canonicalReference": "@alloy-js/core!Children:type"
742
+ },
743
+ {
744
+ "kind": "Content",
745
+ "text": "[]"
746
+ },
747
+ {
748
+ "kind": "Content",
749
+ "text": ", options?: "
750
+ },
751
+ {
752
+ "kind": "Reference",
753
+ "text": "AccessExpressionPartProps",
754
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps:interface"
755
+ },
756
+ {
757
+ "kind": "Content",
758
+ "text": "): "
759
+ },
760
+ {
761
+ "kind": "Content",
762
+ "text": "this"
763
+ },
764
+ {
765
+ "kind": "Content",
766
+ "text": ";"
767
+ }
768
+ ],
769
+ "isStatic": false,
770
+ "returnTypeTokenRange": {
771
+ "startIndex": 6,
772
+ "endIndex": 7
773
+ },
774
+ "releaseTag": "Public",
775
+ "isProtected": false,
776
+ "overloadIndex": 2,
777
+ "parameters": [
778
+ {
779
+ "parameterName": "args",
780
+ "parameterTypeTokenRange": {
781
+ "startIndex": 1,
782
+ "endIndex": 3
783
+ },
784
+ "isOptional": true
785
+ },
786
+ {
787
+ "parameterName": "options",
788
+ "parameterTypeTokenRange": {
789
+ "startIndex": 4,
790
+ "endIndex": 5
791
+ },
792
+ "isOptional": true
793
+ }
794
+ ],
795
+ "isOptional": false,
796
+ "isAbstract": false,
797
+ "name": "call"
798
+ },
799
+ {
800
+ "kind": "Method",
801
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionBuilder#index:member(1)",
802
+ "docComment": "",
803
+ "excerptTokens": [
804
+ {
805
+ "kind": "Content",
806
+ "text": "index(indexerArgs: "
807
+ },
808
+ {
809
+ "kind": "Reference",
810
+ "text": "Children",
811
+ "canonicalReference": "@alloy-js/core!Children:type"
812
+ },
813
+ {
814
+ "kind": "Content",
815
+ "text": "[]"
816
+ },
817
+ {
818
+ "kind": "Content",
819
+ "text": ", options?: "
820
+ },
821
+ {
822
+ "kind": "Reference",
823
+ "text": "AccessExpressionPartProps",
824
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps:interface"
825
+ },
826
+ {
827
+ "kind": "Content",
828
+ "text": "): "
829
+ },
830
+ {
831
+ "kind": "Content",
832
+ "text": "this"
833
+ },
834
+ {
835
+ "kind": "Content",
836
+ "text": ";"
837
+ }
838
+ ],
839
+ "isStatic": false,
840
+ "returnTypeTokenRange": {
841
+ "startIndex": 6,
842
+ "endIndex": 7
843
+ },
844
+ "releaseTag": "Public",
845
+ "isProtected": false,
846
+ "overloadIndex": 1,
847
+ "parameters": [
848
+ {
849
+ "parameterName": "indexerArgs",
850
+ "parameterTypeTokenRange": {
851
+ "startIndex": 1,
852
+ "endIndex": 3
853
+ },
854
+ "isOptional": false
855
+ },
856
+ {
857
+ "parameterName": "options",
858
+ "parameterTypeTokenRange": {
859
+ "startIndex": 4,
860
+ "endIndex": 5
861
+ },
862
+ "isOptional": true
863
+ }
864
+ ],
865
+ "isOptional": false,
866
+ "isAbstract": false,
867
+ "name": "index"
868
+ },
869
+ {
870
+ "kind": "Method",
871
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionBuilder#member:member(1)",
872
+ "docComment": "",
873
+ "excerptTokens": [
874
+ {
875
+ "kind": "Content",
876
+ "text": "member(member: "
877
+ },
878
+ {
879
+ "kind": "Reference",
880
+ "text": "Refkeyable",
881
+ "canonicalReference": "@alloy-js/core!Refkeyable:type"
882
+ },
883
+ {
884
+ "kind": "Content",
885
+ "text": " | string | "
886
+ },
887
+ {
888
+ "kind": "Reference",
889
+ "text": "CSharpSymbol",
890
+ "canonicalReference": "@alloy-js/csharp!CSharpSymbol:class"
891
+ },
892
+ {
893
+ "kind": "Content",
894
+ "text": ", options?: "
895
+ },
896
+ {
897
+ "kind": "Reference",
898
+ "text": "AccessExpressionPartProps",
899
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps:interface"
900
+ },
901
+ {
902
+ "kind": "Content",
903
+ "text": "): "
904
+ },
905
+ {
906
+ "kind": "Content",
907
+ "text": "this"
908
+ },
909
+ {
910
+ "kind": "Content",
911
+ "text": ";"
912
+ }
913
+ ],
914
+ "isStatic": false,
915
+ "returnTypeTokenRange": {
916
+ "startIndex": 7,
917
+ "endIndex": 8
918
+ },
919
+ "releaseTag": "Public",
920
+ "isProtected": false,
921
+ "overloadIndex": 1,
922
+ "parameters": [
923
+ {
924
+ "parameterName": "member",
925
+ "parameterTypeTokenRange": {
926
+ "startIndex": 1,
927
+ "endIndex": 4
928
+ },
929
+ "isOptional": false
930
+ },
931
+ {
932
+ "parameterName": "options",
933
+ "parameterTypeTokenRange": {
934
+ "startIndex": 5,
935
+ "endIndex": 6
936
+ },
937
+ "isOptional": true
938
+ }
939
+ ],
940
+ "isOptional": false,
941
+ "isAbstract": false,
942
+ "name": "member"
943
+ }
944
+ ],
945
+ "implementsTokenRanges": []
946
+ },
947
+ {
948
+ "kind": "Interface",
949
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps:interface",
950
+ "docComment": "",
951
+ "excerptTokens": [
952
+ {
953
+ "kind": "Content",
954
+ "text": "export interface AccessExpressionPartProps "
955
+ }
956
+ ],
957
+ "fileUrlPath": "src/components/access-expression/access-expression.tsx",
958
+ "releaseTag": "Public",
959
+ "name": "AccessExpressionPartProps",
960
+ "preserveMemberOrder": false,
961
+ "members": [
962
+ {
963
+ "kind": "PropertySignature",
964
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#args:member",
965
+ "docComment": "/**\n * Emit a function call.\n */\n",
966
+ "excerptTokens": [
967
+ {
968
+ "kind": "Content",
969
+ "text": "args?: "
970
+ },
971
+ {
972
+ "kind": "Content",
973
+ "text": "boolean | "
974
+ },
975
+ {
976
+ "kind": "Reference",
977
+ "text": "Children",
978
+ "canonicalReference": "@alloy-js/core!Children:type"
979
+ },
980
+ {
981
+ "kind": "Content",
982
+ "text": "[]"
983
+ },
984
+ {
985
+ "kind": "Content",
986
+ "text": ";"
987
+ }
988
+ ],
989
+ "isReadonly": false,
990
+ "isOptional": true,
991
+ "releaseTag": "Public",
992
+ "name": "args",
993
+ "propertyTypeTokenRange": {
994
+ "startIndex": 1,
995
+ "endIndex": 4
996
+ }
997
+ },
998
+ {
999
+ "kind": "PropertySignature",
1000
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#children:member",
1001
+ "docComment": "",
1002
+ "excerptTokens": [
1003
+ {
1004
+ "kind": "Content",
1005
+ "text": "children?: "
1006
+ },
1007
+ {
1008
+ "kind": "Reference",
1009
+ "text": "Children",
1010
+ "canonicalReference": "@alloy-js/core!Children:type"
1011
+ },
1012
+ {
1013
+ "kind": "Content",
1014
+ "text": ";"
1015
+ }
1016
+ ],
1017
+ "isReadonly": false,
1018
+ "isOptional": true,
1019
+ "releaseTag": "Public",
1020
+ "name": "children",
1021
+ "propertyTypeTokenRange": {
1022
+ "startIndex": 1,
1023
+ "endIndex": 2
1024
+ }
1025
+ },
1026
+ {
1027
+ "kind": "PropertySignature",
1028
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#conditional:member",
1029
+ "docComment": "/**\n * Whether this part should use conditional access.\n */\n",
1030
+ "excerptTokens": [
1031
+ {
1032
+ "kind": "Content",
1033
+ "text": "conditional?: "
1034
+ },
1035
+ {
1036
+ "kind": "Content",
1037
+ "text": "boolean"
1038
+ },
1039
+ {
1040
+ "kind": "Content",
1041
+ "text": ";"
1042
+ }
1043
+ ],
1044
+ "isReadonly": false,
1045
+ "isOptional": true,
1046
+ "releaseTag": "Public",
1047
+ "name": "conditional",
1048
+ "propertyTypeTokenRange": {
1049
+ "startIndex": 1,
1050
+ "endIndex": 2
1051
+ }
1052
+ },
1053
+ {
1054
+ "kind": "PropertySignature",
1055
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#id:member",
1056
+ "docComment": "/**\n * The identifier to use for this part.\n */\n",
1057
+ "excerptTokens": [
1058
+ {
1059
+ "kind": "Content",
1060
+ "text": "id?: "
1061
+ },
1062
+ {
1063
+ "kind": "Content",
1064
+ "text": "string"
1065
+ },
1066
+ {
1067
+ "kind": "Content",
1068
+ "text": ";"
1069
+ }
1070
+ ],
1071
+ "isReadonly": false,
1072
+ "isOptional": true,
1073
+ "releaseTag": "Public",
1074
+ "name": "id",
1075
+ "propertyTypeTokenRange": {
1076
+ "startIndex": 1,
1077
+ "endIndex": 2
1078
+ }
1079
+ },
1080
+ {
1081
+ "kind": "PropertySignature",
1082
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#index:member",
1083
+ "docComment": "/**\n * Create an element access part with a single indexer argument. Mutually\n * exclusive with the `indexerArgs` prop.\n */\n",
1084
+ "excerptTokens": [
1085
+ {
1086
+ "kind": "Content",
1087
+ "text": "index?: "
1088
+ },
1089
+ {
1090
+ "kind": "Reference",
1091
+ "text": "Children",
1092
+ "canonicalReference": "@alloy-js/core!Children:type"
1093
+ },
1094
+ {
1095
+ "kind": "Content",
1096
+ "text": ";"
1097
+ }
1098
+ ],
1099
+ "isReadonly": false,
1100
+ "isOptional": true,
1101
+ "releaseTag": "Public",
1102
+ "name": "index",
1103
+ "propertyTypeTokenRange": {
1104
+ "startIndex": 1,
1105
+ "endIndex": 2
1106
+ }
1107
+ },
1108
+ {
1109
+ "kind": "PropertySignature",
1110
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#indexerArgs:member",
1111
+ "docComment": "/**\n * Create an element access part with multiple indexer arguments. Mutually\n * exclusive with the `index` prop.\n */\n",
1112
+ "excerptTokens": [
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": "indexerArgs?: "
1116
+ },
1117
+ {
1118
+ "kind": "Reference",
1119
+ "text": "Children",
1120
+ "canonicalReference": "@alloy-js/core!Children:type"
1121
+ },
1122
+ {
1123
+ "kind": "Content",
1124
+ "text": "[]"
1125
+ },
1126
+ {
1127
+ "kind": "Content",
1128
+ "text": ";"
1129
+ }
1130
+ ],
1131
+ "isReadonly": false,
1132
+ "isOptional": true,
1133
+ "releaseTag": "Public",
1134
+ "name": "indexerArgs",
1135
+ "propertyTypeTokenRange": {
1136
+ "startIndex": 1,
1137
+ "endIndex": 3
1138
+ }
1139
+ },
1140
+ {
1141
+ "kind": "PropertySignature",
1142
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#nullable:member",
1143
+ "docComment": "/**\n * Whether this part could possibly be null. Will guard member and element\n * access with a conditional access operator. Passing this is not necessary if\n * you provide a symbol or refkey and the symbol's nullable flag is set.\n */\n",
1144
+ "excerptTokens": [
1145
+ {
1146
+ "kind": "Content",
1147
+ "text": "nullable?: "
1148
+ },
1149
+ {
1150
+ "kind": "Content",
1151
+ "text": "boolean"
1152
+ },
1153
+ {
1154
+ "kind": "Content",
1155
+ "text": ";"
1156
+ }
1157
+ ],
1158
+ "isReadonly": false,
1159
+ "isOptional": true,
1160
+ "releaseTag": "Public",
1161
+ "name": "nullable",
1162
+ "propertyTypeTokenRange": {
1163
+ "startIndex": 1,
1164
+ "endIndex": 2
1165
+ }
1166
+ },
1167
+ {
1168
+ "kind": "PropertySignature",
1169
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#refkey:member",
1170
+ "docComment": "/**\n * A refkey for the symbol whose name becomes this part's identifier. When a refkey is provided for the first\n * part, it will be fully resolved. Otherwise, just the symbol's name is used.\n */\n",
1171
+ "excerptTokens": [
1172
+ {
1173
+ "kind": "Content",
1174
+ "text": "refkey?: "
1175
+ },
1176
+ {
1177
+ "kind": "Reference",
1178
+ "text": "Refkeyable",
1179
+ "canonicalReference": "@alloy-js/core!Refkeyable:type"
1180
+ },
1181
+ {
1182
+ "kind": "Content",
1183
+ "text": ";"
1184
+ }
1185
+ ],
1186
+ "isReadonly": false,
1187
+ "isOptional": true,
1188
+ "releaseTag": "Public",
1189
+ "name": "refkey",
1190
+ "propertyTypeTokenRange": {
1191
+ "startIndex": 1,
1192
+ "endIndex": 2
1193
+ }
1194
+ },
1195
+ {
1196
+ "kind": "PropertySignature",
1197
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#symbol:member",
1198
+ "docComment": "/**\n * The symbol whose name becomes this part's identifier.\n */\n",
1199
+ "excerptTokens": [
1200
+ {
1201
+ "kind": "Content",
1202
+ "text": "symbol?: "
1203
+ },
1204
+ {
1205
+ "kind": "Reference",
1206
+ "text": "CSharpSymbol",
1207
+ "canonicalReference": "@alloy-js/csharp!CSharpSymbol:class"
1208
+ },
1209
+ {
1210
+ "kind": "Content",
1211
+ "text": ";"
1212
+ }
1213
+ ],
1214
+ "isReadonly": false,
1215
+ "isOptional": true,
1216
+ "releaseTag": "Public",
1217
+ "name": "symbol",
1218
+ "propertyTypeTokenRange": {
1219
+ "startIndex": 1,
1220
+ "endIndex": 2
1221
+ }
1222
+ },
1223
+ {
1224
+ "kind": "PropertySignature",
1225
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionPartProps#typeArgs:member",
1226
+ "docComment": "/**\n * Type arguments to pass to a member access.\n */\n",
1227
+ "excerptTokens": [
1228
+ {
1229
+ "kind": "Content",
1230
+ "text": "typeArgs?: "
1231
+ },
1232
+ {
1233
+ "kind": "Reference",
1234
+ "text": "Children",
1235
+ "canonicalReference": "@alloy-js/core!Children:type"
1236
+ },
1237
+ {
1238
+ "kind": "Content",
1239
+ "text": "[]"
1240
+ },
1241
+ {
1242
+ "kind": "Content",
1243
+ "text": ";"
1244
+ }
1245
+ ],
1246
+ "isReadonly": false,
1247
+ "isOptional": true,
1248
+ "releaseTag": "Public",
1249
+ "name": "typeArgs",
1250
+ "propertyTypeTokenRange": {
1251
+ "startIndex": 1,
1252
+ "endIndex": 3
1253
+ }
1254
+ }
1255
+ ],
1256
+ "extendsTokenRanges": []
1257
+ },
1258
+ {
1259
+ "kind": "Interface",
1260
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionProps:interface",
1261
+ "docComment": "",
1262
+ "excerptTokens": [
1263
+ {
1264
+ "kind": "Content",
1265
+ "text": "export interface AccessExpressionProps "
1266
+ }
1267
+ ],
1268
+ "fileUrlPath": "src/components/access-expression/access-expression.tsx",
1269
+ "releaseTag": "Public",
1270
+ "name": "AccessExpressionProps",
1271
+ "preserveMemberOrder": false,
1272
+ "members": [
1273
+ {
1274
+ "kind": "PropertySignature",
1275
+ "canonicalReference": "@alloy-js/csharp!AccessExpressionProps#children:member",
1276
+ "docComment": "",
1277
+ "excerptTokens": [
1278
+ {
1279
+ "kind": "Content",
1280
+ "text": "children: "
1281
+ },
1282
+ {
1283
+ "kind": "Reference",
1284
+ "text": "Children",
1285
+ "canonicalReference": "@alloy-js/core!Children:type"
1286
+ },
1287
+ {
1288
+ "kind": "Content",
1289
+ "text": ";"
1290
+ }
1291
+ ],
1292
+ "isReadonly": false,
1293
+ "isOptional": false,
1294
+ "releaseTag": "Public",
1295
+ "name": "children",
1296
+ "propertyTypeTokenRange": {
1297
+ "startIndex": 1,
1298
+ "endIndex": 2
1299
+ }
1300
+ }
1301
+ ],
1302
+ "extendsTokenRanges": []
1303
+ },
175
1304
  {
176
1305
  "kind": "Function",
177
1306
  "canonicalReference": "@alloy-js/csharp!accessibilityFromProps:function(1)",
@@ -1161,6 +2290,82 @@
1161
2290
  }
1162
2291
  ]
1163
2292
  },
2293
+ {
2294
+ "kind": "Interface",
2295
+ "canonicalReference": "@alloy-js/csharp!ClassDescriptor:interface",
2296
+ "docComment": "",
2297
+ "excerptTokens": [
2298
+ {
2299
+ "kind": "Content",
2300
+ "text": "export interface ClassDescriptor<M> extends "
2301
+ },
2302
+ {
2303
+ "kind": "Reference",
2304
+ "text": "NamedTypeDescriptor",
2305
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor:interface"
2306
+ },
2307
+ {
2308
+ "kind": "Content",
2309
+ "text": "<M>"
2310
+ },
2311
+ {
2312
+ "kind": "Content",
2313
+ "text": " "
2314
+ }
2315
+ ],
2316
+ "fileUrlPath": "src/create-library.ts",
2317
+ "releaseTag": "Public",
2318
+ "typeParameters": [
2319
+ {
2320
+ "typeParameterName": "M",
2321
+ "constraintTokenRange": {
2322
+ "startIndex": 0,
2323
+ "endIndex": 0
2324
+ },
2325
+ "defaultTypeTokenRange": {
2326
+ "startIndex": 0,
2327
+ "endIndex": 0
2328
+ }
2329
+ }
2330
+ ],
2331
+ "name": "ClassDescriptor",
2332
+ "preserveMemberOrder": false,
2333
+ "members": [
2334
+ {
2335
+ "kind": "PropertySignature",
2336
+ "canonicalReference": "@alloy-js/csharp!ClassDescriptor#kind:member",
2337
+ "docComment": "",
2338
+ "excerptTokens": [
2339
+ {
2340
+ "kind": "Content",
2341
+ "text": "kind: "
2342
+ },
2343
+ {
2344
+ "kind": "Content",
2345
+ "text": "\"class\""
2346
+ },
2347
+ {
2348
+ "kind": "Content",
2349
+ "text": ";"
2350
+ }
2351
+ ],
2352
+ "isReadonly": false,
2353
+ "isOptional": false,
2354
+ "releaseTag": "Public",
2355
+ "name": "kind",
2356
+ "propertyTypeTokenRange": {
2357
+ "startIndex": 1,
2358
+ "endIndex": 2
2359
+ }
2360
+ }
2361
+ ],
2362
+ "extendsTokenRanges": [
2363
+ {
2364
+ "startIndex": 1,
2365
+ "endIndex": 3
2366
+ }
2367
+ ]
2368
+ },
1164
2369
  {
1165
2370
  "kind": "Interface",
1166
2371
  "canonicalReference": "@alloy-js/csharp!ClassModifiers:interface",
@@ -1725,6 +2930,107 @@
1725
2930
  ],
1726
2931
  "name": "createFieldSymbol"
1727
2932
  },
2933
+ {
2934
+ "kind": "Function",
2935
+ "canonicalReference": "@alloy-js/csharp!createLibrary:function(1)",
2936
+ "docComment": "",
2937
+ "excerptTokens": [
2938
+ {
2939
+ "kind": "Content",
2940
+ "text": "export declare function createLibrary<T extends "
2941
+ },
2942
+ {
2943
+ "kind": "Reference",
2944
+ "text": "Record",
2945
+ "canonicalReference": "!Record:type"
2946
+ },
2947
+ {
2948
+ "kind": "Content",
2949
+ "text": "<string, "
2950
+ },
2951
+ {
2952
+ "kind": "Reference",
2953
+ "text": "Descriptor",
2954
+ "canonicalReference": "@alloy-js/csharp!Descriptor:type"
2955
+ },
2956
+ {
2957
+ "kind": "Content",
2958
+ "text": ">"
2959
+ },
2960
+ {
2961
+ "kind": "Content",
2962
+ "text": ">(rootNs: "
2963
+ },
2964
+ {
2965
+ "kind": "Content",
2966
+ "text": "string"
2967
+ },
2968
+ {
2969
+ "kind": "Content",
2970
+ "text": ", props: "
2971
+ },
2972
+ {
2973
+ "kind": "Content",
2974
+ "text": "T"
2975
+ },
2976
+ {
2977
+ "kind": "Content",
2978
+ "text": "): "
2979
+ },
2980
+ {
2981
+ "kind": "Reference",
2982
+ "text": "LibraryFrom",
2983
+ "canonicalReference": "@alloy-js/csharp!LibraryFrom:type"
2984
+ },
2985
+ {
2986
+ "kind": "Content",
2987
+ "text": "<T>"
2988
+ },
2989
+ {
2990
+ "kind": "Content",
2991
+ "text": ";"
2992
+ }
2993
+ ],
2994
+ "fileUrlPath": "src/create-library.ts",
2995
+ "returnTypeTokenRange": {
2996
+ "startIndex": 10,
2997
+ "endIndex": 12
2998
+ },
2999
+ "releaseTag": "Public",
3000
+ "overloadIndex": 1,
3001
+ "parameters": [
3002
+ {
3003
+ "parameterName": "rootNs",
3004
+ "parameterTypeTokenRange": {
3005
+ "startIndex": 6,
3006
+ "endIndex": 7
3007
+ },
3008
+ "isOptional": false
3009
+ },
3010
+ {
3011
+ "parameterName": "props",
3012
+ "parameterTypeTokenRange": {
3013
+ "startIndex": 8,
3014
+ "endIndex": 9
3015
+ },
3016
+ "isOptional": false
3017
+ }
3018
+ ],
3019
+ "typeParameters": [
3020
+ {
3021
+ "typeParameterName": "T",
3022
+ "constraintTokenRange": {
3023
+ "startIndex": 1,
3024
+ "endIndex": 5
3025
+ },
3026
+ "defaultTypeTokenRange": {
3027
+ "startIndex": 0,
3028
+ "endIndex": 0
3029
+ }
3030
+ }
3031
+ ],
3032
+ "name": "createLibrary"
3033
+ },
1728
3034
  {
1729
3035
  "kind": "Function",
1730
3036
  "canonicalReference": "@alloy-js/csharp!createMethodScope:function(1)",
@@ -2056,11 +3362,38 @@
2056
3362
  "excerptTokens": [
2057
3363
  {
2058
3364
  "kind": "Content",
2059
- "text": "export declare function createNamespaceSymbol(name: "
3365
+ "text": "export declare function createNamespaceSymbol(name: "
3366
+ },
3367
+ {
3368
+ "kind": "Content",
3369
+ "text": "string | "
3370
+ },
3371
+ {
3372
+ "kind": "Reference",
3373
+ "text": "Namekey",
3374
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
3375
+ },
3376
+ {
3377
+ "kind": "Content",
3378
+ "text": " | (string | "
3379
+ },
3380
+ {
3381
+ "kind": "Reference",
3382
+ "text": "Namekey",
3383
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
3384
+ },
3385
+ {
3386
+ "kind": "Content",
3387
+ "text": ")[]"
2060
3388
  },
2061
3389
  {
2062
3390
  "kind": "Content",
2063
- "text": "string"
3391
+ "text": ", options?: "
3392
+ },
3393
+ {
3394
+ "kind": "Reference",
3395
+ "text": "CSharpSymbolOptions",
3396
+ "canonicalReference": "@alloy-js/csharp!CSharpSymbolOptions:interface"
2064
3397
  },
2065
3398
  {
2066
3399
  "kind": "Content",
@@ -2078,8 +3411,8 @@
2078
3411
  ],
2079
3412
  "fileUrlPath": "src/symbols/factories.ts",
2080
3413
  "returnTypeTokenRange": {
2081
- "startIndex": 3,
2082
- "endIndex": 4
3414
+ "startIndex": 9,
3415
+ "endIndex": 10
2083
3416
  },
2084
3417
  "releaseTag": "Public",
2085
3418
  "overloadIndex": 1,
@@ -2088,9 +3421,17 @@
2088
3421
  "parameterName": "name",
2089
3422
  "parameterTypeTokenRange": {
2090
3423
  "startIndex": 1,
2091
- "endIndex": 2
3424
+ "endIndex": 6
2092
3425
  },
2093
3426
  "isOptional": false
3427
+ },
3428
+ {
3429
+ "parameterName": "options",
3430
+ "parameterTypeTokenRange": {
3431
+ "startIndex": 7,
3432
+ "endIndex": 8
3433
+ },
3434
+ "isOptional": true
2094
3435
  }
2095
3436
  ],
2096
3437
  "name": "createNamespaceSymbol"
@@ -2510,7 +3851,7 @@
2510
3851
  },
2511
3852
  {
2512
3853
  "kind": "Content",
2513
- "text": "\"class\" | \"constant\" | \"variable\" | \"struct\" | \"enum\" | \"enum-member\" | \"function\" | \"interface\" | \"record\" | \"class-member-private\" | \"class-member-public\" | \"class-method\" | \"class-property\" | \"parameter\" | \"type-parameter\""
3854
+ "text": "\"class\" | \"constant\" | \"variable\" | \"struct\" | \"enum\" | \"enum-member\" | \"function\" | \"interface\" | \"record\" | \"class-member-private\" | \"class-member-public\" | \"class-method\" | \"class-property\" | \"parameter\" | \"type-parameter\" | \"namespace\""
2514
3855
  },
2515
3856
  {
2516
3857
  "kind": "Content",
@@ -4725,6 +6066,114 @@
4725
6066
  "endIndex": 2
4726
6067
  }
4727
6068
  },
6069
+ {
6070
+ "kind": "TypeAlias",
6071
+ "canonicalReference": "@alloy-js/csharp!Descriptor:type",
6072
+ "docComment": "",
6073
+ "excerptTokens": [
6074
+ {
6075
+ "kind": "Content",
6076
+ "text": "export type Descriptor = "
6077
+ },
6078
+ {
6079
+ "kind": "Reference",
6080
+ "text": "FieldDescriptor",
6081
+ "canonicalReference": "@alloy-js/csharp!FieldDescriptor:interface"
6082
+ },
6083
+ {
6084
+ "kind": "Content",
6085
+ "text": " | "
6086
+ },
6087
+ {
6088
+ "kind": "Reference",
6089
+ "text": "MethodDescriptor",
6090
+ "canonicalReference": "@alloy-js/csharp!MethodDescriptor:interface"
6091
+ },
6092
+ {
6093
+ "kind": "Content",
6094
+ "text": " | "
6095
+ },
6096
+ {
6097
+ "kind": "Reference",
6098
+ "text": "PropertyDescriptor",
6099
+ "canonicalReference": "@alloy-js/csharp!PropertyDescriptor_2:interface"
6100
+ },
6101
+ {
6102
+ "kind": "Content",
6103
+ "text": " | "
6104
+ },
6105
+ {
6106
+ "kind": "Reference",
6107
+ "text": "NamespaceDescriptor",
6108
+ "canonicalReference": "@alloy-js/csharp!NamespaceDescriptor:interface"
6109
+ },
6110
+ {
6111
+ "kind": "Content",
6112
+ "text": "<any> | "
6113
+ },
6114
+ {
6115
+ "kind": "Reference",
6116
+ "text": "ClassDescriptor",
6117
+ "canonicalReference": "@alloy-js/csharp!ClassDescriptor:interface"
6118
+ },
6119
+ {
6120
+ "kind": "Content",
6121
+ "text": "<any> | "
6122
+ },
6123
+ {
6124
+ "kind": "Reference",
6125
+ "text": "InterfaceDescriptor",
6126
+ "canonicalReference": "@alloy-js/csharp!InterfaceDescriptor:interface"
6127
+ },
6128
+ {
6129
+ "kind": "Content",
6130
+ "text": "<any> | "
6131
+ },
6132
+ {
6133
+ "kind": "Reference",
6134
+ "text": "EnumDescriptor",
6135
+ "canonicalReference": "@alloy-js/csharp!EnumDescriptor:interface"
6136
+ },
6137
+ {
6138
+ "kind": "Content",
6139
+ "text": "<any> | "
6140
+ },
6141
+ {
6142
+ "kind": "Reference",
6143
+ "text": "StructDescriptor",
6144
+ "canonicalReference": "@alloy-js/csharp!StructDescriptor:interface"
6145
+ },
6146
+ {
6147
+ "kind": "Content",
6148
+ "text": "<any> | "
6149
+ },
6150
+ {
6151
+ "kind": "Reference",
6152
+ "text": "RecordDescriptor",
6153
+ "canonicalReference": "@alloy-js/csharp!RecordDescriptor:interface"
6154
+ },
6155
+ {
6156
+ "kind": "Content",
6157
+ "text": "<any> | "
6158
+ },
6159
+ {
6160
+ "kind": "Reference",
6161
+ "text": "GenericDescriptor",
6162
+ "canonicalReference": "@alloy-js/csharp!GenericDescriptor:interface"
6163
+ },
6164
+ {
6165
+ "kind": "Content",
6166
+ "text": ";"
6167
+ }
6168
+ ],
6169
+ "fileUrlPath": "src/create-library.ts",
6170
+ "releaseTag": "Public",
6171
+ "name": "Descriptor",
6172
+ "typeTokenRange": {
6173
+ "startIndex": 1,
6174
+ "endIndex": 20
6175
+ }
6176
+ },
4728
6177
  {
4729
6178
  "kind": "Function",
4730
6179
  "canonicalReference": "@alloy-js/csharp!DocC:function(1)",
@@ -6379,29 +7828,219 @@
6379
7828
  "overloadIndex": 1,
6380
7829
  "parameters": [
6381
7830
  {
6382
- "parameterName": "props",
6383
- "parameterTypeTokenRange": {
7831
+ "parameterName": "props",
7832
+ "parameterTypeTokenRange": {
7833
+ "startIndex": 1,
7834
+ "endIndex": 2
7835
+ },
7836
+ "isOptional": false
7837
+ }
7838
+ ],
7839
+ "name": "DocValue"
7840
+ },
7841
+ {
7842
+ "kind": "Function",
7843
+ "canonicalReference": "@alloy-js/csharp!DocWhen:function(1)",
7844
+ "docComment": "/**\n * Conditionally render the given doc in a <DocComment /> component and tail with a line\n */\n",
7845
+ "excerptTokens": [
7846
+ {
7847
+ "kind": "Content",
7848
+ "text": "export declare function DocWhen(props: "
7849
+ },
7850
+ {
7851
+ "kind": "Reference",
7852
+ "text": "DocWhenProps",
7853
+ "canonicalReference": "@alloy-js/csharp!DocWhenProps:interface"
7854
+ },
7855
+ {
7856
+ "kind": "Content",
7857
+ "text": "): "
7858
+ },
7859
+ {
7860
+ "kind": "Reference",
7861
+ "text": "Children",
7862
+ "canonicalReference": "@alloy-js/core!Children:type"
7863
+ },
7864
+ {
7865
+ "kind": "Content",
7866
+ "text": ";"
7867
+ }
7868
+ ],
7869
+ "fileUrlPath": "src/components/doc/comment.tsx",
7870
+ "returnTypeTokenRange": {
7871
+ "startIndex": 3,
7872
+ "endIndex": 4
7873
+ },
7874
+ "releaseTag": "Public",
7875
+ "overloadIndex": 1,
7876
+ "parameters": [
7877
+ {
7878
+ "parameterName": "props",
7879
+ "parameterTypeTokenRange": {
7880
+ "startIndex": 1,
7881
+ "endIndex": 2
7882
+ },
7883
+ "isOptional": false
7884
+ }
7885
+ ],
7886
+ "name": "DocWhen"
7887
+ },
7888
+ {
7889
+ "kind": "Interface",
7890
+ "canonicalReference": "@alloy-js/csharp!DocWhenProps:interface",
7891
+ "docComment": "",
7892
+ "excerptTokens": [
7893
+ {
7894
+ "kind": "Content",
7895
+ "text": "export interface DocWhenProps "
7896
+ }
7897
+ ],
7898
+ "fileUrlPath": "src/components/doc/comment.tsx",
7899
+ "releaseTag": "Public",
7900
+ "name": "DocWhenProps",
7901
+ "preserveMemberOrder": false,
7902
+ "members": [
7903
+ {
7904
+ "kind": "PropertySignature",
7905
+ "canonicalReference": "@alloy-js/csharp!DocWhenProps#doc:member",
7906
+ "docComment": "",
7907
+ "excerptTokens": [
7908
+ {
7909
+ "kind": "Content",
7910
+ "text": "doc: "
7911
+ },
7912
+ {
7913
+ "kind": "Reference",
7914
+ "text": "Children",
7915
+ "canonicalReference": "@alloy-js/core!Children:type"
7916
+ },
7917
+ {
7918
+ "kind": "Content",
7919
+ "text": " | undefined"
7920
+ },
7921
+ {
7922
+ "kind": "Content",
7923
+ "text": ";"
7924
+ }
7925
+ ],
7926
+ "isReadonly": false,
7927
+ "isOptional": false,
7928
+ "releaseTag": "Public",
7929
+ "name": "doc",
7930
+ "propertyTypeTokenRange": {
7931
+ "startIndex": 1,
7932
+ "endIndex": 3
7933
+ }
7934
+ }
7935
+ ],
7936
+ "extendsTokenRanges": []
7937
+ },
7938
+ {
7939
+ "kind": "Function",
7940
+ "canonicalReference": "@alloy-js/csharp!ElseClause:function(1)",
7941
+ "docComment": "/**\n * The else clause of an if statement.\n */\n",
7942
+ "excerptTokens": [
7943
+ {
7944
+ "kind": "Content",
7945
+ "text": "export declare function ElseClause(props: "
7946
+ },
7947
+ {
7948
+ "kind": "Reference",
7949
+ "text": "ElseClauseProps",
7950
+ "canonicalReference": "@alloy-js/csharp!ElseClauseProps:interface"
7951
+ },
7952
+ {
7953
+ "kind": "Content",
7954
+ "text": "): "
7955
+ },
7956
+ {
7957
+ "kind": "Reference",
7958
+ "text": "Children",
7959
+ "canonicalReference": "@alloy-js/core!Children:type"
7960
+ },
7961
+ {
7962
+ "kind": "Content",
7963
+ "text": ";"
7964
+ }
7965
+ ],
7966
+ "fileUrlPath": "src/components/if/if-statement.tsx",
7967
+ "returnTypeTokenRange": {
7968
+ "startIndex": 3,
7969
+ "endIndex": 4
7970
+ },
7971
+ "releaseTag": "Public",
7972
+ "overloadIndex": 1,
7973
+ "parameters": [
7974
+ {
7975
+ "parameterName": "props",
7976
+ "parameterTypeTokenRange": {
7977
+ "startIndex": 1,
7978
+ "endIndex": 2
7979
+ },
7980
+ "isOptional": false
7981
+ }
7982
+ ],
7983
+ "name": "ElseClause"
7984
+ },
7985
+ {
7986
+ "kind": "Interface",
7987
+ "canonicalReference": "@alloy-js/csharp!ElseClauseProps:interface",
7988
+ "docComment": "",
7989
+ "excerptTokens": [
7990
+ {
7991
+ "kind": "Content",
7992
+ "text": "export interface ElseClauseProps "
7993
+ }
7994
+ ],
7995
+ "fileUrlPath": "src/components/if/if-statement.tsx",
7996
+ "releaseTag": "Public",
7997
+ "name": "ElseClauseProps",
7998
+ "preserveMemberOrder": false,
7999
+ "members": [
8000
+ {
8001
+ "kind": "PropertySignature",
8002
+ "canonicalReference": "@alloy-js/csharp!ElseClauseProps#children:member",
8003
+ "docComment": "",
8004
+ "excerptTokens": [
8005
+ {
8006
+ "kind": "Content",
8007
+ "text": "children: "
8008
+ },
8009
+ {
8010
+ "kind": "Reference",
8011
+ "text": "Children",
8012
+ "canonicalReference": "@alloy-js/core!Children:type"
8013
+ },
8014
+ {
8015
+ "kind": "Content",
8016
+ "text": ";"
8017
+ }
8018
+ ],
8019
+ "isReadonly": false,
8020
+ "isOptional": false,
8021
+ "releaseTag": "Public",
8022
+ "name": "children",
8023
+ "propertyTypeTokenRange": {
6384
8024
  "startIndex": 1,
6385
8025
  "endIndex": 2
6386
- },
6387
- "isOptional": false
8026
+ }
6388
8027
  }
6389
8028
  ],
6390
- "name": "DocValue"
8029
+ "extendsTokenRanges": []
6391
8030
  },
6392
8031
  {
6393
8032
  "kind": "Function",
6394
- "canonicalReference": "@alloy-js/csharp!DocWhen:function(1)",
6395
- "docComment": "/**\n * Conditionally render the given doc in a <DocComment /> component and tail with a line\n */\n",
8033
+ "canonicalReference": "@alloy-js/csharp!ElseIfClause:function(1)",
8034
+ "docComment": "/**\n * An else clause with an if statement.\n */\n",
6396
8035
  "excerptTokens": [
6397
8036
  {
6398
8037
  "kind": "Content",
6399
- "text": "export declare function DocWhen(props: "
8038
+ "text": "export declare function ElseIfClause(props: "
6400
8039
  },
6401
8040
  {
6402
8041
  "kind": "Reference",
6403
- "text": "DocWhenProps",
6404
- "canonicalReference": "@alloy-js/csharp!DocWhenProps:interface"
8042
+ "text": "ElseIfClauseProps",
8043
+ "canonicalReference": "@alloy-js/csharp!ElseIfClauseProps:interface"
6405
8044
  },
6406
8045
  {
6407
8046
  "kind": "Content",
@@ -6417,7 +8056,7 @@
6417
8056
  "text": ";"
6418
8057
  }
6419
8058
  ],
6420
- "fileUrlPath": "src/components/doc/comment.tsx",
8059
+ "fileUrlPath": "src/components/if/if-statement.tsx",
6421
8060
  "returnTypeTokenRange": {
6422
8061
  "startIndex": 3,
6423
8062
  "endIndex": 4
@@ -6434,31 +8073,31 @@
6434
8073
  "isOptional": false
6435
8074
  }
6436
8075
  ],
6437
- "name": "DocWhen"
8076
+ "name": "ElseIfClause"
6438
8077
  },
6439
8078
  {
6440
8079
  "kind": "Interface",
6441
- "canonicalReference": "@alloy-js/csharp!DocWhenProps:interface",
8080
+ "canonicalReference": "@alloy-js/csharp!ElseIfClauseProps:interface",
6442
8081
  "docComment": "",
6443
8082
  "excerptTokens": [
6444
8083
  {
6445
8084
  "kind": "Content",
6446
- "text": "export interface DocWhenProps "
8085
+ "text": "export interface ElseIfClauseProps "
6447
8086
  }
6448
8087
  ],
6449
- "fileUrlPath": "src/components/doc/comment.tsx",
8088
+ "fileUrlPath": "src/components/if/if-statement.tsx",
6450
8089
  "releaseTag": "Public",
6451
- "name": "DocWhenProps",
8090
+ "name": "ElseIfClauseProps",
6452
8091
  "preserveMemberOrder": false,
6453
8092
  "members": [
6454
8093
  {
6455
8094
  "kind": "PropertySignature",
6456
- "canonicalReference": "@alloy-js/csharp!DocWhenProps#doc:member",
8095
+ "canonicalReference": "@alloy-js/csharp!ElseIfClauseProps#children:member",
6457
8096
  "docComment": "",
6458
8097
  "excerptTokens": [
6459
8098
  {
6460
8099
  "kind": "Content",
6461
- "text": "doc: "
8100
+ "text": "children: "
6462
8101
  },
6463
8102
  {
6464
8103
  "kind": "Reference",
@@ -6467,7 +8106,31 @@
6467
8106
  },
6468
8107
  {
6469
8108
  "kind": "Content",
6470
- "text": " | undefined"
8109
+ "text": ";"
8110
+ }
8111
+ ],
8112
+ "isReadonly": false,
8113
+ "isOptional": false,
8114
+ "releaseTag": "Public",
8115
+ "name": "children",
8116
+ "propertyTypeTokenRange": {
8117
+ "startIndex": 1,
8118
+ "endIndex": 2
8119
+ }
8120
+ },
8121
+ {
8122
+ "kind": "PropertySignature",
8123
+ "canonicalReference": "@alloy-js/csharp!ElseIfClauseProps#condition:member",
8124
+ "docComment": "",
8125
+ "excerptTokens": [
8126
+ {
8127
+ "kind": "Content",
8128
+ "text": "condition: "
8129
+ },
8130
+ {
8131
+ "kind": "Reference",
8132
+ "text": "Children",
8133
+ "canonicalReference": "@alloy-js/core!Children:type"
6471
8134
  },
6472
8135
  {
6473
8136
  "kind": "Content",
@@ -6477,10 +8140,10 @@
6477
8140
  "isReadonly": false,
6478
8141
  "isOptional": false,
6479
8142
  "releaseTag": "Public",
6480
- "name": "doc",
8143
+ "name": "condition",
6481
8144
  "propertyTypeTokenRange": {
6482
8145
  "startIndex": 1,
6483
- "endIndex": 3
8146
+ "endIndex": 2
6484
8147
  }
6485
8148
  }
6486
8149
  ],
@@ -6596,7 +8259,12 @@
6596
8259
  },
6597
8260
  {
6598
8261
  "kind": "Content",
6599
- "text": "string"
8262
+ "text": "string | "
8263
+ },
8264
+ {
8265
+ "kind": "Reference",
8266
+ "text": "Namekey",
8267
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
6600
8268
  },
6601
8269
  {
6602
8270
  "kind": "Content",
@@ -6609,7 +8277,7 @@
6609
8277
  "name": "name",
6610
8278
  "propertyTypeTokenRange": {
6611
8279
  "startIndex": 1,
6612
- "endIndex": 2
8280
+ "endIndex": 3
6613
8281
  }
6614
8282
  },
6615
8283
  {
@@ -6661,6 +8329,82 @@
6661
8329
  }
6662
8330
  ]
6663
8331
  },
8332
+ {
8333
+ "kind": "Interface",
8334
+ "canonicalReference": "@alloy-js/csharp!EnumDescriptor:interface",
8335
+ "docComment": "",
8336
+ "excerptTokens": [
8337
+ {
8338
+ "kind": "Content",
8339
+ "text": "export interface EnumDescriptor<M> extends "
8340
+ },
8341
+ {
8342
+ "kind": "Reference",
8343
+ "text": "NamedTypeDescriptor",
8344
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor:interface"
8345
+ },
8346
+ {
8347
+ "kind": "Content",
8348
+ "text": "<M>"
8349
+ },
8350
+ {
8351
+ "kind": "Content",
8352
+ "text": " "
8353
+ }
8354
+ ],
8355
+ "fileUrlPath": "src/create-library.ts",
8356
+ "releaseTag": "Public",
8357
+ "typeParameters": [
8358
+ {
8359
+ "typeParameterName": "M",
8360
+ "constraintTokenRange": {
8361
+ "startIndex": 0,
8362
+ "endIndex": 0
8363
+ },
8364
+ "defaultTypeTokenRange": {
8365
+ "startIndex": 0,
8366
+ "endIndex": 0
8367
+ }
8368
+ }
8369
+ ],
8370
+ "name": "EnumDescriptor",
8371
+ "preserveMemberOrder": false,
8372
+ "members": [
8373
+ {
8374
+ "kind": "PropertySignature",
8375
+ "canonicalReference": "@alloy-js/csharp!EnumDescriptor#kind:member",
8376
+ "docComment": "",
8377
+ "excerptTokens": [
8378
+ {
8379
+ "kind": "Content",
8380
+ "text": "kind: "
8381
+ },
8382
+ {
8383
+ "kind": "Content",
8384
+ "text": "\"enum\""
8385
+ },
8386
+ {
8387
+ "kind": "Content",
8388
+ "text": ";"
8389
+ }
8390
+ ],
8391
+ "isReadonly": false,
8392
+ "isOptional": false,
8393
+ "releaseTag": "Public",
8394
+ "name": "kind",
8395
+ "propertyTypeTokenRange": {
8396
+ "startIndex": 1,
8397
+ "endIndex": 2
8398
+ }
8399
+ }
8400
+ ],
8401
+ "extendsTokenRanges": [
8402
+ {
8403
+ "startIndex": 1,
8404
+ "endIndex": 3
8405
+ }
8406
+ ]
8407
+ },
6664
8408
  {
6665
8409
  "kind": "Function",
6666
8410
  "canonicalReference": "@alloy-js/csharp!EnumMember:function(1)",
@@ -6738,7 +8482,12 @@
6738
8482
  },
6739
8483
  {
6740
8484
  "kind": "Content",
6741
- "text": "string"
8485
+ "text": "string | "
8486
+ },
8487
+ {
8488
+ "kind": "Reference",
8489
+ "text": "Namekey",
8490
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
6742
8491
  },
6743
8492
  {
6744
8493
  "kind": "Content",
@@ -6751,7 +8500,7 @@
6751
8500
  "name": "name",
6752
8501
  "propertyTypeTokenRange": {
6753
8502
  "startIndex": 1,
6754
- "endIndex": 2
8503
+ "endIndex": 3
6755
8504
  }
6756
8505
  },
6757
8506
  {
@@ -6832,6 +8581,65 @@
6832
8581
  ],
6833
8582
  "name": "Field"
6834
8583
  },
8584
+ {
8585
+ "kind": "Interface",
8586
+ "canonicalReference": "@alloy-js/csharp!FieldDescriptor:interface",
8587
+ "docComment": "",
8588
+ "excerptTokens": [
8589
+ {
8590
+ "kind": "Content",
8591
+ "text": "export interface FieldDescriptor extends "
8592
+ },
8593
+ {
8594
+ "kind": "Reference",
8595
+ "text": "MemberDescriptor",
8596
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor:interface"
8597
+ },
8598
+ {
8599
+ "kind": "Content",
8600
+ "text": " "
8601
+ }
8602
+ ],
8603
+ "fileUrlPath": "src/create-library.ts",
8604
+ "releaseTag": "Public",
8605
+ "name": "FieldDescriptor",
8606
+ "preserveMemberOrder": false,
8607
+ "members": [
8608
+ {
8609
+ "kind": "PropertySignature",
8610
+ "canonicalReference": "@alloy-js/csharp!FieldDescriptor#kind:member",
8611
+ "docComment": "",
8612
+ "excerptTokens": [
8613
+ {
8614
+ "kind": "Content",
8615
+ "text": "kind: "
8616
+ },
8617
+ {
8618
+ "kind": "Content",
8619
+ "text": "\"field\""
8620
+ },
8621
+ {
8622
+ "kind": "Content",
8623
+ "text": ";"
8624
+ }
8625
+ ],
8626
+ "isReadonly": false,
8627
+ "isOptional": false,
8628
+ "releaseTag": "Public",
8629
+ "name": "kind",
8630
+ "propertyTypeTokenRange": {
8631
+ "startIndex": 1,
8632
+ "endIndex": 2
8633
+ }
8634
+ }
8635
+ ],
8636
+ "extendsTokenRanges": [
8637
+ {
8638
+ "startIndex": 1,
8639
+ "endIndex": 2
8640
+ }
8641
+ ]
8642
+ },
6835
8643
  {
6836
8644
  "kind": "Interface",
6837
8645
  "canonicalReference": "@alloy-js/csharp!FieldModifiers:interface",
@@ -7030,7 +8838,12 @@
7030
8838
  },
7031
8839
  {
7032
8840
  "kind": "Content",
7033
- "text": "string"
8841
+ "text": "string | "
8842
+ },
8843
+ {
8844
+ "kind": "Reference",
8845
+ "text": "Namekey",
8846
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
7034
8847
  },
7035
8848
  {
7036
8849
  "kind": "Content",
@@ -7043,7 +8856,7 @@
7043
8856
  "name": "name",
7044
8857
  "propertyTypeTokenRange": {
7045
8858
  "startIndex": 1,
7046
- "endIndex": 2
8859
+ "endIndex": 3
7047
8860
  }
7048
8861
  },
7049
8862
  {
@@ -7076,17 +8889,71 @@
7076
8889
  },
7077
8890
  {
7078
8891
  "kind": "PropertySignature",
7079
- "canonicalReference": "@alloy-js/csharp!FieldProps#type:member",
8892
+ "canonicalReference": "@alloy-js/csharp!FieldProps#type:member",
8893
+ "docComment": "",
8894
+ "excerptTokens": [
8895
+ {
8896
+ "kind": "Content",
8897
+ "text": "type: "
8898
+ },
8899
+ {
8900
+ "kind": "Reference",
8901
+ "text": "Children",
8902
+ "canonicalReference": "@alloy-js/core!Children:type"
8903
+ },
8904
+ {
8905
+ "kind": "Content",
8906
+ "text": ";"
8907
+ }
8908
+ ],
8909
+ "isReadonly": false,
8910
+ "isOptional": false,
8911
+ "releaseTag": "Public",
8912
+ "name": "type",
8913
+ "propertyTypeTokenRange": {
8914
+ "startIndex": 1,
8915
+ "endIndex": 2
8916
+ }
8917
+ }
8918
+ ],
8919
+ "extendsTokenRanges": [
8920
+ {
8921
+ "startIndex": 1,
8922
+ "endIndex": 2
8923
+ },
8924
+ {
8925
+ "startIndex": 3,
8926
+ "endIndex": 4
8927
+ }
8928
+ ]
8929
+ },
8930
+ {
8931
+ "kind": "Interface",
8932
+ "canonicalReference": "@alloy-js/csharp!GenericDescriptor:interface",
8933
+ "docComment": "",
8934
+ "excerptTokens": [
8935
+ {
8936
+ "kind": "Content",
8937
+ "text": "export interface GenericDescriptor "
8938
+ }
8939
+ ],
8940
+ "fileUrlPath": "src/create-library.ts",
8941
+ "releaseTag": "Public",
8942
+ "name": "GenericDescriptor",
8943
+ "preserveMemberOrder": false,
8944
+ "members": [
8945
+ {
8946
+ "kind": "PropertySignature",
8947
+ "canonicalReference": "@alloy-js/csharp!GenericDescriptor#kind:member",
7080
8948
  "docComment": "",
7081
8949
  "excerptTokens": [
7082
8950
  {
7083
8951
  "kind": "Content",
7084
- "text": "type: "
8952
+ "text": "kind: "
7085
8953
  },
7086
8954
  {
7087
- "kind": "Reference",
7088
- "text": "Children",
7089
- "canonicalReference": "@alloy-js/core!Children:type"
8955
+ "kind": "Content",
8956
+ "text": "\"generic\""
7090
8957
  },
7091
8958
  {
7092
8959
  "kind": "Content",
@@ -7096,23 +8963,14 @@
7096
8963
  "isReadonly": false,
7097
8964
  "isOptional": false,
7098
8965
  "releaseTag": "Public",
7099
- "name": "type",
8966
+ "name": "kind",
7100
8967
  "propertyTypeTokenRange": {
7101
8968
  "startIndex": 1,
7102
8969
  "endIndex": 2
7103
8970
  }
7104
8971
  }
7105
8972
  ],
7106
- "extendsTokenRanges": [
7107
- {
7108
- "startIndex": 1,
7109
- "endIndex": 2
7110
- },
7111
- {
7112
- "startIndex": 3,
7113
- "endIndex": 4
7114
- }
7115
- ]
8973
+ "extendsTokenRanges": []
7116
8974
  },
7117
8975
  {
7118
8976
  "kind": "Function",
@@ -7201,6 +9059,127 @@
7201
9059
  ],
7202
9060
  "name": "getAsyncModifier"
7203
9061
  },
9062
+ {
9063
+ "kind": "Function",
9064
+ "canonicalReference": "@alloy-js/csharp!IfStatement:function(1)",
9065
+ "docComment": "/**\n * An if statement.\n */\n",
9066
+ "excerptTokens": [
9067
+ {
9068
+ "kind": "Content",
9069
+ "text": "export declare function IfStatement(props: "
9070
+ },
9071
+ {
9072
+ "kind": "Reference",
9073
+ "text": "IfStatementProps",
9074
+ "canonicalReference": "@alloy-js/csharp!IfStatementProps:interface"
9075
+ },
9076
+ {
9077
+ "kind": "Content",
9078
+ "text": "): "
9079
+ },
9080
+ {
9081
+ "kind": "Reference",
9082
+ "text": "Children",
9083
+ "canonicalReference": "@alloy-js/core!Children:type"
9084
+ },
9085
+ {
9086
+ "kind": "Content",
9087
+ "text": ";"
9088
+ }
9089
+ ],
9090
+ "fileUrlPath": "src/components/if/if-statement.tsx",
9091
+ "returnTypeTokenRange": {
9092
+ "startIndex": 3,
9093
+ "endIndex": 4
9094
+ },
9095
+ "releaseTag": "Public",
9096
+ "overloadIndex": 1,
9097
+ "parameters": [
9098
+ {
9099
+ "parameterName": "props",
9100
+ "parameterTypeTokenRange": {
9101
+ "startIndex": 1,
9102
+ "endIndex": 2
9103
+ },
9104
+ "isOptional": false
9105
+ }
9106
+ ],
9107
+ "name": "IfStatement"
9108
+ },
9109
+ {
9110
+ "kind": "Interface",
9111
+ "canonicalReference": "@alloy-js/csharp!IfStatementProps:interface",
9112
+ "docComment": "",
9113
+ "excerptTokens": [
9114
+ {
9115
+ "kind": "Content",
9116
+ "text": "export interface IfStatementProps "
9117
+ }
9118
+ ],
9119
+ "fileUrlPath": "src/components/if/if-statement.tsx",
9120
+ "releaseTag": "Public",
9121
+ "name": "IfStatementProps",
9122
+ "preserveMemberOrder": false,
9123
+ "members": [
9124
+ {
9125
+ "kind": "PropertySignature",
9126
+ "canonicalReference": "@alloy-js/csharp!IfStatementProps#children:member",
9127
+ "docComment": "",
9128
+ "excerptTokens": [
9129
+ {
9130
+ "kind": "Content",
9131
+ "text": "children: "
9132
+ },
9133
+ {
9134
+ "kind": "Reference",
9135
+ "text": "Children",
9136
+ "canonicalReference": "@alloy-js/core!Children:type"
9137
+ },
9138
+ {
9139
+ "kind": "Content",
9140
+ "text": ";"
9141
+ }
9142
+ ],
9143
+ "isReadonly": false,
9144
+ "isOptional": false,
9145
+ "releaseTag": "Public",
9146
+ "name": "children",
9147
+ "propertyTypeTokenRange": {
9148
+ "startIndex": 1,
9149
+ "endIndex": 2
9150
+ }
9151
+ },
9152
+ {
9153
+ "kind": "PropertySignature",
9154
+ "canonicalReference": "@alloy-js/csharp!IfStatementProps#condition:member",
9155
+ "docComment": "",
9156
+ "excerptTokens": [
9157
+ {
9158
+ "kind": "Content",
9159
+ "text": "condition: "
9160
+ },
9161
+ {
9162
+ "kind": "Reference",
9163
+ "text": "Children",
9164
+ "canonicalReference": "@alloy-js/core!Children:type"
9165
+ },
9166
+ {
9167
+ "kind": "Content",
9168
+ "text": ";"
9169
+ }
9170
+ ],
9171
+ "isReadonly": false,
9172
+ "isOptional": false,
9173
+ "releaseTag": "Public",
9174
+ "name": "condition",
9175
+ "propertyTypeTokenRange": {
9176
+ "startIndex": 1,
9177
+ "endIndex": 2
9178
+ }
9179
+ }
9180
+ ],
9181
+ "extendsTokenRanges": []
9182
+ },
7204
9183
  {
7205
9184
  "kind": "Function",
7206
9185
  "canonicalReference": "@alloy-js/csharp!InterfaceDeclaration:function(1)",
@@ -7370,7 +9349,12 @@
7370
9349
  },
7371
9350
  {
7372
9351
  "kind": "Content",
7373
- "text": "string"
9352
+ "text": "string | "
9353
+ },
9354
+ {
9355
+ "kind": "Reference",
9356
+ "text": "core.Namekey",
9357
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
7374
9358
  },
7375
9359
  {
7376
9360
  "kind": "Content",
@@ -7383,7 +9367,7 @@
7383
9367
  "name": "name",
7384
9368
  "propertyTypeTokenRange": {
7385
9369
  "startIndex": 1,
7386
- "endIndex": 2
9370
+ "endIndex": 3
7387
9371
  }
7388
9372
  },
7389
9373
  {
@@ -7466,6 +9450,82 @@
7466
9450
  }
7467
9451
  ]
7468
9452
  },
9453
+ {
9454
+ "kind": "Interface",
9455
+ "canonicalReference": "@alloy-js/csharp!InterfaceDescriptor:interface",
9456
+ "docComment": "",
9457
+ "excerptTokens": [
9458
+ {
9459
+ "kind": "Content",
9460
+ "text": "export interface InterfaceDescriptor<M> extends "
9461
+ },
9462
+ {
9463
+ "kind": "Reference",
9464
+ "text": "NamedTypeDescriptor",
9465
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor:interface"
9466
+ },
9467
+ {
9468
+ "kind": "Content",
9469
+ "text": "<M>"
9470
+ },
9471
+ {
9472
+ "kind": "Content",
9473
+ "text": " "
9474
+ }
9475
+ ],
9476
+ "fileUrlPath": "src/create-library.ts",
9477
+ "releaseTag": "Public",
9478
+ "typeParameters": [
9479
+ {
9480
+ "typeParameterName": "M",
9481
+ "constraintTokenRange": {
9482
+ "startIndex": 0,
9483
+ "endIndex": 0
9484
+ },
9485
+ "defaultTypeTokenRange": {
9486
+ "startIndex": 0,
9487
+ "endIndex": 0
9488
+ }
9489
+ }
9490
+ ],
9491
+ "name": "InterfaceDescriptor",
9492
+ "preserveMemberOrder": false,
9493
+ "members": [
9494
+ {
9495
+ "kind": "PropertySignature",
9496
+ "canonicalReference": "@alloy-js/csharp!InterfaceDescriptor#kind:member",
9497
+ "docComment": "",
9498
+ "excerptTokens": [
9499
+ {
9500
+ "kind": "Content",
9501
+ "text": "kind: "
9502
+ },
9503
+ {
9504
+ "kind": "Content",
9505
+ "text": "\"interface\""
9506
+ },
9507
+ {
9508
+ "kind": "Content",
9509
+ "text": ";"
9510
+ }
9511
+ ],
9512
+ "isReadonly": false,
9513
+ "isOptional": false,
9514
+ "releaseTag": "Public",
9515
+ "name": "kind",
9516
+ "propertyTypeTokenRange": {
9517
+ "startIndex": 1,
9518
+ "endIndex": 2
9519
+ }
9520
+ }
9521
+ ],
9522
+ "extendsTokenRanges": [
9523
+ {
9524
+ "startIndex": 1,
9525
+ "endIndex": 3
9526
+ }
9527
+ ]
9528
+ },
7469
9529
  {
7470
9530
  "kind": "Function",
7471
9531
  "canonicalReference": "@alloy-js/csharp!InterfaceMethod:function(1)",
@@ -7686,7 +9746,12 @@
7686
9746
  },
7687
9747
  {
7688
9748
  "kind": "Content",
7689
- "text": "string"
9749
+ "text": "string | "
9750
+ },
9751
+ {
9752
+ "kind": "Reference",
9753
+ "text": "Namekey",
9754
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
7690
9755
  },
7691
9756
  {
7692
9757
  "kind": "Content",
@@ -7699,7 +9764,7 @@
7699
9764
  "name": "name",
7700
9765
  "propertyTypeTokenRange": {
7701
9766
  "startIndex": 1,
7702
- "endIndex": 2
9767
+ "endIndex": 3
7703
9768
  }
7704
9769
  },
7705
9770
  {
@@ -8111,7 +10176,12 @@
8111
10176
  },
8112
10177
  {
8113
10178
  "kind": "Content",
8114
- "text": "string"
10179
+ "text": "string | "
10180
+ },
10181
+ {
10182
+ "kind": "Reference",
10183
+ "text": "Namekey",
10184
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
8115
10185
  },
8116
10186
  {
8117
10187
  "kind": "Content",
@@ -8124,7 +10194,7 @@
8124
10194
  "name": "name",
8125
10195
  "propertyTypeTokenRange": {
8126
10196
  "startIndex": 1,
8127
- "endIndex": 2
10197
+ "endIndex": 3
8128
10198
  }
8129
10199
  },
8130
10200
  {
@@ -8555,6 +10625,59 @@
8555
10625
  }
8556
10626
  ]
8557
10627
  },
10628
+ {
10629
+ "kind": "TypeAlias",
10630
+ "canonicalReference": "@alloy-js/csharp!LibraryFrom:type",
10631
+ "docComment": "",
10632
+ "excerptTokens": [
10633
+ {
10634
+ "kind": "Content",
10635
+ "text": "export type LibraryFrom<T> = "
10636
+ },
10637
+ {
10638
+ "kind": "Content",
10639
+ "text": "{\n [K in keyof T]: "
10640
+ },
10641
+ {
10642
+ "kind": "Reference",
10643
+ "text": "ResolveDescriptor",
10644
+ "canonicalReference": "@alloy-js/csharp!ResolveDescriptor:type"
10645
+ },
10646
+ {
10647
+ "kind": "Content",
10648
+ "text": "<T[K]>;\n} & "
10649
+ },
10650
+ {
10651
+ "kind": "Reference",
10652
+ "text": "LibrarySymbolReference",
10653
+ "canonicalReference": "@alloy-js/core!LibrarySymbolReference:interface"
10654
+ },
10655
+ {
10656
+ "kind": "Content",
10657
+ "text": ";"
10658
+ }
10659
+ ],
10660
+ "fileUrlPath": "src/create-library.ts",
10661
+ "releaseTag": "Public",
10662
+ "name": "LibraryFrom",
10663
+ "typeParameters": [
10664
+ {
10665
+ "typeParameterName": "T",
10666
+ "constraintTokenRange": {
10667
+ "startIndex": 0,
10668
+ "endIndex": 0
10669
+ },
10670
+ "defaultTypeTokenRange": {
10671
+ "startIndex": 0,
10672
+ "endIndex": 0
10673
+ }
10674
+ }
10675
+ ],
10676
+ "typeTokenRange": {
10677
+ "startIndex": 1,
10678
+ "endIndex": 5
10679
+ }
10680
+ },
8558
10681
  {
8559
10682
  "kind": "Function",
8560
10683
  "canonicalReference": "@alloy-js/csharp!makeDocCommentTag:function(1)",
@@ -8718,18 +10841,320 @@
8718
10841
  ],
8719
10842
  "typeParameters": [
8720
10843
  {
8721
- "typeParameterName": "T",
8722
- "constraintTokenRange": {
8723
- "startIndex": 0,
8724
- "endIndex": 0
8725
- },
8726
- "defaultTypeTokenRange": {
8727
- "startIndex": 0,
8728
- "endIndex": 0
10844
+ "typeParameterName": "T",
10845
+ "constraintTokenRange": {
10846
+ "startIndex": 0,
10847
+ "endIndex": 0
10848
+ },
10849
+ "defaultTypeTokenRange": {
10850
+ "startIndex": 0,
10851
+ "endIndex": 0
10852
+ }
10853
+ }
10854
+ ],
10855
+ "name": "makeModifiers"
10856
+ },
10857
+ {
10858
+ "kind": "Interface",
10859
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor:interface",
10860
+ "docComment": "",
10861
+ "excerptTokens": [
10862
+ {
10863
+ "kind": "Content",
10864
+ "text": "export interface MemberDescriptor "
10865
+ }
10866
+ ],
10867
+ "fileUrlPath": "src/create-library.ts",
10868
+ "releaseTag": "Public",
10869
+ "name": "MemberDescriptor",
10870
+ "preserveMemberOrder": false,
10871
+ "members": [
10872
+ {
10873
+ "kind": "PropertySignature",
10874
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#isAbstract:member",
10875
+ "docComment": "",
10876
+ "excerptTokens": [
10877
+ {
10878
+ "kind": "Content",
10879
+ "text": "isAbstract?: "
10880
+ },
10881
+ {
10882
+ "kind": "Content",
10883
+ "text": "boolean"
10884
+ },
10885
+ {
10886
+ "kind": "Content",
10887
+ "text": ";"
10888
+ }
10889
+ ],
10890
+ "isReadonly": false,
10891
+ "isOptional": true,
10892
+ "releaseTag": "Public",
10893
+ "name": "isAbstract",
10894
+ "propertyTypeTokenRange": {
10895
+ "startIndex": 1,
10896
+ "endIndex": 2
10897
+ }
10898
+ },
10899
+ {
10900
+ "kind": "PropertySignature",
10901
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#isExtern:member",
10902
+ "docComment": "",
10903
+ "excerptTokens": [
10904
+ {
10905
+ "kind": "Content",
10906
+ "text": "isExtern?: "
10907
+ },
10908
+ {
10909
+ "kind": "Content",
10910
+ "text": "boolean"
10911
+ },
10912
+ {
10913
+ "kind": "Content",
10914
+ "text": ";"
10915
+ }
10916
+ ],
10917
+ "isReadonly": false,
10918
+ "isOptional": true,
10919
+ "releaseTag": "Public",
10920
+ "name": "isExtern",
10921
+ "propertyTypeTokenRange": {
10922
+ "startIndex": 1,
10923
+ "endIndex": 2
10924
+ }
10925
+ },
10926
+ {
10927
+ "kind": "PropertySignature",
10928
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#isNullable:member",
10929
+ "docComment": "",
10930
+ "excerptTokens": [
10931
+ {
10932
+ "kind": "Content",
10933
+ "text": "isNullable?: "
10934
+ },
10935
+ {
10936
+ "kind": "Content",
10937
+ "text": "boolean"
10938
+ },
10939
+ {
10940
+ "kind": "Content",
10941
+ "text": ";"
10942
+ }
10943
+ ],
10944
+ "isReadonly": false,
10945
+ "isOptional": true,
10946
+ "releaseTag": "Public",
10947
+ "name": "isNullable",
10948
+ "propertyTypeTokenRange": {
10949
+ "startIndex": 1,
10950
+ "endIndex": 2
10951
+ }
10952
+ },
10953
+ {
10954
+ "kind": "PropertySignature",
10955
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#isOverride:member",
10956
+ "docComment": "",
10957
+ "excerptTokens": [
10958
+ {
10959
+ "kind": "Content",
10960
+ "text": "isOverride?: "
10961
+ },
10962
+ {
10963
+ "kind": "Content",
10964
+ "text": "boolean"
10965
+ },
10966
+ {
10967
+ "kind": "Content",
10968
+ "text": ";"
10969
+ }
10970
+ ],
10971
+ "isReadonly": false,
10972
+ "isOptional": true,
10973
+ "releaseTag": "Public",
10974
+ "name": "isOverride",
10975
+ "propertyTypeTokenRange": {
10976
+ "startIndex": 1,
10977
+ "endIndex": 2
10978
+ }
10979
+ },
10980
+ {
10981
+ "kind": "PropertySignature",
10982
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#isReadOnly:member",
10983
+ "docComment": "",
10984
+ "excerptTokens": [
10985
+ {
10986
+ "kind": "Content",
10987
+ "text": "isReadOnly?: "
10988
+ },
10989
+ {
10990
+ "kind": "Content",
10991
+ "text": "boolean"
10992
+ },
10993
+ {
10994
+ "kind": "Content",
10995
+ "text": ";"
10996
+ }
10997
+ ],
10998
+ "isReadonly": false,
10999
+ "isOptional": true,
11000
+ "releaseTag": "Public",
11001
+ "name": "isReadOnly",
11002
+ "propertyTypeTokenRange": {
11003
+ "startIndex": 1,
11004
+ "endIndex": 2
11005
+ }
11006
+ },
11007
+ {
11008
+ "kind": "PropertySignature",
11009
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#isSealed:member",
11010
+ "docComment": "",
11011
+ "excerptTokens": [
11012
+ {
11013
+ "kind": "Content",
11014
+ "text": "isSealed?: "
11015
+ },
11016
+ {
11017
+ "kind": "Content",
11018
+ "text": "boolean"
11019
+ },
11020
+ {
11021
+ "kind": "Content",
11022
+ "text": ";"
11023
+ }
11024
+ ],
11025
+ "isReadonly": false,
11026
+ "isOptional": true,
11027
+ "releaseTag": "Public",
11028
+ "name": "isSealed",
11029
+ "propertyTypeTokenRange": {
11030
+ "startIndex": 1,
11031
+ "endIndex": 2
11032
+ }
11033
+ },
11034
+ {
11035
+ "kind": "PropertySignature",
11036
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#isStatic:member",
11037
+ "docComment": "",
11038
+ "excerptTokens": [
11039
+ {
11040
+ "kind": "Content",
11041
+ "text": "isStatic?: "
11042
+ },
11043
+ {
11044
+ "kind": "Content",
11045
+ "text": "boolean"
11046
+ },
11047
+ {
11048
+ "kind": "Content",
11049
+ "text": ";"
11050
+ }
11051
+ ],
11052
+ "isReadonly": false,
11053
+ "isOptional": true,
11054
+ "releaseTag": "Public",
11055
+ "name": "isStatic",
11056
+ "propertyTypeTokenRange": {
11057
+ "startIndex": 1,
11058
+ "endIndex": 2
11059
+ }
11060
+ },
11061
+ {
11062
+ "kind": "PropertySignature",
11063
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#isVirtual:member",
11064
+ "docComment": "",
11065
+ "excerptTokens": [
11066
+ {
11067
+ "kind": "Content",
11068
+ "text": "isVirtual?: "
11069
+ },
11070
+ {
11071
+ "kind": "Content",
11072
+ "text": "boolean"
11073
+ },
11074
+ {
11075
+ "kind": "Content",
11076
+ "text": ";"
11077
+ }
11078
+ ],
11079
+ "isReadonly": false,
11080
+ "isOptional": true,
11081
+ "releaseTag": "Public",
11082
+ "name": "isVirtual",
11083
+ "propertyTypeTokenRange": {
11084
+ "startIndex": 1,
11085
+ "endIndex": 2
11086
+ }
11087
+ },
11088
+ {
11089
+ "kind": "PropertySignature",
11090
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#kind:member",
11091
+ "docComment": "",
11092
+ "excerptTokens": [
11093
+ {
11094
+ "kind": "Content",
11095
+ "text": "kind: "
11096
+ },
11097
+ {
11098
+ "kind": "Content",
11099
+ "text": "string"
11100
+ },
11101
+ {
11102
+ "kind": "Content",
11103
+ "text": ";"
11104
+ }
11105
+ ],
11106
+ "isReadonly": false,
11107
+ "isOptional": false,
11108
+ "releaseTag": "Public",
11109
+ "name": "kind",
11110
+ "propertyTypeTokenRange": {
11111
+ "startIndex": 1,
11112
+ "endIndex": 2
11113
+ }
11114
+ },
11115
+ {
11116
+ "kind": "PropertySignature",
11117
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor#type:member",
11118
+ "docComment": "",
11119
+ "excerptTokens": [
11120
+ {
11121
+ "kind": "Content",
11122
+ "text": "type?: "
11123
+ },
11124
+ {
11125
+ "kind": "Reference",
11126
+ "text": "LibrarySymbolReference",
11127
+ "canonicalReference": "@alloy-js/core!LibrarySymbolReference:interface"
11128
+ },
11129
+ {
11130
+ "kind": "Content",
11131
+ "text": " | (() => "
11132
+ },
11133
+ {
11134
+ "kind": "Reference",
11135
+ "text": "LibrarySymbolReference",
11136
+ "canonicalReference": "@alloy-js/core!LibrarySymbolReference:interface"
11137
+ },
11138
+ {
11139
+ "kind": "Content",
11140
+ "text": ")"
11141
+ },
11142
+ {
11143
+ "kind": "Content",
11144
+ "text": ";"
11145
+ }
11146
+ ],
11147
+ "isReadonly": false,
11148
+ "isOptional": true,
11149
+ "releaseTag": "Public",
11150
+ "name": "type",
11151
+ "propertyTypeTokenRange": {
11152
+ "startIndex": 1,
11153
+ "endIndex": 5
8729
11154
  }
8730
11155
  }
8731
11156
  ],
8732
- "name": "makeModifiers"
11157
+ "extendsTokenRanges": []
8733
11158
  },
8734
11159
  {
8735
11160
  "kind": "Function",
@@ -8778,6 +11203,93 @@
8778
11203
  ],
8779
11204
  "name": "Method"
8780
11205
  },
11206
+ {
11207
+ "kind": "Interface",
11208
+ "canonicalReference": "@alloy-js/csharp!MethodDescriptor:interface",
11209
+ "docComment": "",
11210
+ "excerptTokens": [
11211
+ {
11212
+ "kind": "Content",
11213
+ "text": "export interface MethodDescriptor extends "
11214
+ },
11215
+ {
11216
+ "kind": "Reference",
11217
+ "text": "MemberDescriptor",
11218
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor:interface"
11219
+ },
11220
+ {
11221
+ "kind": "Content",
11222
+ "text": " "
11223
+ }
11224
+ ],
11225
+ "fileUrlPath": "src/create-library.ts",
11226
+ "releaseTag": "Public",
11227
+ "name": "MethodDescriptor",
11228
+ "preserveMemberOrder": false,
11229
+ "members": [
11230
+ {
11231
+ "kind": "PropertySignature",
11232
+ "canonicalReference": "@alloy-js/csharp!MethodDescriptor#kind:member",
11233
+ "docComment": "",
11234
+ "excerptTokens": [
11235
+ {
11236
+ "kind": "Content",
11237
+ "text": "kind: "
11238
+ },
11239
+ {
11240
+ "kind": "Content",
11241
+ "text": "\"method\""
11242
+ },
11243
+ {
11244
+ "kind": "Content",
11245
+ "text": ";"
11246
+ }
11247
+ ],
11248
+ "isReadonly": false,
11249
+ "isOptional": false,
11250
+ "releaseTag": "Public",
11251
+ "name": "kind",
11252
+ "propertyTypeTokenRange": {
11253
+ "startIndex": 1,
11254
+ "endIndex": 2
11255
+ }
11256
+ },
11257
+ {
11258
+ "kind": "PropertySignature",
11259
+ "canonicalReference": "@alloy-js/csharp!MethodDescriptor#methodKind:member",
11260
+ "docComment": "",
11261
+ "excerptTokens": [
11262
+ {
11263
+ "kind": "Content",
11264
+ "text": "methodKind: "
11265
+ },
11266
+ {
11267
+ "kind": "Reference",
11268
+ "text": "MethodKinds",
11269
+ "canonicalReference": "@alloy-js/csharp!MethodKinds:type"
11270
+ },
11271
+ {
11272
+ "kind": "Content",
11273
+ "text": ";"
11274
+ }
11275
+ ],
11276
+ "isReadonly": false,
11277
+ "isOptional": false,
11278
+ "releaseTag": "Public",
11279
+ "name": "methodKind",
11280
+ "propertyTypeTokenRange": {
11281
+ "startIndex": 1,
11282
+ "endIndex": 2
11283
+ }
11284
+ }
11285
+ ],
11286
+ "extendsTokenRanges": [
11287
+ {
11288
+ "startIndex": 1,
11289
+ "endIndex": 2
11290
+ }
11291
+ ]
11292
+ },
8781
11293
  {
8782
11294
  "kind": "TypeAlias",
8783
11295
  "canonicalReference": "@alloy-js/csharp!MethodKinds:type",
@@ -9712,19 +12224,185 @@
9712
12224
  "canonicalReference": "@alloy-js/core!Children:type"
9713
12225
  },
9714
12226
  {
9715
- "kind": "Content",
9716
- "text": ";"
12227
+ "kind": "Content",
12228
+ "text": ";"
12229
+ }
12230
+ ],
12231
+ "fileUrlPath": "src/components/Name.tsx",
12232
+ "returnTypeTokenRange": {
12233
+ "startIndex": 1,
12234
+ "endIndex": 2
12235
+ },
12236
+ "releaseTag": "Public",
12237
+ "overloadIndex": 1,
12238
+ "parameters": [],
12239
+ "name": "Name"
12240
+ },
12241
+ {
12242
+ "kind": "Interface",
12243
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor:interface",
12244
+ "docComment": "",
12245
+ "excerptTokens": [
12246
+ {
12247
+ "kind": "Content",
12248
+ "text": "export interface NamedTypeDescriptor<M> "
12249
+ }
12250
+ ],
12251
+ "fileUrlPath": "src/create-library.ts",
12252
+ "releaseTag": "Public",
12253
+ "typeParameters": [
12254
+ {
12255
+ "typeParameterName": "M",
12256
+ "constraintTokenRange": {
12257
+ "startIndex": 0,
12258
+ "endIndex": 0
12259
+ },
12260
+ "defaultTypeTokenRange": {
12261
+ "startIndex": 0,
12262
+ "endIndex": 0
12263
+ }
12264
+ }
12265
+ ],
12266
+ "name": "NamedTypeDescriptor",
12267
+ "preserveMemberOrder": false,
12268
+ "members": [
12269
+ {
12270
+ "kind": "PropertySignature",
12271
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor#isAbstract:member",
12272
+ "docComment": "",
12273
+ "excerptTokens": [
12274
+ {
12275
+ "kind": "Content",
12276
+ "text": "isAbstract?: "
12277
+ },
12278
+ {
12279
+ "kind": "Content",
12280
+ "text": "boolean"
12281
+ },
12282
+ {
12283
+ "kind": "Content",
12284
+ "text": ";"
12285
+ }
12286
+ ],
12287
+ "isReadonly": false,
12288
+ "isOptional": true,
12289
+ "releaseTag": "Public",
12290
+ "name": "isAbstract",
12291
+ "propertyTypeTokenRange": {
12292
+ "startIndex": 1,
12293
+ "endIndex": 2
12294
+ }
12295
+ },
12296
+ {
12297
+ "kind": "PropertySignature",
12298
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor#isSealed:member",
12299
+ "docComment": "",
12300
+ "excerptTokens": [
12301
+ {
12302
+ "kind": "Content",
12303
+ "text": "isSealed?: "
12304
+ },
12305
+ {
12306
+ "kind": "Content",
12307
+ "text": "boolean"
12308
+ },
12309
+ {
12310
+ "kind": "Content",
12311
+ "text": ";"
12312
+ }
12313
+ ],
12314
+ "isReadonly": false,
12315
+ "isOptional": true,
12316
+ "releaseTag": "Public",
12317
+ "name": "isSealed",
12318
+ "propertyTypeTokenRange": {
12319
+ "startIndex": 1,
12320
+ "endIndex": 2
12321
+ }
12322
+ },
12323
+ {
12324
+ "kind": "PropertySignature",
12325
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor#isStatic:member",
12326
+ "docComment": "",
12327
+ "excerptTokens": [
12328
+ {
12329
+ "kind": "Content",
12330
+ "text": "isStatic?: "
12331
+ },
12332
+ {
12333
+ "kind": "Content",
12334
+ "text": "boolean"
12335
+ },
12336
+ {
12337
+ "kind": "Content",
12338
+ "text": ";"
12339
+ }
12340
+ ],
12341
+ "isReadonly": false,
12342
+ "isOptional": true,
12343
+ "releaseTag": "Public",
12344
+ "name": "isStatic",
12345
+ "propertyTypeTokenRange": {
12346
+ "startIndex": 1,
12347
+ "endIndex": 2
12348
+ }
12349
+ },
12350
+ {
12351
+ "kind": "PropertySignature",
12352
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor#kind:member",
12353
+ "docComment": "",
12354
+ "excerptTokens": [
12355
+ {
12356
+ "kind": "Content",
12357
+ "text": "kind: "
12358
+ },
12359
+ {
12360
+ "kind": "Content",
12361
+ "text": "string"
12362
+ },
12363
+ {
12364
+ "kind": "Content",
12365
+ "text": ";"
12366
+ }
12367
+ ],
12368
+ "isReadonly": false,
12369
+ "isOptional": false,
12370
+ "releaseTag": "Public",
12371
+ "name": "kind",
12372
+ "propertyTypeTokenRange": {
12373
+ "startIndex": 1,
12374
+ "endIndex": 2
12375
+ }
12376
+ },
12377
+ {
12378
+ "kind": "PropertySignature",
12379
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor#members:member",
12380
+ "docComment": "",
12381
+ "excerptTokens": [
12382
+ {
12383
+ "kind": "Content",
12384
+ "text": "members: "
12385
+ },
12386
+ {
12387
+ "kind": "Content",
12388
+ "text": "M"
12389
+ },
12390
+ {
12391
+ "kind": "Content",
12392
+ "text": ";"
12393
+ }
12394
+ ],
12395
+ "isReadonly": false,
12396
+ "isOptional": false,
12397
+ "releaseTag": "Public",
12398
+ "name": "members",
12399
+ "propertyTypeTokenRange": {
12400
+ "startIndex": 1,
12401
+ "endIndex": 2
12402
+ }
9717
12403
  }
9718
12404
  ],
9719
- "fileUrlPath": "src/components/Name.tsx",
9720
- "returnTypeTokenRange": {
9721
- "startIndex": 1,
9722
- "endIndex": 2
9723
- },
9724
- "releaseTag": "Public",
9725
- "overloadIndex": 1,
9726
- "parameters": [],
9727
- "name": "Name"
12405
+ "extendsTokenRanges": []
9728
12406
  },
9729
12407
  {
9730
12408
  "kind": "Class",
@@ -9806,8 +12484,8 @@
9806
12484
  },
9807
12485
  {
9808
12486
  "kind": "Reference",
9809
- "text": "OutputSymbolOptions",
9810
- "canonicalReference": "@alloy-js/core!OutputSymbolOptions:interface"
12487
+ "text": "CSharpSymbolOptions",
12488
+ "canonicalReference": "@alloy-js/csharp!CSharpSymbolOptions:interface"
9811
12489
  },
9812
12490
  {
9813
12491
  "kind": "Content",
@@ -10098,7 +12776,7 @@
10098
12776
  "text": ";"
10099
12777
  }
10100
12778
  ],
10101
- "fileUrlPath": "src/components/namespace.tsx",
12779
+ "fileUrlPath": "src/components/namespace/namespace.tsx",
10102
12780
  "returnTypeTokenRange": {
10103
12781
  "startIndex": 3,
10104
12782
  "endIndex": 4
@@ -10117,6 +12795,91 @@
10117
12795
  ],
10118
12796
  "name": "Namespace"
10119
12797
  },
12798
+ {
12799
+ "kind": "Interface",
12800
+ "canonicalReference": "@alloy-js/csharp!NamespaceDescriptor:interface",
12801
+ "docComment": "",
12802
+ "excerptTokens": [
12803
+ {
12804
+ "kind": "Content",
12805
+ "text": "export interface NamespaceDescriptor<M> "
12806
+ }
12807
+ ],
12808
+ "fileUrlPath": "src/create-library.ts",
12809
+ "releaseTag": "Public",
12810
+ "typeParameters": [
12811
+ {
12812
+ "typeParameterName": "M",
12813
+ "constraintTokenRange": {
12814
+ "startIndex": 0,
12815
+ "endIndex": 0
12816
+ },
12817
+ "defaultTypeTokenRange": {
12818
+ "startIndex": 0,
12819
+ "endIndex": 0
12820
+ }
12821
+ }
12822
+ ],
12823
+ "name": "NamespaceDescriptor",
12824
+ "preserveMemberOrder": false,
12825
+ "members": [
12826
+ {
12827
+ "kind": "PropertySignature",
12828
+ "canonicalReference": "@alloy-js/csharp!NamespaceDescriptor#kind:member",
12829
+ "docComment": "",
12830
+ "excerptTokens": [
12831
+ {
12832
+ "kind": "Content",
12833
+ "text": "kind: "
12834
+ },
12835
+ {
12836
+ "kind": "Content",
12837
+ "text": "\"namespace\""
12838
+ },
12839
+ {
12840
+ "kind": "Content",
12841
+ "text": ";"
12842
+ }
12843
+ ],
12844
+ "isReadonly": false,
12845
+ "isOptional": false,
12846
+ "releaseTag": "Public",
12847
+ "name": "kind",
12848
+ "propertyTypeTokenRange": {
12849
+ "startIndex": 1,
12850
+ "endIndex": 2
12851
+ }
12852
+ },
12853
+ {
12854
+ "kind": "PropertySignature",
12855
+ "canonicalReference": "@alloy-js/csharp!NamespaceDescriptor#members:member",
12856
+ "docComment": "",
12857
+ "excerptTokens": [
12858
+ {
12859
+ "kind": "Content",
12860
+ "text": "members: "
12861
+ },
12862
+ {
12863
+ "kind": "Content",
12864
+ "text": "M"
12865
+ },
12866
+ {
12867
+ "kind": "Content",
12868
+ "text": ";"
12869
+ }
12870
+ ],
12871
+ "isReadonly": false,
12872
+ "isOptional": false,
12873
+ "releaseTag": "Public",
12874
+ "name": "members",
12875
+ "propertyTypeTokenRange": {
12876
+ "startIndex": 1,
12877
+ "endIndex": 2
12878
+ }
12879
+ }
12880
+ ],
12881
+ "extendsTokenRanges": []
12882
+ },
10120
12883
  {
10121
12884
  "kind": "Interface",
10122
12885
  "canonicalReference": "@alloy-js/csharp!NamespaceProps:interface",
@@ -10127,7 +12890,7 @@
10127
12890
  "text": "export interface NamespaceProps "
10128
12891
  }
10129
12892
  ],
10130
- "fileUrlPath": "src/components/namespace.tsx",
12893
+ "fileUrlPath": "src/components/namespace/namespace.tsx",
10131
12894
  "releaseTag": "Public",
10132
12895
  "name": "NamespaceProps",
10133
12896
  "preserveMemberOrder": false,
@@ -10171,7 +12934,25 @@
10171
12934
  },
10172
12935
  {
10173
12936
  "kind": "Content",
10174
- "text": "string"
12937
+ "text": "string | "
12938
+ },
12939
+ {
12940
+ "kind": "Reference",
12941
+ "text": "Namekey",
12942
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
12943
+ },
12944
+ {
12945
+ "kind": "Content",
12946
+ "text": " | (string | "
12947
+ },
12948
+ {
12949
+ "kind": "Reference",
12950
+ "text": "Namekey",
12951
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
12952
+ },
12953
+ {
12954
+ "kind": "Content",
12955
+ "text": ")[]"
10175
12956
  },
10176
12957
  {
10177
12958
  "kind": "Content",
@@ -10184,7 +12965,48 @@
10184
12965
  "name": "name",
10185
12966
  "propertyTypeTokenRange": {
10186
12967
  "startIndex": 1,
10187
- "endIndex": 2
12968
+ "endIndex": 6
12969
+ }
12970
+ },
12971
+ {
12972
+ "kind": "PropertySignature",
12973
+ "canonicalReference": "@alloy-js/csharp!NamespaceProps#refkey:member",
12974
+ "docComment": "",
12975
+ "excerptTokens": [
12976
+ {
12977
+ "kind": "Content",
12978
+ "text": "refkey?: "
12979
+ },
12980
+ {
12981
+ "kind": "Reference",
12982
+ "text": "Refkey",
12983
+ "canonicalReference": "@alloy-js/core!Refkey:type"
12984
+ },
12985
+ {
12986
+ "kind": "Content",
12987
+ "text": " | "
12988
+ },
12989
+ {
12990
+ "kind": "Reference",
12991
+ "text": "Refkey",
12992
+ "canonicalReference": "@alloy-js/core!Refkey:type"
12993
+ },
12994
+ {
12995
+ "kind": "Content",
12996
+ "text": "[]"
12997
+ },
12998
+ {
12999
+ "kind": "Content",
13000
+ "text": ";"
13001
+ }
13002
+ ],
13003
+ "isReadonly": false,
13004
+ "isOptional": true,
13005
+ "releaseTag": "Public",
13006
+ "name": "refkey",
13007
+ "propertyTypeTokenRange": {
13008
+ "startIndex": 1,
13009
+ "endIndex": 5
10188
13010
  }
10189
13011
  }
10190
13012
  ],
@@ -10226,7 +13048,12 @@
10226
13048
  },
10227
13049
  {
10228
13050
  "kind": "Content",
10229
- "text": "string"
13051
+ "text": "string | "
13052
+ },
13053
+ {
13054
+ "kind": "Reference",
13055
+ "text": "Namekey",
13056
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
10230
13057
  },
10231
13058
  {
10232
13059
  "kind": "Content",
@@ -10259,23 +13086,23 @@
10259
13086
  "parameterName": "name",
10260
13087
  "parameterTypeTokenRange": {
10261
13088
  "startIndex": 1,
10262
- "endIndex": 2
13089
+ "endIndex": 3
10263
13090
  },
10264
13091
  "isOptional": false
10265
13092
  },
10266
13093
  {
10267
13094
  "parameterName": "parentNamespace",
10268
13095
  "parameterTypeTokenRange": {
10269
- "startIndex": 3,
10270
- "endIndex": 4
13096
+ "startIndex": 4,
13097
+ "endIndex": 5
10271
13098
  },
10272
13099
  "isOptional": true
10273
13100
  },
10274
13101
  {
10275
13102
  "parameterName": "options",
10276
13103
  "parameterTypeTokenRange": {
10277
- "startIndex": 5,
10278
- "endIndex": 6
13104
+ "startIndex": 6,
13105
+ "endIndex": 7
10279
13106
  },
10280
13107
  "isOptional": true
10281
13108
  }
@@ -10807,6 +13634,34 @@
10807
13634
  "name": "ParameterProps",
10808
13635
  "preserveMemberOrder": false,
10809
13636
  "members": [
13637
+ {
13638
+ "kind": "PropertySignature",
13639
+ "canonicalReference": "@alloy-js/csharp!ParameterProps#attributes:member",
13640
+ "docComment": "/**\n * Define attributes to attach\n *\n * @example\n * ```tsx\n * <Parameter name=\"foo\" type=\"string\" attributes={[\n * <Attribute name=\"Test\" />\n * ]}>\n * ```\n *\n * This will produce:\n * ```csharp\n * [Test] string foo\n * ```\n *\n */\n",
13641
+ "excerptTokens": [
13642
+ {
13643
+ "kind": "Content",
13644
+ "text": "attributes?: "
13645
+ },
13646
+ {
13647
+ "kind": "Reference",
13648
+ "text": "AttributesProp",
13649
+ "canonicalReference": "@alloy-js/csharp!AttributesProp:type"
13650
+ },
13651
+ {
13652
+ "kind": "Content",
13653
+ "text": ";"
13654
+ }
13655
+ ],
13656
+ "isReadonly": false,
13657
+ "isOptional": true,
13658
+ "releaseTag": "Public",
13659
+ "name": "attributes",
13660
+ "propertyTypeTokenRange": {
13661
+ "startIndex": 1,
13662
+ "endIndex": 2
13663
+ }
13664
+ },
10810
13665
  {
10811
13666
  "kind": "PropertySignature",
10812
13667
  "canonicalReference": "@alloy-js/csharp!ParameterProps#default:member",
@@ -11346,11 +14201,70 @@
11346
14201
  "parameterTypeTokenRange": {
11347
14202
  "startIndex": 1,
11348
14203
  "endIndex": 2
11349
- },
11350
- "isOptional": false
14204
+ },
14205
+ "isOptional": false
14206
+ }
14207
+ ],
14208
+ "name": "Property"
14209
+ },
14210
+ {
14211
+ "kind": "Interface",
14212
+ "canonicalReference": "@alloy-js/csharp!PropertyDescriptor_2:interface",
14213
+ "docComment": "",
14214
+ "excerptTokens": [
14215
+ {
14216
+ "kind": "Content",
14217
+ "text": "export interface PropertyDescriptor extends "
14218
+ },
14219
+ {
14220
+ "kind": "Reference",
14221
+ "text": "MemberDescriptor",
14222
+ "canonicalReference": "@alloy-js/csharp!MemberDescriptor:interface"
14223
+ },
14224
+ {
14225
+ "kind": "Content",
14226
+ "text": " "
14227
+ }
14228
+ ],
14229
+ "fileUrlPath": "src/create-library.ts",
14230
+ "releaseTag": "Public",
14231
+ "name": "PropertyDescriptor_2",
14232
+ "preserveMemberOrder": false,
14233
+ "members": [
14234
+ {
14235
+ "kind": "PropertySignature",
14236
+ "canonicalReference": "@alloy-js/csharp!PropertyDescriptor_2#kind:member",
14237
+ "docComment": "",
14238
+ "excerptTokens": [
14239
+ {
14240
+ "kind": "Content",
14241
+ "text": "kind: "
14242
+ },
14243
+ {
14244
+ "kind": "Content",
14245
+ "text": "\"property\""
14246
+ },
14247
+ {
14248
+ "kind": "Content",
14249
+ "text": ";"
14250
+ }
14251
+ ],
14252
+ "isReadonly": false,
14253
+ "isOptional": false,
14254
+ "releaseTag": "Public",
14255
+ "name": "kind",
14256
+ "propertyTypeTokenRange": {
14257
+ "startIndex": 1,
14258
+ "endIndex": 2
14259
+ }
11351
14260
  }
11352
14261
  ],
11353
- "name": "Property"
14262
+ "extendsTokenRanges": [
14263
+ {
14264
+ "startIndex": 1,
14265
+ "endIndex": 2
14266
+ }
14267
+ ]
11354
14268
  },
11355
14269
  {
11356
14270
  "kind": "Interface",
@@ -12079,7 +14993,12 @@
12079
14993
  },
12080
14994
  {
12081
14995
  "kind": "Content",
12082
- "text": "string"
14996
+ "text": "string | "
14997
+ },
14998
+ {
14999
+ "kind": "Reference",
15000
+ "text": "core.Namekey",
15001
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
12083
15002
  },
12084
15003
  {
12085
15004
  "kind": "Content",
@@ -12092,7 +15011,7 @@
12092
15011
  "name": "name",
12093
15012
  "propertyTypeTokenRange": {
12094
15013
  "startIndex": 1,
12095
- "endIndex": 2
15014
+ "endIndex": 3
12096
15015
  }
12097
15016
  },
12098
15017
  {
@@ -12212,6 +15131,82 @@
12212
15131
  }
12213
15132
  ]
12214
15133
  },
15134
+ {
15135
+ "kind": "Interface",
15136
+ "canonicalReference": "@alloy-js/csharp!RecordDescriptor:interface",
15137
+ "docComment": "",
15138
+ "excerptTokens": [
15139
+ {
15140
+ "kind": "Content",
15141
+ "text": "export interface RecordDescriptor<M> extends "
15142
+ },
15143
+ {
15144
+ "kind": "Reference",
15145
+ "text": "NamedTypeDescriptor",
15146
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor:interface"
15147
+ },
15148
+ {
15149
+ "kind": "Content",
15150
+ "text": "<M>"
15151
+ },
15152
+ {
15153
+ "kind": "Content",
15154
+ "text": " "
15155
+ }
15156
+ ],
15157
+ "fileUrlPath": "src/create-library.ts",
15158
+ "releaseTag": "Public",
15159
+ "typeParameters": [
15160
+ {
15161
+ "typeParameterName": "M",
15162
+ "constraintTokenRange": {
15163
+ "startIndex": 0,
15164
+ "endIndex": 0
15165
+ },
15166
+ "defaultTypeTokenRange": {
15167
+ "startIndex": 0,
15168
+ "endIndex": 0
15169
+ }
15170
+ }
15171
+ ],
15172
+ "name": "RecordDescriptor",
15173
+ "preserveMemberOrder": false,
15174
+ "members": [
15175
+ {
15176
+ "kind": "PropertySignature",
15177
+ "canonicalReference": "@alloy-js/csharp!RecordDescriptor#kind:member",
15178
+ "docComment": "",
15179
+ "excerptTokens": [
15180
+ {
15181
+ "kind": "Content",
15182
+ "text": "kind: "
15183
+ },
15184
+ {
15185
+ "kind": "Content",
15186
+ "text": "\"record\""
15187
+ },
15188
+ {
15189
+ "kind": "Content",
15190
+ "text": ";"
15191
+ }
15192
+ ],
15193
+ "isReadonly": false,
15194
+ "isOptional": false,
15195
+ "releaseTag": "Public",
15196
+ "name": "kind",
15197
+ "propertyTypeTokenRange": {
15198
+ "startIndex": 1,
15199
+ "endIndex": 2
15200
+ }
15201
+ }
15202
+ ],
15203
+ "extendsTokenRanges": [
15204
+ {
15205
+ "startIndex": 1,
15206
+ "endIndex": 3
15207
+ }
15208
+ ]
15209
+ },
12215
15210
  {
12216
15211
  "kind": "Interface",
12217
15212
  "canonicalReference": "@alloy-js/csharp!RecordModifiers:interface",
@@ -12414,6 +15409,77 @@
12414
15409
  ],
12415
15410
  "extendsTokenRanges": []
12416
15411
  },
15412
+ {
15413
+ "kind": "TypeAlias",
15414
+ "canonicalReference": "@alloy-js/csharp!ResolveDescriptor:type",
15415
+ "docComment": "",
15416
+ "excerptTokens": [
15417
+ {
15418
+ "kind": "Content",
15419
+ "text": "export type ResolveDescriptor<D> = "
15420
+ },
15421
+ {
15422
+ "kind": "Content",
15423
+ "text": "D extends "
15424
+ },
15425
+ {
15426
+ "kind": "Reference",
15427
+ "text": "NamedTypeDescriptor",
15428
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor:interface"
15429
+ },
15430
+ {
15431
+ "kind": "Content",
15432
+ "text": "<infer M> ? "
15433
+ },
15434
+ {
15435
+ "kind": "Reference",
15436
+ "text": "LibrarySymbolReference",
15437
+ "canonicalReference": "@alloy-js/core!LibrarySymbolReference:interface"
15438
+ },
15439
+ {
15440
+ "kind": "Content",
15441
+ "text": " & {\n [K in keyof M]: "
15442
+ },
15443
+ {
15444
+ "kind": "Reference",
15445
+ "text": "ResolveDescriptor",
15446
+ "canonicalReference": "@alloy-js/csharp!ResolveDescriptor:type"
15447
+ },
15448
+ {
15449
+ "kind": "Content",
15450
+ "text": "<M[K]>;\n} : "
15451
+ },
15452
+ {
15453
+ "kind": "Reference",
15454
+ "text": "LibrarySymbolReference",
15455
+ "canonicalReference": "@alloy-js/core!LibrarySymbolReference:interface"
15456
+ },
15457
+ {
15458
+ "kind": "Content",
15459
+ "text": ";"
15460
+ }
15461
+ ],
15462
+ "fileUrlPath": "src/create-library.ts",
15463
+ "releaseTag": "Public",
15464
+ "name": "ResolveDescriptor",
15465
+ "typeParameters": [
15466
+ {
15467
+ "typeParameterName": "D",
15468
+ "constraintTokenRange": {
15469
+ "startIndex": 0,
15470
+ "endIndex": 0
15471
+ },
15472
+ "defaultTypeTokenRange": {
15473
+ "startIndex": 0,
15474
+ "endIndex": 0
15475
+ }
15476
+ }
15477
+ ],
15478
+ "typeTokenRange": {
15479
+ "startIndex": 1,
15480
+ "endIndex": 9
15481
+ }
15482
+ },
12417
15483
  {
12418
15484
  "kind": "Function",
12419
15485
  "canonicalReference": "@alloy-js/csharp!SourceFile:function(1)",
@@ -12776,7 +15842,12 @@
12776
15842
  },
12777
15843
  {
12778
15844
  "kind": "Content",
12779
- "text": "string"
15845
+ "text": "string | "
15846
+ },
15847
+ {
15848
+ "kind": "Reference",
15849
+ "text": "core.Namekey",
15850
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
12780
15851
  },
12781
15852
  {
12782
15853
  "kind": "Content",
@@ -12789,7 +15860,7 @@
12789
15860
  "name": "name",
12790
15861
  "propertyTypeTokenRange": {
12791
15862
  "startIndex": 1,
12792
- "endIndex": 2
15863
+ "endIndex": 3
12793
15864
  }
12794
15865
  },
12795
15866
  {
@@ -12872,6 +15943,82 @@
12872
15943
  }
12873
15944
  ]
12874
15945
  },
15946
+ {
15947
+ "kind": "Interface",
15948
+ "canonicalReference": "@alloy-js/csharp!StructDescriptor:interface",
15949
+ "docComment": "",
15950
+ "excerptTokens": [
15951
+ {
15952
+ "kind": "Content",
15953
+ "text": "export interface StructDescriptor<M> extends "
15954
+ },
15955
+ {
15956
+ "kind": "Reference",
15957
+ "text": "NamedTypeDescriptor",
15958
+ "canonicalReference": "@alloy-js/csharp!NamedTypeDescriptor:interface"
15959
+ },
15960
+ {
15961
+ "kind": "Content",
15962
+ "text": "<M>"
15963
+ },
15964
+ {
15965
+ "kind": "Content",
15966
+ "text": " "
15967
+ }
15968
+ ],
15969
+ "fileUrlPath": "src/create-library.ts",
15970
+ "releaseTag": "Public",
15971
+ "typeParameters": [
15972
+ {
15973
+ "typeParameterName": "M",
15974
+ "constraintTokenRange": {
15975
+ "startIndex": 0,
15976
+ "endIndex": 0
15977
+ },
15978
+ "defaultTypeTokenRange": {
15979
+ "startIndex": 0,
15980
+ "endIndex": 0
15981
+ }
15982
+ }
15983
+ ],
15984
+ "name": "StructDescriptor",
15985
+ "preserveMemberOrder": false,
15986
+ "members": [
15987
+ {
15988
+ "kind": "PropertySignature",
15989
+ "canonicalReference": "@alloy-js/csharp!StructDescriptor#kind:member",
15990
+ "docComment": "",
15991
+ "excerptTokens": [
15992
+ {
15993
+ "kind": "Content",
15994
+ "text": "kind: "
15995
+ },
15996
+ {
15997
+ "kind": "Content",
15998
+ "text": "\"struct\""
15999
+ },
16000
+ {
16001
+ "kind": "Content",
16002
+ "text": ";"
16003
+ }
16004
+ ],
16005
+ "isReadonly": false,
16006
+ "isOptional": false,
16007
+ "releaseTag": "Public",
16008
+ "name": "kind",
16009
+ "propertyTypeTokenRange": {
16010
+ "startIndex": 1,
16011
+ "endIndex": 2
16012
+ }
16013
+ }
16014
+ ],
16015
+ "extendsTokenRanges": [
16016
+ {
16017
+ "startIndex": 1,
16018
+ "endIndex": 3
16019
+ }
16020
+ ]
16021
+ },
12875
16022
  {
12876
16023
  "kind": "Interface",
12877
16024
  "canonicalReference": "@alloy-js/csharp!StructModifiers:interface",
@@ -13065,7 +16212,12 @@
13065
16212
  },
13066
16213
  {
13067
16214
  "kind": "Content",
13068
- "text": "string"
16215
+ "text": "string | "
16216
+ },
16217
+ {
16218
+ "kind": "Reference",
16219
+ "text": "Namekey",
16220
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
13069
16221
  },
13070
16222
  {
13071
16223
  "kind": "Content",
@@ -13078,7 +16230,7 @@
13078
16230
  "name": "name",
13079
16231
  "propertyTypeTokenRange": {
13080
16232
  "startIndex": 1,
13081
- "endIndex": 2
16233
+ "endIndex": 3
13082
16234
  }
13083
16235
  },
13084
16236
  {
@@ -13742,6 +16894,33 @@
13742
16894
  "endIndex": 2
13743
16895
  }
13744
16896
  },
16897
+ {
16898
+ "kind": "PropertySignature",
16899
+ "canonicalReference": "@alloy-js/csharp!VarDeclarationProps#const:member",
16900
+ "docComment": "/**\n * Constant variable. Add the const modifier.\n */\n",
16901
+ "excerptTokens": [
16902
+ {
16903
+ "kind": "Content",
16904
+ "text": "const?: "
16905
+ },
16906
+ {
16907
+ "kind": "Content",
16908
+ "text": "boolean"
16909
+ },
16910
+ {
16911
+ "kind": "Content",
16912
+ "text": ";"
16913
+ }
16914
+ ],
16915
+ "isReadonly": false,
16916
+ "isOptional": true,
16917
+ "releaseTag": "Public",
16918
+ "name": "const",
16919
+ "propertyTypeTokenRange": {
16920
+ "startIndex": 1,
16921
+ "endIndex": 2
16922
+ }
16923
+ },
13745
16924
  {
13746
16925
  "kind": "PropertySignature",
13747
16926
  "canonicalReference": "@alloy-js/csharp!VarDeclarationProps#name:member",
@@ -13753,7 +16932,12 @@
13753
16932
  },
13754
16933
  {
13755
16934
  "kind": "Content",
13756
- "text": "string"
16935
+ "text": "string | "
16936
+ },
16937
+ {
16938
+ "kind": "Reference",
16939
+ "text": "Namekey",
16940
+ "canonicalReference": "@alloy-js/core!Namekey:interface"
13757
16941
  },
13758
16942
  {
13759
16943
  "kind": "Content",
@@ -13766,7 +16950,7 @@
13766
16950
  "name": "name",
13767
16951
  "propertyTypeTokenRange": {
13768
16952
  "startIndex": 1,
13769
- "endIndex": 2
16953
+ "endIndex": 3
13770
16954
  }
13771
16955
  },
13772
16956
  {