@powerlines/plugin-alloy 0.15.6 → 0.15.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 (92) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +8 -0
  2. package/dist/_virtual/rolldown_runtime.mjs +29 -0
  3. package/dist/core/components/output.cjs +6 -6
  4. package/dist/core/components/output.d.cts +3 -3
  5. package/dist/core/components/output.d.mts +3 -3
  6. package/dist/core/components/output.mjs +1 -1
  7. package/dist/core/components/single-line-comment.cjs +2 -2
  8. package/dist/core/components/single-line-comment.d.cts +2 -2
  9. package/dist/core/components/single-line-comment.d.mts +2 -2
  10. package/dist/core/components/single-line-comment.mjs +1 -1
  11. package/dist/core/components/source-file.cjs +7 -7
  12. package/dist/core/components/source-file.d.cts +3 -3
  13. package/dist/core/components/source-file.d.mts +3 -3
  14. package/dist/core/components/source-file.mjs +1 -1
  15. package/dist/core/contexts/context.cjs +3 -3
  16. package/dist/core/contexts/context.d.cts +1 -1
  17. package/dist/core/contexts/context.d.mts +1 -1
  18. package/dist/core/contexts/context.mjs +1 -1
  19. package/dist/core/contexts/reflection.cjs +9 -9
  20. package/dist/core/contexts/reflection.d.cts +1 -1
  21. package/dist/core/contexts/reflection.d.mts +1 -1
  22. package/dist/core/contexts/reflection.mjs +1 -1
  23. package/dist/core/index.d.cts +2 -0
  24. package/dist/helpers/capnp.cjs +2 -2
  25. package/dist/helpers/capnp.mjs +2 -2
  26. package/dist/helpers/create-builtin.d.cts +1 -1
  27. package/dist/helpers/create-builtin.d.mts +1 -1
  28. package/dist/helpers/index.cjs +2 -2
  29. package/dist/helpers/index.mjs +2 -2
  30. package/dist/helpers/refkey.cjs +2 -2
  31. package/dist/helpers/refkey.d.cts +1 -1
  32. package/dist/helpers/refkey.d.mts +1 -1
  33. package/dist/helpers/refkey.mjs +1 -1
  34. package/dist/index.cjs +15 -114
  35. package/dist/index.d.cts +3 -24
  36. package/dist/index.d.mts +3 -29
  37. package/dist/index.mjs +15 -38
  38. package/dist/markdown/components/markdown-file.cjs +12 -12
  39. package/dist/markdown/components/markdown-file.d.cts +5 -5
  40. package/dist/markdown/components/markdown-file.d.mts +5 -5
  41. package/dist/markdown/components/markdown-file.mjs +1 -1
  42. package/dist/markdown/components/markdown-table.cjs +17 -17
  43. package/dist/markdown/components/markdown-table.d.cts +4 -4
  44. package/dist/markdown/components/markdown-table.d.mts +4 -4
  45. package/dist/markdown/components/markdown-table.mjs +1 -1
  46. package/dist/markdown/contexts/markdown-table.cjs +5 -5
  47. package/dist/markdown/contexts/markdown-table.d.cts +1 -1
  48. package/dist/markdown/contexts/markdown-table.d.mts +1 -1
  49. package/dist/markdown/contexts/markdown-table.mjs +1 -1
  50. package/dist/markdown/index.d.cts +2 -0
  51. package/dist/types/components.d.cts +4 -5
  52. package/dist/types/components.d.mts +1 -2
  53. package/dist/types/plugin.d.cts +2 -3
  54. package/dist/types/plugin.d.mts +1 -2
  55. package/dist/typescript/components/builtin-file.cjs +2 -2
  56. package/dist/typescript/components/builtin-file.d.cts +2 -2
  57. package/dist/typescript/components/builtin-file.mjs +1 -1
  58. package/dist/typescript/components/dynamic-import-statement.cjs +2 -2
  59. package/dist/typescript/components/dynamic-import-statement.d.cts +2 -2
  60. package/dist/typescript/components/dynamic-import-statement.d.mts +2 -2
  61. package/dist/typescript/components/dynamic-import-statement.mjs +1 -1
  62. package/dist/typescript/components/entry-file.cjs +3 -3
  63. package/dist/typescript/components/entry-file.d.cts +2 -2
  64. package/dist/typescript/components/entry-file.d.mts +2 -2
  65. package/dist/typescript/components/entry-file.mjs +1 -1
  66. package/dist/typescript/components/record-expression.cjs +2 -2
  67. package/dist/typescript/components/record-expression.d.cts +1 -1
  68. package/dist/typescript/components/record-expression.d.mts +1 -1
  69. package/dist/typescript/components/record-expression.mjs +1 -1
  70. package/dist/typescript/components/tsdoc-reflection.cjs +26 -26
  71. package/dist/typescript/components/tsdoc-reflection.d.cts +4 -4
  72. package/dist/typescript/components/tsdoc-reflection.d.mts +4 -4
  73. package/dist/typescript/components/tsdoc-reflection.mjs +1 -1
  74. package/dist/typescript/components/tsdoc.cjs +45 -45
  75. package/dist/typescript/components/tsdoc.d.cts +1 -1
  76. package/dist/typescript/components/tsdoc.d.mts +1 -1
  77. package/dist/typescript/components/tsdoc.mjs +1 -1
  78. package/dist/typescript/components/typescript-file.cjs +20 -20
  79. package/dist/typescript/components/typescript-file.d.cts +1 -1
  80. package/dist/typescript/components/typescript-file.d.mts +1 -1
  81. package/dist/typescript/components/typescript-file.mjs +1 -1
  82. package/dist/typescript/components/typescript-interface.cjs +5 -5
  83. package/dist/typescript/components/typescript-interface.mjs +1 -1
  84. package/dist/typescript/components/typescript-object.cjs +12 -12
  85. package/dist/typescript/components/typescript-object.d.cts +3 -3
  86. package/dist/typescript/components/typescript-object.d.mts +3 -3
  87. package/dist/typescript/components/typescript-object.mjs +1 -1
  88. package/dist/typescript/index.d.cts +1 -0
  89. package/dist/vendor.cjs +14 -12588
  90. package/dist/vendor.js +99 -103
  91. package/dist/vendor.mjs +11 -0
  92. package/package.json +7 -23
package/dist/vendor.js CHANGED
@@ -40,9 +40,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
40
40
  mod
41
41
  ));
42
42
 
43
- // ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.2_@types+node@24.10.4__@swc+core@1.15.7_@swc+h_ae80d75b2a0f37905d1fc51504455b3d/node_modules/tsup/assets/esm_shims.js
43
+ // ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.2_@types+node@24.10.4__@swc+core@1.15.8_@swc+h_e08bf3ac388ee4b56b5a32b174089254/node_modules/tsup/assets/esm_shims.js
44
44
  var init_esm_shims = __esm({
45
- "../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.2_@types+node@24.10.4__@swc+core@1.15.7_@swc+h_ae80d75b2a0f37905d1fc51504455b3d/node_modules/tsup/assets/esm_shims.js"() {
45
+ "../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.2_@types+node@24.10.4__@swc+core@1.15.8_@swc+h_e08bf3ac388ee4b56b5a32b174089254/node_modules/tsup/assets/esm_shims.js"() {
46
46
  }
47
47
  });
48
48
 
@@ -7240,26 +7240,26 @@ var require_picocolors = __commonJS({
7240
7240
  // src/vendor.ts
7241
7241
  init_esm_shims();
7242
7242
 
7243
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/index.js
7243
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/index.js
7244
7244
  init_esm_shims();
7245
7245
  var import_reactivity51 = __toESM(require_reactivity());
7246
7246
 
7247
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/binder.js
7247
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/binder.js
7248
7248
  init_esm_shims();
7249
7249
  var import_reactivity8 = __toESM(require_reactivity());
7250
7250
 
7251
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/binder.js
7251
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/binder.js
7252
7252
  init_esm_shims();
7253
7253
 
7254
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context.js
7254
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context.js
7255
7255
  init_esm_shims();
7256
7256
  var import_reactivity6 = __toESM(require_reactivity());
7257
7257
 
7258
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/reactivity.js
7258
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/reactivity.js
7259
7259
  init_esm_shims();
7260
7260
  var import_reactivity5 = __toESM(require_reactivity());
7261
7261
 
7262
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/scheduler.js
7262
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/scheduler.js
7263
7263
  init_esm_shims();
7264
7264
  var immediateQueue = /* @__PURE__ */ new Set();
7265
7265
  var queue = /* @__PURE__ */ new Set();
@@ -7328,11 +7328,11 @@ function takeJob() {
7328
7328
  }
7329
7329
  __name(takeJob, "takeJob");
7330
7330
 
7331
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/tracer.js
7331
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/tracer.js
7332
7332
  init_esm_shims();
7333
7333
  var import_reactivity3 = __toESM(require_reactivity());
7334
7334
 
7335
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/refkey.js
7335
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/refkey.js
7336
7336
  init_esm_shims();
7337
7337
  var import_reactivity = __toESM(require_reactivity());
7338
7338
  var objectIds = /* @__PURE__ */ new WeakMap();
@@ -7456,7 +7456,7 @@ function unresolvedRefkey(refkey2) {
7456
7456
  }
7457
7457
  __name(unresolvedRefkey, "unresolvedRefkey");
7458
7458
 
7459
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/tracer.js
7459
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/tracer.js
7460
7460
  var traceEnv = process.env.ALLOY_TRACE ?? "";
7461
7461
  var tracePhases = new Set(traceEnv === "" ? [] : traceEnv.split(",").map((t) => t.trim()));
7462
7462
  if (tracePhases.size > 0) {
@@ -7887,11 +7887,7 @@ function formatRefkey(refkey2) {
7887
7887
  }
7888
7888
  __name(formatRefkey, "formatRefkey");
7889
7889
 
7890
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/reactivity.js
7891
- if (globalThis.__ALLOY__) {
7892
- throw new Error("Multiple versions of Alloy are loaded for this project. This will likely cause undesirable behavior.");
7893
- }
7894
- globalThis.__ALLOY__ = true;
7890
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/reactivity.js
7895
7891
  function getElementCache() {
7896
7892
  return getContext().elementCache;
7897
7893
  }
@@ -8022,19 +8018,19 @@ function refId(ref5) {
8022
8018
  }
8023
8019
  __name(refId, "refId");
8024
8020
 
8025
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/stc.js
8021
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/stc.js
8026
8022
  init_esm_shims();
8027
8023
 
8028
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/code.js
8024
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/code.js
8029
8025
  init_esm_shims();
8030
8026
 
8031
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/stc/sti.js
8027
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/stc/sti.js
8032
8028
  init_esm_shims();
8033
8029
 
8034
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/sti.js
8030
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/sti.js
8035
8031
  init_esm_shims();
8036
8032
 
8037
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/runtime/intrinsic.js
8033
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/runtime/intrinsic.js
8038
8034
  init_esm_shims();
8039
8035
  function createIntrinsic(name, props) {
8040
8036
  return {
@@ -8050,7 +8046,7 @@ function isIntrinsicElement(type) {
8050
8046
  __name(isIntrinsicElement, "isIntrinsicElement");
8051
8047
  var intrinsicElementKey = Symbol();
8052
8048
 
8053
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/sti.js
8049
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/sti.js
8054
8050
  function sti(name) {
8055
8051
  return (...args) => {
8056
8052
  const props = args[0];
@@ -8081,11 +8077,11 @@ function sti(name) {
8081
8077
  }
8082
8078
  __name(sti, "sti");
8083
8079
 
8084
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/stc/sti.js
8080
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/stc/sti.js
8085
8081
  var indent = sti("indent");
8086
8082
  var hbr = sti("hbr");
8087
8083
 
8088
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/code.js
8084
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/code.js
8089
8085
  function text(template, ...substitutions) {
8090
8086
  const children2 = [];
8091
8087
  for (let i = 0; i < template.length; i++) {
@@ -8257,7 +8253,7 @@ function* childTokens(template, substitutions) {
8257
8253
  }
8258
8254
  __name(childTokens, "childTokens");
8259
8255
 
8260
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/stc.js
8256
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/stc.js
8261
8257
  function stc(Component) {
8262
8258
  return (...args) => {
8263
8259
  const fn = /* @__PURE__ */ __name(() => Component(args[0]), "fn");
@@ -8298,7 +8294,7 @@ function stc(Component) {
8298
8294
  }
8299
8295
  __name(stc, "stc");
8300
8296
 
8301
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context.js
8297
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context.js
8302
8298
  function useContext(context) {
8303
8299
  let current = getContext();
8304
8300
  while (current) {
@@ -8339,14 +8335,14 @@ function createNamedContext(name, defaultValue) {
8339
8335
  }
8340
8336
  __name(createNamedContext, "createNamedContext");
8341
8337
 
8342
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/binder.js
8338
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/binder.js
8343
8339
  var BinderContext = createNamedContext("Binder");
8344
8340
  function useBinder() {
8345
8341
  return useContext(BinderContext);
8346
8342
  }
8347
8343
  __name(useBinder, "useBinder");
8348
8344
 
8349
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/member-scope.js
8345
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/member-scope.js
8350
8346
  init_esm_shims();
8351
8347
  var MemberContext = createNamedContext("MemberContext");
8352
8348
  function useMemberContext() {
@@ -8354,7 +8350,7 @@ function useMemberContext() {
8354
8350
  }
8355
8351
  __name(useMemberContext, "useMemberContext");
8356
8352
 
8357
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/scope.js
8353
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/scope.js
8358
8354
  init_esm_shims();
8359
8355
  var ScopeContext = createNamedContext("Scope");
8360
8356
  function useScope() {
@@ -8370,7 +8366,7 @@ function useMemberScope() {
8370
8366
  }
8371
8367
  __name(useMemberScope, "useMemberScope");
8372
8368
 
8373
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/binder.js
8369
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/binder.js
8374
8370
  function createOutputBinder(options = {}) {
8375
8371
  const binder = {
8376
8372
  resolveDeclarationByKey,
@@ -8671,16 +8667,16 @@ function getSymbolCreatorSymbol() {
8671
8667
  }
8672
8668
  __name(getSymbolCreatorSymbol, "getSymbolCreatorSymbol");
8673
8669
 
8674
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/index.js
8670
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/index.js
8675
8671
  init_esm_shims();
8676
8672
 
8677
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/AppendFile.js
8673
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/AppendFile.js
8678
8674
  init_esm_shims();
8679
8675
 
8680
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/jsx-runtime.js
8676
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/jsx-runtime.js
8681
8677
  init_esm_shims();
8682
8678
 
8683
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/AppendFile.js
8679
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/AppendFile.js
8684
8680
  var import_reactivity15 = __toESM(require_reactivity());
8685
8681
 
8686
8682
  // ../../node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/index.mjs
@@ -8863,15 +8859,15 @@ var dirname = /* @__PURE__ */ __name(function(p) {
8863
8859
  return segments.join("/") || (isAbsolute(p) ? "/" : ".");
8864
8860
  }, "dirname");
8865
8861
 
8866
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/source-directory.js
8862
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/source-directory.js
8867
8863
  init_esm_shims();
8868
8864
  var SourceDirectoryContext = createNamedContext("SourceDirectory");
8869
8865
 
8870
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/resource.js
8866
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/resource.js
8871
8867
  init_esm_shims();
8872
8868
  var import_reactivity10 = __toESM(require_reactivity());
8873
8869
 
8874
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/host/alloy-host.js
8870
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/host/alloy-host.js
8875
8871
  init_esm_shims();
8876
8872
  var AlloyHost = {
8877
8873
  read(source) {
@@ -8998,7 +8994,7 @@ var AlloyFile = class {
8998
8994
  }
8999
8995
  };
9000
8996
 
9001
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/resource.js
8997
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/resource.js
9002
8998
  function createResource(fetcherOrSource, maybeFetcher) {
9003
8999
  let getter = null;
9004
9000
  let fetcher;
@@ -9051,7 +9047,7 @@ function createFileResource(path) {
9051
9047
  }
9052
9048
  __name(createFileResource, "createFileResource");
9053
9049
 
9054
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/runtime/component.js
9050
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/runtime/component.js
9055
9051
  init_esm_shims();
9056
9052
  var RENDERABLE = Symbol.for("Alloy.CustomElement");
9057
9053
  function isRenderableObject(item) {
@@ -9084,7 +9080,7 @@ function taggedComponent(tag, component) {
9084
9080
  }
9085
9081
  __name(taggedComponent, "taggedComponent");
9086
9082
 
9087
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/utils.js
9083
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/utils.js
9088
9084
  init_esm_shims();
9089
9085
  var import_reactivity12 = __toESM(require_reactivity());
9090
9086
  var defaultJoinOptions = {
@@ -9451,10 +9447,10 @@ function baseListPropsToMapJoinArgs(props) {
9451
9447
  }
9452
9448
  __name(baseListPropsToMapJoinArgs, "baseListPropsToMapJoinArgs");
9453
9449
 
9454
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/SourceFile.js
9450
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/SourceFile.js
9455
9451
  init_esm_shims();
9456
9452
 
9457
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/format-options.js
9453
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/format-options.js
9458
9454
  init_esm_shims();
9459
9455
  var { Provider: FormatOptions, useFormatOptions } = createFormatOptionsContextFor("*");
9460
9456
  function createFormatOptionsContextFor(filetype, defaults) {
@@ -9483,18 +9479,18 @@ function createFormatOptionsContextFor(filetype, defaults) {
9483
9479
  }
9484
9480
  __name(createFormatOptionsContextFor, "createFormatOptionsContextFor");
9485
9481
 
9486
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/source-file.js
9482
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/source-file.js
9487
9483
  init_esm_shims();
9488
9484
  var SourceFileContext = createNamedContext("SourceFile");
9489
9485
 
9490
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Show.js
9486
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Show.js
9491
9487
  init_esm_shims();
9492
9488
  function Show(props) {
9493
9489
  return () => props.when ? props.children : props.fallback;
9494
9490
  }
9495
9491
  __name(Show, "Show");
9496
9492
 
9497
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/SourceFile.js
9493
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/SourceFile.js
9498
9494
  function SourceFile(props) {
9499
9495
  const parentDirectory = useContext(SourceDirectoryContext);
9500
9496
  const context = {
@@ -9534,7 +9530,7 @@ function SourceFile(props) {
9534
9530
  }
9535
9531
  __name(SourceFile, "SourceFile");
9536
9532
 
9537
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/AppendFile.js
9533
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/AppendFile.js
9538
9534
  var SIGIL_REGEX = /^(\s*)(.*alloy-(.+)-(start|end).*)$/gm;
9539
9535
  function AppendFile(props) {
9540
9536
  const regions = props.regions || [
@@ -9666,11 +9662,11 @@ function AppendRegion(props) {
9666
9662
  }
9667
9663
  __name(AppendRegion, "AppendRegion");
9668
9664
 
9669
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Block.js
9665
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Block.js
9670
9666
  init_esm_shims();
9671
9667
  var import_reactivity19 = __toESM(require_reactivity());
9672
9668
 
9673
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/content-slot.js
9669
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/content-slot.js
9674
9670
  init_esm_shims();
9675
9671
  var import_reactivity16 = __toESM(require_reactivity());
9676
9672
  function createContentSlot() {
@@ -9718,7 +9714,7 @@ function createContentSlot() {
9718
9714
  }
9719
9715
  __name(createContentSlot, "createContentSlot");
9720
9716
 
9721
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Indent.js
9717
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Indent.js
9722
9718
  init_esm_shims();
9723
9719
  var import_reactivity18 = __toESM(require_reactivity());
9724
9720
  function Indent(props) {
@@ -9737,7 +9733,7 @@ function Indent(props) {
9737
9733
  }
9738
9734
  __name(Indent, "Indent");
9739
9735
 
9740
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Block.js
9736
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Block.js
9741
9737
  function Block(props) {
9742
9738
  const ContentSlot = createContentSlot();
9743
9739
  const leadingNewline = (0, import_reactivity19.computed)(() => {
@@ -9777,7 +9773,7 @@ function Block(props) {
9777
9773
  }
9778
9774
  __name(Block, "Block");
9779
9775
 
9780
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/CopyFile.js
9776
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/CopyFile.js
9781
9777
  init_esm_shims();
9782
9778
  function CopyFile(props) {
9783
9779
  const parentDirectory = useContext(SourceDirectoryContext);
@@ -9792,30 +9788,30 @@ function CopyFile(props) {
9792
9788
  }
9793
9789
  __name(CopyFile, "CopyFile");
9794
9790
 
9795
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Declaration.js
9791
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Declaration.js
9796
9792
  init_esm_shims();
9797
9793
 
9798
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/declaration.js
9794
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/declaration.js
9799
9795
  init_esm_shims();
9800
9796
  var DeclarationContext = createNamedContext("Declaration");
9801
9797
 
9802
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/basic-scope.js
9798
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/basic-scope.js
9803
9799
  init_esm_shims();
9804
9800
 
9805
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/output-scope.js
9801
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/output-scope.js
9806
9802
  init_esm_shims();
9807
9803
  var import_reactivity24 = __toESM(require_reactivity());
9808
9804
 
9809
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/inspect.js
9805
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/inspect.js
9810
9806
  init_esm_shims();
9811
9807
 
9812
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/output-space.js
9808
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/output-space.js
9813
9809
  init_esm_shims();
9814
9810
 
9815
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/symbol-table.js
9811
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/symbol-table.js
9816
9812
  init_esm_shims();
9817
9813
 
9818
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/reactive-union-set.js
9814
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/reactive-union-set.js
9819
9815
  init_esm_shims();
9820
9816
  var import_reactivity21 = __toESM(require_reactivity());
9821
9817
  var ReactiveUnionSet = class extends Set {
@@ -10011,7 +10007,7 @@ var ReactiveUnionSet = class extends Set {
10011
10007
  }
10012
10008
  };
10013
10009
 
10014
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/symbol-table.js
10010
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/symbol-table.js
10015
10011
  var SymbolTable = class extends ReactiveUnionSet {
10016
10012
  static {
10017
10013
  __name(this, "SymbolTable");
@@ -10105,7 +10101,7 @@ function defaultConflictHandler(_, conflictedSymbols) {
10105
10101
  }
10106
10102
  __name(defaultConflictHandler, "defaultConflictHandler");
10107
10103
 
10108
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/output-space.js
10104
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/output-space.js
10109
10105
  var OutputDeclarationSpace = class extends SymbolTable {
10110
10106
  static {
10111
10107
  __name(this, "OutputDeclarationSpace");
@@ -10145,7 +10141,7 @@ var OutputMemberSpace = class extends SymbolTable {
10145
10141
  }
10146
10142
  };
10147
10143
 
10148
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/output-scope.js
10144
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/output-scope.js
10149
10145
  var scopeCount = 0;
10150
10146
  var OutputScope = class {
10151
10147
  static {
@@ -10320,7 +10316,7 @@ var OutputScope = class {
10320
10316
  }
10321
10317
  };
10322
10318
 
10323
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/basic-scope.js
10319
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/basic-scope.js
10324
10320
  var BasicScope = class extends OutputScope {
10325
10321
  static {
10326
10322
  __name(this, "BasicScope");
@@ -10340,10 +10336,10 @@ var BasicScope = class extends OutputScope {
10340
10336
  }
10341
10337
  };
10342
10338
 
10343
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/basic-symbol.js
10339
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/basic-symbol.js
10344
10340
  init_esm_shims();
10345
10341
 
10346
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/output-symbol.js
10342
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/output-symbol.js
10347
10343
  init_esm_shims();
10348
10344
  var import_reactivity26 = __toESM(require_reactivity());
10349
10345
  var symbolCount = 0;
@@ -10812,7 +10808,7 @@ var OutputSymbol = class {
10812
10808
  }
10813
10809
  };
10814
10810
 
10815
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/basic-symbol.js
10811
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/basic-symbol.js
10816
10812
  var BasicSymbol = class _BasicSymbol extends OutputSymbol {
10817
10813
  static {
10818
10814
  __name(this, "BasicSymbol");
@@ -10835,7 +10831,7 @@ var BasicSymbol = class _BasicSymbol extends OutputSymbol {
10835
10831
  }
10836
10832
  };
10837
10833
 
10838
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Declaration.js
10834
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Declaration.js
10839
10835
  function Declaration(props) {
10840
10836
  const binder = useContext(BinderContext);
10841
10837
  if (!binder) {
@@ -10869,7 +10865,7 @@ function Declaration(props) {
10869
10865
  }
10870
10866
  __name(Declaration, "Declaration");
10871
10867
 
10872
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/For.js
10868
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/For.js
10873
10869
  init_esm_shims();
10874
10870
  var import_reactivity29 = __toESM(require_reactivity());
10875
10871
  function For(props) {
@@ -10883,10 +10879,10 @@ function For(props) {
10883
10879
  }
10884
10880
  __name(For, "For");
10885
10881
 
10886
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/List.js
10882
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/List.js
10887
10883
  init_esm_shims();
10888
10884
 
10889
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/props-combinators.js
10885
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/props-combinators.js
10890
10886
  init_esm_shims();
10891
10887
  var import_reactivity31 = __toESM(require_reactivity());
10892
10888
  function mergeProps(...sources) {
@@ -10999,7 +10995,7 @@ function defaultProps(props, defaults) {
10999
10995
  }
11000
10996
  __name(defaultProps, "defaultProps");
11001
10997
 
11002
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/List.js
10998
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/List.js
11003
10999
  function List(props) {
11004
11000
  const [rest, forProps] = splitProps(props, [
11005
11001
  "children"
@@ -11016,10 +11012,10 @@ function List(props) {
11016
11012
  }
11017
11013
  __name(List, "List");
11018
11014
 
11019
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/MemberDeclaration.js
11015
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/MemberDeclaration.js
11020
11016
  init_esm_shims();
11021
11017
 
11022
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/member-declaration.js
11018
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/member-declaration.js
11023
11019
  init_esm_shims();
11024
11020
  var MemberDeclarationContext = createNamedContext("MemberDeclaration");
11025
11021
  function useMemberDeclaration() {
@@ -11027,7 +11023,7 @@ function useMemberDeclaration() {
11027
11023
  }
11028
11024
  __name(useMemberDeclaration, "useMemberDeclaration");
11029
11025
 
11030
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/MemberDeclaration.js
11026
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/MemberDeclaration.js
11031
11027
  function MemberDeclaration(props) {
11032
11028
  const binder = useContext(BinderContext);
11033
11029
  if (!binder) {
@@ -11060,7 +11056,7 @@ function MemberDeclaration(props) {
11060
11056
  }
11061
11057
  __name(MemberDeclaration, "MemberDeclaration");
11062
11058
 
11063
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/MemberName.js
11059
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/MemberName.js
11064
11060
  init_esm_shims();
11065
11061
  function MemberName() {
11066
11062
  const declSymbol = useContext(MemberDeclarationContext);
@@ -11073,10 +11069,10 @@ function MemberName() {
11073
11069
  }
11074
11070
  __name(MemberName, "MemberName");
11075
11071
 
11076
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/MemberScope.js
11072
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/MemberScope.js
11077
11073
  init_esm_shims();
11078
11074
 
11079
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Scope.js
11075
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Scope.js
11080
11076
  init_esm_shims();
11081
11077
  function Scope(props) {
11082
11078
  let scope;
@@ -11101,7 +11097,7 @@ function Scope(props) {
11101
11097
  }
11102
11098
  __name(Scope, "Scope");
11103
11099
 
11104
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/MemberScope.js
11100
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/MemberScope.js
11105
11101
  function MemberScope(props) {
11106
11102
  if ("value" in props) {
11107
11103
  const sym = props.value;
@@ -11125,7 +11121,7 @@ function MemberScope(props) {
11125
11121
  }
11126
11122
  __name(MemberScope, "MemberScope");
11127
11123
 
11128
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Name.js
11124
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Name.js
11129
11125
  init_esm_shims();
11130
11126
  function Name() {
11131
11127
  const declSymbol = useContext(DeclarationContext);
@@ -11138,10 +11134,10 @@ function Name() {
11138
11134
  }
11139
11135
  __name(Name, "Name");
11140
11136
 
11141
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Output.js
11137
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Output.js
11142
11138
  init_esm_shims();
11143
11139
 
11144
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/name-policy.js
11140
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/name-policy.js
11145
11141
  init_esm_shims();
11146
11142
  var NamePolicyContext = createNamedContext("NamePolicy", {
11147
11143
  getName(name) {
@@ -11156,7 +11152,7 @@ function useNamePolicy() {
11156
11152
  }
11157
11153
  __name(useNamePolicy, "useNamePolicy");
11158
11154
 
11159
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/SourceDirectory.js
11155
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/SourceDirectory.js
11160
11156
  init_esm_shims();
11161
11157
  var import_reactivity34 = __toESM(require_reactivity());
11162
11158
  function SourceDirectory(props) {
@@ -11192,7 +11188,7 @@ function createSourceDirectoryContext(path = "./", parentDir) {
11192
11188
  }
11193
11189
  __name(createSourceDirectoryContext, "createSourceDirectoryContext");
11194
11190
 
11195
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Output.js
11191
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Output.js
11196
11192
  function Output(props) {
11197
11193
  const basePath = props.basePath ?? "./";
11198
11194
  const binder = createOutputBinder({
@@ -11234,7 +11230,7 @@ function Output(props) {
11234
11230
  }
11235
11231
  __name(Output, "Output");
11236
11232
 
11237
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Prose.js
11233
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Prose.js
11238
11234
  init_esm_shims();
11239
11235
  var import_reactivity36 = __toESM(require_reactivity());
11240
11236
  function Prose(props) {
@@ -11258,7 +11254,7 @@ function Prose(props) {
11258
11254
  }
11259
11255
  __name(Prose, "Prose");
11260
11256
 
11261
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/ReferenceOrContent.js
11257
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/ReferenceOrContent.js
11262
11258
  init_esm_shims();
11263
11259
  var import_reactivity37 = __toESM(require_reactivity());
11264
11260
  function ReferenceOrContent(props) {
@@ -11271,7 +11267,7 @@ function ReferenceOrContent(props) {
11271
11267
  }
11272
11268
  __name(ReferenceOrContent, "ReferenceOrContent");
11273
11269
 
11274
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/StatementList.js
11270
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/StatementList.js
11275
11271
  init_esm_shims();
11276
11272
  function StatementList(props) {
11277
11273
  return createComponent(List, {
@@ -11285,7 +11281,7 @@ function StatementList(props) {
11285
11281
  }
11286
11282
  __name(StatementList, "StatementList");
11287
11283
 
11288
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Switch.js
11284
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Switch.js
11289
11285
  init_esm_shims();
11290
11286
  function Switch(props) {
11291
11287
  const children2 = childrenArray(() => props.children);
@@ -11305,7 +11301,7 @@ var Match = taggedComponent(matchTag, (props) => {
11305
11301
  return () => props.when ? props.children : void 0;
11306
11302
  });
11307
11303
 
11308
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/TemplateFile.js
11304
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/TemplateFile.js
11309
11305
  init_esm_shims();
11310
11306
  var import_reactivity39 = __toESM(require_reactivity());
11311
11307
  function TemplateFile(props) {
@@ -11376,7 +11372,7 @@ function TemplateVariable(props) {
11376
11372
  }
11377
11373
  __name(TemplateVariable, "TemplateVariable");
11378
11374
 
11379
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/UpdateFile.js
11375
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/UpdateFile.js
11380
11376
  init_esm_shims();
11381
11377
  var import_reactivity40 = __toESM(require_reactivity());
11382
11378
  function UpdateFile(props) {
@@ -11418,7 +11414,7 @@ function UpdateFile(props) {
11418
11414
  }
11419
11415
  __name(UpdateFile, "UpdateFile");
11420
11416
 
11421
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/components/Wrap.js
11417
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/components/Wrap.js
11422
11418
  init_esm_shims();
11423
11419
  function Wrap(props) {
11424
11420
  const Wrapper = props.with;
@@ -11430,10 +11426,10 @@ function Wrap(props) {
11430
11426
  }
11431
11427
  __name(Wrap, "Wrap");
11432
11428
 
11433
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/index.js
11429
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/index.js
11434
11430
  init_esm_shims();
11435
11431
 
11436
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/context/assignment.js
11432
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/context/assignment.js
11437
11433
  init_esm_shims();
11438
11434
  var AssignmentContext = createNamedContext("Assignment");
11439
11435
  function createAssignmentContext(target) {
@@ -11452,7 +11448,7 @@ function getAssignmentSymbol() {
11452
11448
  }
11453
11449
  __name(getAssignmentSymbol, "getAssignmentSymbol");
11454
11450
 
11455
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/library-symbol-reference.js
11451
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/library-symbol-reference.js
11456
11452
  init_esm_shims();
11457
11453
  var TO_SYMBOL = Symbol("Alloy.RefkeyableObject.TO_SYMBOL");
11458
11454
  function isLibrarySymbolReference(value) {
@@ -11460,7 +11456,7 @@ function isLibrarySymbolReference(value) {
11460
11456
  }
11461
11457
  __name(isLibrarySymbolReference, "isLibrarySymbolReference");
11462
11458
 
11463
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/name-policy.js
11459
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/name-policy.js
11464
11460
  init_esm_shims();
11465
11461
  function createNamePolicy(namer) {
11466
11462
  const forCache = /* @__PURE__ */ new Map();
@@ -11487,11 +11483,11 @@ function createNamePolicy(namer) {
11487
11483
  }
11488
11484
  __name(createNamePolicy, "createNamePolicy");
11489
11485
 
11490
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/render.js
11486
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/render.js
11491
11487
  init_esm_shims();
11492
11488
  var import_reactivity43 = __toESM(require_reactivity());
11493
11489
 
11494
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/debug.js
11490
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/debug.js
11495
11491
  init_esm_shims();
11496
11492
  var import_reactivity41 = __toESM(require_reactivity());
11497
11493
  var import_cli_table3 = __toESM(require_cli_table3());
@@ -11673,7 +11669,7 @@ function shouldDebug() {
11673
11669
  }
11674
11670
  __name(shouldDebug, "shouldDebug");
11675
11671
 
11676
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/render.js
11672
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/render.js
11677
11673
  var { builders: { align, breakParent, dedent, dedentToRoot: dedentToRoot2, fill, group: group2, hardline, indent: indent2, indentIfBreak, line, lineSuffix, lineSuffixBoundary, literalline, markAsRoot, softline, ifBreak: ifBreak2 } } = prettier;
11678
11674
  var nodesToContext = /* @__PURE__ */ new WeakMap();
11679
11675
  function getContextForRenderNode(node) {
@@ -12150,10 +12146,10 @@ function inspectProps(props) {
12150
12146
  }
12151
12147
  __name(inspectProps, "inspectProps");
12152
12148
 
12153
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/index.js
12149
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/index.js
12154
12150
  init_esm_shims();
12155
12151
 
12156
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/decl.js
12152
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/decl.js
12157
12153
  init_esm_shims();
12158
12154
  var import_reactivity45 = __toESM(require_reactivity());
12159
12155
  function decl(namekey2) {
@@ -12168,7 +12164,7 @@ function decl(namekey2) {
12168
12164
  }
12169
12165
  __name(decl, "decl");
12170
12166
 
12171
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/symbol-flow.js
12167
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/symbol-flow.js
12172
12168
  init_esm_shims();
12173
12169
  var import_reactivity46 = __toESM(require_reactivity());
12174
12170
  function takeSymbols(cb) {
@@ -12259,7 +12255,7 @@ function instantiateTakenMembersTo(baseSymbol, toSpaceKey, fromSpaceKey) {
12259
12255
  }
12260
12256
  __name(instantiateTakenMembersTo, "instantiateTakenMembersTo");
12261
12257
 
12262
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/symbols/symbol-slot.js
12258
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/symbols/symbol-slot.js
12263
12259
  init_esm_shims();
12264
12260
  var import_reactivity48 = __toESM(require_reactivity());
12265
12261
  function createSymbolSlot() {
@@ -12309,7 +12305,7 @@ function createSymbolSlot() {
12309
12305
  }
12310
12306
  __name(createSymbolSlot, "createSymbolSlot");
12311
12307
 
12312
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/tap.js
12308
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/tap.js
12313
12309
  init_esm_shims();
12314
12310
  var import_reactivity50 = __toESM(require_reactivity());
12315
12311
  function createTap(tapper, handler) {
@@ -12350,7 +12346,7 @@ function createSourceFileTap(handler) {
12350
12346
  }
12351
12347
  __name(createSourceFileTap, "createSourceFileTap");
12352
12348
 
12353
- // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=bf9914cb7e4a3d681a03400e564a2050eda548f164532f52ab6fc97d1cd6cb2b/node_modules/@alloy-js/core/dist/src/write-output.js
12349
+ // ../../node_modules/.pnpm/@alloy-js+core@0.22.0_patch_hash=0e69f3f97ccf7d3795cacc31cf302e316007d4cbf3f8bdf16ef33eee8f6a9310/node_modules/@alloy-js/core/dist/src/write-output.js
12354
12350
  init_esm_shims();
12355
12351
  async function writeOutput(output, basePath = "") {
12356
12352
  return await traverseOutput(output, {