@builder.io/dev-tools 1.17.24-dev.202511131337.7305ffc47 → 1.17.24-dev.202511131623.844feace3

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 (456) hide show
  1. package/cli/index.cjs +355 -620
  2. package/cli/index.cjs.map +4 -4
  3. package/core/index.cjs +1 -1
  4. package/core/index.mjs +1 -1
  5. package/node/index.cjs +1 -1
  6. package/node/index.mjs +1 -1
  7. package/package.json +1 -1
  8. package/server/index.cjs +10 -3
  9. package/server/index.mjs +10 -3
  10. package/types/_tests_/utils.d.ts +35 -48
  11. package/types/cli/abort-signal-any.d.ts +1 -3
  12. package/types/cli/auth/auth-utils.d.ts +1 -3
  13. package/types/cli/auth/auth.d.ts +1 -5
  14. package/types/cli/backup.d.ts +58 -112
  15. package/types/cli/builder-add/interface.d.ts +4 -21
  16. package/types/cli/code-file-utils.d.ts +9 -17
  17. package/types/cli/code.d.ts +3 -13
  18. package/types/cli/codegen.d.ts +12 -2
  19. package/types/cli/credentials.d.ts +45 -61
  20. package/types/cli/download.d.ts +4 -9
  21. package/types/cli/figma-publish.d.ts +17 -34
  22. package/types/cli/figma-utils.d.ts +21 -51
  23. package/types/cli/figma.d.ts +2 -9
  24. package/types/cli/generate.d.ts +11 -14
  25. package/types/cli/incremental-tsc.d.ts +7 -19
  26. package/types/cli/index.d.ts +0 -3
  27. package/types/cli/launch/config.d.ts +3 -13
  28. package/types/cli/launch/dry-run-backup.d.ts +7 -14
  29. package/types/cli/launch/errors.d.ts +2 -7
  30. package/types/cli/launch/github.d.ts +2 -8
  31. package/types/cli/launch/grafana.d.ts +1 -5
  32. package/types/cli/launch/helpers.d.ts +8 -15
  33. package/types/cli/launch/machine-health.d.ts +3 -8
  34. package/types/cli/launch/proxy.d.ts +3 -6
  35. package/types/cli/launch/server.d.ts +10 -16
  36. package/types/cli/launch.d.ts +99 -102
  37. package/types/cli/prettier.d.ts +2 -9
  38. package/types/cli/repo-connect/env-collector.d.ts +11 -16
  39. package/types/cli/repo-connect/file-collector.d.ts +15 -22
  40. package/types/cli/repo-connect/git-detector.d.ts +10 -10
  41. package/types/cli/repo-connect/install-runner.d.ts +5 -8
  42. package/types/cli/repo-connect/package-detector.d.ts +8 -12
  43. package/types/cli/repo-connect/repo-connect.d.ts +1 -4
  44. package/types/cli/repo-indexing/component-discovery.d.ts +12 -21
  45. package/types/cli/repo-indexing/icons.d.ts +19 -28
  46. package/types/cli/repo-indexing/repo-indexing-utils.d.ts +1 -2
  47. package/types/cli/repo-indexing/repo-indexing.d.ts +17 -37
  48. package/types/cli/repo-indexing/repo-indexing.mock.d.ts +3 -3
  49. package/types/cli/repo-indexing/types.d.ts +1 -6
  50. package/types/cli/repo-metrics.d.ts +1 -4
  51. package/types/cli/report/figma-report.d.ts +36 -63
  52. package/types/cli/server-ws.d.ts +32 -40
  53. package/types/cli/spinner.d.ts +4 -4
  54. package/types/cli/sync-utils.d.ts +16 -39
  55. package/types/cli/track.d.ts +1 -4
  56. package/types/cli/utils/component-group-mdx-prompt.d.ts +1 -2
  57. package/types/cli/utils/dev-server-url-parser.d.ts +3 -6
  58. package/types/cli/utils/env-capture.d.ts +15 -21
  59. package/types/cli/utils/feature-flags.d.ts +1 -3
  60. package/types/cli/utils/file-overrides-manager.d.ts +23 -39
  61. package/types/cli/utils/git.d.ts +16 -28
  62. package/types/cli/utils/hosts-file-manager.d.ts +4 -7
  63. package/types/cli/utils/lock-file.d.ts +7 -10
  64. package/types/cli/utils/parseGitDiff.d.ts +1 -4
  65. package/types/cli/utils/process-tracker.d.ts +51 -85
  66. package/types/cli/utils/repo-indexing-agent-prompt.d.ts +1 -2
  67. package/types/cli/utils/terminal-buffer.d.ts +23 -23
  68. package/types/cli/utils/workspace-path-resolver.d.ts +16 -23
  69. package/types/client/client-api.d.ts +10 -42
  70. package/types/client/edit-button/document-listeners.d.ts +1 -3
  71. package/types/client/edit-button/index.d.ts +6 -6
  72. package/types/client/menu/index.d.ts +3 -3
  73. package/types/client/menu/pages/component-detail.d.ts +2 -8
  74. package/types/client/menu/pages/component-input.d.ts +1 -5
  75. package/types/client/menu/pages/component-list.d.ts +1 -4
  76. package/types/client/menu/toggle/menu-toggle.d.ts +1 -4
  77. package/types/client/setup-ui/overview.d.ts +2 -2
  78. package/types/client/tracking.d.ts +11 -11
  79. package/types/client/utils.d.ts +3 -5
  80. package/types/common/ast/app-dependencies.d.ts +2 -8
  81. package/types/common/ast/component-info.d.ts +6 -26
  82. package/types/common/ast/component-input-types.d.ts +1 -1
  83. package/types/common/ast/component-registry.d.ts +8 -23
  84. package/types/common/ast/convert-values.d.ts +8 -40
  85. package/types/common/ast/ensure-array-statement.d.ts +3 -7
  86. package/types/common/ast/ensure-comments.d.ts +1 -5
  87. package/types/common/ast/ensure-imports.d.ts +5 -10
  88. package/types/common/ast/exported-statements.d.ts +4 -8
  89. package/types/common/ast/imported-statements.d.ts +1 -5
  90. package/types/common/ast/normalize-statements.d.ts +3 -12
  91. package/types/common/ast/remove-unused-imports.d.ts +1 -4
  92. package/types/common/ast/transform.d.ts +3 -13
  93. package/types/common/ast/utils.d.ts +19 -42
  94. package/types/common/builder/builder-api.d.ts +23 -32
  95. package/types/common/builder/builder-sdks.d.ts +8 -10
  96. package/types/common/builder/content-generation.d.ts +7 -10
  97. package/types/common/builder/content-ids.d.ts +1 -2
  98. package/types/common/cache.d.ts +1 -4
  99. package/types/common/constants.d.ts +1 -2
  100. package/types/common/dotenv.d.ts +5 -24
  101. package/types/common/errors.d.ts +22 -40
  102. package/types/common/fs.d.ts +4 -17
  103. package/types/common/interactive-select-files.d.ts +2 -16
  104. package/types/common/mem-sys.d.ts +5 -7
  105. package/types/common/node-request.d.ts +4 -4
  106. package/types/common/path.d.ts +3 -1
  107. package/types/common/test-utils.d.ts +7 -21
  108. package/types/common/typescript.d.ts +7 -26
  109. package/types/common/utils.d.ts +8 -35
  110. package/types/core/adapters/angular/angular-api-key.d.ts +6 -29
  111. package/types/core/adapters/angular/angular-app-module-imports.d.ts +2 -12
  112. package/types/core/adapters/angular/angular-app-routes-update.d.ts +1 -6
  113. package/types/core/adapters/angular/angular-components.d.ts +12 -40
  114. package/types/core/adapters/angular/angular-ensure-builder-setup.d.ts +3 -9
  115. package/types/core/adapters/angular/angular-ensure-config-plugin.d.ts +4 -16
  116. package/types/core/adapters/angular/angular-fix-tsconfig.d.ts +1 -3
  117. package/types/core/adapters/angular/angular-registry-parse.d.ts +10 -22
  118. package/types/core/adapters/angular/angular-registry.d.ts +2 -15
  119. package/types/core/adapters/angular/angular-test-utils.d.ts +4 -8
  120. package/types/core/adapters/angular/index.d.ts +12 -20
  121. package/types/core/adapters/angular/types.d.ts +5 -5
  122. package/types/core/adapters/next/index.d.ts +18 -26
  123. package/types/core/adapters/next/next-api-key.d.ts +1 -4
  124. package/types/core/adapters/next/next-component-info.d.ts +2 -9
  125. package/types/core/adapters/next/next-components.d.ts +1 -4
  126. package/types/core/adapters/next/next-ensure-builder-setup.d.ts +2 -6
  127. package/types/core/adapters/next/next-ensure-config-plugin.d.ts +1 -5
  128. package/types/core/adapters/next/next-registry-parse.d.ts +8 -21
  129. package/types/core/adapters/next/next-registry.d.ts +2 -15
  130. package/types/core/adapters/next/next-test-utils.d.ts +11 -21
  131. package/types/core/adapters/qwik-city/index.d.ts +6 -14
  132. package/types/core/adapters/qwik-city/qwik-api-key.d.ts +1 -4
  133. package/types/core/adapters/qwik-city/qwik-component-source-inputs.d.ts +1 -4
  134. package/types/core/adapters/qwik-city/qwik-components.d.ts +8 -23
  135. package/types/core/adapters/qwik-city/qwik-ensure-builder-setup.d.ts +2 -6
  136. package/types/core/adapters/qwik-city/qwik-ensure-config-plugin.d.ts +1 -5
  137. package/types/core/adapters/qwik-city/qwik-registry-parse.d.ts +10 -22
  138. package/types/core/adapters/qwik-city/qwik-registry.d.ts +2 -15
  139. package/types/core/adapters/qwik-city/qwik-test-utils.d.ts +4 -8
  140. package/types/core/adapters/qwik-city/qwik-ts-program.d.ts +1 -3
  141. package/types/core/adapters/react/index.d.ts +11 -19
  142. package/types/core/adapters/react/react-api-key.d.ts +1 -4
  143. package/types/core/adapters/react/react-builder-sdk-setup.d.ts +1 -3
  144. package/types/core/adapters/react/react-component-info.d.ts +2 -9
  145. package/types/core/adapters/react/react-components.d.ts +11 -37
  146. package/types/core/adapters/react/react-ensure-builder-setup.d.ts +2 -6
  147. package/types/core/adapters/react/react-registry-parse.d.ts +8 -21
  148. package/types/core/adapters/react/react-registry.d.ts +2 -15
  149. package/types/core/adapters/react/react-test-utils.d.ts +5 -11
  150. package/types/core/adapters/react/react-ts-program.d.ts +1 -3
  151. package/types/core/adapters/remix/index.d.ts +11 -19
  152. package/types/core/adapters/remix/remix-api-key.d.ts +1 -4
  153. package/types/core/adapters/remix/remix-components.d.ts +1 -4
  154. package/types/core/adapters/remix/remix-ensure-builder-setup.d.ts +3 -9
  155. package/types/core/adapters/remix/remix-ensure-config-plugin.d.ts +1 -5
  156. package/types/core/adapters/remix/remix-registry-parse.d.ts +10 -22
  157. package/types/core/adapters/remix/remix-registry.d.ts +2 -15
  158. package/types/core/adapters/remix/remix-test-utils.d.ts +5 -11
  159. package/types/core/adapters/vite/vite-ensure-config-plugin.d.ts +2 -12
  160. package/types/core/adapters/vue/index.d.ts +12 -20
  161. package/types/core/adapters/vue/vue-api-key.d.ts +1 -4
  162. package/types/core/adapters/vue/vue-components.d.ts +2 -10
  163. package/types/core/adapters/vue/vue-ensure-builder-setup.d.ts +3 -7
  164. package/types/core/adapters/vue/vue-registry-parse.d.ts +9 -19
  165. package/types/core/adapters/vue/vue-registry.d.ts +3 -6
  166. package/types/core/adapters/webpack/webpack-config-helpers.d.ts +3 -8
  167. package/types/core/adapters/webpack/webpack-ensure-config-plugin.d.ts +1 -5
  168. package/types/core/create-dev-tools.d.ts +1 -4
  169. package/types/core/detect-frameworks.d.ts +2 -7
  170. package/types/core/ensure-config-plugin.d.ts +2 -6
  171. package/types/core/find-dependencies.d.ts +3 -6
  172. package/types/core/import-export-registry.d.ts +2 -9
  173. package/types/core/index.d.ts +3 -18
  174. package/types/figma/index.d.ts +64 -95
  175. package/types/node/node-sys.d.ts +6 -13
  176. package/types/remix/index.d.ts +3 -5
  177. package/types/server/auth.d.ts +1 -4
  178. package/types/server/builder-connect.d.ts +6 -21
  179. package/types/server/client-script.d.ts +2 -6
  180. package/types/server/create-dev-tools-server.d.ts +1 -3
  181. package/types/server/dev-tools-api.d.ts +1 -4
  182. package/types/server/dev-tools-http-server.d.ts +1 -3
  183. package/types/server/index.d.ts +1 -28
  184. package/types/server/request-handler.d.ts +1 -6
  185. package/types/tsconfig.tsbuildinfo +1 -1
  186. package/types/types/codegen-server.d.ts +1 -1
  187. package/types/types/connection-tracker.d.ts +34 -34
  188. package/types/types/proxy-middleware.d.ts +14 -24
  189. package/types/types/websocket-types.d.ts +7 -9
  190. package/types/types.d.ts +358 -387
  191. package/types/vite/main.d.ts +1 -1
  192. package/types/webpack/main.d.ts +5 -5
  193. package/types/cli/repo-indexing/installation.d.ts +0 -12
  194. package/types/cli/utils/agent-discovery.d.ts +0 -22
  195. package/types/cli/utils/agent-parser.d.ts +0 -41
  196. package/types/cli/utils/agent-parser.test.d.ts +0 -1
  197. package/types/cli/utils/browser-testing-agent.d.ts +0 -2
  198. package/types/cli/utils/codegen-utils.d.ts +0 -70
  199. package/types/cli/utils/env-filter.d.ts +0 -42
  200. package/types/cli/utils/lock-file-example.d.ts +0 -30
  201. package/types/cli/utils/rules-discovery.d.ts +0 -26
  202. package/types/cli/utils/rules-parser.d.ts +0 -17
  203. package/types/cli/utils/rules-parser.test.d.ts +0 -1
  204. package/types/cli/utils/sudo-helper.d.ts +0 -21
  205. package/types/cli/utils/yaml-frontmatter.d.ts +0 -32
  206. package/types/cli/utils/yaml-frontmatter.test.d.ts +0 -1
  207. package/types/packages/dev-tools/_tests_/code.e2e.d.ts +0 -1
  208. package/types/packages/dev-tools/_tests_/create-builder.e2e.d.ts +0 -1
  209. package/types/packages/dev-tools/_tests_/dev-tools.e2e.d.ts +0 -1
  210. package/types/packages/dev-tools/_tests_/figma-generate.e2e.d.ts +0 -1
  211. package/types/packages/dev-tools/_tests_/figma-publish.e2e.d.ts +0 -1
  212. package/types/packages/dev-tools/_tests_/fusionInit.e2e.d.ts +0 -1
  213. package/types/packages/dev-tools/_tests_/help.e2e.d.ts +0 -1
  214. package/types/packages/dev-tools/_tests_/launch.e2e.d.ts +0 -1
  215. package/types/packages/dev-tools/_tests_/repo-indexing.test.d.ts +0 -1
  216. package/types/packages/dev-tools/_tests_/sync-utils.test.d.ts +0 -1
  217. package/types/packages/dev-tools/_tests_/utils.d.ts +0 -57
  218. package/types/packages/dev-tools/_tests_/vitest.config.d.ts +0 -2
  219. package/types/packages/dev-tools/_tests_/workspace.e2e.d.ts +0 -1
  220. package/types/packages/dev-tools/angular/index.d.ts +0 -1
  221. package/types/packages/dev-tools/cli/__tests__/isLikelyFixedString.spec.d.ts +0 -1
  222. package/types/packages/dev-tools/cli/__tests__/parseGitDiffToApplyActions.spec.d.ts +0 -1
  223. package/types/packages/dev-tools/cli/abort-signal-any.d.ts +0 -3
  224. package/types/packages/dev-tools/cli/auth/auth-utils.d.ts +0 -4
  225. package/types/packages/dev-tools/cli/auth/auth.d.ts +0 -7
  226. package/types/packages/dev-tools/cli/auth/status.d.ts +0 -3
  227. package/types/packages/dev-tools/cli/backup.d.ts +0 -172
  228. package/types/packages/dev-tools/cli/builder-add/interface.d.ts +0 -22
  229. package/types/packages/dev-tools/cli/builder-add/options.d.ts +0 -2
  230. package/types/packages/dev-tools/cli/code-file-utils.d.ts +0 -20
  231. package/types/packages/dev-tools/cli/code-file-utils.unit.d.ts +0 -1
  232. package/types/packages/dev-tools/cli/code-tools.d.ts +0 -131
  233. package/types/packages/dev-tools/cli/code.d.ts +0 -17
  234. package/types/packages/dev-tools/cli/codegen.d.ts +0 -456
  235. package/types/packages/dev-tools/cli/constants.d.ts +0 -1
  236. package/types/packages/dev-tools/cli/credentials.d.ts +0 -69
  237. package/types/packages/dev-tools/cli/download.d.ts +0 -15
  238. package/types/packages/dev-tools/cli/exit.d.ts +0 -1
  239. package/types/packages/dev-tools/cli/fetch.d.ts +0 -1
  240. package/types/packages/dev-tools/cli/figma-publish.d.ts +0 -41
  241. package/types/packages/dev-tools/cli/figma-publish.spec.d.ts +0 -1
  242. package/types/packages/dev-tools/cli/figma-utils.d.ts +0 -61
  243. package/types/packages/dev-tools/cli/figma.d.ts +0 -11
  244. package/types/packages/dev-tools/cli/generate.d.ts +0 -19
  245. package/types/packages/dev-tools/cli/help.d.ts +0 -1
  246. package/types/packages/dev-tools/cli/incremental-tsc.d.ts +0 -42
  247. package/types/packages/dev-tools/cli/index.d.ts +0 -97
  248. package/types/packages/dev-tools/cli/indexing.d.ts +0 -11
  249. package/types/packages/dev-tools/cli/launch/InitStateMachine.d.ts +0 -142
  250. package/types/packages/dev-tools/cli/launch/config.d.ts +0 -15
  251. package/types/packages/dev-tools/cli/launch/dev-server-orchestrator.d.ts +0 -114
  252. package/types/packages/dev-tools/cli/launch/dry-run-backup.d.ts +0 -16
  253. package/types/packages/dev-tools/cli/launch/errors.d.ts +0 -8
  254. package/types/packages/dev-tools/cli/launch/github.d.ts +0 -9
  255. package/types/packages/dev-tools/cli/launch/grafana.d.ts +0 -8
  256. package/types/packages/dev-tools/cli/launch/helpers.d.ts +0 -42
  257. package/types/packages/dev-tools/cli/launch/helpers.test.d.ts +0 -1
  258. package/types/packages/dev-tools/cli/launch/machine-health.d.ts +0 -17
  259. package/types/packages/dev-tools/cli/launch/proxy.d.ts +0 -6
  260. package/types/packages/dev-tools/cli/launch/server.d.ts +0 -26
  261. package/types/packages/dev-tools/cli/launch.d.ts +0 -93
  262. package/types/packages/dev-tools/cli/prettier.d.ts +0 -10
  263. package/types/packages/dev-tools/cli/prettier.integration.test.d.ts +0 -1
  264. package/types/packages/dev-tools/cli/repo-indexing/component-discovery.d.ts +0 -21
  265. package/types/packages/dev-tools/cli/repo-indexing/component-indexing.d.ts +0 -34
  266. package/types/packages/dev-tools/cli/repo-indexing/icons.d.ts +0 -32
  267. package/types/packages/dev-tools/cli/repo-indexing/repo-indexing-utils.d.ts +0 -109
  268. package/types/packages/dev-tools/cli/repo-indexing/repo-indexing.d.ts +0 -41
  269. package/types/packages/dev-tools/cli/repo-indexing/repo-indexing.mock.d.ts +0 -5
  270. package/types/packages/dev-tools/cli/repo-indexing/types.d.ts +0 -12
  271. package/types/packages/dev-tools/cli/repo-metrics.d.ts +0 -9
  272. package/types/packages/dev-tools/cli/report/figma-report.d.ts +0 -81
  273. package/types/packages/dev-tools/cli/server-ws.d.ts +0 -60
  274. package/types/packages/dev-tools/cli/spinner.d.ts +0 -6
  275. package/types/packages/dev-tools/cli/sync-utils.d.ts +0 -45
  276. package/types/packages/dev-tools/cli/track.d.ts +0 -8
  277. package/types/packages/dev-tools/cli/utils/component-group-mdx-prompt.d.ts +0 -2
  278. package/types/packages/dev-tools/cli/utils/dev-server-url-parser.d.ts +0 -15
  279. package/types/packages/dev-tools/cli/utils/dev-server-url-parser.test.d.ts +0 -1
  280. package/types/packages/dev-tools/cli/utils/feature-flags.d.ts +0 -4
  281. package/types/packages/dev-tools/cli/utils/git.d.ts +0 -34
  282. package/types/packages/dev-tools/cli/utils/open.d.ts +0 -1
  283. package/types/packages/dev-tools/cli/utils/parseGitDiff.d.ts +0 -11
  284. package/types/packages/dev-tools/cli/utils/repo-indexing-agent-prompt.d.ts +0 -2
  285. package/types/packages/dev-tools/cli/utils/repo-indexing-group-prompt.d.ts +0 -1
  286. package/types/packages/dev-tools/cli/utils/signals.d.ts +0 -2
  287. package/types/packages/dev-tools/cli/utils/terminal-buffer.d.ts +0 -29
  288. package/types/packages/dev-tools/cli/utils/terminal-buffer.spec.d.ts +0 -1
  289. package/types/packages/dev-tools/cli/utils/workspace-path-resolver.d.ts +0 -99
  290. package/types/packages/dev-tools/cli/utils/workspace-path-resolver.unit.d.ts +0 -1
  291. package/types/packages/dev-tools/cli/version.d.ts +0 -1
  292. package/types/packages/dev-tools/client/client-api.d.ts +0 -44
  293. package/types/packages/dev-tools/client/edit-button/document-listeners.d.ts +0 -4
  294. package/types/packages/dev-tools/client/edit-button/index.d.ts +0 -8
  295. package/types/packages/dev-tools/client/index.d.ts +0 -1
  296. package/types/packages/dev-tools/client/menu/index.d.ts +0 -5
  297. package/types/packages/dev-tools/client/menu/pages/component-detail.d.ts +0 -10
  298. package/types/packages/dev-tools/client/menu/pages/component-input.d.ts +0 -7
  299. package/types/packages/dev-tools/client/menu/pages/component-list.d.ts +0 -7
  300. package/types/packages/dev-tools/client/menu/pages/home.d.ts +0 -1
  301. package/types/packages/dev-tools/client/menu/pages/settings.d.ts +0 -1
  302. package/types/packages/dev-tools/client/menu/toggle/menu-toggle.d.ts +0 -5
  303. package/types/packages/dev-tools/client/setup-ui/connected.d.ts +0 -1
  304. package/types/packages/dev-tools/client/setup-ui/index.d.ts +0 -1
  305. package/types/packages/dev-tools/client/setup-ui/overview.d.ts +0 -4
  306. package/types/packages/dev-tools/client/tracking.d.ts +0 -22
  307. package/types/packages/dev-tools/client/utils.d.ts +0 -16
  308. package/types/packages/dev-tools/common/ast/app-dependencies.d.ts +0 -10
  309. package/types/packages/dev-tools/common/ast/component-info.d.ts +0 -29
  310. package/types/packages/dev-tools/common/ast/component-input-types.d.ts +0 -43
  311. package/types/packages/dev-tools/common/ast/component-registry.d.ts +0 -24
  312. package/types/packages/dev-tools/common/ast/convert-values.d.ts +0 -43
  313. package/types/packages/dev-tools/common/ast/convert-values.unit.d.ts +0 -1
  314. package/types/packages/dev-tools/common/ast/ensure-array-statement.d.ts +0 -11
  315. package/types/packages/dev-tools/common/ast/ensure-array-statement.unit.d.ts +0 -1
  316. package/types/packages/dev-tools/common/ast/ensure-comments.d.ts +0 -5
  317. package/types/packages/dev-tools/common/ast/ensure-imports.d.ts +0 -14
  318. package/types/packages/dev-tools/common/ast/ensure-imports.unit.d.ts +0 -1
  319. package/types/packages/dev-tools/common/ast/exported-statements.d.ts +0 -12
  320. package/types/packages/dev-tools/common/ast/exported-statements.unit.d.ts +0 -1
  321. package/types/packages/dev-tools/common/ast/imported-statements.d.ts +0 -8
  322. package/types/packages/dev-tools/common/ast/imported-statements.unit.d.ts +0 -1
  323. package/types/packages/dev-tools/common/ast/normalize-statements.d.ts +0 -16
  324. package/types/packages/dev-tools/common/ast/normalize-statements.unit.d.ts +0 -1
  325. package/types/packages/dev-tools/common/ast/remove-unused-imports.d.ts +0 -6
  326. package/types/packages/dev-tools/common/ast/remove-unused-imports.unit.d.ts +0 -1
  327. package/types/packages/dev-tools/common/ast/transform.d.ts +0 -15
  328. package/types/packages/dev-tools/common/ast/utils.d.ts +0 -49
  329. package/types/packages/dev-tools/common/ast/utils.unit.d.ts +0 -1
  330. package/types/packages/dev-tools/common/builder/builder-api.d.ts +0 -36
  331. package/types/packages/dev-tools/common/builder/builder-sdks.d.ts +0 -12
  332. package/types/packages/dev-tools/common/builder/content-generation.d.ts +0 -11
  333. package/types/packages/dev-tools/common/builder/content-ids.d.ts +0 -4
  334. package/types/packages/dev-tools/common/cache.d.ts +0 -6
  335. package/types/packages/dev-tools/common/constants.d.ts +0 -17
  336. package/types/packages/dev-tools/common/dotenv.d.ts +0 -25
  337. package/types/packages/dev-tools/common/dotenv.test.d.ts +0 -1
  338. package/types/packages/dev-tools/common/errors.d.ts +0 -50
  339. package/types/packages/dev-tools/common/estimate-code-tokens.d.ts +0 -1
  340. package/types/packages/dev-tools/common/fs.d.ts +0 -19
  341. package/types/packages/dev-tools/common/interactive-select-files.d.ts +0 -17
  342. package/types/packages/dev-tools/common/mem-sys.d.ts +0 -10
  343. package/types/packages/dev-tools/common/node-request.d.ts +0 -7
  344. package/types/packages/dev-tools/common/path.d.ts +0 -2
  345. package/types/packages/dev-tools/common/test-utils.d.ts +0 -23
  346. package/types/packages/dev-tools/common/typescript.d.ts +0 -28
  347. package/types/packages/dev-tools/common/utils.d.ts +0 -55
  348. package/types/packages/dev-tools/common/utils.unit.d.ts +0 -1
  349. package/types/packages/dev-tools/core/adapters/angular/angular-api-key.d.ts +0 -33
  350. package/types/packages/dev-tools/core/adapters/angular/angular-api-key.unit.d.ts +0 -1
  351. package/types/packages/dev-tools/core/adapters/angular/angular-app-module-imports.d.ts +0 -13
  352. package/types/packages/dev-tools/core/adapters/angular/angular-app-module-imports.unit.d.ts +0 -1
  353. package/types/packages/dev-tools/core/adapters/angular/angular-app-routes-update.d.ts +0 -7
  354. package/types/packages/dev-tools/core/adapters/angular/angular-app-routes-update.unit.d.ts +0 -1
  355. package/types/packages/dev-tools/core/adapters/angular/angular-components.d.ts +0 -46
  356. package/types/packages/dev-tools/core/adapters/angular/angular-components.unit.d.ts +0 -1
  357. package/types/packages/dev-tools/core/adapters/angular/angular-ensure-builder-setup.d.ts +0 -11
  358. package/types/packages/dev-tools/core/adapters/angular/angular-ensure-config-plugin.d.ts +0 -21
  359. package/types/packages/dev-tools/core/adapters/angular/angular-ensure-config-plugin.unit.d.ts +0 -1
  360. package/types/packages/dev-tools/core/adapters/angular/angular-fix-tsconfig.d.ts +0 -4
  361. package/types/packages/dev-tools/core/adapters/angular/angular-registry-parse.d.ts +0 -28
  362. package/types/packages/dev-tools/core/adapters/angular/angular-registry-parse.unit.d.ts +0 -1
  363. package/types/packages/dev-tools/core/adapters/angular/angular-registry.d.ts +0 -16
  364. package/types/packages/dev-tools/core/adapters/angular/angular-registry.unit.d.ts +0 -1
  365. package/types/packages/dev-tools/core/adapters/angular/angular-test-utils.d.ts +0 -10
  366. package/types/packages/dev-tools/core/adapters/angular/index.d.ts +0 -22
  367. package/types/packages/dev-tools/core/adapters/angular/types.d.ts +0 -11
  368. package/types/packages/dev-tools/core/adapters/next/index.d.ts +0 -36
  369. package/types/packages/dev-tools/core/adapters/next/next-api-key.d.ts +0 -7
  370. package/types/packages/dev-tools/core/adapters/next/next-component-info.d.ts +0 -12
  371. package/types/packages/dev-tools/core/adapters/next/next-component-info.unit.d.ts +0 -1
  372. package/types/packages/dev-tools/core/adapters/next/next-component-inputs.unit.d.ts +0 -1
  373. package/types/packages/dev-tools/core/adapters/next/next-component-source-inputs.unit.d.ts +0 -1
  374. package/types/packages/dev-tools/core/adapters/next/next-components.d.ts +0 -7
  375. package/types/packages/dev-tools/core/adapters/next/next-ensure-builder-setup.d.ts +0 -8
  376. package/types/packages/dev-tools/core/adapters/next/next-ensure-config-plugin.d.ts +0 -7
  377. package/types/packages/dev-tools/core/adapters/next/next-ensure-config-plugin.unit.d.ts +0 -1
  378. package/types/packages/dev-tools/core/adapters/next/next-registry-parse.d.ts +0 -26
  379. package/types/packages/dev-tools/core/adapters/next/next-registry-parse.unit.d.ts +0 -1
  380. package/types/packages/dev-tools/core/adapters/next/next-registry.d.ts +0 -16
  381. package/types/packages/dev-tools/core/adapters/next/next-registry.unit.d.ts +0 -1
  382. package/types/packages/dev-tools/core/adapters/next/next-test-utils.d.ts +0 -26
  383. package/types/packages/dev-tools/core/adapters/qwik-city/index.d.ts +0 -16
  384. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-api-key.d.ts +0 -7
  385. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-component-source-inputs.d.ts +0 -6
  386. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-components.d.ts +0 -30
  387. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-components.unit.d.ts +0 -1
  388. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ensure-builder-setup.d.ts +0 -8
  389. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ensure-config-plugin.d.ts +0 -6
  390. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry-parse.d.ts +0 -28
  391. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry-parse.unit.d.ts +0 -1
  392. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry.d.ts +0 -16
  393. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry.unit.d.ts +0 -1
  394. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-test-utils.d.ts +0 -10
  395. package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ts-program.d.ts +0 -4
  396. package/types/packages/dev-tools/core/adapters/react/index.d.ts +0 -21
  397. package/types/packages/dev-tools/core/adapters/react/react-api-key.d.ts +0 -9
  398. package/types/packages/dev-tools/core/adapters/react/react-builder-sdk-setup.d.ts +0 -4
  399. package/types/packages/dev-tools/core/adapters/react/react-component-info.d.ts +0 -12
  400. package/types/packages/dev-tools/core/adapters/react/react-components.d.ts +0 -44
  401. package/types/packages/dev-tools/core/adapters/react/react-components.unit.d.ts +0 -1
  402. package/types/packages/dev-tools/core/adapters/react/react-ensure-builder-setup.d.ts +0 -8
  403. package/types/packages/dev-tools/core/adapters/react/react-registry-parse.d.ts +0 -26
  404. package/types/packages/dev-tools/core/adapters/react/react-registry-parse.unit.d.ts +0 -1
  405. package/types/packages/dev-tools/core/adapters/react/react-registry.d.ts +0 -16
  406. package/types/packages/dev-tools/core/adapters/react/react-registry.unit.d.ts +0 -1
  407. package/types/packages/dev-tools/core/adapters/react/react-test-utils.d.ts +0 -13
  408. package/types/packages/dev-tools/core/adapters/react/react-ts-program.d.ts +0 -4
  409. package/types/packages/dev-tools/core/adapters/remix/index.d.ts +0 -21
  410. package/types/packages/dev-tools/core/adapters/remix/remix-api-key.d.ts +0 -7
  411. package/types/packages/dev-tools/core/adapters/remix/remix-components.d.ts +0 -7
  412. package/types/packages/dev-tools/core/adapters/remix/remix-ensure-builder-setup.d.ts +0 -11
  413. package/types/packages/dev-tools/core/adapters/remix/remix-ensure-config-plugin.d.ts +0 -7
  414. package/types/packages/dev-tools/core/adapters/remix/remix-ensure-config-plugin.unit.d.ts +0 -1
  415. package/types/packages/dev-tools/core/adapters/remix/remix-registry-parse.d.ts +0 -28
  416. package/types/packages/dev-tools/core/adapters/remix/remix-registry.d.ts +0 -16
  417. package/types/packages/dev-tools/core/adapters/remix/remix-registry.unit.d.ts +0 -1
  418. package/types/packages/dev-tools/core/adapters/remix/remix-test-utils.d.ts +0 -13
  419. package/types/packages/dev-tools/core/adapters/vite/vite-ensure-config-plugin.d.ts +0 -17
  420. package/types/packages/dev-tools/core/adapters/vite/vite-ensure-config-plugin.unit.d.ts +0 -1
  421. package/types/packages/dev-tools/core/adapters/vue/index.d.ts +0 -22
  422. package/types/packages/dev-tools/core/adapters/vue/vue-api-key.d.ts +0 -9
  423. package/types/packages/dev-tools/core/adapters/vue/vue-components.d.ts +0 -12
  424. package/types/packages/dev-tools/core/adapters/vue/vue-ensure-builder-setup.d.ts +0 -11
  425. package/types/packages/dev-tools/core/adapters/vue/vue-registry-parse.d.ts +0 -26
  426. package/types/packages/dev-tools/core/adapters/vue/vue-registry.d.ts +0 -8
  427. package/types/packages/dev-tools/core/adapters/webpack/webpack-config-helpers.d.ts +0 -16
  428. package/types/packages/dev-tools/core/adapters/webpack/webpack-config-helpers.unit.d.ts +0 -1
  429. package/types/packages/dev-tools/core/adapters/webpack/webpack-ensure-config-plugin.d.ts +0 -7
  430. package/types/packages/dev-tools/core/client-script.d.ts +0 -1
  431. package/types/packages/dev-tools/core/create-dev-tools.d.ts +0 -4
  432. package/types/packages/dev-tools/core/detect-frameworks.d.ts +0 -9
  433. package/types/packages/dev-tools/core/ensure-config-plugin.d.ts +0 -7
  434. package/types/packages/dev-tools/core/find-dependencies.d.ts +0 -10
  435. package/types/packages/dev-tools/core/import-export-registry.d.ts +0 -10
  436. package/types/packages/dev-tools/core/index.d.ts +0 -23
  437. package/types/packages/dev-tools/figma/index.d.ts +0 -119
  438. package/types/packages/dev-tools/node/index.d.ts +0 -2
  439. package/types/packages/dev-tools/node/node-sys.d.ts +0 -21
  440. package/types/packages/dev-tools/remix/index.d.ts +0 -8
  441. package/types/packages/dev-tools/server/auth.d.ts +0 -5
  442. package/types/packages/dev-tools/server/builder-connect.d.ts +0 -21
  443. package/types/packages/dev-tools/server/client-script.d.ts +0 -7
  444. package/types/packages/dev-tools/server/create-dev-tools-server.d.ts +0 -4
  445. package/types/packages/dev-tools/server/dev-tools-api.d.ts +0 -5
  446. package/types/packages/dev-tools/server/dev-tools-http-server.d.ts +0 -4
  447. package/types/packages/dev-tools/server/index.d.ts +0 -30
  448. package/types/packages/dev-tools/server/request-handler.d.ts +0 -8
  449. package/types/packages/dev-tools/types/codegen-server.d.ts +0 -14
  450. package/types/packages/dev-tools/types/connection-tracker.d.ts +0 -41
  451. package/types/packages/dev-tools/types/proxy-middleware.d.ts +0 -41
  452. package/types/packages/dev-tools/types/websocket-types.d.ts +0 -19
  453. package/types/packages/dev-tools/types.d.ts +0 -554
  454. package/types/packages/dev-tools/vite/main.d.ts +0 -7
  455. package/types/packages/dev-tools/vitest.config.d.ts +0 -2
  456. package/types/packages/dev-tools/webpack/main.d.ts +0 -9
@@ -1,2 +1 @@
1
- export declare const COMPONENT_GROUP_MDX_PROMPT =
2
- "# Component Documentation Generation\n\n## Objective\nGenerate comprehensive MDX documentation for a specific component, analyzing their interfaces, relationships, and usage patterns using the relevant files provided in the input.\n\n## Instructions\n\n### 1. Component Analysis\nFor the given component, analyze each relevant file by:\n- **Interdependency mapping** - Document how components depend on each other\n- **Interface examination** - Extract and document all props, their types, and descriptions\n- **Context analysis** - Identify shared state, contexts, or communication patterns\n- **Compositional patterns** - Document required parent-child relationships\n- **Usage pattern analysis** - Identify how components work together\n- **Example extraction** - Find real usage examples from the codebase\n\n{{COMPONENT_NAME}} has the following related components: {{RELATED_COMPONENTS}}\nThe following files are associated with {{COMPONENT_NAME}}: {{FILE_LIST}}\n\n### 2. Documentation Structure\nCreate comprehensive documentation covering:\n- **Component rationale** - Why these components work together and when to use them\n- **Architectural overview** - How the components form a cohesive system\n- **Component interfaces** - Detailed prop documentation with interdependencies\n- **Composition patterns** - Required and optional usage combinations\n- **Integration examples** - Real-world scenarios showing the component in action\n- **Best practices** - Recommended usage patterns and guidelines\n\n## Required Output Format\n\nGenerate an MDX file with this structure:\n\n```mdx\n---\n# {{COMPONENT_NAME}}\n\n## Overview\n\n### Purpose\n{{COMPONENT_DESCRIPTION}}\n\n### When to Use\n[Expand on the use cases mentioned in the description - be specific about scenarios, user needs, and implementation contexts]\n\n### Architecture\n[Explain the architectural pattern based on coupling strength:]\n- **Critical/Strong Coupling**: Describe the required relationships, shared context, or compositional hierarchy\n- **Moderate Coupling**: Explain how components enhance each other\n- **No Coupling**: Note that this is a standalone component\n\n### Component Interdependencies\n[Map out component relationships - only for components with coupling:]\n- Required parent-child relationships\n- Shared context dependencies \n- Communication patterns between components\n- Related components\n\n## API\n**Types**: Interfaces related to the component including all props, methods, or children along with descriptions.\n**Dependencies:** Other components that must be used\n**Provides:** Context/state this component provides to children. Only required for coupled components.\n\n## Usage Examples\nInclude examples that show how to fully use the component. At a minimum, you must include the following examples:\n\n- Basic usage including how to import the component if applicable\n- Usage with any dependency components\n- Variations with conditional rendering, different prop combinations, etc\n\n## Component Relationships {Only for coupled components}\n\n### Data Flow\n[Explain how data flows between the component and related components}\n\n### Context Sharing\n[Document shared contexts, providers, or state management]\n\n### Event Handling\n[Describe how events bubble up or propagate between components]\n\n## Best Practices\n\n### Usage Guidelines\n- [Specific recommendation based on component purpose and use cases]\n- [Another recommendation focusing on accessibility or performance]\n- [Usage pattern guidance based on the component's architecture]\n\n### Accessibility {When relevant}\n- [ARIA relationships between components]\n- [Keyboard navigation patterns]\n- [Screen reader considerations]\n\n### Performance {When relevant}\n- [Optimization recommendations]\n- [State management best practices]\n- [Rendering performance considerations]\n\n## Common Patterns {Expand based on component functionality}\n\n### Pattern 1: [Specific Pattern Name]\n```tsx\n// Example showing a specific usage pattern\n// Include comments explaining why this pattern is recommended\n```\n\n### Pattern 2: [Another Pattern Name]\n```tsx\n// Another common pattern with explanation\n```\n\n```\n\n## File Generation Requirements\n\n**File Naming:**\n- Use kebab-case derived from component name: `{{COMPONENT_NAME_KEBAB}}.mdx`\n- Place in `repo-indexing/` folder\n- Example: `repo-indexing/{{COMPONENT_NAME_KEBAB}}.mdx`\n\n**Content Requirements:**\n1. **Use coupling strength context** - Adapt documentation structure based on couplingStrength value\n2. **Extract real interfaces** - Don't create placeholder interfaces, extract actual type interfaces from the codebase\n3. **Leverage component description** - Expand on the provided description with specific use cases and implementation guidance\n4. **Document interdependencies** - For coupled components, clearly explain component relationships and requirements\n5. **Include practical examples** - Use realistic, working code examples that demonstrate proper usage\n6. **Show integration patterns** - For coupled components, demonstrate required composition patterns\n**Coupling-Specific Requirements:**\n- **Critical/Strong Coupling**: Focus on required relationships, composition patterns, and shared context\n- **Moderate Coupling**: Show how components enhance each other and optional usage patterns \n- **No Coupling**: Document standalone usage, variants, and individual component capabilities\n\n## Output\nReturn only the complete MDX file content, ready to be saved as `repo-indexing/{{COMPONENT_NAME_KEBAB}}.mdx`. You must use the Write tool in your response.";
1
+ export declare const COMPONENT_GROUP_MDX_PROMPT = "# Component Documentation Generation\n\n## Objective\nGenerate comprehensive MDX documentation for a specific component, analyzing their interfaces, relationships, and usage patterns using the relevant files provided in the input.\n\n## Instructions\n\n### 1. Component Analysis\nFor the given component, analyze each relevant file by:\n- **Interdependency mapping** - Document how components depend on each other\n- **Interface examination** - Extract and document all props, their types, and descriptions\n- **Context analysis** - Identify shared state, contexts, or communication patterns\n- **Compositional patterns** - Document required parent-child relationships\n- **Usage pattern analysis** - Identify how components work together\n- **Example extraction** - Find real usage examples from the codebase\n\n{{COMPONENT_NAME}} has the following related components: {{RELATED_COMPONENTS}}\nThe following files are associated with {{COMPONENT_NAME}}: {{FILE_LIST}}\n\n### 2. Documentation Structure\nCreate comprehensive documentation covering:\n- **Component rationale** - Why these components work together and when to use them\n- **Architectural overview** - How the components form a cohesive system\n- **Component interfaces** - Detailed prop documentation with interdependencies\n- **Composition patterns** - Required and optional usage combinations\n- **Integration examples** - Real-world scenarios showing the component in action\n- **Best practices** - Recommended usage patterns and guidelines\n\n## Required Output Format\n\nGenerate an MDX file with this structure:\n\n```mdx\n---\n# {{COMPONENT_NAME}}\n\n## Overview\n\n### Purpose\n{{COMPONENT_DESCRIPTION}}\n\n### When to Use\n[Expand on the use cases mentioned in the description - be specific about scenarios, user needs, and implementation contexts]\n\n### Architecture\n[Explain the architectural pattern based on coupling strength:]\n- **Critical/Strong Coupling**: Describe the required relationships, shared context, or compositional hierarchy\n- **Moderate Coupling**: Explain how components enhance each other\n- **No Coupling**: Note that this is a standalone component\n\n### Component Interdependencies\n[Map out component relationships - only for components with coupling:]\n- Required parent-child relationships\n- Shared context dependencies \n- Communication patterns between components\n- Related components\n\n## API\n**Types**: Interfaces related to the component including all props, methods, or children along with descriptions.\n**Dependencies:** Other components that must be used\n**Provides:** Context/state this component provides to children. Only required for coupled components.\n\n## Usage Examples\nInclude examples that show how to fully use the component. At a minimum, you must include the following examples:\n\n- Basic usage including how to import the component if applicable\n- Usage with any dependency components\n- Variations with conditional rendering, different prop combinations, etc\n\n## Component Relationships {Only for coupled components}\n\n### Data Flow\n[Explain how data flows between the component and related components}\n\n### Context Sharing\n[Document shared contexts, providers, or state management]\n\n### Event Handling\n[Describe how events bubble up or propagate between components]\n\n## Best Practices\n\n### Usage Guidelines\n- [Specific recommendation based on component purpose and use cases]\n- [Another recommendation focusing on accessibility or performance]\n- [Usage pattern guidance based on the component's architecture]\n\n### Accessibility {When relevant}\n- [ARIA relationships between components]\n- [Keyboard navigation patterns]\n- [Screen reader considerations]\n\n### Performance {When relevant}\n- [Optimization recommendations]\n- [State management best practices]\n- [Rendering performance considerations]\n\n## Common Patterns {Expand based on component functionality}\n\n### Pattern 1: [Specific Pattern Name]\n```tsx\n// Example showing a specific usage pattern\n// Include comments explaining why this pattern is recommended\n```\n\n### Pattern 2: [Another Pattern Name]\n```tsx\n// Another common pattern with explanation\n```\n\n```\n\n## File Generation Requirements\n\n**File Naming:**\n- Use kebab-case derived from component name: `{{COMPONENT_NAME_KEBAB}}.mdx`\n- Place in `repo-indexing/` folder\n- Example: `repo-indexing/{{COMPONENT_NAME_KEBAB}}.mdx`\n\n**Content Requirements:**\n1. **Use coupling strength context** - Adapt documentation structure based on couplingStrength value\n2. **Extract real interfaces** - Don't create placeholder interfaces, extract actual type interfaces from the codebase\n3. **Leverage component description** - Expand on the provided description with specific use cases and implementation guidance\n4. **Document interdependencies** - For coupled components, clearly explain component relationships and requirements\n5. **Include practical examples** - Use realistic, working code examples that demonstrate proper usage\n6. **Show integration patterns** - For coupled components, demonstrate required composition patterns\n**Coupling-Specific Requirements:**\n- **Critical/Strong Coupling**: Focus on required relationships, composition patterns, and shared context\n- **Moderate Coupling**: Show how components enhance each other and optional usage patterns \n- **No Coupling**: Document standalone usage, variants, and individual component capabilities\n\n## Output\nReturn only the complete MDX file content, ready to be saved as `repo-indexing/{{COMPONENT_NAME_KEBAB}}.mdx`. You must use the Write tool in your response.";
@@ -1,6 +1,6 @@
1
1
  export interface DevServerUrlInfo {
2
- url: string;
3
- port: number;
2
+ url: string;
3
+ port: number;
4
4
  }
5
5
  /**
6
6
  * Parse dev server output to extract URL and port information
@@ -9,7 +9,4 @@ export interface DevServerUrlInfo {
9
9
  * @param customPatterns - Optional array of custom regex patterns to try first
10
10
  * @returns Object with url and port, or null if no valid URL found
11
11
  */
12
- export declare function parseDevServerOutput(
13
- output: string,
14
- customPatterns?: string[],
15
- ): DevServerUrlInfo | null;
12
+ export declare function parseDevServerOutput(output: string, customPatterns?: string[]): DevServerUrlInfo | null;
@@ -2,23 +2,23 @@
2
2
  * Options for capturing environment variables from a setup command
3
3
  */
4
4
  export interface EnvCaptureOptions {
5
- /** The command to wrap with env capture */
6
- command: string;
5
+ /** The command to wrap with env capture */
6
+ command: string;
7
7
  }
8
8
  /**
9
9
  * Result of environment capture
10
10
  */
11
11
  export interface EnvCaptureResult {
12
- /** The modified command that includes env capture */
13
- command: string;
14
- /** Path to the temporary file where env will be captured */
15
- envFilePath: string;
16
- /**
17
- * Function to get the captured environment variables.
18
- * This will read, parse, and cleanup the env file in one call.
19
- * Returns undefined if the env file couldn't be read.
20
- */
21
- getCapturedEnv: () => Promise<Record<string, string> | undefined>;
12
+ /** The modified command that includes env capture */
13
+ command: string;
14
+ /** Path to the temporary file where env will be captured */
15
+ envFilePath: string;
16
+ /**
17
+ * Function to get the captured environment variables.
18
+ * This will read, parse, and cleanup the env file in one call.
19
+ * Returns undefined if the env file couldn't be read.
20
+ */
21
+ getCapturedEnv: () => Promise<Record<string, string> | undefined>;
22
22
  }
23
23
  /**
24
24
  * Wraps a command with environment variable capture at the end.
@@ -38,9 +38,7 @@ export interface EnvCaptureResult {
38
38
  * const env = await getCapturedEnv();
39
39
  * ```
40
40
  */
41
- export declare function wrapCommandWithEnvCapture(
42
- options: EnvCaptureOptions,
43
- ): EnvCaptureResult;
41
+ export declare function wrapCommandWithEnvCapture(options: EnvCaptureOptions): EnvCaptureResult;
44
42
  /**
45
43
  * Parses an environment file into a key-value object.
46
44
  * Handles multi-line values and empty lines.
@@ -54,9 +52,7 @@ export declare function wrapCommandWithEnvCapture(
54
52
  * console.log(env.PATH); // "/usr/bin:/bin"
55
53
  * ```
56
54
  */
57
- export declare function parseEnvFile(
58
- filePath: string,
59
- ): Promise<Record<string, string>>;
55
+ export declare function parseEnvFile(filePath: string): Promise<Record<string, string>>;
60
56
  /**
61
57
  * Parses environment variable content into a key-value object.
62
58
  * This is the core parsing logic extracted for easier testing.
@@ -73,9 +69,7 @@ export declare function parseEnvFile(
73
69
  * // { PATH: '/usr/bin', HOME: '/home/user' }
74
70
  * ```
75
71
  */
76
- export declare function parseEnvContent(
77
- content: string,
78
- ): Record<string, string>;
72
+ export declare function parseEnvContent(content: string): Record<string, string>;
79
73
  /**
80
74
  * Cleans up the environment capture file.
81
75
  * Call this after parsing to remove temporary files.
@@ -1,4 +1,2 @@
1
- export declare function setFeatureFlags(
2
- featureFlags: Record<string, boolean>,
3
- ): void;
1
+ export declare function setFeatureFlags(featureFlags: Record<string, boolean>): void;
4
2
  export declare function getFeatureFlag(featureFlag: string): boolean;
@@ -1,26 +1,26 @@
1
1
  export interface FileOverride {
2
- /**
3
- * Path where the file should be written.
4
- * - Absolute paths: "/app/.env", "/etc/config/app.conf"
5
- * - Tilde expansion: "~/.config/app.json" (expands to home directory)
6
- * - Relative paths: "./file.txt", "config.json" (resolved against working directory)
7
- */
8
- path: string;
9
- /**
10
- * Content to write to the file.
11
- */
12
- content: string;
2
+ /**
3
+ * Path where the file should be written.
4
+ * - Absolute paths: "/app/.env", "/etc/config/app.conf"
5
+ * - Tilde expansion: "~/.config/app.json" (expands to home directory)
6
+ * - Relative paths: "./file.txt", "config.json" (resolved against working directory)
7
+ */
8
+ path: string;
9
+ /**
10
+ * Content to write to the file.
11
+ */
12
+ content: string;
13
13
  }
14
14
  export interface SentryLike {
15
- captureException: (error: unknown) => void;
15
+ captureException: (error: unknown) => void;
16
16
  }
17
17
  export interface ApplyFileOverridesResult {
18
- success: boolean;
19
- appliedFiles: string[];
20
- failedFiles: Array<{
21
- path: string;
22
- error: string;
23
- }>;
18
+ success: boolean;
19
+ appliedFiles: string[];
20
+ failedFiles: Array<{
21
+ path: string;
22
+ error: string;
23
+ }>;
24
24
  }
25
25
  /**
26
26
  * Expand tilde (~) in file path to home directory
@@ -35,10 +35,7 @@ export declare function expandTildePath(filePath: string): string;
35
35
  * @param workingDirectory - Optional working directory for resolving relative paths
36
36
  * @returns Resolved absolute path
37
37
  */
38
- export declare function resolveFilePath(
39
- filePath: string,
40
- workingDirectory?: string,
41
- ): string;
38
+ export declare function resolveFilePath(filePath: string, workingDirectory?: string): string;
42
39
  /**
43
40
  * Validate that a file path can be resolved to an absolute path
44
41
  * Supports tilde (~) expansion and relative paths (when workingDirectory is provided)
@@ -46,10 +43,7 @@ export declare function resolveFilePath(
46
43
  * @param workingDirectory - Optional working directory for resolving relative paths
47
44
  * @returns true if valid, false otherwise
48
45
  */
49
- export declare function isValidFilePath(
50
- filePath: string,
51
- workingDirectory?: string,
52
- ): boolean;
46
+ export declare function isValidFilePath(filePath: string, workingDirectory?: string): boolean;
53
47
  /**
54
48
  * Apply multiple file overrides to the filesystem.
55
49
  * This function will:
@@ -64,11 +58,7 @@ export declare function isValidFilePath(
64
58
  * @param sentry - Optional Sentry instance for error logging
65
59
  * @returns Object with overall success status and details for each file
66
60
  */
67
- export declare function applyFileOverrides(
68
- overrides: FileOverride[],
69
- workingDirectory?: string,
70
- sentry?: SentryLike,
71
- ): ApplyFileOverridesResult;
61
+ export declare function applyFileOverrides(overrides: FileOverride[], workingDirectory?: string, sentry?: SentryLike): ApplyFileOverridesResult;
72
62
  /**
73
63
  * Read a file and return its content
74
64
  * Supports tilde (~) expansion and relative paths.
@@ -76,10 +66,7 @@ export declare function applyFileOverrides(
76
66
  * @param workingDirectory - Optional working directory for resolving relative paths
77
67
  * @returns The file content or null if it cannot be read
78
68
  */
79
- export declare function readFileOverride(
80
- filePath: string,
81
- workingDirectory?: string,
82
- ): string | null;
69
+ export declare function readFileOverride(filePath: string, workingDirectory?: string): string | null;
83
70
  /**
84
71
  * Check if a file exists at the given path
85
72
  * Supports tilde (~) expansion and relative paths.
@@ -87,7 +74,4 @@ export declare function readFileOverride(
87
74
  * @param workingDirectory - Optional working directory for resolving relative paths
88
75
  * @returns true if the file exists, false otherwise
89
76
  */
90
- export declare function fileOverrideExists(
91
- filePath: string,
92
- workingDirectory?: string,
93
- ): boolean;
77
+ export declare function fileOverrideExists(filePath: string, workingDirectory?: string): boolean;
@@ -2,33 +2,21 @@ import type { DevToolsSys } from "../../types";
2
2
  import type { Credentials } from "../credentials";
3
3
  import type { GitConfigs } from "$/ai-utils";
4
4
  export interface RunCommandOptions {
5
- cwd?: string;
6
- debug?: boolean;
7
- sys: DevToolsSys;
8
- timeout?: number;
9
- stdin?: string;
10
- retry?: number;
5
+ cwd?: string;
6
+ debug?: boolean;
7
+ sys: DevToolsSys;
8
+ timeout?: number;
9
+ stdin?: string;
10
+ retry?: number;
11
11
  }
12
- type FetchGitConfigsResult =
13
- | {
14
- success: true;
15
- gitConfigs: GitConfigs;
16
- }
17
- | {
18
- success: false;
19
- error: Error;
20
- };
21
- export declare function runCommand(
22
- cmd: string,
23
- args: string[],
24
- opts: RunCommandOptions,
25
- ): Promise<string>;
26
- export declare const isGitRepoCorrupted: (
27
- stdout: string,
28
- stderr: string,
29
- ) => boolean;
30
- export declare function fetchGitConfigs(
31
- credentials: Credentials,
32
- projectId: string,
33
- ): Promise<FetchGitConfigsResult>;
12
+ type FetchGitConfigsResult = {
13
+ success: true;
14
+ gitConfigs: GitConfigs;
15
+ } | {
16
+ success: false;
17
+ error: Error;
18
+ };
19
+ export declare function runCommand(cmd: string, args: string[], opts: RunCommandOptions): Promise<string>;
20
+ export declare const isGitRepoCorrupted: (stdout: string, stderr: string) => boolean;
21
+ export declare function fetchGitConfigs(credentials: Credentials, projectId: string): Promise<FetchGitConfigsResult>;
34
22
  export {};
@@ -1,9 +1,9 @@
1
1
  export interface HostEntry {
2
- hostname: string;
3
- ip?: string;
2
+ hostname: string;
3
+ ip?: string;
4
4
  }
5
5
  export interface SentryLike {
6
- captureException: (error: unknown) => void;
6
+ captureException: (error: unknown) => void;
7
7
  }
8
8
  /**
9
9
  * Check if a hostname is localhost or 127.0.0.1
@@ -20,10 +20,7 @@ export declare function isLocalhost(hostname: string): boolean;
20
20
  * @param sentry - Optional Sentry instance for error logging
21
21
  * @returns true if successful, false otherwise
22
22
  */
23
- export declare function updateHostsFile(
24
- entries: HostEntry[],
25
- sentry?: SentryLike,
26
- ): boolean;
23
+ export declare function updateHostsFile(entries: HostEntry[], sentry?: SentryLike): boolean;
27
24
  /**
28
25
  * Remove all managed entries from the hosts file
29
26
  * @param sentry - Optional Sentry instance for error logging
@@ -1,12 +1,12 @@
1
1
  import type { DevToolsSys } from "@builder.io/dev-tools/core";
2
2
  import type { FusionConfig } from "$/ai-utils";
3
3
  export interface LockFileData {
4
- cwd: string;
5
- projectId?: string;
6
- branchId?: string;
7
- pid: number;
8
- createdAt: number;
9
- port?: number;
4
+ cwd: string;
5
+ projectId?: string;
6
+ branchId?: string;
7
+ pid: number;
8
+ createdAt: number;
9
+ port?: number;
10
10
  }
11
11
  export type LockConflictBehavior = "replace" | "exit" | "kill";
12
12
  /**
@@ -25,7 +25,4 @@ export type LockConflictBehavior = "replace" | "exit" | "kill";
25
25
  * @param projectId - Optional project ID
26
26
  * @param branchId - Optional branch ID/name
27
27
  */
28
- export declare function registerLock(
29
- sys: DevToolsSys,
30
- fusionConfig: FusionConfig,
31
- ): Promise<void>;
28
+ export declare function registerLock(sys: DevToolsSys, fusionConfig: FusionConfig): Promise<void>;
@@ -5,7 +5,4 @@ import type { ApplyActionsResult } from "../../../ai-utils/src/codegen";
5
5
  * @param includeFilesOnly - If true, only populate action and filePath properties
6
6
  * @returns Array of ApplyActionsResult objects
7
7
  */
8
- export declare function parseGitDiffToApplyActions(
9
- diff: string,
10
- includeFilesOnly?: boolean,
11
- ): ApplyActionsResult[];
8
+ export declare function parseGitDiffToApplyActions(diff: string, includeFilesOnly?: boolean): ApplyActionsResult[];
@@ -1,11 +1,4 @@
1
- import {
2
- ChildProcess,
3
- type ChildProcessWithoutNullStreams,
4
- type ChildProcessByStdio,
5
- type SpawnOptions,
6
- type StdioPipe,
7
- type StdioNull,
8
- } from "child_process";
1
+ import { ChildProcess, type ChildProcessWithoutNullStreams, type ChildProcessByStdio, type SpawnOptions, type StdioPipe, type StdioNull } from "child_process";
9
2
  import type { Readable } from "stream";
10
3
  import type { DevToolsSys } from "../../types";
11
4
  import type { DevCommandProcess } from "../launch/dev-server-orchestrator";
@@ -14,81 +7,65 @@ import type { DevCommandProcess } from "../launch/dev-server-orchestrator";
14
7
  * and ensures they are killed when the main process exits
15
8
  */
16
9
  declare class ProcessTracker {
17
- private processes;
18
- private cleanupHandlersRegistered;
19
- constructor();
20
- /**
21
- * Register a spawned process for tracking and cleanup
22
- */
23
- track(childProcess: ChildProcess): void;
24
- /**
25
- * Untrack a process (useful if you're managing it manually)
26
- */
27
- untrack(childProcess: ChildProcess): void;
28
- /**
29
- * Kill all tracked processes
30
- * @param sys - DevToolsSys for logging and Sentry integration
31
- */
32
- killAll(sys?: DevToolsSys): Promise<void>;
33
- /**
34
- * Register cleanup handlers for various exit signals
35
- */
36
- private registerCleanupHandlers;
37
- /**
38
- * Get the number of tracked processes
39
- */
40
- get count(): number;
10
+ private processes;
11
+ private cleanupHandlersRegistered;
12
+ constructor();
13
+ /**
14
+ * Register a spawned process for tracking and cleanup
15
+ */
16
+ track(childProcess: ChildProcess): void;
17
+ /**
18
+ * Untrack a process (useful if you're managing it manually)
19
+ */
20
+ untrack(childProcess: ChildProcess): void;
21
+ /**
22
+ * Kill all tracked processes
23
+ * @param sys - DevToolsSys for logging and Sentry integration
24
+ */
25
+ killAll(sys?: DevToolsSys): Promise<void>;
26
+ /**
27
+ * Register cleanup handlers for various exit signals
28
+ */
29
+ private registerCleanupHandlers;
30
+ /**
31
+ * Get the number of tracked processes
32
+ */
33
+ get count(): number;
41
34
  }
42
35
  export declare const processTracker: ProcessTracker;
43
36
  /**
44
37
  * Options for trackedSpawn function
45
38
  */
46
39
  export interface TrackedSpawnOptions {
47
- /** The command to run */
48
- command: string;
49
- /** Arguments for the command */
50
- args?: readonly string[];
51
- /** Spawn options */
52
- options?: SpawnOptions;
40
+ /** The command to run */
41
+ command: string;
42
+ /** Arguments for the command */
43
+ args?: readonly string[];
44
+ /** Spawn options */
45
+ options?: SpawnOptions;
53
46
  }
54
47
  /**
55
48
  * Wrapper around child_process.spawn that automatically tracks the spawned process
56
49
  * and ensures it gets killed when the main process exits
57
50
  */
58
- export declare function trackedSpawn(
59
- config: TrackedSpawnOptions & {
60
- options: SpawnOptions & {
61
- stdio: "pipe" | [StdioPipe, StdioPipe, StdioPipe];
62
- };
63
- },
64
- ): ChildProcessWithoutNullStreams;
65
- export declare function trackedSpawn(
66
- config: TrackedSpawnOptions & {
67
- options: SpawnOptions & {
68
- stdio: [StdioNull | "ignore", StdioPipe, StdioPipe];
69
- };
70
- },
71
- ): ChildProcessByStdio<null, Readable, Readable>;
51
+ export declare function trackedSpawn(config: TrackedSpawnOptions & {
52
+ options: SpawnOptions & {
53
+ stdio: "pipe" | [StdioPipe, StdioPipe, StdioPipe];
54
+ };
55
+ }): ChildProcessWithoutNullStreams;
56
+ export declare function trackedSpawn(config: TrackedSpawnOptions & {
57
+ options: SpawnOptions & {
58
+ stdio: [StdioNull | "ignore", StdioPipe, StdioPipe];
59
+ };
60
+ }): ChildProcessByStdio<null, Readable, Readable>;
72
61
  export declare function trackedSpawn(config: TrackedSpawnOptions): ChildProcess;
73
- export declare function safeSpawn(
74
- shell: string,
75
- command: string,
76
- options: SpawnOptions & {
77
- stdio: "pipe" | [StdioPipe, StdioPipe, StdioPipe];
78
- },
79
- ): ChildProcessWithoutNullStreams;
80
- export declare function safeSpawn(
81
- shell: string,
82
- command: string,
83
- options: SpawnOptions & {
84
- stdio: [StdioNull | "ignore", StdioPipe, StdioPipe];
85
- },
86
- ): ChildProcessByStdio<null, Readable, Readable>;
87
- export declare function safeSpawn(
88
- shell: string,
89
- command: string,
90
- options: SpawnOptions,
91
- ): ChildProcess;
62
+ export declare function safeSpawn(shell: string, command: string, options: SpawnOptions & {
63
+ stdio: "pipe" | [StdioPipe, StdioPipe, StdioPipe];
64
+ }): ChildProcessWithoutNullStreams;
65
+ export declare function safeSpawn(shell: string, command: string, options: SpawnOptions & {
66
+ stdio: [StdioNull | "ignore", StdioPipe, StdioPipe];
67
+ }): ChildProcessByStdio<null, Readable, Readable>;
68
+ export declare function safeSpawn(shell: string, command: string, options: SpawnOptions): ChildProcess;
92
69
  export declare const getTempFolder: () => string;
93
70
  export declare const cleanupTempFolder: () => boolean;
94
71
  /**
@@ -98,23 +75,12 @@ export declare const isMultiLineCommand: (command: string) => boolean;
98
75
  /**
99
76
  * Creates a temporary script file for multi-line commands
100
77
  */
101
- export declare const createTempScript: (
102
- command: string,
103
- shell: string,
104
- ) => string;
78
+ export declare const createTempScript: (command: string, shell: string) => string;
105
79
  export declare const getTempScriptPath: (extension: string) => string;
106
80
  /**
107
81
  * Cleans up a temporary script file
108
82
  */
109
83
  export declare const cleanupTempScript: (scriptPath: string) => void;
110
- export declare const getCommandWithShellArgs: (
111
- command: string,
112
- shell: string,
113
- ) => string[];
114
- export declare function killProcess(
115
- sys: DevToolsSys,
116
- procOrPid: ChildProcess | DevCommandProcess | number | undefined,
117
- abortSignal?: AbortSignal,
118
- timeout?: number,
119
- ): Promise<boolean>;
84
+ export declare const getCommandWithShellArgs: (command: string, shell: string) => string[];
85
+ export declare function killProcess(sys: DevToolsSys, procOrPid: ChildProcess | DevCommandProcess | number | undefined, abortSignal?: AbortSignal, timeout?: number): Promise<boolean>;
120
86
  export {};
@@ -1,2 +1 @@
1
- export declare const REPO_INDEXING_AGENT_PROMPT =
2
- "# Design System Component Reference\n\nThis document provides a comprehensive overview of the design system's component architecture and available components for code generation and development reference.\n\n## System Architecture\n\nThe design system follows a modular component-based architecture where each component provides specific functionality. Components are organized into logical groups that can work independently or in combination with other components.\n\n### Component Organization Principles\n\n- **Single Responsibility**: Each component serves a specific purpose\n- **Composability**: Components can be combined to create complex interfaces\n- **Consistency**: All components follow the same design patterns and API conventions\n- **Accessibility**: Components are built with accessibility standards in mind\n\n## Documentation Structure\n\nFor detailed documentation on any component, refer to the corresponding MDX file in the `design-system-docs` folder. The documentation files follow the naming convention:\n\n```\ndesign-system-docs/[componentname].mdx\n```\n\nFor example:\n- `design-system-docs/button.mdx` - Detailed documentation for Button component\n- `design-system-docs/table.mdx` - Detailed documentation for Table component\n- `design-system-docs/annotationcontext.mdx` - Detailed documentation for AnnotationContext\n- `design-system-docs/applayout.mdx` - Detailed documentation for AppLayout component\n\nThese MDX files contain comprehensive information including:\n- Component API documentation\n- Usage examples\n- Props and configuration options\n- Best practices and implementation guidelines\n- Accessibility requirements\n- Integration patterns with other components\n\n## Components\n\n{{COMPONENTS}}\n{{ICONS}}\n{{TOKENS}}\n\n## Usage Guidelines\n\n### Component Dependencies\n- Most components are self-contained and can be used independently\n- Identify any components that require multiple components to work together\n- Some components work better in combination (e.g., Form + FormField, Table + Pagination)\n\n### Integration Patterns\n- Layout components typically serve as containers for other components\n- Form controls should be wrapped in FormField components for proper labeling\n- Navigation components can be used independently or as part of larger layout structures\n- Data display components can be enhanced with interactive elements like buttons and popovers\n\n### Accessibility Considerations\n- All components are built with accessibility in mind\n- Use semantic HTML structures provided by the components\n- Leverage built-in ARIA attributes and keyboard navigation\n- The LiveRegion component provides additional accessibility announcements when needed\n\n### Responsive Design\n- Layout components provide responsive behavior out of the box\n- Grid and ColumnLayout components adapt to different screen sizes\n- Mobile-friendly navigation patterns are built into navigation components\n\n## Usage Reference\n\nThis reference should be used to understand the available components and their intended purposes when generating code or building applications with this design system. For specific implementation details, always consult the corresponding MDX documentation file in the `design-system-docs` folder.";
1
+ export declare const REPO_INDEXING_AGENT_PROMPT = "# Design System Component Reference\n\nThis document provides a comprehensive overview of the design system's component architecture and available components for code generation and development reference.\n\n## System Architecture\n\nThe design system follows a modular component-based architecture where each component provides specific functionality. Components are organized into logical groups that can work independently or in combination with other components.\n\n### Component Organization Principles\n\n- **Single Responsibility**: Each component serves a specific purpose\n- **Composability**: Components can be combined to create complex interfaces\n- **Consistency**: All components follow the same design patterns and API conventions\n- **Accessibility**: Components are built with accessibility standards in mind\n\n## Documentation Structure\n\nFor detailed documentation on any component, refer to the corresponding MDX file in the `design-system-docs` folder. The documentation files follow the naming convention:\n\n```\ndesign-system-docs/[componentname].mdx\n```\n\nFor example:\n- `design-system-docs/button.mdx` - Detailed documentation for Button component\n- `design-system-docs/table.mdx` - Detailed documentation for Table component\n- `design-system-docs/annotationcontext.mdx` - Detailed documentation for AnnotationContext\n- `design-system-docs/applayout.mdx` - Detailed documentation for AppLayout component\n\nThese MDX files contain comprehensive information including:\n- Component API documentation\n- Usage examples\n- Props and configuration options\n- Best practices and implementation guidelines\n- Accessibility requirements\n- Integration patterns with other components\n\n## Components\n\n{{COMPONENTS}}\n{{ICONS}}\n{{TOKENS}}\n\n## Usage Guidelines\n\n### Component Dependencies\n- Most components are self-contained and can be used independently\n- Identify any components that require multiple components to work together\n- Some components work better in combination (e.g., Form + FormField, Table + Pagination)\n\n### Integration Patterns\n- Layout components typically serve as containers for other components\n- Form controls should be wrapped in FormField components for proper labeling\n- Navigation components can be used independently or as part of larger layout structures\n- Data display components can be enhanced with interactive elements like buttons and popovers\n\n### Accessibility Considerations\n- All components are built with accessibility in mind\n- Use semantic HTML structures provided by the components\n- Leverage built-in ARIA attributes and keyboard navigation\n- The LiveRegion component provides additional accessibility announcements when needed\n\n### Responsive Design\n- Layout components provide responsive behavior out of the box\n- Grid and ColumnLayout components adapt to different screen sizes\n- Mobile-friendly navigation patterns are built into navigation components\n\n## Usage Reference\n\nThis reference should be used to understand the available components and their intended purposes when generating code or building applications with this design system. For specific implementation details, always consult the corresponding MDX documentation file in the `design-system-docs` folder.";
@@ -3,27 +3,27 @@
3
3
  * to properly represent what would be shown in a real terminal
4
4
  */
5
5
  export declare class TerminalBuffer {
6
- private lines;
7
- private currentLine;
8
- private currentColumn;
9
- private maxLines;
10
- private maxColumns;
11
- private chunks;
12
- constructor(maxLines?: number, maxColumns?: number);
13
- write(data: string): void;
14
- private ensureLineExists;
15
- getWrite(): string;
16
- getContent(): string;
17
- clear(): void;
18
- /**
19
- * Get current cursor position for testing/debugging
20
- */
21
- getCursorPosition(): {
22
- line: number;
23
- column: number;
24
- };
25
- /**
26
- * Get the current number of lines for testing/debugging
27
- */
28
- getLineCount(): number;
6
+ private lines;
7
+ private currentLine;
8
+ private currentColumn;
9
+ private maxLines;
10
+ private maxColumns;
11
+ private chunks;
12
+ constructor(maxLines?: number, maxColumns?: number);
13
+ write(data: string): void;
14
+ private ensureLineExists;
15
+ getWrite(): string;
16
+ getContent(): string;
17
+ clear(): void;
18
+ /**
19
+ * Get current cursor position for testing/debugging
20
+ */
21
+ getCursorPosition(): {
22
+ line: number;
23
+ column: number;
24
+ };
25
+ /**
26
+ * Get the current number of lines for testing/debugging
27
+ */
28
+ getLineCount(): number;
29
29
  }
@@ -1,19 +1,16 @@
1
- import type {
2
- WorkspaceFolder,
3
- WorkspaceConfiguration,
4
- } from "@builder.io/ai-utils";
1
+ import type { WorkspaceFolder, WorkspaceConfiguration } from "@builder.io/ai-utils";
5
2
  import type { DevToolsSys } from "../../types";
6
3
  export interface ResolveWorkspacePathOptions {
7
- filePath: string;
8
- forceWorkspace?: boolean;
9
- workspace?: WorkspaceConfiguration;
10
- workingDirectory: string;
11
- sys: DevToolsSys;
12
- canCollapseWorkspace?: boolean;
4
+ filePath: string;
5
+ forceWorkspace?: boolean;
6
+ workspace?: WorkspaceConfiguration;
7
+ workingDirectory: string;
8
+ sys: DevToolsSys;
9
+ canCollapseWorkspace?: boolean;
13
10
  }
14
11
  export interface ResolveWorkspacePathResult {
15
- resolvedPath: string;
16
- workspaceFolder?: WorkspaceFolder;
12
+ resolvedPath: string;
13
+ workspaceFolder?: WorkspaceFolder;
17
14
  }
18
15
  /**
19
16
  * Resolves a workspace file path to its actual file system path.
@@ -52,15 +49,13 @@ export interface ResolveWorkspacePathResult {
52
49
  * // }
53
50
  * ```
54
51
  */
55
- export declare function resolveWorkspacePath(
56
- options: ResolveWorkspacePathOptions,
57
- ): ResolveWorkspacePathResult;
52
+ export declare function resolveWorkspacePath(options: ResolveWorkspacePathOptions): ResolveWorkspacePathResult;
58
53
  export interface AbsolutePathToWorkspaceUrlOptions {
59
- absolutePath: string;
60
- workspace?: WorkspaceConfiguration;
61
- workingDirectory: string;
62
- sys: DevToolsSys;
63
- canCollapseWorkspace?: boolean;
54
+ absolutePath: string;
55
+ workspace?: WorkspaceConfiguration;
56
+ workingDirectory: string;
57
+ sys: DevToolsSys;
58
+ canCollapseWorkspace?: boolean;
64
59
  }
65
60
  /**
66
61
  * Converts an absolute file system path to a workspace URL if possible.
@@ -94,6 +89,4 @@ export interface AbsolutePathToWorkspaceUrlOptions {
94
89
  * // Returns: 'frontend/src/components/Button.tsx'
95
90
  * ```
96
91
  */
97
- export declare function absolutePathToWorkspaceUrl(
98
- options: AbsolutePathToWorkspaceUrlOptions,
99
- ): string | undefined;
92
+ export declare function absolutePathToWorkspaceUrl(options: AbsolutePathToWorkspaceUrlOptions): string | undefined;