@alloy-js/core 0.23.0-dev.1 → 0.23.0-dev.8

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 (263) hide show
  1. package/CHANGELOG.md +0 -22
  2. package/dist/devtools/index.html +68 -0
  3. package/dist/src/binder.d.ts +2 -0
  4. package/dist/src/binder.d.ts.map +1 -1
  5. package/dist/src/binder.js +55 -12
  6. package/dist/src/binder.js.map +1 -1
  7. package/dist/src/components/AppendFile.d.ts.map +1 -1
  8. package/dist/src/components/AppendFile.js +14 -3
  9. package/dist/src/components/AppendFile.js.map +1 -1
  10. package/dist/src/components/Block.js +1 -1
  11. package/dist/src/components/Block.js.map +1 -1
  12. package/dist/src/components/Declaration.d.ts.map +1 -1
  13. package/dist/src/components/Declaration.js +2 -1
  14. package/dist/src/components/Declaration.js.map +1 -1
  15. package/dist/src/components/Scope.d.ts.map +1 -1
  16. package/dist/src/components/Scope.js +4 -1
  17. package/dist/src/components/Scope.js.map +1 -1
  18. package/dist/src/components/TemplateFile.d.ts.map +1 -1
  19. package/dist/src/components/TemplateFile.js +18 -3
  20. package/dist/src/components/TemplateFile.js.map +1 -1
  21. package/dist/src/content-slot.d.ts.map +1 -1
  22. package/dist/src/content-slot.js +6 -5
  23. package/dist/src/content-slot.js.map +1 -1
  24. package/dist/src/context.d.ts.map +1 -1
  25. package/dist/src/context.js +8 -1
  26. package/dist/src/context.js.map +1 -1
  27. package/dist/src/debug/cli.d.ts +6 -0
  28. package/dist/src/debug/cli.d.ts.map +1 -0
  29. package/dist/src/{debug.js → debug/cli.js} +79 -82
  30. package/dist/src/debug/cli.js.map +1 -0
  31. package/dist/src/debug/diagnostics.test.d.ts +2 -0
  32. package/dist/src/debug/diagnostics.test.d.ts.map +1 -0
  33. package/dist/src/debug/diagnostics.test.js +45 -0
  34. package/dist/src/debug/diagnostics.test.js.map +1 -0
  35. package/dist/src/debug/effects.d.ts +69 -0
  36. package/dist/src/debug/effects.d.ts.map +1 -0
  37. package/dist/src/debug/effects.js +228 -0
  38. package/dist/src/debug/effects.js.map +1 -0
  39. package/dist/src/debug/effects.test.d.ts +2 -0
  40. package/dist/src/debug/effects.test.d.ts.map +1 -0
  41. package/dist/src/debug/effects.test.js +86 -0
  42. package/dist/src/debug/effects.test.js.map +1 -0
  43. package/dist/src/debug/files.d.ts +14 -0
  44. package/dist/src/debug/files.d.ts.map +1 -0
  45. package/dist/src/debug/files.js +40 -0
  46. package/dist/src/debug/files.js.map +1 -0
  47. package/dist/src/debug/files.test.d.ts +2 -0
  48. package/dist/src/debug/files.test.d.ts.map +1 -0
  49. package/dist/src/debug/files.test.js +89 -0
  50. package/dist/src/debug/files.test.js.map +1 -0
  51. package/dist/src/debug/index.d.ts +60 -0
  52. package/dist/src/debug/index.d.ts.map +1 -0
  53. package/dist/src/debug/index.js +68 -0
  54. package/dist/src/debug/index.js.map +1 -0
  55. package/dist/src/debug/render.d.ts +57 -0
  56. package/dist/src/debug/render.d.ts.map +1 -0
  57. package/dist/src/debug/render.js +519 -0
  58. package/dist/src/debug/render.js.map +1 -0
  59. package/dist/src/debug/render.test.d.ts +2 -0
  60. package/dist/src/debug/render.test.d.ts.map +1 -0
  61. package/dist/src/debug/render.test.js +328 -0
  62. package/dist/src/debug/render.test.js.map +1 -0
  63. package/dist/src/debug/serialize.d.ts +9 -0
  64. package/dist/src/debug/serialize.d.ts.map +1 -0
  65. package/dist/src/debug/serialize.js +70 -0
  66. package/dist/src/debug/serialize.js.map +1 -0
  67. package/dist/src/debug/symbols.d.ts +9 -0
  68. package/dist/src/debug/symbols.d.ts.map +1 -0
  69. package/dist/src/debug/symbols.js +164 -0
  70. package/dist/src/debug/symbols.js.map +1 -0
  71. package/dist/src/debug/symbols.test.d.ts +2 -0
  72. package/dist/src/debug/symbols.test.d.ts.map +1 -0
  73. package/dist/src/debug/symbols.test.js +104 -0
  74. package/dist/src/debug/symbols.test.js.map +1 -0
  75. package/dist/src/debug/trace.d.ts +342 -0
  76. package/dist/src/debug/trace.d.ts.map +1 -0
  77. package/dist/src/debug/trace.js +443 -0
  78. package/dist/src/debug/trace.js.map +1 -0
  79. package/dist/src/devtools/devtools-protocol.d.ts +232 -0
  80. package/dist/src/devtools/devtools-protocol.d.ts.map +1 -0
  81. package/dist/src/devtools/devtools-protocol.js +2 -0
  82. package/dist/src/devtools/devtools-protocol.js.map +1 -0
  83. package/dist/src/devtools/devtools-server.browser.d.ts +28 -0
  84. package/dist/src/devtools/devtools-server.browser.d.ts.map +1 -0
  85. package/dist/src/devtools/devtools-server.browser.js +36 -0
  86. package/dist/src/devtools/devtools-server.browser.js.map +1 -0
  87. package/dist/src/devtools/devtools-server.d.ts +72 -0
  88. package/dist/src/devtools/devtools-server.d.ts.map +1 -0
  89. package/dist/src/devtools/devtools-server.js +256 -0
  90. package/dist/src/devtools/devtools-server.js.map +1 -0
  91. package/dist/src/devtools/devtools-transport.d.ts +23 -0
  92. package/dist/src/devtools/devtools-transport.d.ts.map +1 -0
  93. package/dist/src/devtools/devtools-transport.js +114 -0
  94. package/dist/src/devtools/devtools-transport.js.map +1 -0
  95. package/dist/src/devtools-entry.browser.d.ts +4 -0
  96. package/dist/src/devtools-entry.browser.d.ts.map +1 -0
  97. package/dist/src/devtools-entry.browser.js +2 -0
  98. package/dist/src/devtools-entry.browser.js.map +1 -0
  99. package/dist/src/devtools-entry.d.ts +4 -0
  100. package/dist/src/devtools-entry.d.ts.map +1 -0
  101. package/dist/src/devtools-entry.js +2 -0
  102. package/dist/src/devtools-entry.js.map +1 -0
  103. package/dist/src/diagnostics.d.ts +34 -0
  104. package/dist/src/diagnostics.d.ts.map +1 -0
  105. package/dist/src/diagnostics.js +89 -0
  106. package/dist/src/diagnostics.js.map +1 -0
  107. package/dist/src/index.d.ts +3 -2
  108. package/dist/src/index.d.ts.map +1 -1
  109. package/dist/src/index.js +3 -2
  110. package/dist/src/index.js.map +1 -1
  111. package/dist/src/print-hook.d.ts +14 -0
  112. package/dist/src/print-hook.d.ts.map +1 -0
  113. package/dist/src/print-hook.js +10 -0
  114. package/dist/src/print-hook.js.map +1 -0
  115. package/dist/src/reactive-union-set.d.ts.map +1 -1
  116. package/dist/src/reactive-union-set.js +15 -0
  117. package/dist/src/reactive-union-set.js.map +1 -1
  118. package/dist/src/reactivity.d.ts +17 -3
  119. package/dist/src/reactivity.d.ts.map +1 -1
  120. package/dist/src/reactivity.js +162 -14
  121. package/dist/src/reactivity.js.map +1 -1
  122. package/dist/src/render-stack.d.ts +17 -1
  123. package/dist/src/render-stack.d.ts.map +1 -1
  124. package/dist/src/render-stack.js +57 -1
  125. package/dist/src/render-stack.js.map +1 -1
  126. package/dist/src/render.d.ts +8 -15
  127. package/dist/src/render.d.ts.map +1 -1
  128. package/dist/src/render.js +362 -103
  129. package/dist/src/render.js.map +1 -1
  130. package/dist/src/resource.d.ts.map +1 -1
  131. package/dist/src/resource.js +5 -0
  132. package/dist/src/resource.js.map +1 -1
  133. package/dist/src/scheduler.d.ts +3 -0
  134. package/dist/src/scheduler.d.ts.map +1 -1
  135. package/dist/src/scheduler.js +45 -2
  136. package/dist/src/scheduler.js.map +1 -1
  137. package/dist/src/symbols/basic-symbol.d.ts.map +1 -1
  138. package/dist/src/symbols/basic-symbol.js +6 -1
  139. package/dist/src/symbols/basic-symbol.js.map +1 -1
  140. package/dist/src/symbols/decl.d.ts.map +1 -1
  141. package/dist/src/symbols/decl.js +5 -1
  142. package/dist/src/symbols/decl.js.map +1 -1
  143. package/dist/src/symbols/output-scope.d.ts +2 -1
  144. package/dist/src/symbols/output-scope.d.ts.map +1 -1
  145. package/dist/src/symbols/output-scope.js +13 -8
  146. package/dist/src/symbols/output-scope.js.map +1 -1
  147. package/dist/src/symbols/output-symbol.d.ts +1 -0
  148. package/dist/src/symbols/output-symbol.d.ts.map +1 -1
  149. package/dist/src/symbols/output-symbol.js +23 -6
  150. package/dist/src/symbols/output-symbol.js.map +1 -1
  151. package/dist/src/symbols/symbol-flow.d.ts.map +1 -1
  152. package/dist/src/symbols/symbol-flow.js +22 -6
  153. package/dist/src/symbols/symbol-flow.js.map +1 -1
  154. package/dist/src/symbols/symbol-slot.d.ts.map +1 -1
  155. package/dist/src/symbols/symbol-slot.js +15 -0
  156. package/dist/src/symbols/symbol-slot.js.map +1 -1
  157. package/dist/src/symbols/symbol-slot.test.d.ts +2 -0
  158. package/dist/src/symbols/symbol-slot.test.d.ts.map +1 -0
  159. package/dist/src/symbols/symbol-slot.test.js +35 -0
  160. package/dist/src/symbols/symbol-slot.test.js.map +1 -0
  161. package/dist/src/symbols/symbol-table.d.ts.map +1 -1
  162. package/dist/src/symbols/symbol-table.js +6 -5
  163. package/dist/src/symbols/symbol-table.js.map +1 -1
  164. package/dist/src/trace.d.ts +2 -0
  165. package/dist/src/trace.d.ts.map +1 -0
  166. package/dist/src/trace.js +2 -0
  167. package/dist/src/trace.js.map +1 -0
  168. package/dist/src/tracer.d.ts +2 -228
  169. package/dist/src/tracer.d.ts.map +1 -1
  170. package/dist/src/tracer.js +5 -298
  171. package/dist/src/tracer.js.map +1 -1
  172. package/dist/src/utils.d.ts.map +1 -1
  173. package/dist/src/utils.js +5 -0
  174. package/dist/src/utils.js.map +1 -1
  175. package/dist/test/components/append-file.test.d.ts.map +1 -1
  176. package/dist/test/components/append-file.test.js +18 -10
  177. package/dist/test/components/append-file.test.js.map +1 -1
  178. package/dist/test/components/template-file.test.d.ts.map +1 -1
  179. package/dist/test/components/template-file.test.js +6 -4
  180. package/dist/test/components/template-file.test.js.map +1 -1
  181. package/dist/test/rendering/basic.test.js +3 -0
  182. package/dist/test/rendering/basic.test.js.map +1 -1
  183. package/dist/test/rendering/print-render-stack.test.d.ts.map +1 -1
  184. package/dist/test/rendering/print-render-stack.test.js +91 -98
  185. package/dist/test/rendering/print-render-stack.test.js.map +1 -1
  186. package/dist/testing/create-test-wrapper.d.ts +1 -1
  187. package/dist/testing/create-test-wrapper.d.ts.map +1 -1
  188. package/dist/testing/create-test-wrapper.js +1 -1
  189. package/dist/testing/create-test-wrapper.js.map +1 -1
  190. package/dist/testing/devtools-utils.d.ts +26 -0
  191. package/dist/testing/devtools-utils.d.ts.map +1 -0
  192. package/dist/testing/devtools-utils.js +140 -0
  193. package/dist/testing/devtools-utils.js.map +1 -0
  194. package/dist/testing/extend-expect.d.ts.map +1 -1
  195. package/dist/testing/extend-expect.js +63 -1
  196. package/dist/testing/extend-expect.js.map +1 -1
  197. package/dist/testing/render.d.ts +2 -2
  198. package/dist/testing/render.d.ts.map +1 -1
  199. package/dist/testing/render.js +2 -2
  200. package/dist/testing/render.js.map +1 -1
  201. package/dist/tsconfig.tsbuildinfo +1 -1
  202. package/package.json +21 -7
  203. package/scripts/copy-devtools-ui.mjs +26 -0
  204. package/src/binder.ts +71 -16
  205. package/src/components/AppendFile.tsx +14 -9
  206. package/src/components/Block.tsx +1 -1
  207. package/src/components/Declaration.tsx +2 -1
  208. package/src/components/Scope.tsx +4 -1
  209. package/src/components/TemplateFile.tsx +18 -9
  210. package/src/content-slot.tsx +6 -6
  211. package/src/context.ts +15 -4
  212. package/src/{debug.ts → debug/cli.ts} +114 -125
  213. package/src/debug/diagnostics.test.tsx +55 -0
  214. package/src/debug/effects.test.tsx +96 -0
  215. package/src/debug/effects.ts +313 -0
  216. package/src/debug/files.test.tsx +96 -0
  217. package/src/debug/files.ts +40 -0
  218. package/src/debug/index.ts +126 -0
  219. package/src/debug/render.test.tsx +379 -0
  220. package/src/debug/render.ts +639 -0
  221. package/src/debug/serialize.ts +85 -0
  222. package/src/debug/symbols.test.tsx +106 -0
  223. package/src/debug/symbols.ts +230 -0
  224. package/src/debug/trace.ts +312 -0
  225. package/src/devtools/devtools-protocol.ts +312 -0
  226. package/src/devtools/devtools-server.browser.ts +71 -0
  227. package/src/devtools/devtools-server.ts +290 -0
  228. package/src/devtools/devtools-transport.ts +154 -0
  229. package/src/devtools-entry.browser.ts +52 -0
  230. package/src/devtools-entry.ts +54 -0
  231. package/src/diagnostics.ts +141 -0
  232. package/src/index.ts +2 -6
  233. package/src/print-hook.ts +22 -0
  234. package/src/reactive-union-set.ts +71 -41
  235. package/src/reactivity.ts +206 -23
  236. package/src/render-stack.ts +68 -1
  237. package/src/render.ts +464 -157
  238. package/src/resource.ts +28 -19
  239. package/src/scheduler.ts +55 -3
  240. package/src/symbols/basic-symbol.ts +6 -1
  241. package/src/symbols/decl.ts +5 -1
  242. package/src/symbols/output-scope.ts +21 -12
  243. package/src/symbols/output-symbol.ts +33 -12
  244. package/src/symbols/symbol-flow.ts +68 -37
  245. package/src/symbols/symbol-slot.test.tsx +41 -0
  246. package/src/symbols/symbol-slot.tsx +47 -20
  247. package/src/symbols/symbol-table.ts +6 -10
  248. package/src/trace.ts +1 -0
  249. package/src/tracer.ts +13 -242
  250. package/src/utils.tsx +22 -13
  251. package/temp/api.json +1675 -162
  252. package/test/components/append-file.test.tsx +36 -29
  253. package/test/components/template-file.test.tsx +11 -11
  254. package/test/rendering/basic.test.tsx +4 -0
  255. package/test/rendering/print-render-stack.test.tsx +52 -43
  256. package/testing/create-test-wrapper.tsx +1 -1
  257. package/testing/devtools-utils.ts +203 -0
  258. package/testing/extend-expect.ts +89 -0
  259. package/testing/render.ts +2 -2
  260. package/testing/vitest.d.ts +9 -0
  261. package/dist/src/debug.d.ts +0 -14
  262. package/dist/src/debug.d.ts.map +0 -1
  263. package/dist/src/debug.js.map +0 -1
package/temp/api.json CHANGED
@@ -708,6 +708,52 @@
708
708
  "endIndex": 5
709
709
  }
710
710
  },
711
+ {
712
+ "kind": "Function",
713
+ "canonicalReference": "@alloy-js/core!attachDiagnosticsCollector:function(1)",
714
+ "docComment": "",
715
+ "excerptTokens": [
716
+ {
717
+ "kind": "Content",
718
+ "text": "export declare function attachDiagnosticsCollector(collector: "
719
+ },
720
+ {
721
+ "kind": "Reference",
722
+ "text": "DiagnosticsCollector",
723
+ "canonicalReference": "@alloy-js/core!DiagnosticsCollector:class"
724
+ },
725
+ {
726
+ "kind": "Content",
727
+ "text": "): "
728
+ },
729
+ {
730
+ "kind": "Content",
731
+ "text": "void"
732
+ },
733
+ {
734
+ "kind": "Content",
735
+ "text": ";"
736
+ }
737
+ ],
738
+ "fileUrlPath": "src/diagnostics.ts",
739
+ "returnTypeTokenRange": {
740
+ "startIndex": 3,
741
+ "endIndex": 4
742
+ },
743
+ "releaseTag": "Public",
744
+ "overloadIndex": 1,
745
+ "parameters": [
746
+ {
747
+ "parameterName": "collector",
748
+ "parameterTypeTokenRange": {
749
+ "startIndex": 1,
750
+ "endIndex": 2
751
+ },
752
+ "isOptional": false
753
+ }
754
+ ],
755
+ "name": "attachDiagnosticsCollector"
756
+ },
711
757
  {
712
758
  "kind": "Interface",
713
759
  "canonicalReference": "@alloy-js/core!BaseListProps:interface",
@@ -3203,6 +3249,69 @@
3203
3249
  ],
3204
3250
  "extendsTokenRanges": []
3205
3251
  },
3252
+ {
3253
+ "kind": "Function",
3254
+ "canonicalReference": "@alloy-js/core!computed:function(1)",
3255
+ "docComment": "",
3256
+ "excerptTokens": [
3257
+ {
3258
+ "kind": "Content",
3259
+ "text": "export declare function computed<T>(getter: "
3260
+ },
3261
+ {
3262
+ "kind": "Content",
3263
+ "text": "() => T"
3264
+ },
3265
+ {
3266
+ "kind": "Content",
3267
+ "text": "): "
3268
+ },
3269
+ {
3270
+ "kind": "Reference",
3271
+ "text": "Ref",
3272
+ "canonicalReference": "@vue/reactivity!Ref:interface"
3273
+ },
3274
+ {
3275
+ "kind": "Content",
3276
+ "text": "<T>"
3277
+ },
3278
+ {
3279
+ "kind": "Content",
3280
+ "text": ";"
3281
+ }
3282
+ ],
3283
+ "fileUrlPath": "src/reactivity.ts",
3284
+ "returnTypeTokenRange": {
3285
+ "startIndex": 3,
3286
+ "endIndex": 5
3287
+ },
3288
+ "releaseTag": "Public",
3289
+ "overloadIndex": 1,
3290
+ "parameters": [
3291
+ {
3292
+ "parameterName": "getter",
3293
+ "parameterTypeTokenRange": {
3294
+ "startIndex": 1,
3295
+ "endIndex": 2
3296
+ },
3297
+ "isOptional": false
3298
+ }
3299
+ ],
3300
+ "typeParameters": [
3301
+ {
3302
+ "typeParameterName": "T",
3303
+ "constraintTokenRange": {
3304
+ "startIndex": 0,
3305
+ "endIndex": 0
3306
+ },
3307
+ "defaultTypeTokenRange": {
3308
+ "startIndex": 0,
3309
+ "endIndex": 0
3310
+ }
3311
+ }
3312
+ ],
3313
+ "name": "computed"
3314
+ },
3206
3315
  {
3207
3316
  "kind": "Interface",
3208
3317
  "canonicalReference": "@alloy-js/core!ContentOutputFile:interface",
@@ -5475,6 +5584,108 @@
5475
5584
  ],
5476
5585
  "name": "createResource"
5477
5586
  },
5587
+ {
5588
+ "kind": "Function",
5589
+ "canonicalReference": "@alloy-js/core!createScope:function(1)",
5590
+ "docComment": "",
5591
+ "excerptTokens": [
5592
+ {
5593
+ "kind": "Content",
5594
+ "text": "export declare function createScope<TScope extends "
5595
+ },
5596
+ {
5597
+ "kind": "Reference",
5598
+ "text": "OutputScope",
5599
+ "canonicalReference": "@alloy-js/core!OutputScope:class"
5600
+ },
5601
+ {
5602
+ "kind": "Content",
5603
+ "text": ", Args extends "
5604
+ },
5605
+ {
5606
+ "kind": "Content",
5607
+ "text": "unknown[]"
5608
+ },
5609
+ {
5610
+ "kind": "Content",
5611
+ "text": ">(ctor: "
5612
+ },
5613
+ {
5614
+ "kind": "Content",
5615
+ "text": "new (...args: Args) => TScope"
5616
+ },
5617
+ {
5618
+ "kind": "Content",
5619
+ "text": ", ...args: "
5620
+ },
5621
+ {
5622
+ "kind": "Content",
5623
+ "text": "Args"
5624
+ },
5625
+ {
5626
+ "kind": "Content",
5627
+ "text": "): "
5628
+ },
5629
+ {
5630
+ "kind": "Content",
5631
+ "text": "TScope"
5632
+ },
5633
+ {
5634
+ "kind": "Content",
5635
+ "text": ";"
5636
+ }
5637
+ ],
5638
+ "fileUrlPath": "src/binder.ts",
5639
+ "returnTypeTokenRange": {
5640
+ "startIndex": 9,
5641
+ "endIndex": 10
5642
+ },
5643
+ "releaseTag": "Public",
5644
+ "overloadIndex": 1,
5645
+ "parameters": [
5646
+ {
5647
+ "parameterName": "ctor",
5648
+ "parameterTypeTokenRange": {
5649
+ "startIndex": 5,
5650
+ "endIndex": 6
5651
+ },
5652
+ "isOptional": false
5653
+ },
5654
+ {
5655
+ "parameterName": "args",
5656
+ "parameterTypeTokenRange": {
5657
+ "startIndex": 7,
5658
+ "endIndex": 8
5659
+ },
5660
+ "isOptional": false
5661
+ }
5662
+ ],
5663
+ "typeParameters": [
5664
+ {
5665
+ "typeParameterName": "TScope",
5666
+ "constraintTokenRange": {
5667
+ "startIndex": 1,
5668
+ "endIndex": 2
5669
+ },
5670
+ "defaultTypeTokenRange": {
5671
+ "startIndex": 0,
5672
+ "endIndex": 0
5673
+ }
5674
+ },
5675
+ {
5676
+ "typeParameterName": "Args",
5677
+ "constraintTokenRange": {
5678
+ "startIndex": 3,
5679
+ "endIndex": 4
5680
+ },
5681
+ "defaultTypeTokenRange": {
5682
+ "startIndex": 0,
5683
+ "endIndex": 0
5684
+ }
5685
+ }
5686
+ ],
5687
+ "name": "createScope"
5688
+ },
5478
5689
  {
5479
5690
  "kind": "Function",
5480
5691
  "canonicalReference": "@alloy-js/core!createScopeTap:function(1)",
@@ -5636,118 +5847,220 @@
5636
5847
  },
5637
5848
  {
5638
5849
  "kind": "Function",
5639
- "canonicalReference": "@alloy-js/core!createSymbolSlot:function(1)",
5640
- "docComment": "/**\n * Create a component which accepts emitted symbols. The returned component has\n * a `ref` property which is a ref to a reactive set of all symbols emitted by\n * children of the component.\n */\n",
5850
+ "canonicalReference": "@alloy-js/core!createSymbol:function(1)",
5851
+ "docComment": "",
5641
5852
  "excerptTokens": [
5642
5853
  {
5643
5854
  "kind": "Content",
5644
- "text": "export declare function createSymbolSlot(): "
5855
+ "text": "export declare function createSymbol<TSymbol extends "
5645
5856
  },
5646
5857
  {
5647
5858
  "kind": "Reference",
5648
- "text": "SymbolSlot",
5649
- "canonicalReference": "@alloy-js/core!SymbolSlot:interface"
5859
+ "text": "OutputSymbol",
5860
+ "canonicalReference": "@alloy-js/core!OutputSymbol:class"
5650
5861
  },
5651
5862
  {
5652
5863
  "kind": "Content",
5653
- "text": ";"
5654
- }
5655
- ],
5656
- "fileUrlPath": "src/symbols/symbol-slot.tsx",
5657
- "returnTypeTokenRange": {
5658
- "startIndex": 1,
5659
- "endIndex": 2
5660
- },
5661
- "releaseTag": "Public",
5662
- "overloadIndex": 1,
5663
- "parameters": [],
5664
- "name": "createSymbolSlot"
5665
- },
5666
- {
5667
- "kind": "Function",
5668
- "canonicalReference": "@alloy-js/core!createTap:function(1)",
5669
- "docComment": "/**\n * Create a component that when rendered, initializes the tapped value\n * with the provided callback. This is useful for accessing context\n * provided by child components inside a parent component.\n *\n * @example\n * ```tsx\n * import { type Children, computed, createTap } from \"@alloy-js/core\";\n *\n * // context we will tap into\n * const SomeContext = createContext<string>();\n *\n * // a component which provides some specific context\n * function MyDeclaration(props: { children: Children }) {\n * return <SomeContext.Provider value=\"Hello World\">\n * {props.children}\n * </SomeContext.Provider>;\n * }\n *\n * // a parent component which wants to know about the context set\n * // by its children\n * function MySpecialDeclaration() {\n * const SomeContextTap = createTap(() => useContext(SomeContext));\n *\n * return <>\n * The declaration context is: {SomeContextTap.ref}\n * <MyDeclaration>\n * <SomeContextTap />\n * </MyDeclaration>\n * </>\n * }\n *\n * @see {@link createDeclarationTap} for tapping {@link DeclarationContext}.\n * @see {@link createMemberTap} for tapping {@link MemberDeclarationContext}.\n * @see {@link createScopeTap} for tapping {@link OutputScope}.\n * @see {@link createSourceFileTap} for tapping {@link SourceFileContext}.\n * ```\n *\n */\n",
5670
- "excerptTokens": [
5671
- {
5672
- "kind": "Content",
5673
- "text": "export declare function createTap<T = "
5864
+ "text": ", Args extends "
5674
5865
  },
5675
5866
  {
5676
5867
  "kind": "Content",
5677
- "text": "unknown"
5868
+ "text": "unknown[]"
5678
5869
  },
5679
5870
  {
5680
5871
  "kind": "Content",
5681
- "text": ">(tapper: "
5682
- },
5683
- {
5684
- "kind": "Reference",
5685
- "text": "Tapper",
5686
- "canonicalReference": "@alloy-js/core!Tapper:interface"
5872
+ "text": ">(ctor: "
5687
5873
  },
5688
5874
  {
5689
5875
  "kind": "Content",
5690
- "text": "<T>"
5876
+ "text": "new (...args: Args) => TSymbol"
5691
5877
  },
5692
5878
  {
5693
5879
  "kind": "Content",
5694
- "text": ", handler?: "
5695
- },
5696
- {
5697
- "kind": "Reference",
5698
- "text": "TapHandler",
5699
- "canonicalReference": "@alloy-js/core!TapHandler:interface"
5880
+ "text": ", ...args: "
5700
5881
  },
5701
5882
  {
5702
5883
  "kind": "Content",
5703
- "text": "<T>"
5884
+ "text": "Args"
5704
5885
  },
5705
5886
  {
5706
5887
  "kind": "Content",
5707
5888
  "text": "): "
5708
5889
  },
5709
- {
5710
- "kind": "Reference",
5711
- "text": "Tap",
5712
- "canonicalReference": "@alloy-js/core!Tap:interface"
5713
- },
5714
5890
  {
5715
5891
  "kind": "Content",
5716
- "text": "<T>"
5892
+ "text": "TSymbol"
5717
5893
  },
5718
5894
  {
5719
5895
  "kind": "Content",
5720
5896
  "text": ";"
5721
5897
  }
5722
5898
  ],
5723
- "fileUrlPath": "src/tap.ts",
5899
+ "fileUrlPath": "src/binder.ts",
5724
5900
  "returnTypeTokenRange": {
5725
5901
  "startIndex": 9,
5726
- "endIndex": 11
5902
+ "endIndex": 10
5727
5903
  },
5728
5904
  "releaseTag": "Public",
5729
5905
  "overloadIndex": 1,
5730
5906
  "parameters": [
5731
5907
  {
5732
- "parameterName": "tapper",
5908
+ "parameterName": "ctor",
5733
5909
  "parameterTypeTokenRange": {
5734
- "startIndex": 3,
5735
- "endIndex": 5
5910
+ "startIndex": 5,
5911
+ "endIndex": 6
5736
5912
  },
5737
5913
  "isOptional": false
5738
5914
  },
5739
5915
  {
5740
- "parameterName": "handler",
5916
+ "parameterName": "args",
5741
5917
  "parameterTypeTokenRange": {
5742
- "startIndex": 6,
5918
+ "startIndex": 7,
5743
5919
  "endIndex": 8
5744
5920
  },
5745
- "isOptional": true
5921
+ "isOptional": false
5746
5922
  }
5747
5923
  ],
5748
5924
  "typeParameters": [
5749
5925
  {
5750
- "typeParameterName": "T",
5926
+ "typeParameterName": "TSymbol",
5927
+ "constraintTokenRange": {
5928
+ "startIndex": 1,
5929
+ "endIndex": 2
5930
+ },
5931
+ "defaultTypeTokenRange": {
5932
+ "startIndex": 0,
5933
+ "endIndex": 0
5934
+ }
5935
+ },
5936
+ {
5937
+ "typeParameterName": "Args",
5938
+ "constraintTokenRange": {
5939
+ "startIndex": 3,
5940
+ "endIndex": 4
5941
+ },
5942
+ "defaultTypeTokenRange": {
5943
+ "startIndex": 0,
5944
+ "endIndex": 0
5945
+ }
5946
+ }
5947
+ ],
5948
+ "name": "createSymbol"
5949
+ },
5950
+ {
5951
+ "kind": "Function",
5952
+ "canonicalReference": "@alloy-js/core!createSymbolSlot:function(1)",
5953
+ "docComment": "/**\n * Create a component which accepts emitted symbols. The returned component has\n * a `ref` property which is a ref to a reactive set of all symbols emitted by\n * children of the component.\n */\n",
5954
+ "excerptTokens": [
5955
+ {
5956
+ "kind": "Content",
5957
+ "text": "export declare function createSymbolSlot(): "
5958
+ },
5959
+ {
5960
+ "kind": "Reference",
5961
+ "text": "SymbolSlot",
5962
+ "canonicalReference": "@alloy-js/core!SymbolSlot:interface"
5963
+ },
5964
+ {
5965
+ "kind": "Content",
5966
+ "text": ";"
5967
+ }
5968
+ ],
5969
+ "fileUrlPath": "src/symbols/symbol-slot.tsx",
5970
+ "returnTypeTokenRange": {
5971
+ "startIndex": 1,
5972
+ "endIndex": 2
5973
+ },
5974
+ "releaseTag": "Public",
5975
+ "overloadIndex": 1,
5976
+ "parameters": [],
5977
+ "name": "createSymbolSlot"
5978
+ },
5979
+ {
5980
+ "kind": "Function",
5981
+ "canonicalReference": "@alloy-js/core!createTap:function(1)",
5982
+ "docComment": "/**\n * Create a component that when rendered, initializes the tapped value\n * with the provided callback. This is useful for accessing context\n * provided by child components inside a parent component.\n *\n * @example\n * ```tsx\n * import { type Children, computed, createTap } from \"@alloy-js/core\";\n *\n * // context we will tap into\n * const SomeContext = createContext<string>();\n *\n * // a component which provides some specific context\n * function MyDeclaration(props: { children: Children }) {\n * return <SomeContext.Provider value=\"Hello World\">\n * {props.children}\n * </SomeContext.Provider>;\n * }\n *\n * // a parent component which wants to know about the context set\n * // by its children\n * function MySpecialDeclaration() {\n * const SomeContextTap = createTap(() => useContext(SomeContext));\n *\n * return <>\n * The declaration context is: {SomeContextTap.ref}\n * <MyDeclaration>\n * <SomeContextTap />\n * </MyDeclaration>\n * </>\n * }\n *\n * @see {@link createDeclarationTap} for tapping {@link DeclarationContext}.\n * @see {@link createMemberTap} for tapping {@link MemberDeclarationContext}.\n * @see {@link createScopeTap} for tapping {@link OutputScope}.\n * @see {@link createSourceFileTap} for tapping {@link SourceFileContext}.\n * ```\n *\n */\n",
5983
+ "excerptTokens": [
5984
+ {
5985
+ "kind": "Content",
5986
+ "text": "export declare function createTap<T = "
5987
+ },
5988
+ {
5989
+ "kind": "Content",
5990
+ "text": "unknown"
5991
+ },
5992
+ {
5993
+ "kind": "Content",
5994
+ "text": ">(tapper: "
5995
+ },
5996
+ {
5997
+ "kind": "Reference",
5998
+ "text": "Tapper",
5999
+ "canonicalReference": "@alloy-js/core!Tapper:interface"
6000
+ },
6001
+ {
6002
+ "kind": "Content",
6003
+ "text": "<T>"
6004
+ },
6005
+ {
6006
+ "kind": "Content",
6007
+ "text": ", handler?: "
6008
+ },
6009
+ {
6010
+ "kind": "Reference",
6011
+ "text": "TapHandler",
6012
+ "canonicalReference": "@alloy-js/core!TapHandler:interface"
6013
+ },
6014
+ {
6015
+ "kind": "Content",
6016
+ "text": "<T>"
6017
+ },
6018
+ {
6019
+ "kind": "Content",
6020
+ "text": "): "
6021
+ },
6022
+ {
6023
+ "kind": "Reference",
6024
+ "text": "Tap",
6025
+ "canonicalReference": "@alloy-js/core!Tap:interface"
6026
+ },
6027
+ {
6028
+ "kind": "Content",
6029
+ "text": "<T>"
6030
+ },
6031
+ {
6032
+ "kind": "Content",
6033
+ "text": ";"
6034
+ }
6035
+ ],
6036
+ "fileUrlPath": "src/tap.ts",
6037
+ "returnTypeTokenRange": {
6038
+ "startIndex": 9,
6039
+ "endIndex": 11
6040
+ },
6041
+ "releaseTag": "Public",
6042
+ "overloadIndex": 1,
6043
+ "parameters": [
6044
+ {
6045
+ "parameterName": "tapper",
6046
+ "parameterTypeTokenRange": {
6047
+ "startIndex": 3,
6048
+ "endIndex": 5
6049
+ },
6050
+ "isOptional": false
6051
+ },
6052
+ {
6053
+ "parameterName": "handler",
6054
+ "parameterTypeTokenRange": {
6055
+ "startIndex": 6,
6056
+ "endIndex": 8
6057
+ },
6058
+ "isOptional": true
6059
+ }
6060
+ ],
6061
+ "typeParameters": [
6062
+ {
6063
+ "typeParameterName": "T",
5751
6064
  "constraintTokenRange": {
5752
6065
  "startIndex": 0,
5753
6066
  "endIndex": 0
@@ -6411,28 +6724,598 @@
6411
6724
  "isOptional": false
6412
6725
  },
6413
6726
  {
6414
- "parameterName": "defaults",
6415
- "parameterTypeTokenRange": {
6416
- "startIndex": 5,
6417
- "endIndex": 7
6418
- },
6419
- "isOptional": false
6420
- }
6421
- ],
6422
- "typeParameters": [
6423
- {
6424
- "typeParameterName": "T",
6425
- "constraintTokenRange": {
6727
+ "parameterName": "defaults",
6728
+ "parameterTypeTokenRange": {
6729
+ "startIndex": 5,
6730
+ "endIndex": 7
6731
+ },
6732
+ "isOptional": false
6733
+ }
6734
+ ],
6735
+ "typeParameters": [
6736
+ {
6737
+ "typeParameterName": "T",
6738
+ "constraintTokenRange": {
6739
+ "startIndex": 1,
6740
+ "endIndex": 2
6741
+ },
6742
+ "defaultTypeTokenRange": {
6743
+ "startIndex": 0,
6744
+ "endIndex": 0
6745
+ }
6746
+ }
6747
+ ],
6748
+ "name": "defaultProps"
6749
+ },
6750
+ {
6751
+ "kind": "Interface",
6752
+ "canonicalReference": "@alloy-js/core!Diagnostic:interface",
6753
+ "docComment": "",
6754
+ "excerptTokens": [
6755
+ {
6756
+ "kind": "Content",
6757
+ "text": "export interface Diagnostic "
6758
+ }
6759
+ ],
6760
+ "fileUrlPath": "src/diagnostics.ts",
6761
+ "releaseTag": "Public",
6762
+ "name": "Diagnostic",
6763
+ "preserveMemberOrder": false,
6764
+ "members": [
6765
+ {
6766
+ "kind": "PropertySignature",
6767
+ "canonicalReference": "@alloy-js/core!Diagnostic#componentStack:member",
6768
+ "docComment": "",
6769
+ "excerptTokens": [
6770
+ {
6771
+ "kind": "Content",
6772
+ "text": "componentStack?: "
6773
+ },
6774
+ {
6775
+ "kind": "Reference",
6776
+ "text": "DiagnosticStackEntry",
6777
+ "canonicalReference": "@alloy-js/core!DiagnosticStackEntry:interface"
6778
+ },
6779
+ {
6780
+ "kind": "Content",
6781
+ "text": "[]"
6782
+ },
6783
+ {
6784
+ "kind": "Content",
6785
+ "text": ";"
6786
+ }
6787
+ ],
6788
+ "isReadonly": false,
6789
+ "isOptional": true,
6790
+ "releaseTag": "Public",
6791
+ "name": "componentStack",
6792
+ "propertyTypeTokenRange": {
6793
+ "startIndex": 1,
6794
+ "endIndex": 3
6795
+ }
6796
+ },
6797
+ {
6798
+ "kind": "PropertySignature",
6799
+ "canonicalReference": "@alloy-js/core!Diagnostic#id:member",
6800
+ "docComment": "",
6801
+ "excerptTokens": [
6802
+ {
6803
+ "kind": "Content",
6804
+ "text": "id: "
6805
+ },
6806
+ {
6807
+ "kind": "Content",
6808
+ "text": "string"
6809
+ },
6810
+ {
6811
+ "kind": "Content",
6812
+ "text": ";"
6813
+ }
6814
+ ],
6815
+ "isReadonly": false,
6816
+ "isOptional": false,
6817
+ "releaseTag": "Public",
6818
+ "name": "id",
6819
+ "propertyTypeTokenRange": {
6820
+ "startIndex": 1,
6821
+ "endIndex": 2
6822
+ }
6823
+ },
6824
+ {
6825
+ "kind": "PropertySignature",
6826
+ "canonicalReference": "@alloy-js/core!Diagnostic#message:member",
6827
+ "docComment": "",
6828
+ "excerptTokens": [
6829
+ {
6830
+ "kind": "Content",
6831
+ "text": "message: "
6832
+ },
6833
+ {
6834
+ "kind": "Content",
6835
+ "text": "string"
6836
+ },
6837
+ {
6838
+ "kind": "Content",
6839
+ "text": ";"
6840
+ }
6841
+ ],
6842
+ "isReadonly": false,
6843
+ "isOptional": false,
6844
+ "releaseTag": "Public",
6845
+ "name": "message",
6846
+ "propertyTypeTokenRange": {
6847
+ "startIndex": 1,
6848
+ "endIndex": 2
6849
+ }
6850
+ },
6851
+ {
6852
+ "kind": "PropertySignature",
6853
+ "canonicalReference": "@alloy-js/core!Diagnostic#severity:member",
6854
+ "docComment": "",
6855
+ "excerptTokens": [
6856
+ {
6857
+ "kind": "Content",
6858
+ "text": "severity: "
6859
+ },
6860
+ {
6861
+ "kind": "Reference",
6862
+ "text": "DiagnosticSeverity",
6863
+ "canonicalReference": "@alloy-js/core!DiagnosticSeverity:type"
6864
+ },
6865
+ {
6866
+ "kind": "Content",
6867
+ "text": ";"
6868
+ }
6869
+ ],
6870
+ "isReadonly": false,
6871
+ "isOptional": false,
6872
+ "releaseTag": "Public",
6873
+ "name": "severity",
6874
+ "propertyTypeTokenRange": {
6875
+ "startIndex": 1,
6876
+ "endIndex": 2
6877
+ }
6878
+ },
6879
+ {
6880
+ "kind": "PropertySignature",
6881
+ "canonicalReference": "@alloy-js/core!Diagnostic#source:member",
6882
+ "docComment": "",
6883
+ "excerptTokens": [
6884
+ {
6885
+ "kind": "Content",
6886
+ "text": "source?: "
6887
+ },
6888
+ {
6889
+ "kind": "Reference",
6890
+ "text": "SourceLocation",
6891
+ "canonicalReference": "@alloy-js/core!SourceLocation:interface"
6892
+ },
6893
+ {
6894
+ "kind": "Content",
6895
+ "text": ";"
6896
+ }
6897
+ ],
6898
+ "isReadonly": false,
6899
+ "isOptional": true,
6900
+ "releaseTag": "Public",
6901
+ "name": "source",
6902
+ "propertyTypeTokenRange": {
6903
+ "startIndex": 1,
6904
+ "endIndex": 2
6905
+ }
6906
+ }
6907
+ ],
6908
+ "extendsTokenRanges": []
6909
+ },
6910
+ {
6911
+ "kind": "Interface",
6912
+ "canonicalReference": "@alloy-js/core!DiagnosticHandle:interface",
6913
+ "docComment": "",
6914
+ "excerptTokens": [
6915
+ {
6916
+ "kind": "Content",
6917
+ "text": "export interface DiagnosticHandle "
6918
+ }
6919
+ ],
6920
+ "fileUrlPath": "src/diagnostics.ts",
6921
+ "releaseTag": "Public",
6922
+ "name": "DiagnosticHandle",
6923
+ "preserveMemberOrder": false,
6924
+ "members": [
6925
+ {
6926
+ "kind": "MethodSignature",
6927
+ "canonicalReference": "@alloy-js/core!DiagnosticHandle#dismiss:member(1)",
6928
+ "docComment": "",
6929
+ "excerptTokens": [
6930
+ {
6931
+ "kind": "Content",
6932
+ "text": "dismiss(): "
6933
+ },
6934
+ {
6935
+ "kind": "Content",
6936
+ "text": "void"
6937
+ },
6938
+ {
6939
+ "kind": "Content",
6940
+ "text": ";"
6941
+ }
6942
+ ],
6943
+ "isOptional": false,
6944
+ "returnTypeTokenRange": {
6945
+ "startIndex": 1,
6946
+ "endIndex": 2
6947
+ },
6948
+ "releaseTag": "Public",
6949
+ "overloadIndex": 1,
6950
+ "parameters": [],
6951
+ "name": "dismiss"
6952
+ }
6953
+ ],
6954
+ "extendsTokenRanges": []
6955
+ },
6956
+ {
6957
+ "kind": "Interface",
6958
+ "canonicalReference": "@alloy-js/core!DiagnosticInput:interface",
6959
+ "docComment": "",
6960
+ "excerptTokens": [
6961
+ {
6962
+ "kind": "Content",
6963
+ "text": "export interface DiagnosticInput "
6964
+ }
6965
+ ],
6966
+ "fileUrlPath": "src/diagnostics.ts",
6967
+ "releaseTag": "Public",
6968
+ "name": "DiagnosticInput",
6969
+ "preserveMemberOrder": false,
6970
+ "members": [
6971
+ {
6972
+ "kind": "PropertySignature",
6973
+ "canonicalReference": "@alloy-js/core!DiagnosticInput#componentStack:member",
6974
+ "docComment": "",
6975
+ "excerptTokens": [
6976
+ {
6977
+ "kind": "Content",
6978
+ "text": "componentStack?: "
6979
+ },
6980
+ {
6981
+ "kind": "Reference",
6982
+ "text": "DiagnosticStackEntry",
6983
+ "canonicalReference": "@alloy-js/core!DiagnosticStackEntry:interface"
6984
+ },
6985
+ {
6986
+ "kind": "Content",
6987
+ "text": "[]"
6988
+ },
6989
+ {
6990
+ "kind": "Content",
6991
+ "text": ";"
6992
+ }
6993
+ ],
6994
+ "isReadonly": false,
6995
+ "isOptional": true,
6996
+ "releaseTag": "Public",
6997
+ "name": "componentStack",
6998
+ "propertyTypeTokenRange": {
6999
+ "startIndex": 1,
7000
+ "endIndex": 3
7001
+ }
7002
+ },
7003
+ {
7004
+ "kind": "PropertySignature",
7005
+ "canonicalReference": "@alloy-js/core!DiagnosticInput#message:member",
7006
+ "docComment": "",
7007
+ "excerptTokens": [
7008
+ {
7009
+ "kind": "Content",
7010
+ "text": "message: "
7011
+ },
7012
+ {
7013
+ "kind": "Content",
7014
+ "text": "string"
7015
+ },
7016
+ {
7017
+ "kind": "Content",
7018
+ "text": ";"
7019
+ }
7020
+ ],
7021
+ "isReadonly": false,
7022
+ "isOptional": false,
7023
+ "releaseTag": "Public",
7024
+ "name": "message",
7025
+ "propertyTypeTokenRange": {
7026
+ "startIndex": 1,
7027
+ "endIndex": 2
7028
+ }
7029
+ },
7030
+ {
7031
+ "kind": "PropertySignature",
7032
+ "canonicalReference": "@alloy-js/core!DiagnosticInput#severity:member",
7033
+ "docComment": "",
7034
+ "excerptTokens": [
7035
+ {
7036
+ "kind": "Content",
7037
+ "text": "severity?: "
7038
+ },
7039
+ {
7040
+ "kind": "Reference",
7041
+ "text": "DiagnosticSeverity",
7042
+ "canonicalReference": "@alloy-js/core!DiagnosticSeverity:type"
7043
+ },
7044
+ {
7045
+ "kind": "Content",
7046
+ "text": ";"
7047
+ }
7048
+ ],
7049
+ "isReadonly": false,
7050
+ "isOptional": true,
7051
+ "releaseTag": "Public",
7052
+ "name": "severity",
7053
+ "propertyTypeTokenRange": {
7054
+ "startIndex": 1,
7055
+ "endIndex": 2
7056
+ }
7057
+ },
7058
+ {
7059
+ "kind": "PropertySignature",
7060
+ "canonicalReference": "@alloy-js/core!DiagnosticInput#source:member",
7061
+ "docComment": "",
7062
+ "excerptTokens": [
7063
+ {
7064
+ "kind": "Content",
7065
+ "text": "source?: "
7066
+ },
7067
+ {
7068
+ "kind": "Reference",
7069
+ "text": "SourceLocation",
7070
+ "canonicalReference": "@alloy-js/core!SourceLocation:interface"
7071
+ },
7072
+ {
7073
+ "kind": "Content",
7074
+ "text": ";"
7075
+ }
7076
+ ],
7077
+ "isReadonly": false,
7078
+ "isOptional": true,
7079
+ "releaseTag": "Public",
7080
+ "name": "source",
7081
+ "propertyTypeTokenRange": {
7082
+ "startIndex": 1,
7083
+ "endIndex": 2
7084
+ }
7085
+ }
7086
+ ],
7087
+ "extendsTokenRanges": []
7088
+ },
7089
+ {
7090
+ "kind": "Class",
7091
+ "canonicalReference": "@alloy-js/core!DiagnosticsCollector:class",
7092
+ "docComment": "",
7093
+ "excerptTokens": [
7094
+ {
7095
+ "kind": "Content",
7096
+ "text": "export declare class DiagnosticsCollector "
7097
+ }
7098
+ ],
7099
+ "fileUrlPath": "src/diagnostics.ts",
7100
+ "releaseTag": "Public",
7101
+ "isAbstract": false,
7102
+ "name": "DiagnosticsCollector",
7103
+ "preserveMemberOrder": false,
7104
+ "members": [
7105
+ {
7106
+ "kind": "Method",
7107
+ "canonicalReference": "@alloy-js/core!DiagnosticsCollector#emit:member(1)",
7108
+ "docComment": "",
7109
+ "excerptTokens": [
7110
+ {
7111
+ "kind": "Content",
7112
+ "text": "emit(input: "
7113
+ },
7114
+ {
7115
+ "kind": "Reference",
7116
+ "text": "DiagnosticInput",
7117
+ "canonicalReference": "@alloy-js/core!DiagnosticInput:interface"
7118
+ },
7119
+ {
7120
+ "kind": "Content",
7121
+ "text": "): "
7122
+ },
7123
+ {
7124
+ "kind": "Reference",
7125
+ "text": "DiagnosticHandle",
7126
+ "canonicalReference": "@alloy-js/core!DiagnosticHandle:interface"
7127
+ },
7128
+ {
7129
+ "kind": "Content",
7130
+ "text": ";"
7131
+ }
7132
+ ],
7133
+ "isStatic": false,
7134
+ "returnTypeTokenRange": {
7135
+ "startIndex": 3,
7136
+ "endIndex": 4
7137
+ },
7138
+ "releaseTag": "Public",
7139
+ "isProtected": false,
7140
+ "overloadIndex": 1,
7141
+ "parameters": [
7142
+ {
7143
+ "parameterName": "input",
7144
+ "parameterTypeTokenRange": {
7145
+ "startIndex": 1,
7146
+ "endIndex": 2
7147
+ },
7148
+ "isOptional": false
7149
+ }
7150
+ ],
7151
+ "isOptional": false,
7152
+ "isAbstract": false,
7153
+ "name": "emit"
7154
+ },
7155
+ {
7156
+ "kind": "Method",
7157
+ "canonicalReference": "@alloy-js/core!DiagnosticsCollector#getDiagnostics:member(1)",
7158
+ "docComment": "",
7159
+ "excerptTokens": [
7160
+ {
7161
+ "kind": "Content",
7162
+ "text": "getDiagnostics(): "
7163
+ },
7164
+ {
7165
+ "kind": "Reference",
7166
+ "text": "Diagnostic",
7167
+ "canonicalReference": "@alloy-js/core!Diagnostic:interface"
7168
+ },
7169
+ {
7170
+ "kind": "Content",
7171
+ "text": "[]"
7172
+ },
7173
+ {
7174
+ "kind": "Content",
7175
+ "text": ";"
7176
+ }
7177
+ ],
7178
+ "isStatic": false,
7179
+ "returnTypeTokenRange": {
7180
+ "startIndex": 1,
7181
+ "endIndex": 3
7182
+ },
7183
+ "releaseTag": "Public",
7184
+ "isProtected": false,
7185
+ "overloadIndex": 1,
7186
+ "parameters": [],
7187
+ "isOptional": false,
7188
+ "isAbstract": false,
7189
+ "name": "getDiagnostics"
7190
+ }
7191
+ ],
7192
+ "implementsTokenRanges": []
7193
+ },
7194
+ {
7195
+ "kind": "TypeAlias",
7196
+ "canonicalReference": "@alloy-js/core!DiagnosticSeverity:type",
7197
+ "docComment": "",
7198
+ "excerptTokens": [
7199
+ {
7200
+ "kind": "Content",
7201
+ "text": "export type DiagnosticSeverity = "
7202
+ },
7203
+ {
7204
+ "kind": "Content",
7205
+ "text": "\"info\" | \"warning\" | \"error\""
7206
+ },
7207
+ {
7208
+ "kind": "Content",
7209
+ "text": ";"
7210
+ }
7211
+ ],
7212
+ "fileUrlPath": "src/diagnostics.ts",
7213
+ "releaseTag": "Public",
7214
+ "name": "DiagnosticSeverity",
7215
+ "typeTokenRange": {
7216
+ "startIndex": 1,
7217
+ "endIndex": 2
7218
+ }
7219
+ },
7220
+ {
7221
+ "kind": "Interface",
7222
+ "canonicalReference": "@alloy-js/core!DiagnosticStackEntry:interface",
7223
+ "docComment": "",
7224
+ "excerptTokens": [
7225
+ {
7226
+ "kind": "Content",
7227
+ "text": "export interface DiagnosticStackEntry "
7228
+ }
7229
+ ],
7230
+ "fileUrlPath": "src/diagnostics.ts",
7231
+ "releaseTag": "Public",
7232
+ "name": "DiagnosticStackEntry",
7233
+ "preserveMemberOrder": false,
7234
+ "members": [
7235
+ {
7236
+ "kind": "PropertySignature",
7237
+ "canonicalReference": "@alloy-js/core!DiagnosticStackEntry#name:member",
7238
+ "docComment": "",
7239
+ "excerptTokens": [
7240
+ {
7241
+ "kind": "Content",
7242
+ "text": "name: "
7243
+ },
7244
+ {
7245
+ "kind": "Content",
7246
+ "text": "string"
7247
+ },
7248
+ {
7249
+ "kind": "Content",
7250
+ "text": ";"
7251
+ }
7252
+ ],
7253
+ "isReadonly": false,
7254
+ "isOptional": false,
7255
+ "releaseTag": "Public",
7256
+ "name": "name",
7257
+ "propertyTypeTokenRange": {
7258
+ "startIndex": 1,
7259
+ "endIndex": 2
7260
+ }
7261
+ },
7262
+ {
7263
+ "kind": "PropertySignature",
7264
+ "canonicalReference": "@alloy-js/core!DiagnosticStackEntry#renderNodeId:member",
7265
+ "docComment": "",
7266
+ "excerptTokens": [
7267
+ {
7268
+ "kind": "Content",
7269
+ "text": "renderNodeId?: "
7270
+ },
7271
+ {
7272
+ "kind": "Content",
7273
+ "text": "number"
7274
+ },
7275
+ {
7276
+ "kind": "Content",
7277
+ "text": ";"
7278
+ }
7279
+ ],
7280
+ "isReadonly": false,
7281
+ "isOptional": true,
7282
+ "releaseTag": "Public",
7283
+ "name": "renderNodeId",
7284
+ "propertyTypeTokenRange": {
7285
+ "startIndex": 1,
7286
+ "endIndex": 2
7287
+ }
7288
+ },
7289
+ {
7290
+ "kind": "PropertySignature",
7291
+ "canonicalReference": "@alloy-js/core!DiagnosticStackEntry#source:member",
7292
+ "docComment": "",
7293
+ "excerptTokens": [
7294
+ {
7295
+ "kind": "Content",
7296
+ "text": "source?: "
7297
+ },
7298
+ {
7299
+ "kind": "Reference",
7300
+ "text": "SourceLocation",
7301
+ "canonicalReference": "@alloy-js/core!SourceLocation:interface"
7302
+ },
7303
+ {
7304
+ "kind": "Content",
7305
+ "text": ";"
7306
+ }
7307
+ ],
7308
+ "isReadonly": false,
7309
+ "isOptional": true,
7310
+ "releaseTag": "Public",
7311
+ "name": "source",
7312
+ "propertyTypeTokenRange": {
6426
7313
  "startIndex": 1,
6427
7314
  "endIndex": 2
6428
- },
6429
- "defaultTypeTokenRange": {
6430
- "startIndex": 0,
6431
- "endIndex": 0
6432
7315
  }
6433
7316
  }
6434
7317
  ],
6435
- "name": "defaultProps"
7318
+ "extendsTokenRanges": []
6436
7319
  },
6437
7320
  {
6438
7321
  "kind": "Interface",
@@ -6499,6 +7382,15 @@
6499
7382
  "kind": "Content",
6500
7383
  "text": "T"
6501
7384
  },
7385
+ {
7386
+ "kind": "Content",
7387
+ "text": ", options?: "
7388
+ },
7389
+ {
7390
+ "kind": "Reference",
7391
+ "text": "EffectOptions",
7392
+ "canonicalReference": "@alloy-js/core!EffectOptions:interface"
7393
+ },
6502
7394
  {
6503
7395
  "kind": "Content",
6504
7396
  "text": "): "
@@ -6514,8 +7406,8 @@
6514
7406
  ],
6515
7407
  "fileUrlPath": "src/reactivity.ts",
6516
7408
  "returnTypeTokenRange": {
6517
- "startIndex": 5,
6518
- "endIndex": 6
7409
+ "startIndex": 7,
7410
+ "endIndex": 8
6519
7411
  },
6520
7412
  "releaseTag": "Public",
6521
7413
  "overloadIndex": 1,
@@ -6535,6 +7427,14 @@
6535
7427
  "endIndex": 4
6536
7428
  },
6537
7429
  "isOptional": true
7430
+ },
7431
+ {
7432
+ "parameterName": "options",
7433
+ "parameterTypeTokenRange": {
7434
+ "startIndex": 5,
7435
+ "endIndex": 6
7436
+ },
7437
+ "isOptional": true
6538
7438
  }
6539
7439
  ],
6540
7440
  "typeParameters": [
@@ -6552,6 +7452,124 @@
6552
7452
  ],
6553
7453
  "name": "effect"
6554
7454
  },
7455
+ {
7456
+ "kind": "Interface",
7457
+ "canonicalReference": "@alloy-js/core!EffectDebugOptions:interface",
7458
+ "docComment": "",
7459
+ "excerptTokens": [
7460
+ {
7461
+ "kind": "Content",
7462
+ "text": "export interface EffectDebugOptions "
7463
+ }
7464
+ ],
7465
+ "fileUrlPath": "src/reactivity.ts",
7466
+ "releaseTag": "Public",
7467
+ "name": "EffectDebugOptions",
7468
+ "preserveMemberOrder": false,
7469
+ "members": [
7470
+ {
7471
+ "kind": "PropertySignature",
7472
+ "canonicalReference": "@alloy-js/core!EffectDebugOptions#name:member",
7473
+ "docComment": "",
7474
+ "excerptTokens": [
7475
+ {
7476
+ "kind": "Content",
7477
+ "text": "name?: "
7478
+ },
7479
+ {
7480
+ "kind": "Content",
7481
+ "text": "string"
7482
+ },
7483
+ {
7484
+ "kind": "Content",
7485
+ "text": ";"
7486
+ }
7487
+ ],
7488
+ "isReadonly": false,
7489
+ "isOptional": true,
7490
+ "releaseTag": "Public",
7491
+ "name": "name",
7492
+ "propertyTypeTokenRange": {
7493
+ "startIndex": 1,
7494
+ "endIndex": 2
7495
+ }
7496
+ },
7497
+ {
7498
+ "kind": "PropertySignature",
7499
+ "canonicalReference": "@alloy-js/core!EffectDebugOptions#type:member",
7500
+ "docComment": "",
7501
+ "excerptTokens": [
7502
+ {
7503
+ "kind": "Content",
7504
+ "text": "type?: "
7505
+ },
7506
+ {
7507
+ "kind": "Content",
7508
+ "text": "string"
7509
+ },
7510
+ {
7511
+ "kind": "Content",
7512
+ "text": ";"
7513
+ }
7514
+ ],
7515
+ "isReadonly": false,
7516
+ "isOptional": true,
7517
+ "releaseTag": "Public",
7518
+ "name": "type",
7519
+ "propertyTypeTokenRange": {
7520
+ "startIndex": 1,
7521
+ "endIndex": 2
7522
+ }
7523
+ }
7524
+ ],
7525
+ "extendsTokenRanges": []
7526
+ },
7527
+ {
7528
+ "kind": "Interface",
7529
+ "canonicalReference": "@alloy-js/core!EffectOptions:interface",
7530
+ "docComment": "",
7531
+ "excerptTokens": [
7532
+ {
7533
+ "kind": "Content",
7534
+ "text": "export interface EffectOptions "
7535
+ }
7536
+ ],
7537
+ "fileUrlPath": "src/reactivity.ts",
7538
+ "releaseTag": "Public",
7539
+ "name": "EffectOptions",
7540
+ "preserveMemberOrder": false,
7541
+ "members": [
7542
+ {
7543
+ "kind": "PropertySignature",
7544
+ "canonicalReference": "@alloy-js/core!EffectOptions#debug:member",
7545
+ "docComment": "",
7546
+ "excerptTokens": [
7547
+ {
7548
+ "kind": "Content",
7549
+ "text": "debug?: "
7550
+ },
7551
+ {
7552
+ "kind": "Reference",
7553
+ "text": "EffectDebugOptions",
7554
+ "canonicalReference": "@alloy-js/core!EffectDebugOptions:interface"
7555
+ },
7556
+ {
7557
+ "kind": "Content",
7558
+ "text": ";"
7559
+ }
7560
+ ],
7561
+ "isReadonly": false,
7562
+ "isOptional": true,
7563
+ "releaseTag": "Public",
7564
+ "name": "debug",
7565
+ "propertyTypeTokenRange": {
7566
+ "startIndex": 1,
7567
+ "endIndex": 2
7568
+ }
7569
+ }
7570
+ ],
7571
+ "extendsTokenRanges": []
7572
+ },
6555
7573
  {
6556
7574
  "kind": "TypeAlias",
6557
7575
  "canonicalReference": "@alloy-js/core!ElementCache:type",
@@ -6637,6 +7655,53 @@
6637
7655
  "endIndex": 4
6638
7656
  }
6639
7657
  },
7658
+ {
7659
+ "kind": "Function",
7660
+ "canonicalReference": "@alloy-js/core!emitDiagnostic:function(1)",
7661
+ "docComment": "",
7662
+ "excerptTokens": [
7663
+ {
7664
+ "kind": "Content",
7665
+ "text": "export declare function emitDiagnostic(input: "
7666
+ },
7667
+ {
7668
+ "kind": "Reference",
7669
+ "text": "DiagnosticInput",
7670
+ "canonicalReference": "@alloy-js/core!DiagnosticInput:interface"
7671
+ },
7672
+ {
7673
+ "kind": "Content",
7674
+ "text": "): "
7675
+ },
7676
+ {
7677
+ "kind": "Reference",
7678
+ "text": "DiagnosticHandle",
7679
+ "canonicalReference": "@alloy-js/core!DiagnosticHandle:interface"
7680
+ },
7681
+ {
7682
+ "kind": "Content",
7683
+ "text": ";"
7684
+ }
7685
+ ],
7686
+ "fileUrlPath": "src/diagnostics.ts",
7687
+ "returnTypeTokenRange": {
7688
+ "startIndex": 3,
7689
+ "endIndex": 4
7690
+ },
7691
+ "releaseTag": "Public",
7692
+ "overloadIndex": 1,
7693
+ "parameters": [
7694
+ {
7695
+ "parameterName": "input",
7696
+ "parameterTypeTokenRange": {
7697
+ "startIndex": 1,
7698
+ "endIndex": 2
7699
+ },
7700
+ "isOptional": false
7701
+ }
7702
+ ],
7703
+ "name": "emitDiagnostic"
7704
+ },
6640
7705
  {
6641
7706
  "kind": "Function",
6642
7707
  "canonicalReference": "@alloy-js/core!emitSymbol:function(1)",
@@ -7580,7 +8645,62 @@
7580
8645
  "isOptional": false
7581
8646
  }
7582
8647
  ],
7583
- "name": "getContextForRenderNode"
8648
+ "name": "getContextForRenderNode"
8649
+ },
8650
+ {
8651
+ "kind": "Function",
8652
+ "canonicalReference": "@alloy-js/core!getDiagnosticsForTree:function(1)",
8653
+ "docComment": "",
8654
+ "excerptTokens": [
8655
+ {
8656
+ "kind": "Content",
8657
+ "text": "export declare function getDiagnosticsForTree(tree: "
8658
+ },
8659
+ {
8660
+ "kind": "Reference",
8661
+ "text": "RenderedTextTree",
8662
+ "canonicalReference": "@alloy-js/core!RenderedTextTree:type"
8663
+ },
8664
+ {
8665
+ "kind": "Content",
8666
+ "text": "): "
8667
+ },
8668
+ {
8669
+ "kind": "Content",
8670
+ "text": "import(\"./diagnostics.js\")."
8671
+ },
8672
+ {
8673
+ "kind": "Reference",
8674
+ "text": "Diagnostic",
8675
+ "canonicalReference": "@alloy-js/core!Diagnostic:interface"
8676
+ },
8677
+ {
8678
+ "kind": "Content",
8679
+ "text": "[]"
8680
+ },
8681
+ {
8682
+ "kind": "Content",
8683
+ "text": ";"
8684
+ }
8685
+ ],
8686
+ "fileUrlPath": "src/render.ts",
8687
+ "returnTypeTokenRange": {
8688
+ "startIndex": 3,
8689
+ "endIndex": 6
8690
+ },
8691
+ "releaseTag": "Public",
8692
+ "overloadIndex": 1,
8693
+ "parameters": [
8694
+ {
8695
+ "parameterName": "tree",
8696
+ "parameterTypeTokenRange": {
8697
+ "startIndex": 1,
8698
+ "endIndex": 2
8699
+ },
8700
+ "isOptional": false
8701
+ }
8702
+ ],
8703
+ "name": "getDiagnosticsForTree"
7584
8704
  },
7585
8705
  {
7586
8706
  "kind": "Function",
@@ -9750,7 +10870,7 @@
9750
10870
  "text": ";"
9751
10871
  }
9752
10872
  ],
9753
- "fileUrlPath": "src/render.ts",
10873
+ "fileUrlPath": "src/print-hook.ts",
9754
10874
  "returnTypeTokenRange": {
9755
10875
  "startIndex": 3,
9756
10876
  "endIndex": 6
@@ -14519,7 +15639,7 @@
14519
15639
  },
14520
15640
  {
14521
15641
  "kind": "Content",
14522
- "text": "this"
15642
+ "text": "boolean"
14523
15643
  },
14524
15644
  {
14525
15645
  "kind": "Content",
@@ -14727,6 +15847,41 @@
14727
15847
  "isProtected": false,
14728
15848
  "isAbstract": false
14729
15849
  },
15850
+ {
15851
+ "kind": "Property",
15852
+ "canonicalReference": "@alloy-js/core!OutputScope#debugInfo:member",
15853
+ "docComment": "",
15854
+ "excerptTokens": [
15855
+ {
15856
+ "kind": "Content",
15857
+ "text": "get debugInfo(): "
15858
+ },
15859
+ {
15860
+ "kind": "Reference",
15861
+ "text": "Record",
15862
+ "canonicalReference": "!Record:type"
15863
+ },
15864
+ {
15865
+ "kind": "Content",
15866
+ "text": "<string, unknown>"
15867
+ },
15868
+ {
15869
+ "kind": "Content",
15870
+ "text": ";"
15871
+ }
15872
+ ],
15873
+ "isReadonly": true,
15874
+ "isOptional": false,
15875
+ "releaseTag": "Public",
15876
+ "name": "debugInfo",
15877
+ "propertyTypeTokenRange": {
15878
+ "startIndex": 1,
15879
+ "endIndex": 3
15880
+ },
15881
+ "isStatic": false,
15882
+ "isProtected": false,
15883
+ "isAbstract": false
15884
+ },
14730
15885
  {
14731
15886
  "kind": "Property",
14732
15887
  "canonicalReference": "@alloy-js/core!OutputScope.declarationSpaces:member",
@@ -15672,6 +16827,41 @@
15672
16827
  "isAbstract": false,
15673
16828
  "name": "dealias"
15674
16829
  },
16830
+ {
16831
+ "kind": "Property",
16832
+ "canonicalReference": "@alloy-js/core!OutputSymbol#debugInfo:member",
16833
+ "docComment": "",
16834
+ "excerptTokens": [
16835
+ {
16836
+ "kind": "Content",
16837
+ "text": "get debugInfo(): "
16838
+ },
16839
+ {
16840
+ "kind": "Reference",
16841
+ "text": "Record",
16842
+ "canonicalReference": "!Record:type"
16843
+ },
16844
+ {
16845
+ "kind": "Content",
16846
+ "text": "<string, unknown>"
16847
+ },
16848
+ {
16849
+ "kind": "Content",
16850
+ "text": ";"
16851
+ }
16852
+ ],
16853
+ "isReadonly": true,
16854
+ "isOptional": false,
16855
+ "releaseTag": "Public",
16856
+ "name": "debugInfo",
16857
+ "propertyTypeTokenRange": {
16858
+ "startIndex": 1,
16859
+ "endIndex": 3
16860
+ },
16861
+ "isStatic": false,
16862
+ "isProtected": false,
16863
+ "isAbstract": false
16864
+ },
15675
16865
  {
15676
16866
  "kind": "Method",
15677
16867
  "canonicalReference": "@alloy-js/core!OutputSymbol#delete:member(1)",
@@ -17190,7 +18380,7 @@
17190
18380
  "text": "export interface PrintHook "
17191
18381
  }
17192
18382
  ],
17193
- "fileUrlPath": "src/render.ts",
18383
+ "fileUrlPath": "src/print-hook.ts",
17194
18384
  "releaseTag": "Public",
17195
18385
  "name": "PrintHook",
17196
18386
  "preserveMemberOrder": false,
@@ -17260,7 +18450,7 @@
17260
18450
  },
17261
18451
  {
17262
18452
  "kind": "Content",
17263
- "text": ") => "
18453
+ "text": ") => import(\"prettier\")."
17264
18454
  },
17265
18455
  {
17266
18456
  "kind": "Reference",
@@ -17271,6 +18461,10 @@
17271
18461
  "kind": "Content",
17272
18462
  "text": "): "
17273
18463
  },
18464
+ {
18465
+ "kind": "Content",
18466
+ "text": "import(\"prettier\")."
18467
+ },
17274
18468
  {
17275
18469
  "kind": "Reference",
17276
18470
  "text": "Doc",
@@ -17284,7 +18478,7 @@
17284
18478
  "isOptional": true,
17285
18479
  "returnTypeTokenRange": {
17286
18480
  "startIndex": 8,
17287
- "endIndex": 9
18481
+ "endIndex": 10
17288
18482
  },
17289
18483
  "releaseTag": "Public",
17290
18484
  "overloadIndex": 1,
@@ -17389,7 +18583,7 @@
17389
18583
  {
17390
18584
  "kind": "Variable",
17391
18585
  "canonicalReference": "@alloy-js/core!printHookTag:var",
17392
- "docComment": "",
18586
+ "docComment": "/**\n * Print hook types and utilities.\n * This is a separate file to avoid circular dependencies between render.ts and debug/render.ts.\n */\n",
17393
18587
  "excerptTokens": [
17394
18588
  {
17395
18589
  "kind": "Content",
@@ -17400,7 +18594,7 @@
17400
18594
  "text": "unique symbol"
17401
18595
  }
17402
18596
  ],
17403
- "fileUrlPath": "src/render.ts",
18597
+ "fileUrlPath": "src/print-hook.ts",
17404
18598
  "isReadonly": true,
17405
18599
  "releaseTag": "Public",
17406
18600
  "name": "printHookTag",
@@ -17514,6 +18708,33 @@
17514
18708
  "endIndex": 2
17515
18709
  }
17516
18710
  },
18711
+ {
18712
+ "kind": "PropertySignature",
18713
+ "canonicalReference": "@alloy-js/core!PrintTreeOptions#noFlush:member",
18714
+ "docComment": "/**\n * Skip flushing scheduled jobs before printing.\n *\n * @default\n *\n * false\n */\n",
18715
+ "excerptTokens": [
18716
+ {
18717
+ "kind": "Content",
18718
+ "text": "noFlush?: "
18719
+ },
18720
+ {
18721
+ "kind": "Content",
18722
+ "text": "boolean"
18723
+ },
18724
+ {
18725
+ "kind": "Content",
18726
+ "text": ";"
18727
+ }
18728
+ ],
18729
+ "isReadonly": false,
18730
+ "isOptional": true,
18731
+ "releaseTag": "Public",
18732
+ "name": "noFlush",
18733
+ "propertyTypeTokenRange": {
18734
+ "startIndex": 1,
18735
+ "endIndex": 2
18736
+ }
18737
+ },
17517
18738
  {
17518
18739
  "kind": "PropertySignature",
17519
18740
  "canonicalReference": "@alloy-js/core!PrintTreeOptions#printWidth:member",
@@ -18445,6 +19666,69 @@
18445
19666
  ],
18446
19667
  "extendsTokenRanges": []
18447
19668
  },
19669
+ {
19670
+ "kind": "Function",
19671
+ "canonicalReference": "@alloy-js/core!ref:function(1)",
19672
+ "docComment": "",
19673
+ "excerptTokens": [
19674
+ {
19675
+ "kind": "Content",
19676
+ "text": "export declare function ref<T>(value?: "
19677
+ },
19678
+ {
19679
+ "kind": "Content",
19680
+ "text": "T"
19681
+ },
19682
+ {
19683
+ "kind": "Content",
19684
+ "text": "): "
19685
+ },
19686
+ {
19687
+ "kind": "Reference",
19688
+ "text": "Ref",
19689
+ "canonicalReference": "@vue/reactivity!Ref:interface"
19690
+ },
19691
+ {
19692
+ "kind": "Content",
19693
+ "text": "<T>"
19694
+ },
19695
+ {
19696
+ "kind": "Content",
19697
+ "text": ";"
19698
+ }
19699
+ ],
19700
+ "fileUrlPath": "src/reactivity.ts",
19701
+ "returnTypeTokenRange": {
19702
+ "startIndex": 3,
19703
+ "endIndex": 5
19704
+ },
19705
+ "releaseTag": "Public",
19706
+ "overloadIndex": 1,
19707
+ "parameters": [
19708
+ {
19709
+ "parameterName": "value",
19710
+ "parameterTypeTokenRange": {
19711
+ "startIndex": 1,
19712
+ "endIndex": 2
19713
+ },
19714
+ "isOptional": true
19715
+ }
19716
+ ],
19717
+ "typeParameters": [
19718
+ {
19719
+ "typeParameterName": "T",
19720
+ "constraintTokenRange": {
19721
+ "startIndex": 0,
19722
+ "endIndex": 0
19723
+ },
19724
+ "defaultTypeTokenRange": {
19725
+ "startIndex": 0,
19726
+ "endIndex": 0
19727
+ }
19728
+ }
19729
+ ],
19730
+ "name": "ref"
19731
+ },
18448
19732
  {
18449
19733
  "kind": "Function",
18450
19734
  "canonicalReference": "@alloy-js/core!ReferenceOrContent:function(1)",
@@ -19308,7 +20592,7 @@
19308
20592
  "text": ";"
19309
20593
  }
19310
20594
  ],
19311
- "fileUrlPath": "src/render.ts",
20595
+ "fileUrlPath": "src/print-hook.ts",
19312
20596
  "releaseTag": "Public",
19313
20597
  "name": "RenderedTextTree",
19314
20598
  "typeTokenRange": {
@@ -19363,6 +20647,52 @@
19363
20647
  ],
19364
20648
  "name": "renderTree"
19365
20649
  },
20650
+ {
20651
+ "kind": "Function",
20652
+ "canonicalReference": "@alloy-js/core!reportDiagnostics:function(1)",
20653
+ "docComment": "",
20654
+ "excerptTokens": [
20655
+ {
20656
+ "kind": "Content",
20657
+ "text": "export declare function reportDiagnostics(collector: "
20658
+ },
20659
+ {
20660
+ "kind": "Reference",
20661
+ "text": "DiagnosticsCollector",
20662
+ "canonicalReference": "@alloy-js/core!DiagnosticsCollector:class"
20663
+ },
20664
+ {
20665
+ "kind": "Content",
20666
+ "text": "): "
20667
+ },
20668
+ {
20669
+ "kind": "Content",
20670
+ "text": "void"
20671
+ },
20672
+ {
20673
+ "kind": "Content",
20674
+ "text": ";"
20675
+ }
20676
+ ],
20677
+ "fileUrlPath": "src/diagnostics.ts",
20678
+ "returnTypeTokenRange": {
20679
+ "startIndex": 3,
20680
+ "endIndex": 4
20681
+ },
20682
+ "releaseTag": "Public",
20683
+ "overloadIndex": 1,
20684
+ "parameters": [
20685
+ {
20686
+ "parameterName": "collector",
20687
+ "parameterTypeTokenRange": {
20688
+ "startIndex": 1,
20689
+ "endIndex": 2
20690
+ },
20691
+ "isOptional": false
20692
+ }
20693
+ ],
20694
+ "name": "reportDiagnostics"
20695
+ },
19366
20696
  {
19367
20697
  "kind": "Interface",
19368
20698
  "canonicalReference": "@alloy-js/core!ResolutionResult:interface",
@@ -20461,7 +21791,70 @@
20461
21791
  }
20462
21792
  }
20463
21793
  ],
20464
- "extendsTokenRanges": []
21794
+ "extendsTokenRanges": []
21795
+ },
21796
+ {
21797
+ "kind": "Function",
21798
+ "canonicalReference": "@alloy-js/core!shallowRef:function(1)",
21799
+ "docComment": "",
21800
+ "excerptTokens": [
21801
+ {
21802
+ "kind": "Content",
21803
+ "text": "export declare function shallowRef<T>(value?: "
21804
+ },
21805
+ {
21806
+ "kind": "Content",
21807
+ "text": "T"
21808
+ },
21809
+ {
21810
+ "kind": "Content",
21811
+ "text": "): "
21812
+ },
21813
+ {
21814
+ "kind": "Reference",
21815
+ "text": "Ref",
21816
+ "canonicalReference": "@vue/reactivity!Ref:interface"
21817
+ },
21818
+ {
21819
+ "kind": "Content",
21820
+ "text": "<T>"
21821
+ },
21822
+ {
21823
+ "kind": "Content",
21824
+ "text": ";"
21825
+ }
21826
+ ],
21827
+ "fileUrlPath": "src/reactivity.ts",
21828
+ "returnTypeTokenRange": {
21829
+ "startIndex": 3,
21830
+ "endIndex": 5
21831
+ },
21832
+ "releaseTag": "Public",
21833
+ "overloadIndex": 1,
21834
+ "parameters": [
21835
+ {
21836
+ "parameterName": "value",
21837
+ "parameterTypeTokenRange": {
21838
+ "startIndex": 1,
21839
+ "endIndex": 2
21840
+ },
21841
+ "isOptional": true
21842
+ }
21843
+ ],
21844
+ "typeParameters": [
21845
+ {
21846
+ "typeParameterName": "T",
21847
+ "constraintTokenRange": {
21848
+ "startIndex": 0,
21849
+ "endIndex": 0
21850
+ },
21851
+ "defaultTypeTokenRange": {
21852
+ "startIndex": 0,
21853
+ "endIndex": 0
21854
+ }
21855
+ }
21856
+ ],
21857
+ "name": "shallowRef"
20465
21858
  },
20466
21859
  {
20467
21860
  "kind": "Function",
@@ -21410,83 +22803,6 @@
21410
22803
  ],
21411
22804
  "name": "sourceFilesForTree"
21412
22805
  },
21413
- {
21414
- "kind": "Function",
21415
- "canonicalReference": "@alloy-js/core!sourceFilesForTreeAsync:function(1)",
21416
- "docComment": "/**\n * Convert a rendered text tree to source directories and files. Will ensure that\n * all scheduled jobs are completed, including async ones.\n */\n",
21417
- "excerptTokens": [
21418
- {
21419
- "kind": "Content",
21420
- "text": "export declare function sourceFilesForTreeAsync(tree: "
21421
- },
21422
- {
21423
- "kind": "Reference",
21424
- "text": "RenderedTextTree",
21425
- "canonicalReference": "@alloy-js/core!RenderedTextTree:type"
21426
- },
21427
- {
21428
- "kind": "Content",
21429
- "text": ", options?: "
21430
- },
21431
- {
21432
- "kind": "Reference",
21433
- "text": "PrintTreeOptions",
21434
- "canonicalReference": "@alloy-js/core!PrintTreeOptions:interface"
21435
- },
21436
- {
21437
- "kind": "Content",
21438
- "text": "): "
21439
- },
21440
- {
21441
- "kind": "Reference",
21442
- "text": "Promise",
21443
- "canonicalReference": "!Promise:interface"
21444
- },
21445
- {
21446
- "kind": "Content",
21447
- "text": "<"
21448
- },
21449
- {
21450
- "kind": "Reference",
21451
- "text": "OutputDirectory",
21452
- "canonicalReference": "@alloy-js/core!OutputDirectory:interface"
21453
- },
21454
- {
21455
- "kind": "Content",
21456
- "text": ">"
21457
- },
21458
- {
21459
- "kind": "Content",
21460
- "text": ";"
21461
- }
21462
- ],
21463
- "fileUrlPath": "src/render.ts",
21464
- "returnTypeTokenRange": {
21465
- "startIndex": 5,
21466
- "endIndex": 9
21467
- },
21468
- "releaseTag": "Public",
21469
- "overloadIndex": 1,
21470
- "parameters": [
21471
- {
21472
- "parameterName": "tree",
21473
- "parameterTypeTokenRange": {
21474
- "startIndex": 1,
21475
- "endIndex": 2
21476
- },
21477
- "isOptional": false
21478
- },
21479
- {
21480
- "parameterName": "options",
21481
- "parameterTypeTokenRange": {
21482
- "startIndex": 3,
21483
- "endIndex": 4
21484
- },
21485
- "isOptional": true
21486
- }
21487
- ],
21488
- "name": "sourceFilesForTreeAsync"
21489
- },
21490
22806
  {
21491
22807
  "kind": "Interface",
21492
22808
  "canonicalReference": "@alloy-js/core!SourceLocation:interface",
@@ -24401,6 +25717,128 @@
24401
25717
  "endIndex": 2
24402
25718
  }
24403
25719
  },
25720
+ {
25721
+ "kind": "Function",
25722
+ "canonicalReference": "@alloy-js/core!toRef:function(1)",
25723
+ "docComment": "",
25724
+ "excerptTokens": [
25725
+ {
25726
+ "kind": "Content",
25727
+ "text": "export declare function toRef<T extends "
25728
+ },
25729
+ {
25730
+ "kind": "Content",
25731
+ "text": "object"
25732
+ },
25733
+ {
25734
+ "kind": "Content",
25735
+ "text": ", K extends "
25736
+ },
25737
+ {
25738
+ "kind": "Content",
25739
+ "text": "keyof T"
25740
+ },
25741
+ {
25742
+ "kind": "Content",
25743
+ "text": ">(object: "
25744
+ },
25745
+ {
25746
+ "kind": "Content",
25747
+ "text": "T"
25748
+ },
25749
+ {
25750
+ "kind": "Content",
25751
+ "text": ", key: "
25752
+ },
25753
+ {
25754
+ "kind": "Content",
25755
+ "text": "K"
25756
+ },
25757
+ {
25758
+ "kind": "Content",
25759
+ "text": ", defaultValue?: "
25760
+ },
25761
+ {
25762
+ "kind": "Content",
25763
+ "text": "T[K]"
25764
+ },
25765
+ {
25766
+ "kind": "Content",
25767
+ "text": "): "
25768
+ },
25769
+ {
25770
+ "kind": "Reference",
25771
+ "text": "Ref",
25772
+ "canonicalReference": "@vue/reactivity!Ref:interface"
25773
+ },
25774
+ {
25775
+ "kind": "Content",
25776
+ "text": "<T[K]>"
25777
+ },
25778
+ {
25779
+ "kind": "Content",
25780
+ "text": ";"
25781
+ }
25782
+ ],
25783
+ "fileUrlPath": "src/reactivity.ts",
25784
+ "returnTypeTokenRange": {
25785
+ "startIndex": 11,
25786
+ "endIndex": 13
25787
+ },
25788
+ "releaseTag": "Public",
25789
+ "overloadIndex": 1,
25790
+ "parameters": [
25791
+ {
25792
+ "parameterName": "object",
25793
+ "parameterTypeTokenRange": {
25794
+ "startIndex": 5,
25795
+ "endIndex": 6
25796
+ },
25797
+ "isOptional": false
25798
+ },
25799
+ {
25800
+ "parameterName": "key",
25801
+ "parameterTypeTokenRange": {
25802
+ "startIndex": 7,
25803
+ "endIndex": 8
25804
+ },
25805
+ "isOptional": false
25806
+ },
25807
+ {
25808
+ "parameterName": "defaultValue",
25809
+ "parameterTypeTokenRange": {
25810
+ "startIndex": 9,
25811
+ "endIndex": 10
25812
+ },
25813
+ "isOptional": true
25814
+ }
25815
+ ],
25816
+ "typeParameters": [
25817
+ {
25818
+ "typeParameterName": "T",
25819
+ "constraintTokenRange": {
25820
+ "startIndex": 1,
25821
+ "endIndex": 2
25822
+ },
25823
+ "defaultTypeTokenRange": {
25824
+ "startIndex": 0,
25825
+ "endIndex": 0
25826
+ }
25827
+ },
25828
+ {
25829
+ "typeParameterName": "K",
25830
+ "constraintTokenRange": {
25831
+ "startIndex": 3,
25832
+ "endIndex": 4
25833
+ },
25834
+ "defaultTypeTokenRange": {
25835
+ "startIndex": 0,
25836
+ "endIndex": 0
25837
+ }
25838
+ }
25839
+ ],
25840
+ "name": "toRef"
25841
+ },
24404
25842
  {
24405
25843
  "kind": "Function",
24406
25844
  "canonicalReference": "@alloy-js/core!toRefkey:function(1)",
@@ -24448,6 +25886,81 @@
24448
25886
  ],
24449
25887
  "name": "toRefkey"
24450
25888
  },
25889
+ {
25890
+ "kind": "Function",
25891
+ "canonicalReference": "@alloy-js/core!toRefs:function(1)",
25892
+ "docComment": "",
25893
+ "excerptTokens": [
25894
+ {
25895
+ "kind": "Content",
25896
+ "text": "export declare function toRefs<T extends "
25897
+ },
25898
+ {
25899
+ "kind": "Content",
25900
+ "text": "object"
25901
+ },
25902
+ {
25903
+ "kind": "Content",
25904
+ "text": ">(object: "
25905
+ },
25906
+ {
25907
+ "kind": "Content",
25908
+ "text": "T"
25909
+ },
25910
+ {
25911
+ "kind": "Content",
25912
+ "text": "): "
25913
+ },
25914
+ {
25915
+ "kind": "Content",
25916
+ "text": "{\n [K in keyof T]: "
25917
+ },
25918
+ {
25919
+ "kind": "Reference",
25920
+ "text": "Ref",
25921
+ "canonicalReference": "@vue/reactivity!Ref:interface"
25922
+ },
25923
+ {
25924
+ "kind": "Content",
25925
+ "text": "<T[K]>;\n}"
25926
+ },
25927
+ {
25928
+ "kind": "Content",
25929
+ "text": ";"
25930
+ }
25931
+ ],
25932
+ "fileUrlPath": "src/reactivity.ts",
25933
+ "returnTypeTokenRange": {
25934
+ "startIndex": 5,
25935
+ "endIndex": 8
25936
+ },
25937
+ "releaseTag": "Public",
25938
+ "overloadIndex": 1,
25939
+ "parameters": [
25940
+ {
25941
+ "parameterName": "object",
25942
+ "parameterTypeTokenRange": {
25943
+ "startIndex": 3,
25944
+ "endIndex": 4
25945
+ },
25946
+ "isOptional": false
25947
+ }
25948
+ ],
25949
+ "typeParameters": [
25950
+ {
25951
+ "typeParameterName": "T",
25952
+ "constraintTokenRange": {
25953
+ "startIndex": 1,
25954
+ "endIndex": 2
25955
+ },
25956
+ "defaultTypeTokenRange": {
25957
+ "startIndex": 0,
25958
+ "endIndex": 0
25959
+ }
25960
+ }
25961
+ ],
25962
+ "name": "toRefs"
25963
+ },
24451
25964
  {
24452
25965
  "kind": "Function",
24453
25966
  "canonicalReference": "@alloy-js/core!traverseOutput:function(1)",