@ariestools/toolchain 8.6.11

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 (1693) hide show
  1. package/README.md +65 -0
  2. package/dist/actions/analyze.d.ts +2 -0
  3. package/dist/actions/analyze.d.ts.map +1 -0
  4. package/dist/actions/api-exposure/analyzer/analyzePackage.d.ts +28 -0
  5. package/dist/actions/api-exposure/analyzer/analyzePackage.d.ts.map +1 -0
  6. package/dist/actions/api-exposure/analyzer/couplingWalk.d.ts +11 -0
  7. package/dist/actions/api-exposure/analyzer/couplingWalk.d.ts.map +1 -0
  8. package/dist/actions/api-exposure/analyzer/depSignals.d.ts +19 -0
  9. package/dist/actions/api-exposure/analyzer/depSignals.d.ts.map +1 -0
  10. package/dist/actions/api-exposure/analyzer/entryPoints.d.ts +7 -0
  11. package/dist/actions/api-exposure/analyzer/entryPoints.d.ts.map +1 -0
  12. package/dist/actions/api-exposure/analyzer/exposureWalk.d.ts +21 -0
  13. package/dist/actions/api-exposure/analyzer/exposureWalk.d.ts.map +1 -0
  14. package/dist/actions/api-exposure/analyzer/program.d.ts +21 -0
  15. package/dist/actions/api-exposure/analyzer/program.d.ts.map +1 -0
  16. package/dist/actions/api-exposure/apiExposure.d.ts +17 -0
  17. package/dist/actions/api-exposure/apiExposure.d.ts.map +1 -0
  18. package/dist/actions/api-exposure/config.d.ts +21 -0
  19. package/dist/actions/api-exposure/config.d.ts.map +1 -0
  20. package/dist/actions/api-exposure/index.d.ts +9 -0
  21. package/dist/actions/api-exposure/index.d.ts.map +1 -0
  22. package/dist/actions/api-exposure/reporters.d.ts +16 -0
  23. package/dist/actions/api-exposure/reporters.d.ts.map +1 -0
  24. package/dist/actions/api-exposure/rules.d.ts +10 -0
  25. package/dist/actions/api-exposure/rules.d.ts.map +1 -0
  26. package/dist/actions/api-exposure/scoring.d.ts +28 -0
  27. package/dist/actions/api-exposure/scoring.d.ts.map +1 -0
  28. package/dist/actions/api-exposure/types.d.ts +86 -0
  29. package/dist/actions/api-exposure/types.d.ts.map +1 -0
  30. package/dist/actions/barrel/analyzeBarrel.d.ts +22 -0
  31. package/dist/actions/barrel/analyzeBarrel.d.ts.map +1 -0
  32. package/dist/actions/barrel/checkBarrelImportRestrictions.d.ts +12 -0
  33. package/dist/actions/barrel/checkBarrelImportRestrictions.d.ts.map +1 -0
  34. package/dist/actions/barrel/getReExportSpecs.d.ts +11 -0
  35. package/dist/actions/barrel/getReExportSpecs.d.ts.map +1 -0
  36. package/dist/actions/barrel/index.d.ts +6 -0
  37. package/dist/actions/barrel/index.d.ts.map +1 -0
  38. package/dist/actions/barrel/resolveBarrel.d.ts +9 -0
  39. package/dist/actions/barrel/resolveBarrel.d.ts.map +1 -0
  40. package/dist/actions/barrel/restrictionHelpers.d.ts +30 -0
  41. package/dist/actions/barrel/restrictionHelpers.d.ts.map +1 -0
  42. package/dist/actions/build.d.ts +9 -0
  43. package/dist/actions/build.d.ts.map +1 -0
  44. package/dist/actions/claude-check.d.ts +2 -0
  45. package/dist/actions/claude-check.d.ts.map +1 -0
  46. package/dist/actions/claude-clean.d.ts +2 -0
  47. package/dist/actions/claude-clean.d.ts.map +1 -0
  48. package/dist/actions/claude-commands.d.ts +2 -0
  49. package/dist/actions/claude-commands.d.ts.map +1 -0
  50. package/dist/actions/claude-rules.d.ts +4 -0
  51. package/dist/actions/claude-rules.d.ts.map +1 -0
  52. package/dist/actions/claude-settings.d.ts +5 -0
  53. package/dist/actions/claude-settings.d.ts.map +1 -0
  54. package/dist/actions/claude-skills.d.ts +2 -0
  55. package/dist/actions/claude-skills.d.ts.map +1 -0
  56. package/dist/actions/clean-eslint.d.ts +3 -0
  57. package/dist/actions/clean-eslint.d.ts.map +1 -0
  58. package/dist/actions/clean.d.ts +14 -0
  59. package/dist/actions/clean.d.ts.map +1 -0
  60. package/dist/actions/compile.d.ts +45 -0
  61. package/dist/actions/compile.d.ts.map +1 -0
  62. package/dist/actions/copy-assets.d.ts +6 -0
  63. package/dist/actions/copy-assets.d.ts.map +1 -0
  64. package/dist/actions/dead/analyzePackage.d.ts +43 -0
  65. package/dist/actions/dead/analyzePackage.d.ts.map +1 -0
  66. package/dist/actions/dead/classifyPackageVisibility.d.ts +4 -0
  67. package/dist/actions/dead/classifyPackageVisibility.d.ts.map +1 -0
  68. package/dist/actions/dead/collectExternalUsage.d.ts +38 -0
  69. package/dist/actions/dead/collectExternalUsage.d.ts.map +1 -0
  70. package/dist/actions/dead/collectSymbols.d.ts +40 -0
  71. package/dist/actions/dead/collectSymbols.d.ts.map +1 -0
  72. package/dist/actions/dead/dead.d.ts +4 -0
  73. package/dist/actions/dead/dead.d.ts.map +1 -0
  74. package/dist/actions/dead/deprecation.d.ts +3 -0
  75. package/dist/actions/dead/deprecation.d.ts.map +1 -0
  76. package/dist/actions/dead/detectActiveCodeWorkspace.d.ts +7 -0
  77. package/dist/actions/dead/detectActiveCodeWorkspace.d.ts.map +1 -0
  78. package/dist/actions/dead/evaluateRules.d.ts +8 -0
  79. package/dist/actions/dead/evaluateRules.d.ts.map +1 -0
  80. package/dist/actions/dead/findWorkspaceFile.d.ts +13 -0
  81. package/dist/actions/dead/findWorkspaceFile.d.ts.map +1 -0
  82. package/dist/actions/dead/fixDeadCode.d.ts +12 -0
  83. package/dist/actions/dead/fixDeadCode.d.ts.map +1 -0
  84. package/dist/actions/dead/index.d.ts +10 -0
  85. package/dist/actions/dead/index.d.ts.map +1 -0
  86. package/dist/actions/dead/parseCodeWorkspace.d.ts +7 -0
  87. package/dist/actions/dead/parseCodeWorkspace.d.ts.map +1 -0
  88. package/dist/actions/dead/propagateExternalUsage.d.ts +4 -0
  89. package/dist/actions/dead/propagateExternalUsage.d.ts.map +1 -0
  90. package/dist/actions/dead/pruneDeadFiles.d.ts +7 -0
  91. package/dist/actions/dead/pruneDeadFiles.d.ts.map +1 -0
  92. package/dist/actions/dead/reporters.d.ts +6 -0
  93. package/dist/actions/dead/reporters.d.ts.map +1 -0
  94. package/dist/actions/dead/ruleConfig.d.ts +5 -0
  95. package/dist/actions/dead/ruleConfig.d.ts.map +1 -0
  96. package/dist/actions/dead/ruleNames.d.ts +4 -0
  97. package/dist/actions/dead/ruleNames.d.ts.map +1 -0
  98. package/dist/actions/dead/rules.d.ts +7 -0
  99. package/dist/actions/dead/rules.d.ts.map +1 -0
  100. package/dist/actions/dead/runDeadAnalysis.d.ts +25 -0
  101. package/dist/actions/dead/runDeadAnalysis.d.ts.map +1 -0
  102. package/dist/actions/dead/runtimeEntries.d.ts +23 -0
  103. package/dist/actions/dead/runtimeEntries.d.ts.map +1 -0
  104. package/dist/actions/dead/sourceEdits.d.ts +7 -0
  105. package/dist/actions/dead/sourceEdits.d.ts.map +1 -0
  106. package/dist/actions/dead/storybookConventions.d.ts +6 -0
  107. package/dist/actions/dead/storybookConventions.d.ts.map +1 -0
  108. package/dist/actions/dead/types.d.ts +68 -0
  109. package/dist/actions/dead/types.d.ts.map +1 -0
  110. package/dist/actions/deplint/checkPackage/checkPackage.d.ts +17 -0
  111. package/dist/actions/deplint/checkPackage/checkPackage.d.ts.map +1 -0
  112. package/dist/actions/deplint/checkPackage/checkPackageTypes.d.ts +19 -0
  113. package/dist/actions/deplint/checkPackage/checkPackageTypes.d.ts.map +1 -0
  114. package/dist/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts +11 -0
  115. package/dist/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts.map +1 -0
  116. package/dist/actions/deplint/checkPackage/getUnlistedDependencies.d.ts +21 -0
  117. package/dist/actions/deplint/checkPackage/getUnlistedDependencies.d.ts.map +1 -0
  118. package/dist/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts +6 -0
  119. package/dist/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts.map +1 -0
  120. package/dist/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts +24 -0
  121. package/dist/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts.map +1 -0
  122. package/dist/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts +74 -0
  123. package/dist/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts.map +1 -0
  124. package/dist/actions/deplint/checkPackage/getUnusedDependencies.d.ts +12 -0
  125. package/dist/actions/deplint/checkPackage/getUnusedDependencies.d.ts.map +1 -0
  126. package/dist/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts +7 -0
  127. package/dist/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts.map +1 -0
  128. package/dist/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts +6 -0
  129. package/dist/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts.map +1 -0
  130. package/dist/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts +21 -0
  131. package/dist/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts.map +1 -0
  132. package/dist/actions/deplint/checkPackage/index.d.ts +13 -0
  133. package/dist/actions/deplint/checkPackage/index.d.ts.map +1 -0
  134. package/dist/actions/deplint/checkPackage/legacyPeerCheck.d.ts +13 -0
  135. package/dist/actions/deplint/checkPackage/legacyPeerCheck.d.ts.map +1 -0
  136. package/dist/actions/deplint/deplint.d.ts +20 -0
  137. package/dist/actions/deplint/deplint.d.ts.map +1 -0
  138. package/dist/actions/deplint/engine.d.ts +15 -0
  139. package/dist/actions/deplint/engine.d.ts.map +1 -0
  140. package/dist/actions/deplint/fetchPackageManifest.d.ts +25 -0
  141. package/dist/actions/deplint/fetchPackageManifest.d.ts.map +1 -0
  142. package/dist/actions/deplint/findFiles.d.ts +6 -0
  143. package/dist/actions/deplint/findFiles.d.ts.map +1 -0
  144. package/dist/actions/deplint/findFilesByGlob.d.ts +2 -0
  145. package/dist/actions/deplint/findFilesByGlob.d.ts.map +1 -0
  146. package/dist/actions/deplint/fixer.d.ts +3 -0
  147. package/dist/actions/deplint/fixer.d.ts.map +1 -0
  148. package/dist/actions/deplint/getBasePackageName.d.ts +2 -0
  149. package/dist/actions/deplint/getBasePackageName.d.ts.map +1 -0
  150. package/dist/actions/deplint/getCliReferencedPackagesFromFiles.d.ts +12 -0
  151. package/dist/actions/deplint/getCliReferencedPackagesFromFiles.d.ts.map +1 -0
  152. package/dist/actions/deplint/getDependenciesFromPackageJson.d.ts +9 -0
  153. package/dist/actions/deplint/getDependenciesFromPackageJson.d.ts.map +1 -0
  154. package/dist/actions/deplint/getExtendsFromTsconfigs.d.ts +10 -0
  155. package/dist/actions/deplint/getExtendsFromTsconfigs.d.ts.map +1 -0
  156. package/dist/actions/deplint/getExternalImportsFromFiles.d.ts +12 -0
  157. package/dist/actions/deplint/getExternalImportsFromFiles.d.ts.map +1 -0
  158. package/dist/actions/deplint/getImportsFromFile.d.ts +4 -0
  159. package/dist/actions/deplint/getImportsFromFile.d.ts.map +1 -0
  160. package/dist/actions/deplint/getRequiredPeerDependencies.d.ts +10 -0
  161. package/dist/actions/deplint/getRequiredPeerDependencies.d.ts.map +1 -0
  162. package/dist/actions/deplint/getScriptReferencedPackages.d.ts +8 -0
  163. package/dist/actions/deplint/getScriptReferencedPackages.d.ts.map +1 -0
  164. package/dist/actions/deplint/getStorybookConfigImports.d.ts +3 -0
  165. package/dist/actions/deplint/getStorybookConfigImports.d.ts.map +1 -0
  166. package/dist/actions/deplint/implicitDevDependencies.d.ts +15 -0
  167. package/dist/actions/deplint/implicitDevDependencies.d.ts.map +1 -0
  168. package/dist/actions/deplint/index.d.ts +11 -0
  169. package/dist/actions/deplint/index.d.ts.map +1 -0
  170. package/dist/actions/deplint/isTerminalPackage.d.ts +25 -0
  171. package/dist/actions/deplint/isTerminalPackage.d.ts.map +1 -0
  172. package/dist/actions/deplint/loader.d.ts +4 -0
  173. package/dist/actions/deplint/loader.d.ts.map +1 -0
  174. package/dist/actions/deplint/packageEditor.d.ts +11 -0
  175. package/dist/actions/deplint/packageEditor.d.ts.map +1 -0
  176. package/dist/actions/deplint/packageJsonEditor.d.ts +97 -0
  177. package/dist/actions/deplint/packageJsonEditor.d.ts.map +1 -0
  178. package/dist/actions/deplint/peerRangeOptions.d.ts +10 -0
  179. package/dist/actions/deplint/peerRangeOptions.d.ts.map +1 -0
  180. package/dist/actions/deplint/reporters.d.ts +8 -0
  181. package/dist/actions/deplint/reporters.d.ts.map +1 -0
  182. package/dist/actions/deplint/resolvePeerBumpFixes.d.ts +24 -0
  183. package/dist/actions/deplint/resolvePeerBumpFixes.d.ts.map +1 -0
  184. package/dist/actions/deplint/ruleConfig.d.ts +5 -0
  185. package/dist/actions/deplint/ruleConfig.d.ts.map +1 -0
  186. package/dist/actions/deplint/rules.d.ts +4 -0
  187. package/dist/actions/deplint/rules.d.ts.map +1 -0
  188. package/dist/actions/deplint/rulesDiagnostic.d.ts +4 -0
  189. package/dist/actions/deplint/rulesDiagnostic.d.ts.map +1 -0
  190. package/dist/actions/deplint/rulesMisplaced.d.ts +4 -0
  191. package/dist/actions/deplint/rulesMisplaced.d.ts.map +1 -0
  192. package/dist/actions/deplint/snapshot.d.ts +22 -0
  193. package/dist/actions/deplint/snapshot.d.ts.map +1 -0
  194. package/dist/actions/deplint/tsScriptsAliases.d.ts +11 -0
  195. package/dist/actions/deplint/tsScriptsAliases.d.ts.map +1 -0
  196. package/dist/actions/deplint/types.d.ts +295 -0
  197. package/dist/actions/deplint/types.d.ts.map +1 -0
  198. package/dist/actions/deplint/versionMismatchFixes.d.ts +4 -0
  199. package/dist/actions/deplint/versionMismatchFixes.d.ts.map +1 -0
  200. package/dist/actions/deploy.d.ts +3 -0
  201. package/dist/actions/deploy.d.ts.map +1 -0
  202. package/dist/actions/eject.d.ts +2 -0
  203. package/dist/actions/eject.d.ts.map +1 -0
  204. package/dist/actions/fix.d.ts +7 -0
  205. package/dist/actions/fix.d.ts.map +1 -0
  206. package/dist/actions/gitignore.d.ts +4 -0
  207. package/dist/actions/gitignore.d.ts.map +1 -0
  208. package/dist/actions/gitlint-fix.d.ts +2 -0
  209. package/dist/actions/gitlint-fix.d.ts.map +1 -0
  210. package/dist/actions/gitlint.d.ts +2 -0
  211. package/dist/actions/gitlint.d.ts.map +1 -0
  212. package/dist/actions/incremental.d.ts +46 -0
  213. package/dist/actions/incremental.d.ts.map +1 -0
  214. package/dist/actions/index.d.ts +54 -0
  215. package/dist/actions/index.d.ts.map +1 -0
  216. package/dist/actions/install.d.ts +2 -0
  217. package/dist/actions/install.d.ts.map +1 -0
  218. package/dist/actions/license.d.ts +2 -0
  219. package/dist/actions/license.d.ts.map +1 -0
  220. package/dist/actions/lint-config.d.ts +16 -0
  221. package/dist/actions/lint-config.d.ts.map +1 -0
  222. package/dist/actions/lint-init.d.ts +16 -0
  223. package/dist/actions/lint-init.d.ts.map +1 -0
  224. package/dist/actions/lint.d.ts +36 -0
  225. package/dist/actions/lint.d.ts.map +1 -0
  226. package/dist/actions/lintNext.d.ts +14 -0
  227. package/dist/actions/lintNext.d.ts.map +1 -0
  228. package/dist/actions/lintNextWorker.d.ts +21 -0
  229. package/dist/actions/lintNextWorker.d.ts.map +1 -0
  230. package/dist/actions/lintTierAnalysis.d.ts +61 -0
  231. package/dist/actions/lintTierAnalysis.d.ts.map +1 -0
  232. package/dist/actions/lintlint.d.ts +12 -0
  233. package/dist/actions/lintlint.d.ts.map +1 -0
  234. package/dist/actions/node-lint.d.ts +19 -0
  235. package/dist/actions/node-lint.d.ts.map +1 -0
  236. package/dist/actions/npmignore-gen.d.ts +2 -0
  237. package/dist/actions/npmignore-gen.d.ts.map +1 -0
  238. package/dist/actions/orphan.d.ts +6 -0
  239. package/dist/actions/orphan.d.ts.map +1 -0
  240. package/dist/actions/package/clean-outputs.d.ts +6 -0
  241. package/dist/actions/package/clean-outputs.d.ts.map +1 -0
  242. package/dist/actions/package/clean-typescript.d.ts +3 -0
  243. package/dist/actions/package/clean-typescript.d.ts.map +1 -0
  244. package/dist/actions/package/clean.d.ts +3 -0
  245. package/dist/actions/package/clean.d.ts.map +1 -0
  246. package/dist/actions/package/compile/ApiExposureConfig.d.ts +58 -0
  247. package/dist/actions/package/compile/ApiExposureConfig.d.ts.map +1 -0
  248. package/dist/actions/package/compile/MonolithConfig.d.ts +105 -0
  249. package/dist/actions/package/compile/MonolithConfig.d.ts.map +1 -0
  250. package/dist/actions/package/compile/XyConfig.d.ts +462 -0
  251. package/dist/actions/package/compile/XyConfig.d.ts.map +1 -0
  252. package/dist/actions/package/compile/buildEntries.d.ts +3 -0
  253. package/dist/actions/package/compile/buildEntries.d.ts.map +1 -0
  254. package/dist/actions/package/compile/compile.d.ts +7 -0
  255. package/dist/actions/package/compile/compile.d.ts.map +1 -0
  256. package/dist/actions/package/compile/copyTypeFiles.d.ts +2 -0
  257. package/dist/actions/package/compile/copyTypeFiles.d.ts.map +1 -0
  258. package/dist/actions/package/compile/createProgramFromConfig.d.ts +25 -0
  259. package/dist/actions/package/compile/createProgramFromConfig.d.ts.map +1 -0
  260. package/dist/actions/package/compile/createTypescriptConfig.d.ts +29 -0
  261. package/dist/actions/package/compile/createTypescriptConfig.d.ts.map +1 -0
  262. package/dist/actions/package/compile/deepMerge.d.ts +4 -0
  263. package/dist/actions/package/compile/deepMerge.d.ts.map +1 -0
  264. package/dist/actions/package/compile/entryOutputName.d.ts +5 -0
  265. package/dist/actions/package/compile/entryOutputName.d.ts.map +1 -0
  266. package/dist/actions/package/compile/findWorkspaceRoot.d.ts +5 -0
  267. package/dist/actions/package/compile/findWorkspaceRoot.d.ts.map +1 -0
  268. package/dist/actions/package/compile/getCompilerOptions.d.ts +3 -0
  269. package/dist/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
  270. package/dist/actions/package/compile/index.d.ts +16 -0
  271. package/dist/actions/package/compile/index.d.ts.map +1 -0
  272. package/dist/actions/package/compile/inputs.d.ts +2 -0
  273. package/dist/actions/package/compile/inputs.d.ts.map +1 -0
  274. package/dist/actions/package/compile/monolithCompileDeclarations.d.ts +14 -0
  275. package/dist/actions/package/compile/monolithCompileDeclarations.d.ts.map +1 -0
  276. package/dist/actions/package/compile/monolithCompileEntries.d.ts +20 -0
  277. package/dist/actions/package/compile/monolithCompileEntries.d.ts.map +1 -0
  278. package/dist/actions/package/compile/monolithCompileLayout.d.ts +43 -0
  279. package/dist/actions/package/compile/monolithCompileLayout.d.ts.map +1 -0
  280. package/dist/actions/package/compile/packageCompileEsbuild.d.ts +18 -0
  281. package/dist/actions/package/compile/packageCompileEsbuild.d.ts.map +1 -0
  282. package/dist/actions/package/compile/packageCompileMonolith.d.ts +10 -0
  283. package/dist/actions/package/compile/packageCompileMonolith.d.ts.map +1 -0
  284. package/dist/actions/package/compile/packageCompileTsc.d.ts +3 -0
  285. package/dist/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
  286. package/dist/actions/package/compile/packageCompileTsup.d.ts +6 -0
  287. package/dist/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
  288. package/dist/actions/package/compile/packageCompileVendor.d.ts +4 -0
  289. package/dist/actions/package/compile/packageCompileVendor.d.ts.map +1 -0
  290. package/dist/actions/package/compile/resolveCompileBundleOptions.d.ts +13 -0
  291. package/dist/actions/package/compile/resolveCompileBundleOptions.d.ts.map +1 -0
  292. package/dist/actions/package/compile/resolveCompilePlatforms.d.ts +23 -0
  293. package/dist/actions/package/compile/resolveCompilePlatforms.d.ts.map +1 -0
  294. package/dist/actions/package/compile/resolvePlatformTypes.d.ts +5 -0
  295. package/dist/actions/package/compile/resolvePlatformTypes.d.ts.map +1 -0
  296. package/dist/actions/package/compile/runTsc.d.ts +2 -0
  297. package/dist/actions/package/compile/runTsc.d.ts.map +1 -0
  298. package/dist/actions/package/compile/validateFullPackage.d.ts +2 -0
  299. package/dist/actions/package/compile/validateFullPackage.d.ts.map +1 -0
  300. package/dist/actions/package/compile/vendorCompile.d.ts +6 -0
  301. package/dist/actions/package/compile/vendorCompile.d.ts.map +1 -0
  302. package/dist/actions/package/compile/vendorCompileEmit.d.ts +8 -0
  303. package/dist/actions/package/compile/vendorCompileEmit.d.ts.map +1 -0
  304. package/dist/actions/package/compile/vendorCompileInternals.d.ts +31 -0
  305. package/dist/actions/package/compile/vendorCompileInternals.d.ts.map +1 -0
  306. package/dist/actions/package/compile/vendorCompileRewrite.d.ts +3 -0
  307. package/dist/actions/package/compile/vendorCompileRewrite.d.ts.map +1 -0
  308. package/dist/actions/package/compile/vendorCompileTypes.d.ts +31 -0
  309. package/dist/actions/package/compile/vendorCompileTypes.d.ts.map +1 -0
  310. package/dist/actions/package/compileTargetsPublint.d.ts +13 -0
  311. package/dist/actions/package/compileTargetsPublint.d.ts.map +1 -0
  312. package/dist/actions/package/copy-assets.d.ts +5 -0
  313. package/dist/actions/package/copy-assets.d.ts.map +1 -0
  314. package/dist/actions/package/expectedCompileOutputs.d.ts +11 -0
  315. package/dist/actions/package/expectedCompileOutputs.d.ts.map +1 -0
  316. package/dist/actions/package/exportConditionPublint.d.ts +9 -0
  317. package/dist/actions/package/exportConditionPublint.d.ts.map +1 -0
  318. package/dist/actions/package/exportMapPublint.d.ts +7 -0
  319. package/dist/actions/package/exportMapPublint.d.ts.map +1 -0
  320. package/dist/actions/package/index.d.ts +9 -0
  321. package/dist/actions/package/index.d.ts.map +1 -0
  322. package/dist/actions/package/lint.d.ts +2 -0
  323. package/dist/actions/package/lint.d.ts.map +1 -0
  324. package/dist/actions/package/platformPublint.d.ts +7 -0
  325. package/dist/actions/package/platformPublint.d.ts.map +1 -0
  326. package/dist/actions/package/publint.d.ts +16 -0
  327. package/dist/actions/package/publint.d.ts.map +1 -0
  328. package/dist/actions/package/recompile.d.ts +3 -0
  329. package/dist/actions/package/recompile.d.ts.map +1 -0
  330. package/dist/actions/package-lint-deps.d.ts +47 -0
  331. package/dist/actions/package-lint-deps.d.ts.map +1 -0
  332. package/dist/actions/package-lint-engines.d.ts +22 -0
  333. package/dist/actions/package-lint-engines.d.ts.map +1 -0
  334. package/dist/actions/package-lint-pnpm.d.ts +11 -0
  335. package/dist/actions/package-lint-pnpm.d.ts.map +1 -0
  336. package/dist/actions/package-lint-specs.d.ts +9 -0
  337. package/dist/actions/package-lint-specs.d.ts.map +1 -0
  338. package/dist/actions/package-lint.d.ts +7 -0
  339. package/dist/actions/package-lint.d.ts.map +1 -0
  340. package/dist/actions/packman/clean.d.ts +5 -0
  341. package/dist/actions/packman/clean.d.ts.map +1 -0
  342. package/dist/actions/packman/convert.d.ts +10 -0
  343. package/dist/actions/packman/convert.d.ts.map +1 -0
  344. package/dist/actions/packman/convertToBun.d.ts +2 -0
  345. package/dist/actions/packman/convertToBun.d.ts.map +1 -0
  346. package/dist/actions/packman/convertToNpm.d.ts +2 -0
  347. package/dist/actions/packman/convertToNpm.d.ts.map +1 -0
  348. package/dist/actions/packman/convertToPnpm.d.ts +2 -0
  349. package/dist/actions/packman/convertToPnpm.d.ts.map +1 -0
  350. package/dist/actions/packman/convertToYarn.d.ts +2 -0
  351. package/dist/actions/packman/convertToYarn.d.ts.map +1 -0
  352. package/dist/actions/packman/index.d.ts +5 -0
  353. package/dist/actions/packman/index.d.ts.map +1 -0
  354. package/dist/actions/packman/lint.d.ts +6 -0
  355. package/dist/actions/packman/lint.d.ts.map +1 -0
  356. package/dist/actions/packman/rewriteScripts.d.ts +5 -0
  357. package/dist/actions/packman/rewriteScripts.d.ts.map +1 -0
  358. package/dist/actions/packman/rewriteSourceImports.d.ts +2 -0
  359. package/dist/actions/packman/rewriteSourceImports.d.ts.map +1 -0
  360. package/dist/actions/packman/swapTsScriptsDependency.d.ts +2 -0
  361. package/dist/actions/packman/swapTsScriptsDependency.d.ts.map +1 -0
  362. package/dist/actions/publint.d.ts +48 -0
  363. package/dist/actions/publint.d.ts.map +1 -0
  364. package/dist/actions/publish.d.ts +22 -0
  365. package/dist/actions/publish.d.ts.map +1 -0
  366. package/dist/actions/reactTest.d.ts +2 -0
  367. package/dist/actions/reactTest.d.ts.map +1 -0
  368. package/dist/actions/rebuild.d.ts +7 -0
  369. package/dist/actions/rebuild.d.ts.map +1 -0
  370. package/dist/actions/recompile.d.ts +16 -0
  371. package/dist/actions/recompile.d.ts.map +1 -0
  372. package/dist/actions/reinstall.d.ts +2 -0
  373. package/dist/actions/reinstall.d.ts.map +1 -0
  374. package/dist/actions/releaseAgeExcludeScopes.d.ts +13 -0
  375. package/dist/actions/releaseAgeExcludeScopes.d.ts.map +1 -0
  376. package/dist/actions/relint.d.ts +24 -0
  377. package/dist/actions/relint.d.ts.map +1 -0
  378. package/dist/actions/repo-init.d.ts +14 -0
  379. package/dist/actions/repo-init.d.ts.map +1 -0
  380. package/dist/actions/republint.d.ts +13 -0
  381. package/dist/actions/republint.d.ts.map +1 -0
  382. package/dist/actions/result.d.ts +44 -0
  383. package/dist/actions/result.d.ts.map +1 -0
  384. package/dist/actions/retest.d.ts +5 -0
  385. package/dist/actions/retest.d.ts.map +1 -0
  386. package/dist/actions/secure.d.ts +7 -0
  387. package/dist/actions/secure.d.ts.map +1 -0
  388. package/dist/actions/sitemap.d.ts +2 -0
  389. package/dist/actions/sitemap.d.ts.map +1 -0
  390. package/dist/actions/skills/defaults.d.ts +6 -0
  391. package/dist/actions/skills/defaults.d.ts.map +1 -0
  392. package/dist/actions/skills/detectProfile.d.ts +10 -0
  393. package/dist/actions/skills/detectProfile.d.ts.map +1 -0
  394. package/dist/actions/skills/index.d.ts +9 -0
  395. package/dist/actions/skills/index.d.ts.map +1 -0
  396. package/dist/actions/skills/installed.d.ts +10 -0
  397. package/dist/actions/skills/installed.d.ts.map +1 -0
  398. package/dist/actions/skills/lint.d.ts +26 -0
  399. package/dist/actions/skills/lint.d.ts.map +1 -0
  400. package/dist/actions/skills/passthrough.d.ts +26 -0
  401. package/dist/actions/skills/passthrough.d.ts.map +1 -0
  402. package/dist/actions/skills/remove.d.ts +9 -0
  403. package/dist/actions/skills/remove.d.ts.map +1 -0
  404. package/dist/actions/skills/skillRules.d.ts +9 -0
  405. package/dist/actions/skills/skillRules.d.ts.map +1 -0
  406. package/dist/actions/skills/updo.d.ts +4 -0
  407. package/dist/actions/skills/updo.d.ts.map +1 -0
  408. package/dist/actions/skills/versions.d.ts +10 -0
  409. package/dist/actions/skills/versions.d.ts.map +1 -0
  410. package/dist/actions/sonar.d.ts +2 -0
  411. package/dist/actions/sonar.d.ts.map +1 -0
  412. package/dist/actions/start.d.ts +2 -0
  413. package/dist/actions/start.d.ts.map +1 -0
  414. package/dist/actions/statics.d.ts +2 -0
  415. package/dist/actions/statics.d.ts.map +1 -0
  416. package/dist/actions/test.d.ts +5 -0
  417. package/dist/actions/test.d.ts.map +1 -0
  418. package/dist/actions/tsc-validate/index.d.ts +3 -0
  419. package/dist/actions/tsc-validate/index.d.ts.map +1 -0
  420. package/dist/actions/tsc-validate/sharedValidate.d.ts +34 -0
  421. package/dist/actions/tsc-validate/sharedValidate.d.ts.map +1 -0
  422. package/dist/actions/tsc-validate/tscValidate.d.ts +35 -0
  423. package/dist/actions/tsc-validate/tscValidate.d.ts.map +1 -0
  424. package/dist/actions/up.d.ts +2 -0
  425. package/dist/actions/up.d.ts.map +1 -0
  426. package/dist/actions/updo.d.ts +9 -0
  427. package/dist/actions/updo.d.ts.map +1 -0
  428. package/dist/actions/work/id.d.ts +8 -0
  429. package/dist/actions/work/id.d.ts.map +1 -0
  430. package/dist/actions/work/index.d.ts +131 -0
  431. package/dist/actions/work/index.d.ts.map +1 -0
  432. package/dist/actions/work/inline.d.ts +8 -0
  433. package/dist/actions/work/inline.d.ts.map +1 -0
  434. package/dist/actions/work/priority.d.ts +5 -0
  435. package/dist/actions/work/priority.d.ts.map +1 -0
  436. package/dist/actions/work/schema.d.ts +81 -0
  437. package/dist/actions/work/schema.d.ts.map +1 -0
  438. package/dist/actions/work/store.d.ts +23 -0
  439. package/dist/actions/work/store.d.ts.map +1 -0
  440. package/dist/bin/cli.mjs +2 -0
  441. package/dist/bin/package/build.d.ts +3 -0
  442. package/dist/bin/package/build.d.ts.map +1 -0
  443. package/dist/bin/package/build.mjs +18220 -0
  444. package/dist/bin/package/build.mjs.map +1 -0
  445. package/dist/bin/package/clean-outputs.d.ts +3 -0
  446. package/dist/bin/package/clean-outputs.d.ts.map +1 -0
  447. package/dist/bin/package/clean-typescript.d.ts +3 -0
  448. package/dist/bin/package/clean-typescript.d.ts.map +1 -0
  449. package/dist/bin/package/clean.d.ts +3 -0
  450. package/dist/bin/package/clean.d.ts.map +1 -0
  451. package/dist/bin/package/clean.mjs +3632 -0
  452. package/dist/bin/package/clean.mjs.map +1 -0
  453. package/dist/bin/package/compile-tsup.d.ts +3 -0
  454. package/dist/bin/package/compile-tsup.d.ts.map +1 -0
  455. package/dist/bin/package/compile.d.ts +3 -0
  456. package/dist/bin/package/compile.d.ts.map +1 -0
  457. package/dist/bin/package/compile.mjs +13159 -0
  458. package/dist/bin/package/compile.mjs.map +1 -0
  459. package/dist/bin/package/copy-assets-cjs.d.ts +3 -0
  460. package/dist/bin/package/copy-assets-cjs.d.ts.map +1 -0
  461. package/dist/bin/package/copy-assets-cjs.mjs +3634 -0
  462. package/dist/bin/package/copy-assets-cjs.mjs.map +1 -0
  463. package/dist/bin/package/copy-assets-esm.d.ts +3 -0
  464. package/dist/bin/package/copy-assets-esm.d.ts.map +1 -0
  465. package/dist/bin/package/copy-assets-esm.mjs +3634 -0
  466. package/dist/bin/package/copy-assets-esm.mjs.map +1 -0
  467. package/dist/bin/package/fix.d.ts +3 -0
  468. package/dist/bin/package/fix.d.ts.map +1 -0
  469. package/dist/bin/package/fix.mjs +2184 -0
  470. package/dist/bin/package/fix.mjs.map +1 -0
  471. package/dist/bin/package/lint-verbose.d.ts +3 -0
  472. package/dist/bin/package/lint-verbose.d.ts.map +1 -0
  473. package/dist/bin/package/lint-verbose.mjs +2184 -0
  474. package/dist/bin/package/lint-verbose.mjs.map +1 -0
  475. package/dist/bin/package/lint.d.ts +3 -0
  476. package/dist/bin/package/lint.d.ts.map +1 -0
  477. package/dist/bin/package/lint.mjs +2184 -0
  478. package/dist/bin/package/lint.mjs.map +1 -0
  479. package/dist/bin/package/publint.d.ts +3 -0
  480. package/dist/bin/package/publint.d.ts.map +1 -0
  481. package/dist/bin/package/publint.mjs +13676 -0
  482. package/dist/bin/package/publint.mjs.map +1 -0
  483. package/dist/bin/package/recompile.d.ts +3 -0
  484. package/dist/bin/package/recompile.d.ts.map +1 -0
  485. package/dist/bin/package/recompile.mjs +13230 -0
  486. package/dist/bin/package/recompile.mjs.map +1 -0
  487. package/dist/bin/package/relint.d.ts +3 -0
  488. package/dist/bin/package/relint.d.ts.map +1 -0
  489. package/dist/bin/package/relint.mjs +2184 -0
  490. package/dist/bin/package/relint.mjs.map +1 -0
  491. package/dist/bin/package/sync-layout.d.ts +3 -0
  492. package/dist/bin/package/sync-layout.d.ts.map +1 -0
  493. package/dist/bin/package/sync-layout.mjs +5504 -0
  494. package/dist/bin/package/sync-layout.mjs.map +1 -0
  495. package/dist/bin/run-or-exec.d.ts +3 -0
  496. package/dist/bin/run-or-exec.d.ts.map +1 -0
  497. package/dist/bin/run-or-exec.mjs +975 -0
  498. package/dist/bin/run-or-exec.mjs.map +1 -0
  499. package/dist/bin/skills.mjs +18533 -0
  500. package/dist/bin/skills.mjs.map +1 -0
  501. package/dist/bin/source-map-explorer.mjs +27263 -0
  502. package/dist/bin/source-map-explorer.mjs.map +1 -0
  503. package/dist/bin/xy.d.ts +3 -0
  504. package/dist/bin/xy.d.ts.map +1 -0
  505. package/dist/bin/xy.mjs +47963 -0
  506. package/dist/bin/xy.mjs.map +1 -0
  507. package/dist/index.d.ts +6 -0
  508. package/dist/index.d.ts.map +1 -0
  509. package/dist/lib/bundledCliPath.d.ts +4 -0
  510. package/dist/lib/bundledCliPath.d.ts.map +1 -0
  511. package/dist/lib/checkResult.d.ts +2 -0
  512. package/dist/lib/checkResult.d.ts.map +1 -0
  513. package/dist/lib/claudeMdTemplate.d.ts +12 -0
  514. package/dist/lib/claudeMdTemplate.d.ts.map +1 -0
  515. package/dist/lib/concurrency.d.ts +5 -0
  516. package/dist/lib/concurrency.d.ts.map +1 -0
  517. package/dist/lib/copyAssetFiles.d.ts +10 -0
  518. package/dist/lib/copyAssetFiles.d.ts.map +1 -0
  519. package/dist/lib/createBuildConfig.d.ts +2 -0
  520. package/dist/lib/createBuildConfig.d.ts.map +1 -0
  521. package/dist/lib/crossSpawn.d.ts +6 -0
  522. package/dist/lib/crossSpawn.d.ts.map +1 -0
  523. package/dist/lib/deepMerge.d.ts +24 -0
  524. package/dist/lib/deepMerge.d.ts.map +1 -0
  525. package/dist/lib/defaultBuildConfig.d.ts +9 -0
  526. package/dist/lib/defaultBuildConfig.d.ts.map +1 -0
  527. package/dist/lib/deleteGlob.d.ts +2 -0
  528. package/dist/lib/deleteGlob.d.ts.map +1 -0
  529. package/dist/lib/dependencies/DuplicateDetector.d.ts +7 -0
  530. package/dist/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
  531. package/dist/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
  532. package/dist/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
  533. package/dist/lib/dependencies/index.d.ts +4 -0
  534. package/dist/lib/dependencies/index.d.ts.map +1 -0
  535. package/dist/lib/dependencies/workspaceCycles.d.ts +15 -0
  536. package/dist/lib/dependencies/workspaceCycles.d.ts.map +1 -0
  537. package/dist/lib/deprecationMigrate.d.ts +2 -0
  538. package/dist/lib/deprecationMigrate.d.ts.map +1 -0
  539. package/dist/lib/eslintCache.d.ts +4 -0
  540. package/dist/lib/eslintCache.d.ts.map +1 -0
  541. package/dist/lib/file/ReadFileSyncOptions.d.ts +6 -0
  542. package/dist/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
  543. package/dist/lib/file/constants.d.ts +3 -0
  544. package/dist/lib/file/constants.d.ts.map +1 -0
  545. package/dist/lib/file/fileLines.d.ts +6 -0
  546. package/dist/lib/file/fileLines.d.ts.map +1 -0
  547. package/dist/lib/file/index.d.ts +5 -0
  548. package/dist/lib/file/index.d.ts.map +1 -0
  549. package/dist/lib/file/tryReadFileSync.d.ts +4 -0
  550. package/dist/lib/file/tryReadFileSync.d.ts.map +1 -0
  551. package/dist/lib/fillTemplate.d.ts +2 -0
  552. package/dist/lib/fillTemplate.d.ts.map +1 -0
  553. package/dist/lib/generateIgnoreFiles.d.ts +2 -0
  554. package/dist/lib/generateIgnoreFiles.d.ts.map +1 -0
  555. package/dist/lib/gitConfig.d.ts +25 -0
  556. package/dist/lib/gitConfig.d.ts.map +1 -0
  557. package/dist/lib/gitignoreTemplate.d.ts +2 -0
  558. package/dist/lib/gitignoreTemplate.d.ts.map +1 -0
  559. package/dist/lib/index.d.ts +45 -0
  560. package/dist/lib/index.d.ts.map +1 -0
  561. package/dist/lib/initCwd.d.ts +2 -0
  562. package/dist/lib/initCwd.d.ts.map +1 -0
  563. package/dist/lib/jsonFormatters.d.ts +2 -0
  564. package/dist/lib/jsonFormatters.d.ts.map +1 -0
  565. package/dist/lib/latestVersions.d.ts +8 -0
  566. package/dist/lib/latestVersions.d.ts.map +1 -0
  567. package/dist/lib/loadConfig.d.ts +10 -0
  568. package/dist/lib/loadConfig.d.ts.map +1 -0
  569. package/dist/lib/match.d.ts +21 -0
  570. package/dist/lib/match.d.ts.map +1 -0
  571. package/dist/lib/npmLatestVersion.d.ts +3 -0
  572. package/dist/lib/npmLatestVersion.d.ts.map +1 -0
  573. package/dist/lib/packageManagerRuntime.d.ts +25 -0
  574. package/dist/lib/packageManagerRuntime.d.ts.map +1 -0
  575. package/dist/lib/packageName.d.ts +2 -0
  576. package/dist/lib/packageName.d.ts.map +1 -0
  577. package/dist/lib/parsedPackageJSON.d.ts +2 -0
  578. package/dist/lib/parsedPackageJSON.d.ts.map +1 -0
  579. package/dist/lib/parsedPackageJson.d.ts +2 -0
  580. package/dist/lib/parsedPackageJson.d.ts.map +1 -0
  581. package/dist/lib/pnpmConfig/index.d.ts +2 -0
  582. package/dist/lib/pnpmConfig/index.d.ts.map +1 -0
  583. package/dist/lib/pnpmConfig/readMinReleaseAge.d.ts +18 -0
  584. package/dist/lib/pnpmConfig/readMinReleaseAge.d.ts.map +1 -0
  585. package/dist/lib/processEx.d.ts +2 -0
  586. package/dist/lib/processEx.d.ts.map +1 -0
  587. package/dist/lib/repoTemplates.d.ts +7 -0
  588. package/dist/lib/repoTemplates.d.ts.map +1 -0
  589. package/dist/lib/reporting/index.d.ts +3 -0
  590. package/dist/lib/reporting/index.d.ts.map +1 -0
  591. package/dist/lib/reporting/runWithEnvelope.d.ts +15 -0
  592. package/dist/lib/reporting/runWithEnvelope.d.ts.map +1 -0
  593. package/dist/lib/reporting/xyReporter.d.ts +27 -0
  594. package/dist/lib/reporting/xyReporter.d.ts.map +1 -0
  595. package/dist/lib/runInstall.d.ts +2 -0
  596. package/dist/lib/runInstall.d.ts.map +1 -0
  597. package/dist/lib/runSteps.d.ts +3 -0
  598. package/dist/lib/runSteps.d.ts.map +1 -0
  599. package/dist/lib/runStepsAsync.d.ts +4 -0
  600. package/dist/lib/runStepsAsync.d.ts.map +1 -0
  601. package/dist/lib/runXy.d.ts +2 -0
  602. package/dist/lib/runXy.d.ts.map +1 -0
  603. package/dist/lib/runXyWithWarning.d.ts +2 -0
  604. package/dist/lib/runXyWithWarning.d.ts.map +1 -0
  605. package/dist/lib/safeExit.d.ts +8 -0
  606. package/dist/lib/safeExit.d.ts.map +1 -0
  607. package/dist/lib/secure/classify.d.ts +8 -0
  608. package/dist/lib/secure/classify.d.ts.map +1 -0
  609. package/dist/lib/secure/collectDeclaredDependencies.d.ts +6 -0
  610. package/dist/lib/secure/collectDeclaredDependencies.d.ts.map +1 -0
  611. package/dist/lib/secure/fetchPackageSecurityMetadata.d.ts +8 -0
  612. package/dist/lib/secure/fetchPackageSecurityMetadata.d.ts.map +1 -0
  613. package/dist/lib/secure/index.d.ts +7 -0
  614. package/dist/lib/secure/index.d.ts.map +1 -0
  615. package/dist/lib/secure/interfaces.d.ts +35 -0
  616. package/dist/lib/secure/interfaces.d.ts.map +1 -0
  617. package/dist/lib/secure/renderSecurityAudit.d.ts +4 -0
  618. package/dist/lib/secure/renderSecurityAudit.d.ts.map +1 -0
  619. package/dist/lib/secure/runSecurityAudit.d.ts +15 -0
  620. package/dist/lib/secure/runSecurityAudit.d.ts.map +1 -0
  621. package/dist/lib/shouldRunInstall.d.ts +2 -0
  622. package/dist/lib/shouldRunInstall.d.ts.map +1 -0
  623. package/dist/lib/string/empty.d.ts +3 -0
  624. package/dist/lib/string/empty.d.ts.map +1 -0
  625. package/dist/lib/string/index.d.ts +4 -0
  626. package/dist/lib/string/index.d.ts.map +1 -0
  627. package/dist/lib/string/localeCompare.d.ts +2 -0
  628. package/dist/lib/string/localeCompare.d.ts.map +1 -0
  629. package/dist/lib/string/union.d.ts +2 -0
  630. package/dist/lib/string/union.d.ts.map +1 -0
  631. package/dist/lib/toolchainVersion.d.ts +3 -0
  632. package/dist/lib/toolchainVersion.d.ts.map +1 -0
  633. package/dist/lib/tryRunLocalScript.d.ts +10 -0
  634. package/dist/lib/tryRunLocalScript.d.ts.map +1 -0
  635. package/dist/lib/updo/applyUpdates.d.ts +4 -0
  636. package/dist/lib/updo/applyUpdates.d.ts.map +1 -0
  637. package/dist/lib/updo/collectWorkspaceDeps.d.ts +4 -0
  638. package/dist/lib/updo/collectWorkspaceDeps.d.ts.map +1 -0
  639. package/dist/lib/updo/fetchRegistryInfo.d.ts +37 -0
  640. package/dist/lib/updo/fetchRegistryInfo.d.ts.map +1 -0
  641. package/dist/lib/updo/index.d.ts +9 -0
  642. package/dist/lib/updo/index.d.ts.map +1 -0
  643. package/dist/lib/updo/interactiveSelect.d.ts +31 -0
  644. package/dist/lib/updo/interactiveSelect.d.ts.map +1 -0
  645. package/dist/lib/updo/interfaces.d.ts +50 -0
  646. package/dist/lib/updo/interfaces.d.ts.map +1 -0
  647. package/dist/lib/updo/renderTable.d.ts +3 -0
  648. package/dist/lib/updo/renderTable.d.ts.map +1 -0
  649. package/dist/lib/updo/resolveVersions.d.ts +19 -0
  650. package/dist/lib/updo/resolveVersions.d.ts.map +1 -0
  651. package/dist/lib/updo/runUpdo.d.ts +27 -0
  652. package/dist/lib/updo/runUpdo.d.ts.map +1 -0
  653. package/dist/lib/withErrnoException.d.ts +2 -0
  654. package/dist/lib/withErrnoException.d.ts.map +1 -0
  655. package/dist/lib/withError.d.ts +2 -0
  656. package/dist/lib/withError.d.ts.map +1 -0
  657. package/dist/lib/yarn/index.d.ts +3 -0
  658. package/dist/lib/yarn/index.d.ts.map +1 -0
  659. package/dist/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
  660. package/dist/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
  661. package/dist/lib/yarn/workspace/Workspace.d.ts +2 -0
  662. package/dist/lib/yarn/workspace/Workspace.d.ts.map +1 -0
  663. package/dist/lib/yarn/workspace/index.d.ts +3 -0
  664. package/dist/lib/yarn/workspace/index.d.ts.map +1 -0
  665. package/dist/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
  666. package/dist/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
  667. package/dist/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
  668. package/dist/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
  669. package/dist/lib/yarn/yarnInitCwd.d.ts +2 -0
  670. package/dist/lib/yarn/yarnInitCwd.d.ts.map +1 -0
  671. package/dist/loadPackageConfig.d.ts +40 -0
  672. package/dist/loadPackageConfig.d.ts.map +1 -0
  673. package/dist/node/actions/analyze.d.ts +2 -0
  674. package/dist/node/actions/analyze.d.ts.map +1 -0
  675. package/dist/node/actions/api-exposure/analyzer/analyzePackage.d.ts +28 -0
  676. package/dist/node/actions/api-exposure/analyzer/analyzePackage.d.ts.map +1 -0
  677. package/dist/node/actions/api-exposure/analyzer/couplingWalk.d.ts +11 -0
  678. package/dist/node/actions/api-exposure/analyzer/couplingWalk.d.ts.map +1 -0
  679. package/dist/node/actions/api-exposure/analyzer/depSignals.d.ts +19 -0
  680. package/dist/node/actions/api-exposure/analyzer/depSignals.d.ts.map +1 -0
  681. package/dist/node/actions/api-exposure/analyzer/entryPoints.d.ts +7 -0
  682. package/dist/node/actions/api-exposure/analyzer/entryPoints.d.ts.map +1 -0
  683. package/dist/node/actions/api-exposure/analyzer/exposureWalk.d.ts +21 -0
  684. package/dist/node/actions/api-exposure/analyzer/exposureWalk.d.ts.map +1 -0
  685. package/dist/node/actions/api-exposure/analyzer/program.d.ts +21 -0
  686. package/dist/node/actions/api-exposure/analyzer/program.d.ts.map +1 -0
  687. package/dist/node/actions/api-exposure/apiExposure.d.ts +17 -0
  688. package/dist/node/actions/api-exposure/apiExposure.d.ts.map +1 -0
  689. package/dist/node/actions/api-exposure/config.d.ts +21 -0
  690. package/dist/node/actions/api-exposure/config.d.ts.map +1 -0
  691. package/dist/node/actions/api-exposure/index.d.ts +9 -0
  692. package/dist/node/actions/api-exposure/index.d.ts.map +1 -0
  693. package/dist/node/actions/api-exposure/reporters.d.ts +16 -0
  694. package/dist/node/actions/api-exposure/reporters.d.ts.map +1 -0
  695. package/dist/node/actions/api-exposure/rules.d.ts +10 -0
  696. package/dist/node/actions/api-exposure/rules.d.ts.map +1 -0
  697. package/dist/node/actions/api-exposure/scoring.d.ts +28 -0
  698. package/dist/node/actions/api-exposure/scoring.d.ts.map +1 -0
  699. package/dist/node/actions/api-exposure/types.d.ts +86 -0
  700. package/dist/node/actions/api-exposure/types.d.ts.map +1 -0
  701. package/dist/node/actions/barrel/analyzeBarrel.d.ts +22 -0
  702. package/dist/node/actions/barrel/analyzeBarrel.d.ts.map +1 -0
  703. package/dist/node/actions/barrel/checkBarrelImportRestrictions.d.ts +12 -0
  704. package/dist/node/actions/barrel/checkBarrelImportRestrictions.d.ts.map +1 -0
  705. package/dist/node/actions/barrel/getReExportSpecs.d.ts +11 -0
  706. package/dist/node/actions/barrel/getReExportSpecs.d.ts.map +1 -0
  707. package/dist/node/actions/barrel/index.d.ts +6 -0
  708. package/dist/node/actions/barrel/index.d.ts.map +1 -0
  709. package/dist/node/actions/barrel/resolveBarrel.d.ts +9 -0
  710. package/dist/node/actions/barrel/resolveBarrel.d.ts.map +1 -0
  711. package/dist/node/actions/barrel/restrictionHelpers.d.ts +30 -0
  712. package/dist/node/actions/barrel/restrictionHelpers.d.ts.map +1 -0
  713. package/dist/node/actions/build.d.ts +9 -0
  714. package/dist/node/actions/build.d.ts.map +1 -0
  715. package/dist/node/actions/clean-eslint.d.ts +3 -0
  716. package/dist/node/actions/clean-eslint.d.ts.map +1 -0
  717. package/dist/node/actions/clean.d.ts +14 -0
  718. package/dist/node/actions/clean.d.ts.map +1 -0
  719. package/dist/node/actions/compile.d.ts +45 -0
  720. package/dist/node/actions/compile.d.ts.map +1 -0
  721. package/dist/node/actions/copy-assets.d.ts +6 -0
  722. package/dist/node/actions/copy-assets.d.ts.map +1 -0
  723. package/dist/node/actions/dead/analyzePackage.d.ts +43 -0
  724. package/dist/node/actions/dead/analyzePackage.d.ts.map +1 -0
  725. package/dist/node/actions/dead/classifyPackageVisibility.d.ts +4 -0
  726. package/dist/node/actions/dead/classifyPackageVisibility.d.ts.map +1 -0
  727. package/dist/node/actions/dead/collectExternalUsage.d.ts +38 -0
  728. package/dist/node/actions/dead/collectExternalUsage.d.ts.map +1 -0
  729. package/dist/node/actions/dead/collectSymbols.d.ts +40 -0
  730. package/dist/node/actions/dead/collectSymbols.d.ts.map +1 -0
  731. package/dist/node/actions/dead/dead.d.ts +4 -0
  732. package/dist/node/actions/dead/dead.d.ts.map +1 -0
  733. package/dist/node/actions/dead/deprecation.d.ts +3 -0
  734. package/dist/node/actions/dead/deprecation.d.ts.map +1 -0
  735. package/dist/node/actions/dead/detectActiveCodeWorkspace.d.ts +7 -0
  736. package/dist/node/actions/dead/detectActiveCodeWorkspace.d.ts.map +1 -0
  737. package/dist/node/actions/dead/evaluateRules.d.ts +8 -0
  738. package/dist/node/actions/dead/evaluateRules.d.ts.map +1 -0
  739. package/dist/node/actions/dead/findWorkspaceFile.d.ts +13 -0
  740. package/dist/node/actions/dead/findWorkspaceFile.d.ts.map +1 -0
  741. package/dist/node/actions/dead/fixDeadCode.d.ts +12 -0
  742. package/dist/node/actions/dead/fixDeadCode.d.ts.map +1 -0
  743. package/dist/node/actions/dead/index.d.ts +10 -0
  744. package/dist/node/actions/dead/index.d.ts.map +1 -0
  745. package/dist/node/actions/dead/parseCodeWorkspace.d.ts +7 -0
  746. package/dist/node/actions/dead/parseCodeWorkspace.d.ts.map +1 -0
  747. package/dist/node/actions/dead/propagateExternalUsage.d.ts +4 -0
  748. package/dist/node/actions/dead/propagateExternalUsage.d.ts.map +1 -0
  749. package/dist/node/actions/dead/pruneDeadFiles.d.ts +7 -0
  750. package/dist/node/actions/dead/pruneDeadFiles.d.ts.map +1 -0
  751. package/dist/node/actions/dead/reporters.d.ts +6 -0
  752. package/dist/node/actions/dead/reporters.d.ts.map +1 -0
  753. package/dist/node/actions/dead/ruleConfig.d.ts +5 -0
  754. package/dist/node/actions/dead/ruleConfig.d.ts.map +1 -0
  755. package/dist/node/actions/dead/ruleNames.d.ts +4 -0
  756. package/dist/node/actions/dead/ruleNames.d.ts.map +1 -0
  757. package/dist/node/actions/dead/rules.d.ts +7 -0
  758. package/dist/node/actions/dead/rules.d.ts.map +1 -0
  759. package/dist/node/actions/dead/runDeadAnalysis.d.ts +25 -0
  760. package/dist/node/actions/dead/runDeadAnalysis.d.ts.map +1 -0
  761. package/dist/node/actions/dead/runtimeEntries.d.ts +23 -0
  762. package/dist/node/actions/dead/runtimeEntries.d.ts.map +1 -0
  763. package/dist/node/actions/dead/sourceEdits.d.ts +7 -0
  764. package/dist/node/actions/dead/sourceEdits.d.ts.map +1 -0
  765. package/dist/node/actions/dead/storybookConventions.d.ts +6 -0
  766. package/dist/node/actions/dead/storybookConventions.d.ts.map +1 -0
  767. package/dist/node/actions/dead/types.d.ts +68 -0
  768. package/dist/node/actions/dead/types.d.ts.map +1 -0
  769. package/dist/node/actions/deplint/checkPackage/checkPackage.d.ts +17 -0
  770. package/dist/node/actions/deplint/checkPackage/checkPackage.d.ts.map +1 -0
  771. package/dist/node/actions/deplint/checkPackage/checkPackageTypes.d.ts +19 -0
  772. package/dist/node/actions/deplint/checkPackage/checkPackageTypes.d.ts.map +1 -0
  773. package/dist/node/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts +11 -0
  774. package/dist/node/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts.map +1 -0
  775. package/dist/node/actions/deplint/checkPackage/getUnlistedDependencies.d.ts +21 -0
  776. package/dist/node/actions/deplint/checkPackage/getUnlistedDependencies.d.ts.map +1 -0
  777. package/dist/node/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts +6 -0
  778. package/dist/node/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts.map +1 -0
  779. package/dist/node/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts +24 -0
  780. package/dist/node/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts.map +1 -0
  781. package/dist/node/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts +74 -0
  782. package/dist/node/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts.map +1 -0
  783. package/dist/node/actions/deplint/checkPackage/getUnusedDependencies.d.ts +12 -0
  784. package/dist/node/actions/deplint/checkPackage/getUnusedDependencies.d.ts.map +1 -0
  785. package/dist/node/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts +7 -0
  786. package/dist/node/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts.map +1 -0
  787. package/dist/node/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts +6 -0
  788. package/dist/node/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts.map +1 -0
  789. package/dist/node/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts +21 -0
  790. package/dist/node/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts.map +1 -0
  791. package/dist/node/actions/deplint/checkPackage/index.d.ts +13 -0
  792. package/dist/node/actions/deplint/checkPackage/index.d.ts.map +1 -0
  793. package/dist/node/actions/deplint/checkPackage/legacyPeerCheck.d.ts +13 -0
  794. package/dist/node/actions/deplint/checkPackage/legacyPeerCheck.d.ts.map +1 -0
  795. package/dist/node/actions/deplint/deplint.d.ts +20 -0
  796. package/dist/node/actions/deplint/deplint.d.ts.map +1 -0
  797. package/dist/node/actions/deplint/engine.d.ts +15 -0
  798. package/dist/node/actions/deplint/engine.d.ts.map +1 -0
  799. package/dist/node/actions/deplint/fetchPackageManifest.d.ts +25 -0
  800. package/dist/node/actions/deplint/fetchPackageManifest.d.ts.map +1 -0
  801. package/dist/node/actions/deplint/findFiles.d.ts +6 -0
  802. package/dist/node/actions/deplint/findFiles.d.ts.map +1 -0
  803. package/dist/node/actions/deplint/findFilesByGlob.d.ts +2 -0
  804. package/dist/node/actions/deplint/findFilesByGlob.d.ts.map +1 -0
  805. package/dist/node/actions/deplint/fixer.d.ts +3 -0
  806. package/dist/node/actions/deplint/fixer.d.ts.map +1 -0
  807. package/dist/node/actions/deplint/getBasePackageName.d.ts +2 -0
  808. package/dist/node/actions/deplint/getBasePackageName.d.ts.map +1 -0
  809. package/dist/node/actions/deplint/getCliReferencedPackagesFromFiles.d.ts +12 -0
  810. package/dist/node/actions/deplint/getCliReferencedPackagesFromFiles.d.ts.map +1 -0
  811. package/dist/node/actions/deplint/getDependenciesFromPackageJson.d.ts +9 -0
  812. package/dist/node/actions/deplint/getDependenciesFromPackageJson.d.ts.map +1 -0
  813. package/dist/node/actions/deplint/getExtendsFromTsconfigs.d.ts +10 -0
  814. package/dist/node/actions/deplint/getExtendsFromTsconfigs.d.ts.map +1 -0
  815. package/dist/node/actions/deplint/getExternalImportsFromFiles.d.ts +12 -0
  816. package/dist/node/actions/deplint/getExternalImportsFromFiles.d.ts.map +1 -0
  817. package/dist/node/actions/deplint/getImportsFromFile.d.ts +4 -0
  818. package/dist/node/actions/deplint/getImportsFromFile.d.ts.map +1 -0
  819. package/dist/node/actions/deplint/getRequiredPeerDependencies.d.ts +10 -0
  820. package/dist/node/actions/deplint/getRequiredPeerDependencies.d.ts.map +1 -0
  821. package/dist/node/actions/deplint/getScriptReferencedPackages.d.ts +8 -0
  822. package/dist/node/actions/deplint/getScriptReferencedPackages.d.ts.map +1 -0
  823. package/dist/node/actions/deplint/getStorybookConfigImports.d.ts +3 -0
  824. package/dist/node/actions/deplint/getStorybookConfigImports.d.ts.map +1 -0
  825. package/dist/node/actions/deplint/implicitDevDependencies.d.ts +15 -0
  826. package/dist/node/actions/deplint/implicitDevDependencies.d.ts.map +1 -0
  827. package/dist/node/actions/deplint/index.d.ts +11 -0
  828. package/dist/node/actions/deplint/index.d.ts.map +1 -0
  829. package/dist/node/actions/deplint/isTerminalPackage.d.ts +25 -0
  830. package/dist/node/actions/deplint/isTerminalPackage.d.ts.map +1 -0
  831. package/dist/node/actions/deplint/loader.d.ts +4 -0
  832. package/dist/node/actions/deplint/loader.d.ts.map +1 -0
  833. package/dist/node/actions/deplint/packageEditor.d.ts +11 -0
  834. package/dist/node/actions/deplint/packageEditor.d.ts.map +1 -0
  835. package/dist/node/actions/deplint/packageJsonEditor.d.ts +97 -0
  836. package/dist/node/actions/deplint/packageJsonEditor.d.ts.map +1 -0
  837. package/dist/node/actions/deplint/peerRangeOptions.d.ts +10 -0
  838. package/dist/node/actions/deplint/peerRangeOptions.d.ts.map +1 -0
  839. package/dist/node/actions/deplint/reporters.d.ts +8 -0
  840. package/dist/node/actions/deplint/reporters.d.ts.map +1 -0
  841. package/dist/node/actions/deplint/resolvePeerBumpFixes.d.ts +24 -0
  842. package/dist/node/actions/deplint/resolvePeerBumpFixes.d.ts.map +1 -0
  843. package/dist/node/actions/deplint/ruleConfig.d.ts +5 -0
  844. package/dist/node/actions/deplint/ruleConfig.d.ts.map +1 -0
  845. package/dist/node/actions/deplint/rules.d.ts +4 -0
  846. package/dist/node/actions/deplint/rules.d.ts.map +1 -0
  847. package/dist/node/actions/deplint/rulesDiagnostic.d.ts +4 -0
  848. package/dist/node/actions/deplint/rulesDiagnostic.d.ts.map +1 -0
  849. package/dist/node/actions/deplint/rulesMisplaced.d.ts +4 -0
  850. package/dist/node/actions/deplint/rulesMisplaced.d.ts.map +1 -0
  851. package/dist/node/actions/deplint/snapshot.d.ts +22 -0
  852. package/dist/node/actions/deplint/snapshot.d.ts.map +1 -0
  853. package/dist/node/actions/deplint/tsScriptsAliases.d.ts +11 -0
  854. package/dist/node/actions/deplint/tsScriptsAliases.d.ts.map +1 -0
  855. package/dist/node/actions/deplint/types.d.ts +295 -0
  856. package/dist/node/actions/deplint/types.d.ts.map +1 -0
  857. package/dist/node/actions/deplint/versionMismatchFixes.d.ts +4 -0
  858. package/dist/node/actions/deplint/versionMismatchFixes.d.ts.map +1 -0
  859. package/dist/node/actions/deploy.d.ts +3 -0
  860. package/dist/node/actions/deploy.d.ts.map +1 -0
  861. package/dist/node/actions/eject.d.ts +2 -0
  862. package/dist/node/actions/eject.d.ts.map +1 -0
  863. package/dist/node/actions/fix.d.ts +7 -0
  864. package/dist/node/actions/fix.d.ts.map +1 -0
  865. package/dist/node/actions/gitignore.d.ts +4 -0
  866. package/dist/node/actions/gitignore.d.ts.map +1 -0
  867. package/dist/node/actions/gitlint-fix.d.ts +2 -0
  868. package/dist/node/actions/gitlint-fix.d.ts.map +1 -0
  869. package/dist/node/actions/gitlint.d.ts +2 -0
  870. package/dist/node/actions/gitlint.d.ts.map +1 -0
  871. package/dist/node/actions/incremental.d.ts +46 -0
  872. package/dist/node/actions/incremental.d.ts.map +1 -0
  873. package/dist/node/actions/index.d.ts +54 -0
  874. package/dist/node/actions/index.d.ts.map +1 -0
  875. package/dist/node/actions/install.d.ts +2 -0
  876. package/dist/node/actions/install.d.ts.map +1 -0
  877. package/dist/node/actions/license.d.ts +2 -0
  878. package/dist/node/actions/license.d.ts.map +1 -0
  879. package/dist/node/actions/lint-config.d.ts +16 -0
  880. package/dist/node/actions/lint-config.d.ts.map +1 -0
  881. package/dist/node/actions/lint-init.d.ts +16 -0
  882. package/dist/node/actions/lint-init.d.ts.map +1 -0
  883. package/dist/node/actions/lint.d.ts +36 -0
  884. package/dist/node/actions/lint.d.ts.map +1 -0
  885. package/dist/node/actions/lintNext.d.ts +14 -0
  886. package/dist/node/actions/lintNext.d.ts.map +1 -0
  887. package/dist/node/actions/lintNextWorker.d.ts +21 -0
  888. package/dist/node/actions/lintNextWorker.d.ts.map +1 -0
  889. package/dist/node/actions/lintTierAnalysis.d.ts +59 -0
  890. package/dist/node/actions/lintTierAnalysis.d.ts.map +1 -0
  891. package/dist/node/actions/lintlint.d.ts +13 -0
  892. package/dist/node/actions/lintlint.d.ts.map +1 -0
  893. package/dist/node/actions/node-lint.d.ts +19 -0
  894. package/dist/node/actions/node-lint.d.ts.map +1 -0
  895. package/dist/node/actions/npmignore-gen.d.ts +2 -0
  896. package/dist/node/actions/npmignore-gen.d.ts.map +1 -0
  897. package/dist/node/actions/orphan.d.ts +6 -0
  898. package/dist/node/actions/orphan.d.ts.map +1 -0
  899. package/dist/node/actions/package/clean-outputs.d.ts +6 -0
  900. package/dist/node/actions/package/clean-outputs.d.ts.map +1 -0
  901. package/dist/node/actions/package/clean-typescript.d.ts +3 -0
  902. package/dist/node/actions/package/clean-typescript.d.ts.map +1 -0
  903. package/dist/node/actions/package/clean.d.ts +3 -0
  904. package/dist/node/actions/package/clean.d.ts.map +1 -0
  905. package/dist/node/actions/package/compile/ApiExposureConfig.d.ts +58 -0
  906. package/dist/node/actions/package/compile/ApiExposureConfig.d.ts.map +1 -0
  907. package/dist/node/actions/package/compile/MonolithConfig.d.ts +85 -0
  908. package/dist/node/actions/package/compile/MonolithConfig.d.ts.map +1 -0
  909. package/dist/node/actions/package/compile/XyConfig.d.ts +462 -0
  910. package/dist/node/actions/package/compile/XyConfig.d.ts.map +1 -0
  911. package/dist/node/actions/package/compile/buildEntries.d.ts +3 -0
  912. package/dist/node/actions/package/compile/buildEntries.d.ts.map +1 -0
  913. package/dist/node/actions/package/compile/compile.d.ts +7 -0
  914. package/dist/node/actions/package/compile/compile.d.ts.map +1 -0
  915. package/dist/node/actions/package/compile/createProgramFromConfig.d.ts +25 -0
  916. package/dist/node/actions/package/compile/createProgramFromConfig.d.ts.map +1 -0
  917. package/dist/node/actions/package/compile/createTypescriptConfig.d.ts +29 -0
  918. package/dist/node/actions/package/compile/createTypescriptConfig.d.ts.map +1 -0
  919. package/dist/node/actions/package/compile/deepMerge.d.ts +4 -0
  920. package/dist/node/actions/package/compile/deepMerge.d.ts.map +1 -0
  921. package/dist/node/actions/package/compile/entryOutputName.d.ts +5 -0
  922. package/dist/node/actions/package/compile/entryOutputName.d.ts.map +1 -0
  923. package/dist/node/actions/package/compile/findWorkspaceRoot.d.ts +5 -0
  924. package/dist/node/actions/package/compile/findWorkspaceRoot.d.ts.map +1 -0
  925. package/dist/node/actions/package/compile/getCompilerOptions.d.ts +3 -0
  926. package/dist/node/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
  927. package/dist/node/actions/package/compile/index.d.ts +16 -0
  928. package/dist/node/actions/package/compile/index.d.ts.map +1 -0
  929. package/dist/node/actions/package/compile/inputs.d.ts +2 -0
  930. package/dist/node/actions/package/compile/inputs.d.ts.map +1 -0
  931. package/dist/node/actions/package/compile/monolithCompileDeclarations.d.ts +14 -0
  932. package/dist/node/actions/package/compile/monolithCompileDeclarations.d.ts.map +1 -0
  933. package/dist/node/actions/package/compile/monolithCompileEntries.d.ts +20 -0
  934. package/dist/node/actions/package/compile/monolithCompileEntries.d.ts.map +1 -0
  935. package/dist/node/actions/package/compile/monolithCompileLayout.d.ts +42 -0
  936. package/dist/node/actions/package/compile/monolithCompileLayout.d.ts.map +1 -0
  937. package/dist/node/actions/package/compile/packageCompileEsbuild.d.ts +18 -0
  938. package/dist/node/actions/package/compile/packageCompileEsbuild.d.ts.map +1 -0
  939. package/dist/node/actions/package/compile/packageCompileMonolith.d.ts +10 -0
  940. package/dist/node/actions/package/compile/packageCompileMonolith.d.ts.map +1 -0
  941. package/dist/node/actions/package/compile/packageCompileTsc.d.ts +3 -0
  942. package/dist/node/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
  943. package/dist/node/actions/package/compile/packageCompileTsup.d.ts +6 -0
  944. package/dist/node/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
  945. package/dist/node/actions/package/compile/packageCompileVendor.d.ts +4 -0
  946. package/dist/node/actions/package/compile/packageCompileVendor.d.ts.map +1 -0
  947. package/dist/node/actions/package/compile/resolveCompileBundleOptions.d.ts +13 -0
  948. package/dist/node/actions/package/compile/resolveCompileBundleOptions.d.ts.map +1 -0
  949. package/dist/node/actions/package/compile/resolveCompilePlatforms.d.ts +23 -0
  950. package/dist/node/actions/package/compile/resolveCompilePlatforms.d.ts.map +1 -0
  951. package/dist/node/actions/package/compile/resolvePlatformTypes.d.ts +5 -0
  952. package/dist/node/actions/package/compile/resolvePlatformTypes.d.ts.map +1 -0
  953. package/dist/node/actions/package/compile/runTsc.d.ts +2 -0
  954. package/dist/node/actions/package/compile/runTsc.d.ts.map +1 -0
  955. package/dist/node/actions/package/compile/validateFullPackage.d.ts +2 -0
  956. package/dist/node/actions/package/compile/validateFullPackage.d.ts.map +1 -0
  957. package/dist/node/actions/package/compile/vendorCompile.d.ts +6 -0
  958. package/dist/node/actions/package/compile/vendorCompile.d.ts.map +1 -0
  959. package/dist/node/actions/package/compile/vendorCompileEmit.d.ts +8 -0
  960. package/dist/node/actions/package/compile/vendorCompileEmit.d.ts.map +1 -0
  961. package/dist/node/actions/package/compile/vendorCompileInternals.d.ts +31 -0
  962. package/dist/node/actions/package/compile/vendorCompileInternals.d.ts.map +1 -0
  963. package/dist/node/actions/package/compile/vendorCompileRewrite.d.ts +3 -0
  964. package/dist/node/actions/package/compile/vendorCompileRewrite.d.ts.map +1 -0
  965. package/dist/node/actions/package/compile/vendorCompileTypes.d.ts +31 -0
  966. package/dist/node/actions/package/compile/vendorCompileTypes.d.ts.map +1 -0
  967. package/dist/node/actions/package/compileTargetsPublint.d.ts +13 -0
  968. package/dist/node/actions/package/compileTargetsPublint.d.ts.map +1 -0
  969. package/dist/node/actions/package/copy-assets.d.ts +5 -0
  970. package/dist/node/actions/package/copy-assets.d.ts.map +1 -0
  971. package/dist/node/actions/package/expectedCompileOutputs.d.ts +11 -0
  972. package/dist/node/actions/package/expectedCompileOutputs.d.ts.map +1 -0
  973. package/dist/node/actions/package/exportConditionPublint.d.ts +9 -0
  974. package/dist/node/actions/package/exportConditionPublint.d.ts.map +1 -0
  975. package/dist/node/actions/package/exportMapPublint.d.ts +7 -0
  976. package/dist/node/actions/package/exportMapPublint.d.ts.map +1 -0
  977. package/dist/node/actions/package/index.d.ts +9 -0
  978. package/dist/node/actions/package/index.d.ts.map +1 -0
  979. package/dist/node/actions/package/lint.d.ts +2 -0
  980. package/dist/node/actions/package/lint.d.ts.map +1 -0
  981. package/dist/node/actions/package/platformPublint.d.ts +7 -0
  982. package/dist/node/actions/package/platformPublint.d.ts.map +1 -0
  983. package/dist/node/actions/package/publint.d.ts +16 -0
  984. package/dist/node/actions/package/publint.d.ts.map +1 -0
  985. package/dist/node/actions/package/recompile.d.ts +3 -0
  986. package/dist/node/actions/package/recompile.d.ts.map +1 -0
  987. package/dist/node/actions/package-lint-deps.d.ts +47 -0
  988. package/dist/node/actions/package-lint-deps.d.ts.map +1 -0
  989. package/dist/node/actions/package-lint-engines.d.ts +22 -0
  990. package/dist/node/actions/package-lint-engines.d.ts.map +1 -0
  991. package/dist/node/actions/package-lint-pnpm.d.ts +11 -0
  992. package/dist/node/actions/package-lint-pnpm.d.ts.map +1 -0
  993. package/dist/node/actions/package-lint-specs.d.ts +9 -0
  994. package/dist/node/actions/package-lint-specs.d.ts.map +1 -0
  995. package/dist/node/actions/package-lint.d.ts +7 -0
  996. package/dist/node/actions/package-lint.d.ts.map +1 -0
  997. package/dist/node/actions/packman/clean.d.ts +5 -0
  998. package/dist/node/actions/packman/clean.d.ts.map +1 -0
  999. package/dist/node/actions/packman/convert.d.ts +10 -0
  1000. package/dist/node/actions/packman/convert.d.ts.map +1 -0
  1001. package/dist/node/actions/packman/convertToBun.d.ts +2 -0
  1002. package/dist/node/actions/packman/convertToBun.d.ts.map +1 -0
  1003. package/dist/node/actions/packman/convertToNpm.d.ts +2 -0
  1004. package/dist/node/actions/packman/convertToNpm.d.ts.map +1 -0
  1005. package/dist/node/actions/packman/convertToPnpm.d.ts +2 -0
  1006. package/dist/node/actions/packman/convertToPnpm.d.ts.map +1 -0
  1007. package/dist/node/actions/packman/convertToYarn.d.ts +2 -0
  1008. package/dist/node/actions/packman/convertToYarn.d.ts.map +1 -0
  1009. package/dist/node/actions/packman/index.d.ts +5 -0
  1010. package/dist/node/actions/packman/index.d.ts.map +1 -0
  1011. package/dist/node/actions/packman/lint.d.ts +6 -0
  1012. package/dist/node/actions/packman/lint.d.ts.map +1 -0
  1013. package/dist/node/actions/packman/rewriteScripts.d.ts +5 -0
  1014. package/dist/node/actions/packman/rewriteScripts.d.ts.map +1 -0
  1015. package/dist/node/actions/packman/rewriteSourceImports.d.ts +2 -0
  1016. package/dist/node/actions/packman/rewriteSourceImports.d.ts.map +1 -0
  1017. package/dist/node/actions/packman/swapTsScriptsDependency.d.ts +2 -0
  1018. package/dist/node/actions/packman/swapTsScriptsDependency.d.ts.map +1 -0
  1019. package/dist/node/actions/publint.d.ts +48 -0
  1020. package/dist/node/actions/publint.d.ts.map +1 -0
  1021. package/dist/node/actions/publish.d.ts +22 -0
  1022. package/dist/node/actions/publish.d.ts.map +1 -0
  1023. package/dist/node/actions/reactTest.d.ts +2 -0
  1024. package/dist/node/actions/reactTest.d.ts.map +1 -0
  1025. package/dist/node/actions/rebuild.d.ts +7 -0
  1026. package/dist/node/actions/rebuild.d.ts.map +1 -0
  1027. package/dist/node/actions/recompile.d.ts +16 -0
  1028. package/dist/node/actions/recompile.d.ts.map +1 -0
  1029. package/dist/node/actions/reinstall.d.ts +2 -0
  1030. package/dist/node/actions/reinstall.d.ts.map +1 -0
  1031. package/dist/node/actions/releaseAgeExcludeScopes.d.ts +13 -0
  1032. package/dist/node/actions/releaseAgeExcludeScopes.d.ts.map +1 -0
  1033. package/dist/node/actions/relint.d.ts +24 -0
  1034. package/dist/node/actions/relint.d.ts.map +1 -0
  1035. package/dist/node/actions/repo-init.d.ts +14 -0
  1036. package/dist/node/actions/repo-init.d.ts.map +1 -0
  1037. package/dist/node/actions/republint.d.ts +13 -0
  1038. package/dist/node/actions/republint.d.ts.map +1 -0
  1039. package/dist/node/actions/result.d.ts +44 -0
  1040. package/dist/node/actions/result.d.ts.map +1 -0
  1041. package/dist/node/actions/retest.d.ts +5 -0
  1042. package/dist/node/actions/retest.d.ts.map +1 -0
  1043. package/dist/node/actions/secure.d.ts +7 -0
  1044. package/dist/node/actions/secure.d.ts.map +1 -0
  1045. package/dist/node/actions/sitemap.d.ts +2 -0
  1046. package/dist/node/actions/sitemap.d.ts.map +1 -0
  1047. package/dist/node/actions/skills/defaults.d.ts +6 -0
  1048. package/dist/node/actions/skills/defaults.d.ts.map +1 -0
  1049. package/dist/node/actions/skills/detectProfile.d.ts +10 -0
  1050. package/dist/node/actions/skills/detectProfile.d.ts.map +1 -0
  1051. package/dist/node/actions/skills/index.d.ts +9 -0
  1052. package/dist/node/actions/skills/index.d.ts.map +1 -0
  1053. package/dist/node/actions/skills/installed.d.ts +10 -0
  1054. package/dist/node/actions/skills/installed.d.ts.map +1 -0
  1055. package/dist/node/actions/skills/lint.d.ts +26 -0
  1056. package/dist/node/actions/skills/lint.d.ts.map +1 -0
  1057. package/dist/node/actions/skills/passthrough.d.ts +25 -0
  1058. package/dist/node/actions/skills/passthrough.d.ts.map +1 -0
  1059. package/dist/node/actions/skills/skillRules.d.ts +9 -0
  1060. package/dist/node/actions/skills/skillRules.d.ts.map +1 -0
  1061. package/dist/node/actions/skills/updo.d.ts +4 -0
  1062. package/dist/node/actions/skills/updo.d.ts.map +1 -0
  1063. package/dist/node/actions/skills/versions.d.ts +10 -0
  1064. package/dist/node/actions/skills/versions.d.ts.map +1 -0
  1065. package/dist/node/actions/sonar.d.ts +2 -0
  1066. package/dist/node/actions/sonar.d.ts.map +1 -0
  1067. package/dist/node/actions/start.d.ts +2 -0
  1068. package/dist/node/actions/start.d.ts.map +1 -0
  1069. package/dist/node/actions/statics.d.ts +2 -0
  1070. package/dist/node/actions/statics.d.ts.map +1 -0
  1071. package/dist/node/actions/test.d.ts +5 -0
  1072. package/dist/node/actions/test.d.ts.map +1 -0
  1073. package/dist/node/actions/tsc-validate/index.d.ts +3 -0
  1074. package/dist/node/actions/tsc-validate/index.d.ts.map +1 -0
  1075. package/dist/node/actions/tsc-validate/sharedValidate.d.ts +34 -0
  1076. package/dist/node/actions/tsc-validate/sharedValidate.d.ts.map +1 -0
  1077. package/dist/node/actions/tsc-validate/tscValidate.d.ts +35 -0
  1078. package/dist/node/actions/tsc-validate/tscValidate.d.ts.map +1 -0
  1079. package/dist/node/actions/up.d.ts +2 -0
  1080. package/dist/node/actions/up.d.ts.map +1 -0
  1081. package/dist/node/actions/updo.d.ts +9 -0
  1082. package/dist/node/actions/updo.d.ts.map +1 -0
  1083. package/dist/node/actions/work/id.d.ts +8 -0
  1084. package/dist/node/actions/work/id.d.ts.map +1 -0
  1085. package/dist/node/actions/work/index.d.ts +131 -0
  1086. package/dist/node/actions/work/index.d.ts.map +1 -0
  1087. package/dist/node/actions/work/inline.d.ts +8 -0
  1088. package/dist/node/actions/work/inline.d.ts.map +1 -0
  1089. package/dist/node/actions/work/priority.d.ts +5 -0
  1090. package/dist/node/actions/work/priority.d.ts.map +1 -0
  1091. package/dist/node/actions/work/schema.d.ts +81 -0
  1092. package/dist/node/actions/work/schema.d.ts.map +1 -0
  1093. package/dist/node/actions/work/store.d.ts +23 -0
  1094. package/dist/node/actions/work/store.d.ts.map +1 -0
  1095. package/dist/node/bin/package/build.d.ts +3 -0
  1096. package/dist/node/bin/package/build.d.ts.map +1 -0
  1097. package/dist/node/bin/package/clean-outputs.d.ts +3 -0
  1098. package/dist/node/bin/package/clean-outputs.d.ts.map +1 -0
  1099. package/dist/node/bin/package/clean-typescript.d.ts +3 -0
  1100. package/dist/node/bin/package/clean-typescript.d.ts.map +1 -0
  1101. package/dist/node/bin/package/clean.d.ts +3 -0
  1102. package/dist/node/bin/package/clean.d.ts.map +1 -0
  1103. package/dist/node/bin/package/compile-tsup.d.ts +3 -0
  1104. package/dist/node/bin/package/compile-tsup.d.ts.map +1 -0
  1105. package/dist/node/bin/package/compile.d.ts +3 -0
  1106. package/dist/node/bin/package/compile.d.ts.map +1 -0
  1107. package/dist/node/bin/package/copy-assets-cjs.d.ts +3 -0
  1108. package/dist/node/bin/package/copy-assets-cjs.d.ts.map +1 -0
  1109. package/dist/node/bin/package/copy-assets-esm.d.ts +3 -0
  1110. package/dist/node/bin/package/copy-assets-esm.d.ts.map +1 -0
  1111. package/dist/node/bin/package/fix.d.ts +3 -0
  1112. package/dist/node/bin/package/fix.d.ts.map +1 -0
  1113. package/dist/node/bin/package/lint-verbose.d.ts +3 -0
  1114. package/dist/node/bin/package/lint-verbose.d.ts.map +1 -0
  1115. package/dist/node/bin/package/lint.d.ts +3 -0
  1116. package/dist/node/bin/package/lint.d.ts.map +1 -0
  1117. package/dist/node/bin/package/publint.d.ts +3 -0
  1118. package/dist/node/bin/package/publint.d.ts.map +1 -0
  1119. package/dist/node/bin/package/recompile.d.ts +3 -0
  1120. package/dist/node/bin/package/recompile.d.ts.map +1 -0
  1121. package/dist/node/bin/package/relint.d.ts +3 -0
  1122. package/dist/node/bin/package/relint.d.ts.map +1 -0
  1123. package/dist/node/bin/package/sync-layout.d.ts +3 -0
  1124. package/dist/node/bin/package/sync-layout.d.ts.map +1 -0
  1125. package/dist/node/bin/run-or-exec.d.ts +3 -0
  1126. package/dist/node/bin/run-or-exec.d.ts.map +1 -0
  1127. package/dist/node/bin/xy.d.ts +3 -0
  1128. package/dist/node/bin/xy.d.ts.map +1 -0
  1129. package/dist/node/index.d.ts +6 -0
  1130. package/dist/node/index.d.ts.map +1 -0
  1131. package/dist/node/lib/bundledCliPath.d.ts +4 -0
  1132. package/dist/node/lib/bundledCliPath.d.ts.map +1 -0
  1133. package/dist/node/lib/checkResult.d.ts +2 -0
  1134. package/dist/node/lib/checkResult.d.ts.map +1 -0
  1135. package/dist/node/lib/concurrency.d.ts +5 -0
  1136. package/dist/node/lib/concurrency.d.ts.map +1 -0
  1137. package/dist/node/lib/copyAssetFiles.d.ts +10 -0
  1138. package/dist/node/lib/copyAssetFiles.d.ts.map +1 -0
  1139. package/dist/node/lib/createBuildConfig.d.ts +2 -0
  1140. package/dist/node/lib/createBuildConfig.d.ts.map +1 -0
  1141. package/dist/node/lib/crossSpawn.d.ts +6 -0
  1142. package/dist/node/lib/crossSpawn.d.ts.map +1 -0
  1143. package/dist/node/lib/deepMerge.d.ts +24 -0
  1144. package/dist/node/lib/deepMerge.d.ts.map +1 -0
  1145. package/dist/node/lib/defaultBuildConfig.d.ts +9 -0
  1146. package/dist/node/lib/defaultBuildConfig.d.ts.map +1 -0
  1147. package/dist/node/lib/deleteGlob.d.ts +2 -0
  1148. package/dist/node/lib/deleteGlob.d.ts.map +1 -0
  1149. package/dist/node/lib/dependencies/DuplicateDetector.d.ts +7 -0
  1150. package/dist/node/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
  1151. package/dist/node/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
  1152. package/dist/node/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
  1153. package/dist/node/lib/dependencies/index.d.ts +4 -0
  1154. package/dist/node/lib/dependencies/index.d.ts.map +1 -0
  1155. package/dist/node/lib/dependencies/workspaceCycles.d.ts +15 -0
  1156. package/dist/node/lib/dependencies/workspaceCycles.d.ts.map +1 -0
  1157. package/dist/node/lib/deprecationMigrate.d.ts +2 -0
  1158. package/dist/node/lib/deprecationMigrate.d.ts.map +1 -0
  1159. package/dist/node/lib/eslintCache.d.ts +4 -0
  1160. package/dist/node/lib/eslintCache.d.ts.map +1 -0
  1161. package/dist/node/lib/file/ReadFileSyncOptions.d.ts +6 -0
  1162. package/dist/node/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
  1163. package/dist/node/lib/file/constants.d.ts +3 -0
  1164. package/dist/node/lib/file/constants.d.ts.map +1 -0
  1165. package/dist/node/lib/file/fileLines.d.ts +6 -0
  1166. package/dist/node/lib/file/fileLines.d.ts.map +1 -0
  1167. package/dist/node/lib/file/index.d.ts +5 -0
  1168. package/dist/node/lib/file/index.d.ts.map +1 -0
  1169. package/dist/node/lib/file/tryReadFileSync.d.ts +4 -0
  1170. package/dist/node/lib/file/tryReadFileSync.d.ts.map +1 -0
  1171. package/dist/node/lib/fillTemplate.d.ts +2 -0
  1172. package/dist/node/lib/fillTemplate.d.ts.map +1 -0
  1173. package/dist/node/lib/generateIgnoreFiles.d.ts +2 -0
  1174. package/dist/node/lib/generateIgnoreFiles.d.ts.map +1 -0
  1175. package/dist/node/lib/gitConfig.d.ts +25 -0
  1176. package/dist/node/lib/gitConfig.d.ts.map +1 -0
  1177. package/dist/node/lib/gitignoreTemplate.d.ts +2 -0
  1178. package/dist/node/lib/gitignoreTemplate.d.ts.map +1 -0
  1179. package/dist/node/lib/index.d.ts +45 -0
  1180. package/dist/node/lib/index.d.ts.map +1 -0
  1181. package/dist/node/lib/initCwd.d.ts +2 -0
  1182. package/dist/node/lib/initCwd.d.ts.map +1 -0
  1183. package/dist/node/lib/jsonFormatters.d.ts +2 -0
  1184. package/dist/node/lib/jsonFormatters.d.ts.map +1 -0
  1185. package/dist/node/lib/latestVersions.d.ts +8 -0
  1186. package/dist/node/lib/latestVersions.d.ts.map +1 -0
  1187. package/dist/node/lib/loadConfig.d.ts +10 -0
  1188. package/dist/node/lib/loadConfig.d.ts.map +1 -0
  1189. package/dist/node/lib/match.d.ts +21 -0
  1190. package/dist/node/lib/match.d.ts.map +1 -0
  1191. package/dist/node/lib/npmLatestVersion.d.ts +3 -0
  1192. package/dist/node/lib/npmLatestVersion.d.ts.map +1 -0
  1193. package/dist/node/lib/packageManagerRuntime.d.ts +25 -0
  1194. package/dist/node/lib/packageManagerRuntime.d.ts.map +1 -0
  1195. package/dist/node/lib/packageName.d.ts +2 -0
  1196. package/dist/node/lib/packageName.d.ts.map +1 -0
  1197. package/dist/node/lib/parsedPackageJson.d.ts +2 -0
  1198. package/dist/node/lib/parsedPackageJson.d.ts.map +1 -0
  1199. package/dist/node/lib/pnpmConfig/index.d.ts +2 -0
  1200. package/dist/node/lib/pnpmConfig/index.d.ts.map +1 -0
  1201. package/dist/node/lib/pnpmConfig/readMinReleaseAge.d.ts +18 -0
  1202. package/dist/node/lib/pnpmConfig/readMinReleaseAge.d.ts.map +1 -0
  1203. package/dist/node/lib/processEx.d.ts +2 -0
  1204. package/dist/node/lib/processEx.d.ts.map +1 -0
  1205. package/dist/node/lib/repoTemplates.d.ts +7 -0
  1206. package/dist/node/lib/repoTemplates.d.ts.map +1 -0
  1207. package/dist/node/lib/reporting/index.d.ts +3 -0
  1208. package/dist/node/lib/reporting/index.d.ts.map +1 -0
  1209. package/dist/node/lib/reporting/runWithEnvelope.d.ts +15 -0
  1210. package/dist/node/lib/reporting/runWithEnvelope.d.ts.map +1 -0
  1211. package/dist/node/lib/reporting/xyReporter.d.ts +27 -0
  1212. package/dist/node/lib/reporting/xyReporter.d.ts.map +1 -0
  1213. package/dist/node/lib/runSteps.d.ts +3 -0
  1214. package/dist/node/lib/runSteps.d.ts.map +1 -0
  1215. package/dist/node/lib/runStepsAsync.d.ts +4 -0
  1216. package/dist/node/lib/runStepsAsync.d.ts.map +1 -0
  1217. package/dist/node/lib/runXy.d.ts +2 -0
  1218. package/dist/node/lib/runXy.d.ts.map +1 -0
  1219. package/dist/node/lib/runXyWithWarning.d.ts +2 -0
  1220. package/dist/node/lib/runXyWithWarning.d.ts.map +1 -0
  1221. package/dist/node/lib/safeExit.d.ts +8 -0
  1222. package/dist/node/lib/safeExit.d.ts.map +1 -0
  1223. package/dist/node/lib/secure/classify.d.ts +8 -0
  1224. package/dist/node/lib/secure/classify.d.ts.map +1 -0
  1225. package/dist/node/lib/secure/collectDeclaredDependencies.d.ts +6 -0
  1226. package/dist/node/lib/secure/collectDeclaredDependencies.d.ts.map +1 -0
  1227. package/dist/node/lib/secure/fetchPackageSecurityMetadata.d.ts +8 -0
  1228. package/dist/node/lib/secure/fetchPackageSecurityMetadata.d.ts.map +1 -0
  1229. package/dist/node/lib/secure/index.d.ts +7 -0
  1230. package/dist/node/lib/secure/index.d.ts.map +1 -0
  1231. package/dist/node/lib/secure/interfaces.d.ts +35 -0
  1232. package/dist/node/lib/secure/interfaces.d.ts.map +1 -0
  1233. package/dist/node/lib/secure/renderSecurityAudit.d.ts +4 -0
  1234. package/dist/node/lib/secure/renderSecurityAudit.d.ts.map +1 -0
  1235. package/dist/node/lib/secure/runSecurityAudit.d.ts +15 -0
  1236. package/dist/node/lib/secure/runSecurityAudit.d.ts.map +1 -0
  1237. package/dist/node/lib/shouldRunInstall.d.ts +2 -0
  1238. package/dist/node/lib/shouldRunInstall.d.ts.map +1 -0
  1239. package/dist/node/lib/string/empty.d.ts +3 -0
  1240. package/dist/node/lib/string/empty.d.ts.map +1 -0
  1241. package/dist/node/lib/string/index.d.ts +4 -0
  1242. package/dist/node/lib/string/index.d.ts.map +1 -0
  1243. package/dist/node/lib/string/localeCompare.d.ts +2 -0
  1244. package/dist/node/lib/string/localeCompare.d.ts.map +1 -0
  1245. package/dist/node/lib/string/union.d.ts +2 -0
  1246. package/dist/node/lib/string/union.d.ts.map +1 -0
  1247. package/dist/node/lib/toolchainVersion.d.ts +3 -0
  1248. package/dist/node/lib/toolchainVersion.d.ts.map +1 -0
  1249. package/dist/node/lib/tryRunLocalScript.d.ts +10 -0
  1250. package/dist/node/lib/tryRunLocalScript.d.ts.map +1 -0
  1251. package/dist/node/lib/updo/applyUpdates.d.ts +4 -0
  1252. package/dist/node/lib/updo/applyUpdates.d.ts.map +1 -0
  1253. package/dist/node/lib/updo/collectWorkspaceDeps.d.ts +4 -0
  1254. package/dist/node/lib/updo/collectWorkspaceDeps.d.ts.map +1 -0
  1255. package/dist/node/lib/updo/fetchRegistryInfo.d.ts +37 -0
  1256. package/dist/node/lib/updo/fetchRegistryInfo.d.ts.map +1 -0
  1257. package/dist/node/lib/updo/index.d.ts +9 -0
  1258. package/dist/node/lib/updo/index.d.ts.map +1 -0
  1259. package/dist/node/lib/updo/interactiveSelect.d.ts +31 -0
  1260. package/dist/node/lib/updo/interactiveSelect.d.ts.map +1 -0
  1261. package/dist/node/lib/updo/interfaces.d.ts +50 -0
  1262. package/dist/node/lib/updo/interfaces.d.ts.map +1 -0
  1263. package/dist/node/lib/updo/renderTable.d.ts +3 -0
  1264. package/dist/node/lib/updo/renderTable.d.ts.map +1 -0
  1265. package/dist/node/lib/updo/resolveVersions.d.ts +19 -0
  1266. package/dist/node/lib/updo/resolveVersions.d.ts.map +1 -0
  1267. package/dist/node/lib/updo/runUpdo.d.ts +27 -0
  1268. package/dist/node/lib/updo/runUpdo.d.ts.map +1 -0
  1269. package/dist/node/lib/withErrnoException.d.ts +2 -0
  1270. package/dist/node/lib/withErrnoException.d.ts.map +1 -0
  1271. package/dist/node/lib/withError.d.ts +2 -0
  1272. package/dist/node/lib/withError.d.ts.map +1 -0
  1273. package/dist/node/lib/yarn/index.d.ts +3 -0
  1274. package/dist/node/lib/yarn/index.d.ts.map +1 -0
  1275. package/dist/node/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
  1276. package/dist/node/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
  1277. package/dist/node/lib/yarn/workspace/Workspace.d.ts +2 -0
  1278. package/dist/node/lib/yarn/workspace/Workspace.d.ts.map +1 -0
  1279. package/dist/node/lib/yarn/workspace/index.d.ts +3 -0
  1280. package/dist/node/lib/yarn/workspace/index.d.ts.map +1 -0
  1281. package/dist/node/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
  1282. package/dist/node/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
  1283. package/dist/node/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
  1284. package/dist/node/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
  1285. package/dist/node/loadPackageConfig.d.ts +40 -0
  1286. package/dist/node/loadPackageConfig.d.ts.map +1 -0
  1287. package/dist/node/pm/PackageManager.d.ts +85 -0
  1288. package/dist/node/pm/PackageManager.d.ts.map +1 -0
  1289. package/dist/node/pm/bunPackageManager.d.ts +20 -0
  1290. package/dist/node/pm/bunPackageManager.d.ts.map +1 -0
  1291. package/dist/node/pm/detectPackageManager.d.ts +3 -0
  1292. package/dist/node/pm/detectPackageManager.d.ts.map +1 -0
  1293. package/dist/node/pm/index.d.ts +11 -0
  1294. package/dist/node/pm/index.d.ts.map +1 -0
  1295. package/dist/node/pm/isReactProject.d.ts +3 -0
  1296. package/dist/node/pm/isReactProject.d.ts.map +1 -0
  1297. package/dist/node/pm/npmPackageManager.d.ts +20 -0
  1298. package/dist/node/pm/npmPackageManager.d.ts.map +1 -0
  1299. package/dist/node/pm/pnpmPackageManager.d.ts +20 -0
  1300. package/dist/node/pm/pnpmPackageManager.d.ts.map +1 -0
  1301. package/dist/node/pm/registry.d.ts +5 -0
  1302. package/dist/node/pm/registry.d.ts.map +1 -0
  1303. package/dist/node/pm/resolveWorkspace.d.ts +3 -0
  1304. package/dist/node/pm/resolveWorkspace.d.ts.map +1 -0
  1305. package/dist/node/pm/runtime.d.ts +2 -0
  1306. package/dist/node/pm/runtime.d.ts.map +1 -0
  1307. package/dist/node/pm/workspaces.d.ts +15 -0
  1308. package/dist/node/pm/workspaces.d.ts.map +1 -0
  1309. package/dist/node/pm/yarnPackageManager.d.ts +20 -0
  1310. package/dist/node/pm/yarnPackageManager.d.ts.map +1 -0
  1311. package/dist/node/xy/build/buildCommand.d.ts +3 -0
  1312. package/dist/node/xy/build/buildCommand.d.ts.map +1 -0
  1313. package/dist/node/xy/build/compileCommand.d.ts +3 -0
  1314. package/dist/node/xy/build/compileCommand.d.ts.map +1 -0
  1315. package/dist/node/xy/build/copyAssetsCommand.d.ts +3 -0
  1316. package/dist/node/xy/build/copyAssetsCommand.d.ts.map +1 -0
  1317. package/dist/node/xy/build/index.d.ts +3 -0
  1318. package/dist/node/xy/build/index.d.ts.map +1 -0
  1319. package/dist/node/xy/build/rebuildCommand.d.ts +3 -0
  1320. package/dist/node/xy/build/rebuildCommand.d.ts.map +1 -0
  1321. package/dist/node/xy/build/recompileCommand.d.ts +3 -0
  1322. package/dist/node/xy/build/recompileCommand.d.ts.map +1 -0
  1323. package/dist/node/xy/build/tscValidateCommand.d.ts +3 -0
  1324. package/dist/node/xy/build/tscValidateCommand.d.ts.map +1 -0
  1325. package/dist/node/xy/common/checkCommand.d.ts +3 -0
  1326. package/dist/node/xy/common/checkCommand.d.ts.map +1 -0
  1327. package/dist/node/xy/common/deadCommand.d.ts +3 -0
  1328. package/dist/node/xy/common/deadCommand.d.ts.map +1 -0
  1329. package/dist/node/xy/common/gitignoreCommand.d.ts +3 -0
  1330. package/dist/node/xy/common/gitignoreCommand.d.ts.map +1 -0
  1331. package/dist/node/xy/common/gitlintCommand.d.ts +3 -0
  1332. package/dist/node/xy/common/gitlintCommand.d.ts.map +1 -0
  1333. package/dist/node/xy/common/index.d.ts +3 -0
  1334. package/dist/node/xy/common/index.d.ts.map +1 -0
  1335. package/dist/node/xy/common/licenseCommand.d.ts +3 -0
  1336. package/dist/node/xy/common/licenseCommand.d.ts.map +1 -0
  1337. package/dist/node/xy/common/npmignoreGenCommand.d.ts +3 -0
  1338. package/dist/node/xy/common/npmignoreGenCommand.d.ts.map +1 -0
  1339. package/dist/node/xy/common/orphan/cleanCommand.d.ts +3 -0
  1340. package/dist/node/xy/common/orphan/cleanCommand.d.ts.map +1 -0
  1341. package/dist/node/xy/common/orphan/index.d.ts +3 -0
  1342. package/dist/node/xy/common/orphan/index.d.ts.map +1 -0
  1343. package/dist/node/xy/common/orphan/listCommand.d.ts +3 -0
  1344. package/dist/node/xy/common/orphan/listCommand.d.ts.map +1 -0
  1345. package/dist/node/xy/common/packmanCommand.d.ts +3 -0
  1346. package/dist/node/xy/common/packmanCommand.d.ts.map +1 -0
  1347. package/dist/node/xy/common/repo/index.d.ts +3 -0
  1348. package/dist/node/xy/common/repo/index.d.ts.map +1 -0
  1349. package/dist/node/xy/common/repo/initCommand.d.ts +3 -0
  1350. package/dist/node/xy/common/repo/initCommand.d.ts.map +1 -0
  1351. package/dist/node/xy/common/repo/lintCommand.d.ts +3 -0
  1352. package/dist/node/xy/common/repo/lintCommand.d.ts.map +1 -0
  1353. package/dist/node/xy/common/retestCommand.d.ts +3 -0
  1354. package/dist/node/xy/common/retestCommand.d.ts.map +1 -0
  1355. package/dist/node/xy/common/secureCommand.d.ts +3 -0
  1356. package/dist/node/xy/common/secureCommand.d.ts.map +1 -0
  1357. package/dist/node/xy/common/skills/index.d.ts +3 -0
  1358. package/dist/node/xy/common/skills/index.d.ts.map +1 -0
  1359. package/dist/node/xy/common/testCommand.d.ts +3 -0
  1360. package/dist/node/xy/common/testCommand.d.ts.map +1 -0
  1361. package/dist/node/xy/common/work/addCommand.d.ts +3 -0
  1362. package/dist/node/xy/common/work/addCommand.d.ts.map +1 -0
  1363. package/dist/node/xy/common/work/claimCommand.d.ts +3 -0
  1364. package/dist/node/xy/common/work/claimCommand.d.ts.map +1 -0
  1365. package/dist/node/xy/common/work/doneCommand.d.ts +3 -0
  1366. package/dist/node/xy/common/work/doneCommand.d.ts.map +1 -0
  1367. package/dist/node/xy/common/work/index.d.ts +3 -0
  1368. package/dist/node/xy/common/work/index.d.ts.map +1 -0
  1369. package/dist/node/xy/common/work/initCommand.d.ts +3 -0
  1370. package/dist/node/xy/common/work/initCommand.d.ts.map +1 -0
  1371. package/dist/node/xy/common/work/listCommand.d.ts +3 -0
  1372. package/dist/node/xy/common/work/listCommand.d.ts.map +1 -0
  1373. package/dist/node/xy/common/work/nextCommand.d.ts +3 -0
  1374. package/dist/node/xy/common/work/nextCommand.d.ts.map +1 -0
  1375. package/dist/node/xy/common/work/options.d.ts +5 -0
  1376. package/dist/node/xy/common/work/options.d.ts.map +1 -0
  1377. package/dist/node/xy/common/work/queueCommand.d.ts +3 -0
  1378. package/dist/node/xy/common/work/queueCommand.d.ts.map +1 -0
  1379. package/dist/node/xy/common/work/showCommand.d.ts +3 -0
  1380. package/dist/node/xy/common/work/showCommand.d.ts.map +1 -0
  1381. package/dist/node/xy/common/work/triageCommand.d.ts +3 -0
  1382. package/dist/node/xy/common/work/triageCommand.d.ts.map +1 -0
  1383. package/dist/node/xy/common/work/updateCommand.d.ts +3 -0
  1384. package/dist/node/xy/common/work/updateCommand.d.ts.map +1 -0
  1385. package/dist/node/xy/deploy/deployCommand.d.ts +3 -0
  1386. package/dist/node/xy/deploy/deployCommand.d.ts.map +1 -0
  1387. package/dist/node/xy/deploy/index.d.ts +3 -0
  1388. package/dist/node/xy/deploy/index.d.ts.map +1 -0
  1389. package/dist/node/xy/deploy/publishCommand.d.ts +3 -0
  1390. package/dist/node/xy/deploy/publishCommand.d.ts.map +1 -0
  1391. package/dist/node/xy/index.d.ts +9 -0
  1392. package/dist/node/xy/index.d.ts.map +1 -0
  1393. package/dist/node/xy/install/cleanCommand.d.ts +3 -0
  1394. package/dist/node/xy/install/cleanCommand.d.ts.map +1 -0
  1395. package/dist/node/xy/install/index.d.ts +3 -0
  1396. package/dist/node/xy/install/index.d.ts.map +1 -0
  1397. package/dist/node/xy/install/installCommand.d.ts +3 -0
  1398. package/dist/node/xy/install/installCommand.d.ts.map +1 -0
  1399. package/dist/node/xy/install/reinstallCommand.d.ts +3 -0
  1400. package/dist/node/xy/install/reinstallCommand.d.ts.map +1 -0
  1401. package/dist/node/xy/install/staticsCommand.d.ts +3 -0
  1402. package/dist/node/xy/install/staticsCommand.d.ts.map +1 -0
  1403. package/dist/node/xy/install/upCommand.d.ts +3 -0
  1404. package/dist/node/xy/install/upCommand.d.ts.map +1 -0
  1405. package/dist/node/xy/install/updoCommand.d.ts +3 -0
  1406. package/dist/node/xy/install/updoCommand.d.ts.map +1 -0
  1407. package/dist/node/xy/lint/apiExposureCommand.d.ts +3 -0
  1408. package/dist/node/xy/lint/apiExposureCommand.d.ts.map +1 -0
  1409. package/dist/node/xy/lint/cycleCommand.d.ts +3 -0
  1410. package/dist/node/xy/lint/cycleCommand.d.ts.map +1 -0
  1411. package/dist/node/xy/lint/deplintCommand.d.ts +3 -0
  1412. package/dist/node/xy/lint/deplintCommand.d.ts.map +1 -0
  1413. package/dist/node/xy/lint/fixCommand.d.ts +3 -0
  1414. package/dist/node/xy/lint/fixCommand.d.ts.map +1 -0
  1415. package/dist/node/xy/lint/index.d.ts +3 -0
  1416. package/dist/node/xy/lint/index.d.ts.map +1 -0
  1417. package/dist/node/xy/lint/lint/configCommand.d.ts +5 -0
  1418. package/dist/node/xy/lint/lint/configCommand.d.ts.map +1 -0
  1419. package/dist/node/xy/lint/lint/index.d.ts +3 -0
  1420. package/dist/node/xy/lint/lint/index.d.ts.map +1 -0
  1421. package/dist/node/xy/lint/lint/initCommand.d.ts +3 -0
  1422. package/dist/node/xy/lint/lint/initCommand.d.ts.map +1 -0
  1423. package/dist/node/xy/lint/lint/runCommand.d.ts +3 -0
  1424. package/dist/node/xy/lint/lint/runCommand.d.ts.map +1 -0
  1425. package/dist/node/xy/lint/lintCommand.d.ts +2 -0
  1426. package/dist/node/xy/lint/lintCommand.d.ts.map +1 -0
  1427. package/dist/node/xy/lint/lintlintCommand.d.ts +3 -0
  1428. package/dist/node/xy/lint/lintlintCommand.d.ts.map +1 -0
  1429. package/dist/node/xy/lint/nodeLintCommand.d.ts +3 -0
  1430. package/dist/node/xy/lint/nodeLintCommand.d.ts.map +1 -0
  1431. package/dist/node/xy/lint/publintCommand.d.ts +3 -0
  1432. package/dist/node/xy/lint/publintCommand.d.ts.map +1 -0
  1433. package/dist/node/xy/lint/relintCommand.d.ts +3 -0
  1434. package/dist/node/xy/lint/relintCommand.d.ts.map +1 -0
  1435. package/dist/node/xy/lint/republintCommand.d.ts +3 -0
  1436. package/dist/node/xy/lint/republintCommand.d.ts.map +1 -0
  1437. package/dist/node/xy/lint/sonarCommand.d.ts +3 -0
  1438. package/dist/node/xy/lint/sonarCommand.d.ts.map +1 -0
  1439. package/dist/node/xy/packageManagerWarning.d.ts +4 -0
  1440. package/dist/node/xy/packageManagerWarning.d.ts.map +1 -0
  1441. package/dist/node/xy/param.d.ts +5 -0
  1442. package/dist/node/xy/param.d.ts.map +1 -0
  1443. package/dist/node/xy/react/analyzeCommand.d.ts +3 -0
  1444. package/dist/node/xy/react/analyzeCommand.d.ts.map +1 -0
  1445. package/dist/node/xy/react/ejectCommand.d.ts +3 -0
  1446. package/dist/node/xy/react/ejectCommand.d.ts.map +1 -0
  1447. package/dist/node/xy/react/index.d.ts +3 -0
  1448. package/dist/node/xy/react/index.d.ts.map +1 -0
  1449. package/dist/node/xy/react/sitemapCommand.d.ts +3 -0
  1450. package/dist/node/xy/react/sitemapCommand.d.ts.map +1 -0
  1451. package/dist/node/xy/react/startCommand.d.ts +3 -0
  1452. package/dist/node/xy/react/startCommand.d.ts.map +1 -0
  1453. package/dist/node/xy/xy.d.ts +20 -0
  1454. package/dist/node/xy/xy.d.ts.map +1 -0
  1455. package/dist/node/xy/xyParseOptions.d.ts +3 -0
  1456. package/dist/node/xy/xyParseOptions.d.ts.map +1 -0
  1457. package/dist/pm/PackageManager.d.ts +85 -0
  1458. package/dist/pm/PackageManager.d.ts.map +1 -0
  1459. package/dist/pm/bunPackageManager.d.ts +20 -0
  1460. package/dist/pm/bunPackageManager.d.ts.map +1 -0
  1461. package/dist/pm/detectPackageManager.d.ts +3 -0
  1462. package/dist/pm/detectPackageManager.d.ts.map +1 -0
  1463. package/dist/pm/detectReact.d.ts +3 -0
  1464. package/dist/pm/detectReact.d.ts.map +1 -0
  1465. package/dist/pm/index.d.ts +11 -0
  1466. package/dist/pm/index.d.ts.map +1 -0
  1467. package/dist/pm/isReactProject.d.ts +3 -0
  1468. package/dist/pm/isReactProject.d.ts.map +1 -0
  1469. package/dist/pm/npmPackageManager.d.ts +20 -0
  1470. package/dist/pm/npmPackageManager.d.ts.map +1 -0
  1471. package/dist/pm/pnpmPackageManager.d.ts +20 -0
  1472. package/dist/pm/pnpmPackageManager.d.ts.map +1 -0
  1473. package/dist/pm/registry.d.ts +5 -0
  1474. package/dist/pm/registry.d.ts.map +1 -0
  1475. package/dist/pm/resolveWorkspace.d.ts +3 -0
  1476. package/dist/pm/resolveWorkspace.d.ts.map +1 -0
  1477. package/dist/pm/runtime.d.ts +2 -0
  1478. package/dist/pm/runtime.d.ts.map +1 -0
  1479. package/dist/pm/workspaces.d.ts +15 -0
  1480. package/dist/pm/workspaces.d.ts.map +1 -0
  1481. package/dist/pm/yarnPackageManager.d.ts +20 -0
  1482. package/dist/pm/yarnPackageManager.d.ts.map +1 -0
  1483. package/dist/xy/build/buildCommand.d.ts +3 -0
  1484. package/dist/xy/build/buildCommand.d.ts.map +1 -0
  1485. package/dist/xy/build/compileCommand.d.ts +3 -0
  1486. package/dist/xy/build/compileCommand.d.ts.map +1 -0
  1487. package/dist/xy/build/copyAssetsCommand.d.ts +3 -0
  1488. package/dist/xy/build/copyAssetsCommand.d.ts.map +1 -0
  1489. package/dist/xy/build/index.d.ts +3 -0
  1490. package/dist/xy/build/index.d.ts.map +1 -0
  1491. package/dist/xy/build/rebuildCommand.d.ts +3 -0
  1492. package/dist/xy/build/rebuildCommand.d.ts.map +1 -0
  1493. package/dist/xy/build/recompileCommand.d.ts +3 -0
  1494. package/dist/xy/build/recompileCommand.d.ts.map +1 -0
  1495. package/dist/xy/build/tscValidateCommand.d.ts +3 -0
  1496. package/dist/xy/build/tscValidateCommand.d.ts.map +1 -0
  1497. package/dist/xy/common/checkCommand.d.ts +3 -0
  1498. package/dist/xy/common/checkCommand.d.ts.map +1 -0
  1499. package/dist/xy/common/claude/checkCommand.d.ts +3 -0
  1500. package/dist/xy/common/claude/checkCommand.d.ts.map +1 -0
  1501. package/dist/xy/common/claude/cleanCommand.d.ts +3 -0
  1502. package/dist/xy/common/claude/cleanCommand.d.ts.map +1 -0
  1503. package/dist/xy/common/claude/commandsCommand.d.ts +3 -0
  1504. package/dist/xy/common/claude/commandsCommand.d.ts.map +1 -0
  1505. package/dist/xy/common/claude/index.d.ts +3 -0
  1506. package/dist/xy/common/claude/index.d.ts.map +1 -0
  1507. package/dist/xy/common/claude/initCommand.d.ts +3 -0
  1508. package/dist/xy/common/claude/initCommand.d.ts.map +1 -0
  1509. package/dist/xy/common/claude/rulesCommand.d.ts +3 -0
  1510. package/dist/xy/common/claude/rulesCommand.d.ts.map +1 -0
  1511. package/dist/xy/common/claude/settingsCommand.d.ts +3 -0
  1512. package/dist/xy/common/claude/settingsCommand.d.ts.map +1 -0
  1513. package/dist/xy/common/claude/skillsCommand.d.ts +3 -0
  1514. package/dist/xy/common/claude/skillsCommand.d.ts.map +1 -0
  1515. package/dist/xy/common/deadCommand.d.ts +3 -0
  1516. package/dist/xy/common/deadCommand.d.ts.map +1 -0
  1517. package/dist/xy/common/gitignoreCommand.d.ts +3 -0
  1518. package/dist/xy/common/gitignoreCommand.d.ts.map +1 -0
  1519. package/dist/xy/common/gitlintCommand.d.ts +3 -0
  1520. package/dist/xy/common/gitlintCommand.d.ts.map +1 -0
  1521. package/dist/xy/common/index.d.ts +3 -0
  1522. package/dist/xy/common/index.d.ts.map +1 -0
  1523. package/dist/xy/common/licenseCommand.d.ts +3 -0
  1524. package/dist/xy/common/licenseCommand.d.ts.map +1 -0
  1525. package/dist/xy/common/npmignoreGenCommand.d.ts +3 -0
  1526. package/dist/xy/common/npmignoreGenCommand.d.ts.map +1 -0
  1527. package/dist/xy/common/orphan/cleanCommand.d.ts +3 -0
  1528. package/dist/xy/common/orphan/cleanCommand.d.ts.map +1 -0
  1529. package/dist/xy/common/orphan/index.d.ts +3 -0
  1530. package/dist/xy/common/orphan/index.d.ts.map +1 -0
  1531. package/dist/xy/common/orphan/listCommand.d.ts +3 -0
  1532. package/dist/xy/common/orphan/listCommand.d.ts.map +1 -0
  1533. package/dist/xy/common/packmanCommand.d.ts +3 -0
  1534. package/dist/xy/common/packmanCommand.d.ts.map +1 -0
  1535. package/dist/xy/common/repo/index.d.ts +3 -0
  1536. package/dist/xy/common/repo/index.d.ts.map +1 -0
  1537. package/dist/xy/common/repo/initCommand.d.ts +3 -0
  1538. package/dist/xy/common/repo/initCommand.d.ts.map +1 -0
  1539. package/dist/xy/common/repo/lintCommand.d.ts +3 -0
  1540. package/dist/xy/common/repo/lintCommand.d.ts.map +1 -0
  1541. package/dist/xy/common/retestCommand.d.ts +3 -0
  1542. package/dist/xy/common/retestCommand.d.ts.map +1 -0
  1543. package/dist/xy/common/secureCommand.d.ts +3 -0
  1544. package/dist/xy/common/secureCommand.d.ts.map +1 -0
  1545. package/dist/xy/common/skills/addCommand.d.ts +3 -0
  1546. package/dist/xy/common/skills/addCommand.d.ts.map +1 -0
  1547. package/dist/xy/common/skills/experimentalInstallCommand.d.ts +3 -0
  1548. package/dist/xy/common/skills/experimentalInstallCommand.d.ts.map +1 -0
  1549. package/dist/xy/common/skills/experimentalSyncCommand.d.ts +3 -0
  1550. package/dist/xy/common/skills/experimentalSyncCommand.d.ts.map +1 -0
  1551. package/dist/xy/common/skills/findCommand.d.ts +3 -0
  1552. package/dist/xy/common/skills/findCommand.d.ts.map +1 -0
  1553. package/dist/xy/common/skills/index.d.ts +3 -0
  1554. package/dist/xy/common/skills/index.d.ts.map +1 -0
  1555. package/dist/xy/common/skills/initCommand.d.ts +3 -0
  1556. package/dist/xy/common/skills/initCommand.d.ts.map +1 -0
  1557. package/dist/xy/common/skills/lintCommand.d.ts +3 -0
  1558. package/dist/xy/common/skills/lintCommand.d.ts.map +1 -0
  1559. package/dist/xy/common/skills/listCommand.d.ts +3 -0
  1560. package/dist/xy/common/skills/listCommand.d.ts.map +1 -0
  1561. package/dist/xy/common/skills/removeCommand.d.ts +3 -0
  1562. package/dist/xy/common/skills/removeCommand.d.ts.map +1 -0
  1563. package/dist/xy/common/skills/updateCommand.d.ts +3 -0
  1564. package/dist/xy/common/skills/updateCommand.d.ts.map +1 -0
  1565. package/dist/xy/common/skills/updoCommand.d.ts +3 -0
  1566. package/dist/xy/common/skills/updoCommand.d.ts.map +1 -0
  1567. package/dist/xy/common/testCommand.d.ts +3 -0
  1568. package/dist/xy/common/testCommand.d.ts.map +1 -0
  1569. package/dist/xy/common/work/addCommand.d.ts +3 -0
  1570. package/dist/xy/common/work/addCommand.d.ts.map +1 -0
  1571. package/dist/xy/common/work/claimCommand.d.ts +3 -0
  1572. package/dist/xy/common/work/claimCommand.d.ts.map +1 -0
  1573. package/dist/xy/common/work/doneCommand.d.ts +3 -0
  1574. package/dist/xy/common/work/doneCommand.d.ts.map +1 -0
  1575. package/dist/xy/common/work/index.d.ts +3 -0
  1576. package/dist/xy/common/work/index.d.ts.map +1 -0
  1577. package/dist/xy/common/work/initCommand.d.ts +3 -0
  1578. package/dist/xy/common/work/initCommand.d.ts.map +1 -0
  1579. package/dist/xy/common/work/listCommand.d.ts +3 -0
  1580. package/dist/xy/common/work/listCommand.d.ts.map +1 -0
  1581. package/dist/xy/common/work/nextCommand.d.ts +3 -0
  1582. package/dist/xy/common/work/nextCommand.d.ts.map +1 -0
  1583. package/dist/xy/common/work/options.d.ts +5 -0
  1584. package/dist/xy/common/work/options.d.ts.map +1 -0
  1585. package/dist/xy/common/work/queueCommand.d.ts +3 -0
  1586. package/dist/xy/common/work/queueCommand.d.ts.map +1 -0
  1587. package/dist/xy/common/work/showCommand.d.ts +3 -0
  1588. package/dist/xy/common/work/showCommand.d.ts.map +1 -0
  1589. package/dist/xy/common/work/triageCommand.d.ts +3 -0
  1590. package/dist/xy/common/work/triageCommand.d.ts.map +1 -0
  1591. package/dist/xy/common/work/updateCommand.d.ts +3 -0
  1592. package/dist/xy/common/work/updateCommand.d.ts.map +1 -0
  1593. package/dist/xy/deploy/deployCommand.d.ts +3 -0
  1594. package/dist/xy/deploy/deployCommand.d.ts.map +1 -0
  1595. package/dist/xy/deploy/index.d.ts +3 -0
  1596. package/dist/xy/deploy/index.d.ts.map +1 -0
  1597. package/dist/xy/deploy/publishCommand.d.ts +3 -0
  1598. package/dist/xy/deploy/publishCommand.d.ts.map +1 -0
  1599. package/dist/xy/index.d.ts +9 -0
  1600. package/dist/xy/index.d.ts.map +1 -0
  1601. package/dist/xy/install/cleanCommand.d.ts +3 -0
  1602. package/dist/xy/install/cleanCommand.d.ts.map +1 -0
  1603. package/dist/xy/install/index.d.ts +3 -0
  1604. package/dist/xy/install/index.d.ts.map +1 -0
  1605. package/dist/xy/install/installCommand.d.ts +3 -0
  1606. package/dist/xy/install/installCommand.d.ts.map +1 -0
  1607. package/dist/xy/install/reinstallCommand.d.ts +3 -0
  1608. package/dist/xy/install/reinstallCommand.d.ts.map +1 -0
  1609. package/dist/xy/install/staticsCommand.d.ts +3 -0
  1610. package/dist/xy/install/staticsCommand.d.ts.map +1 -0
  1611. package/dist/xy/install/upCommand.d.ts +3 -0
  1612. package/dist/xy/install/upCommand.d.ts.map +1 -0
  1613. package/dist/xy/install/updoCommand.d.ts +3 -0
  1614. package/dist/xy/install/updoCommand.d.ts.map +1 -0
  1615. package/dist/xy/install/upskillsCommand.d.ts +3 -0
  1616. package/dist/xy/install/upskillsCommand.d.ts.map +1 -0
  1617. package/dist/xy/lint/apiExposureCommand.d.ts +3 -0
  1618. package/dist/xy/lint/apiExposureCommand.d.ts.map +1 -0
  1619. package/dist/xy/lint/cycleCommand.d.ts +3 -0
  1620. package/dist/xy/lint/cycleCommand.d.ts.map +1 -0
  1621. package/dist/xy/lint/deplintCommand.d.ts +3 -0
  1622. package/dist/xy/lint/deplintCommand.d.ts.map +1 -0
  1623. package/dist/xy/lint/fixCommand.d.ts +3 -0
  1624. package/dist/xy/lint/fixCommand.d.ts.map +1 -0
  1625. package/dist/xy/lint/index.d.ts +3 -0
  1626. package/dist/xy/lint/index.d.ts.map +1 -0
  1627. package/dist/xy/lint/lint/configCommand.d.ts +5 -0
  1628. package/dist/xy/lint/lint/configCommand.d.ts.map +1 -0
  1629. package/dist/xy/lint/lint/index.d.ts +3 -0
  1630. package/dist/xy/lint/lint/index.d.ts.map +1 -0
  1631. package/dist/xy/lint/lint/initCommand.d.ts +3 -0
  1632. package/dist/xy/lint/lint/initCommand.d.ts.map +1 -0
  1633. package/dist/xy/lint/lint/runCommand.d.ts +3 -0
  1634. package/dist/xy/lint/lint/runCommand.d.ts.map +1 -0
  1635. package/dist/xy/lint/lintCommand.d.ts +2 -0
  1636. package/dist/xy/lint/lintCommand.d.ts.map +1 -0
  1637. package/dist/xy/lint/lintlintCommand.d.ts +3 -0
  1638. package/dist/xy/lint/lintlintCommand.d.ts.map +1 -0
  1639. package/dist/xy/lint/nodeLintCommand.d.ts +3 -0
  1640. package/dist/xy/lint/nodeLintCommand.d.ts.map +1 -0
  1641. package/dist/xy/lint/publintCommand.d.ts +3 -0
  1642. package/dist/xy/lint/publintCommand.d.ts.map +1 -0
  1643. package/dist/xy/lint/relintCommand.d.ts +3 -0
  1644. package/dist/xy/lint/relintCommand.d.ts.map +1 -0
  1645. package/dist/xy/lint/republintCommand.d.ts +3 -0
  1646. package/dist/xy/lint/republintCommand.d.ts.map +1 -0
  1647. package/dist/xy/lint/sonarCommand.d.ts +3 -0
  1648. package/dist/xy/lint/sonarCommand.d.ts.map +1 -0
  1649. package/dist/xy/packageManagerWarning.d.ts +4 -0
  1650. package/dist/xy/packageManagerWarning.d.ts.map +1 -0
  1651. package/dist/xy/param.d.ts +5 -0
  1652. package/dist/xy/param.d.ts.map +1 -0
  1653. package/dist/xy/react/analyzeCommand.d.ts +3 -0
  1654. package/dist/xy/react/analyzeCommand.d.ts.map +1 -0
  1655. package/dist/xy/react/ejectCommand.d.ts +3 -0
  1656. package/dist/xy/react/ejectCommand.d.ts.map +1 -0
  1657. package/dist/xy/react/index.d.ts +3 -0
  1658. package/dist/xy/react/index.d.ts.map +1 -0
  1659. package/dist/xy/react/sitemapCommand.d.ts +3 -0
  1660. package/dist/xy/react/sitemapCommand.d.ts.map +1 -0
  1661. package/dist/xy/react/startCommand.d.ts +3 -0
  1662. package/dist/xy/react/startCommand.d.ts.map +1 -0
  1663. package/dist/xy/xy.d.ts +20 -0
  1664. package/dist/xy/xy.d.ts.map +1 -0
  1665. package/dist/xy/xyParseOptions.d.ts +3 -0
  1666. package/dist/xy/xyParseOptions.d.ts.map +1 -0
  1667. package/package.json +108 -0
  1668. package/templates/gitignore/gitignore/template.gitignore +51 -0
  1669. package/templates/gitignore/template.gitignore +51 -0
  1670. package/templates/repo/cli/package/package.json.tmpl +62 -0
  1671. package/templates/repo/cli/package/src/__packageName__.ts.tmpl +21 -0
  1672. package/templates/repo/cli/package/src/actions/index.ts +1 -0
  1673. package/templates/repo/cli/package/src/actions/printVersion.ts.tmpl +8 -0
  1674. package/templates/repo/cli/package/src/bin/__packageName__.ts.tmpl +12 -0
  1675. package/templates/repo/cli/package/src/commands/index.ts +1 -0
  1676. package/templates/repo/cli/package/src/commands/versionCommand.ts.tmpl +11 -0
  1677. package/templates/repo/cli/package/src/index.ts.tmpl +1 -0
  1678. package/templates/repo/cli/package/tsconfig.build.json +25 -0
  1679. package/templates/repo/cli/package/tsconfig.json +4 -0
  1680. package/templates/repo/cli/package/xy.config.ts +3 -0
  1681. package/templates/repo/cli/root/CLAUDE.md.tmpl +36 -0
  1682. package/templates/repo/cli/root/cspell.json.tmpl +13 -0
  1683. package/templates/repo/cli/root/eslint.config.ts +20 -0
  1684. package/templates/repo/cli/root/github/workflows/build-bun.yml.tmpl +30 -0
  1685. package/templates/repo/cli/root/github/workflows/build-npm.yml.tmpl +32 -0
  1686. package/templates/repo/cli/root/github/workflows/build-pnpm.yml.tmpl +34 -0
  1687. package/templates/repo/cli/root/github/workflows/build-yarn.yml.tmpl +32 -0
  1688. package/templates/repo/cli/root/gitignore.tmpl +47 -0
  1689. package/templates/repo/cli/root/package.json.tmpl +54 -0
  1690. package/templates/repo/cli/root/pnpm-workspace.yaml +2 -0
  1691. package/templates/repo/cli/root/tsconfig.json +4 -0
  1692. package/templates/repo/cli/root/vitest.config.ts +31 -0
  1693. package/templates/repo/cli/root/xy.config.ts.tmpl +5 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitlint.d.ts","sourceRoot":"","sources":["../../../src/actions/gitlint.ts"],"names":[],"mappings":"AAMA,wBAAgB,OAAO,IAAI,MAAM,CAyChC"}
@@ -0,0 +1,46 @@
1
+ import type { PackageManager, Workspace } from '../pm/index.ts';
2
+ export type IncrementalAction = 'build' | 'compile' | 'lint' | 'publint';
3
+ export interface IncrementalWorkspace extends Workspace {
4
+ listed?: boolean;
5
+ }
6
+ interface WorkspaceFingerprint {
7
+ externalDepsHash: string;
8
+ inputHash: string;
9
+ location: string;
10
+ name: string;
11
+ outputHash: string;
12
+ packageJsonHash: string;
13
+ workspaceDepsHash: string;
14
+ }
15
+ export interface IncrementalSnapshot {
16
+ action: IncrementalAction;
17
+ lockfileHash: string;
18
+ lockfileImporters: Record<string, string>;
19
+ optionsHash?: string;
20
+ packageManager: string;
21
+ rootHash: string;
22
+ toolchainVersion: string;
23
+ version: 1;
24
+ workspaceGraphHash: string;
25
+ workspaces: Record<string, WorkspaceFingerprint>;
26
+ }
27
+ export interface IncrementalPlan {
28
+ action: IncrementalAction;
29
+ affectedWorkspaceNames: string[];
30
+ current: IncrementalSnapshot;
31
+ full: boolean;
32
+ previous?: IncrementalSnapshot;
33
+ reason?: string;
34
+ }
35
+ export interface CreateIncrementalPlanParams {
36
+ action: IncrementalAction;
37
+ isVerbose?: boolean;
38
+ options?: unknown;
39
+ pm: PackageManager;
40
+ workspaces: IncrementalWorkspace[];
41
+ }
42
+ export declare function createIncrementalPlan(params: CreateIncrementalPlanParams): IncrementalPlan;
43
+ export declare function writeIncrementalSnapshot(params: CreateIncrementalPlanParams): void;
44
+ export declare function clearIncrementalSnapshot(action: IncrementalAction): void;
45
+ export {};
46
+ //# sourceMappingURL=incremental.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incremental.d.ts","sourceRoot":"","sources":["../../../src/actions/incremental.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE/D,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAA;AAExE,MAAM,WAAW,oBAAqB,SAAQ,SAAS;IACrD,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AASD,UAAU,oBAAoB;IAC5B,gBAAgB,EAAE,MAAM,CAAA;IACxB,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,eAAe,EAAE,MAAM,CAAA;IACvB,iBAAiB,EAAE,MAAM,CAAA;CAC1B;AAED,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,iBAAiB,CAAA;IACzB,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACzC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,MAAM,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,gBAAgB,EAAE,MAAM,CAAA;IACxB,OAAO,EAAE,CAAC,CAAA;IACV,kBAAkB,EAAE,MAAM,CAAA;IAC1B,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAA;CACjD;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,iBAAiB,CAAA;IACzB,sBAAsB,EAAE,MAAM,EAAE,CAAA;IAChC,OAAO,EAAE,mBAAmB,CAAA;IAC5B,IAAI,EAAE,OAAO,CAAA;IACb,QAAQ,CAAC,EAAE,mBAAmB,CAAA;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,2BAA2B;IAC1C,MAAM,EAAE,iBAAiB,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,EAAE,EAAE,cAAc,CAAA;IAClB,UAAU,EAAE,oBAAoB,EAAE,CAAA;CACnC;AAybD,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,2BAA2B,GAAG,eAAe,CAiC1F;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,2BAA2B,GAAG,IAAI,CAKlF;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,iBAAiB,GAAG,IAAI,CAIxE"}
@@ -0,0 +1,54 @@
1
+ export * from './analyze.ts';
2
+ export * from './api-exposure/index.ts';
3
+ export * from './barrel/index.ts';
4
+ export * from './build.ts';
5
+ export * from './clean.ts';
6
+ export * from './clean-eslint.ts';
7
+ export * from './compile.ts';
8
+ export * from './copy-assets.ts';
9
+ export * from './dead/index.ts';
10
+ export * from './deplint/index.ts';
11
+ export * from './deploy.ts';
12
+ export * from './eject.ts';
13
+ export * from './fix.ts';
14
+ export * from './gitignore.ts';
15
+ export * from './gitlint.ts';
16
+ export * from './gitlint-fix.ts';
17
+ export * from './incremental.ts';
18
+ export * from './install.ts';
19
+ export * from './license.ts';
20
+ export * from './lint.ts';
21
+ export * from './lint-config.ts';
22
+ export * from './lint-init.ts';
23
+ export * from './lintlint.ts';
24
+ export * from './lintNext.ts';
25
+ export * from './node-lint.ts';
26
+ export * from './npmignore-gen.ts';
27
+ export * from './orphan.ts';
28
+ export * from './package/index.ts';
29
+ export * from './package-lint.ts';
30
+ export * from './package-lint-deps.ts';
31
+ export * from './packman/index.ts';
32
+ export * from './publint.ts';
33
+ export * from './publish.ts';
34
+ export { test as reactTest } from './reactTest.ts';
35
+ export * from './rebuild.ts';
36
+ export * from './recompile.ts';
37
+ export * from './reinstall.ts';
38
+ export * from './relint.ts';
39
+ export * from './repo-init.ts';
40
+ export * from './republint.ts';
41
+ export * from './result.ts';
42
+ export * from './retest.ts';
43
+ export * from './secure.ts';
44
+ export * from './sitemap.ts';
45
+ export * from './skills/index.ts';
46
+ export * from './sonar.ts';
47
+ export * from './start.ts';
48
+ export * from './statics.ts';
49
+ export * from './test.ts';
50
+ export * from './tsc-validate/index.ts';
51
+ export * from './up.ts';
52
+ export * from './updo.ts';
53
+ export * from './work/index.ts';
54
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,yBAAyB,CAAA;AACvC,cAAc,mBAAmB,CAAA;AACjC,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA;AACzB,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,OAAO,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAClD,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,mBAAmB,CAAA;AACjC,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA;AACzB,cAAc,yBAAyB,CAAA;AACvC,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,iBAAiB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare function install(): number;
2
+ //# sourceMappingURL=install.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../src/actions/install.ts"],"names":[],"mappings":"AAEA,wBAAgB,OAAO,IAAI,MAAM,CAGhC"}
@@ -0,0 +1,2 @@
1
+ export declare const license: (pkg?: string) => Promise<number>;
2
+ //# sourceMappingURL=license.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"license.d.ts","sourceRoot":"","sources":["../../../src/actions/license.ts"],"names":[],"mappings":"AAkCA,eAAO,MAAM,OAAO,GAAU,MAAM,MAAM,oBAiDzC,CAAA"}
@@ -0,0 +1,16 @@
1
+ export declare const lintConfigSettings: readonly ["type-checked"];
2
+ export type LintConfigSetting = typeof lintConfigSettings[number];
3
+ export declare function isLintConfigSetting(setting: string): setting is LintConfigSetting;
4
+ export declare function resolveEslintConfigPath(cwd: string): string;
5
+ export declare function readEslintConfigSource(cwd: string): {
6
+ configPath: string;
7
+ source: string;
8
+ };
9
+ export declare function assertXylabsEslintConfig(cwd: string): void;
10
+ export declare function getLintConfigValue(cwd: string, setting: LintConfigSetting): string;
11
+ export declare function isLintConfigFlagTruthy(value: string | undefined): boolean;
12
+ export declare function applyTypeCheckedSetting(source: string, isEnabled: boolean): string;
13
+ export declare function setLintConfigValue(cwd: string, setting: LintConfigSetting, value: string | undefined): number;
14
+ export declare function lintConfigGet(setting: string): number;
15
+ export declare function lintConfigSet(setting: string, value?: string): number;
16
+ //# sourceMappingURL=lint-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lint-config.d.ts","sourceRoot":"","sources":["../../../src/actions/lint-config.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,kBAAkB,2BAA4B,CAAA;AAE3D,MAAM,MAAM,iBAAiB,GAAG,OAAO,kBAAkB,CAAC,MAAM,CAAC,CAAA;AAIjE,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,IAAI,iBAAiB,CAEjF;AAED,wBAAgB,uBAAuB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAM3D;AAED,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAM1F;AAED,wBAAgB,wBAAwB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAK1D;AAED,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,GAAG,MAAM,CAYlF;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAOzE;AA4BD,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,MAAM,CAMlF;AAED,wBAAgB,kBAAkB,CAChC,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,iBAAiB,EAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,GACxB,MAAM,CAqBR;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAarD;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAYrE"}
@@ -0,0 +1,16 @@
1
+ export interface LintInitParams {
2
+ isVerbose?: boolean;
3
+ }
4
+ export type BarrelType = 'js' | 'react';
5
+ export interface BarrelDescriptor {
6
+ barrelType: BarrelType;
7
+ configVarName: string;
8
+ message: string;
9
+ pkg: string;
10
+ scopePrefix: string;
11
+ }
12
+ export declare const BARREL_DESCRIPTORS: BarrelDescriptor[];
13
+ export declare function getBarrelDescriptorsForRepo(isReact: boolean): BarrelDescriptor[];
14
+ export declare function formatDisallowedArray(name: string, imports: readonly string[], message: string): string;
15
+ export declare function lintInit({ isVerbose }?: LintInitParams): Promise<number>;
16
+ //# sourceMappingURL=lint-init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lint-init.d.ts","sourceRoot":"","sources":["../../../src/actions/lint-init.ts"],"names":[],"mappings":"AAeA,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAYD,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,OAAO,CAAA;AAMvC,MAAM,WAAW,gBAAgB;IAC/B,UAAU,EAAE,UAAU,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,MAAM,CAAA;IACf,GAAG,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,MAAM,CAAA;CACpB;AAiBD,eAAO,MAAM,kBAAkB,EAAE,gBAAgB,EAQhD,CAAA;AAoBD,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,OAAO,GAAG,gBAAgB,EAAE,CAEhF;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,MAAM,EAAE,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAGvG;AAyID,wBAAsB,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAE,cAAmB,GAAG,OAAO,CAAC,MAAM,CAAC,CA0ClF"}
@@ -0,0 +1,36 @@
1
+ import type { Workspace } from '../pm/index.ts';
2
+ import { type ActionOutcome } from './result.ts';
3
+ export interface LintParams {
4
+ analyze?: boolean;
5
+ cache?: boolean;
6
+ cycleDepth?: number;
7
+ fix?: boolean;
8
+ incremental?: boolean;
9
+ jobs: number;
10
+ pkg?: string;
11
+ prev?: boolean;
12
+ verbose?: boolean;
13
+ workspaces?: Workspace[];
14
+ }
15
+ export interface LintPackageParams {
16
+ pkg: string;
17
+ verbose?: boolean;
18
+ }
19
+ export interface CycleParams {
20
+ cache?: boolean;
21
+ depth?: number;
22
+ jobs: number;
23
+ pkg?: string;
24
+ verbose?: boolean;
25
+ }
26
+ export declare const lintPackage: ({ pkg, fix, verbose, }: {
27
+ fix?: boolean;
28
+ pkg: string;
29
+ verbose?: boolean;
30
+ }) => number;
31
+ export declare const lint: ({ analyze, cache, cycleDepth, fix, incremental, jobs, prev, pkg, verbose, workspaces, }: LintParams) => number | Promise<ActionOutcome>;
32
+ export declare const cycle: ({ cache, depth, jobs, pkg, verbose, }: CycleParams) => number | Promise<ActionOutcome>;
33
+ export declare const lintAllPackages: ({ fix }?: {
34
+ fix?: boolean;
35
+ }) => number;
36
+ //# sourceMappingURL=lint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lint.d.ts","sourceRoot":"","sources":["../../../src/actions/lint.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAO/C,OAAO,EACL,KAAK,aAAa,EAEnB,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,UAAU;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAA;CACzB;AAED,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAwBD,eAAO,MAAM,WAAW,GAAI,wBAEzB;IAAE,GAAG,CAAC,EAAE,OAAO,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,WAKnD,CAAA;AAqDD,eAAO,MAAM,IAAI,GAAI,yFAElB,UAAU,KAAG,MAAM,GAAG,OAAO,CAAC,aAAa,CAyB7C,CAAA;AAED,eAAO,MAAM,KAAK,GAAI,uCAEnB,WAAW,KAAG,MAAM,GAAG,OAAO,CAAC,aAAa,CAI9C,CAAA;AAED,eAAO,MAAM,eAAe,GAAI,UAAiB;IAAE,GAAG,CAAC,EAAE,OAAO,CAAA;CAAO,WAStE,CAAA"}
@@ -0,0 +1,14 @@
1
+ import type { Workspace } from '../pm/index.ts';
2
+ import { type ActionOutcome } from './result.ts';
3
+ export interface LintNextParams {
4
+ analyze?: boolean;
5
+ cache?: boolean;
6
+ cycleDepth?: number;
7
+ fix?: boolean;
8
+ jobs: number;
9
+ pkg?: string;
10
+ verbose?: boolean;
11
+ workspaces?: Workspace[];
12
+ }
13
+ export declare function lintNext({ analyze, cache, cycleDepth, fix, jobs, pkg, verbose, workspaces: targetWorkspaces, }: LintNextParams): Promise<ActionOutcome>;
14
+ //# sourceMappingURL=lintNext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lintNext.d.ts","sourceRoot":"","sources":["../../../src/actions/lintNext.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAiB/C,OAAO,EACL,KAAK,aAAa,EAGnB,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAA;CACzB;AAwQD,wBAAsB,QAAQ,CAAC,EAC7B,OAAe,EACf,KAAa,EACb,UAAU,EACV,GAAW,EACX,IAAI,EACJ,GAAG,EACH,OAAe,EACf,UAAU,EAAE,gBAAgB,GAC7B,EAAE,cAAc,GAAG,OAAO,CAAC,aAAa,CAAC,CA0CzC"}
@@ -0,0 +1,21 @@
1
+ import type { AnalyzeLintTierOptions, LintTierMessage } from './lintTierAnalysis.ts';
2
+ export interface PackageLintResult {
3
+ errors: number;
4
+ files: number;
5
+ messages: LintTierMessage[];
6
+ output: string;
7
+ pkg: string;
8
+ timeMs: number;
9
+ warnings: number;
10
+ }
11
+ export declare function lintOnePackageProcess({ analyze, analyzeTier, cache, cacheLocation, cwd, cycleDepth, fix, verbose, }: {
12
+ analyze: boolean;
13
+ analyzeTier?: AnalyzeLintTierOptions;
14
+ cache: boolean;
15
+ cacheLocation?: string;
16
+ cwd: string;
17
+ cycleDepth?: number;
18
+ fix: boolean;
19
+ verbose: boolean;
20
+ }): Promise<Pick<PackageLintResult, 'errors' | 'files' | 'messages' | 'output' | 'warnings'>>;
21
+ //# sourceMappingURL=lintNextWorker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lintNextWorker.d.ts","sourceRoot":"","sources":["../../../src/actions/lintNextWorker.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEpF,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,eAAe,EAAE,CAAA;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;CACjB;AAgLD,wBAAsB,qBAAqB,CAAC,EAC1C,OAAO,EACP,WAAW,EACX,KAAK,EACL,aAAa,EACb,GAAG,EACH,UAAU,EACV,GAAG,EACH,OAAO,GACR,EAAE;IACD,OAAO,EAAE,OAAO,CAAA;IAChB,WAAW,CAAC,EAAE,sBAAsB,CAAA;IACpC,KAAK,EAAE,OAAO,CAAA;IACd,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,GAAG,EAAE,MAAM,CAAA;IACX,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,EAAE,OAAO,CAAA;IACZ,OAAO,EAAE,OAAO,CAAA;CACjB,GAAG,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAC,CAAC,CAgD5F"}
@@ -0,0 +1,59 @@
1
+ import { type RecommendedConfigOptions } from '@xylabs/eslint-config-flat';
2
+ import type { Linter } from 'eslint';
3
+ export interface LintTierContext {
4
+ configKind: 'custom' | 'preset';
5
+ currentTier?: number;
6
+ currentTierExport?: string;
7
+ hasXylabsConfig: boolean;
8
+ isReact: boolean;
9
+ isTypeChecked: boolean;
10
+ recommendedOptions?: Required<RecommendedConfigOptions>;
11
+ }
12
+ export interface LintTierDefinition {
13
+ exportName: string;
14
+ id: number;
15
+ label: string;
16
+ }
17
+ export interface LintTierMessage {
18
+ ruleId: string | null;
19
+ severity: 1 | 2;
20
+ }
21
+ export interface LintTierCount {
22
+ errors: number;
23
+ label: string;
24
+ tier: number;
25
+ warnings: number;
26
+ }
27
+ type RuleSetting = Linter.RuleEntry<unknown[]> | undefined;
28
+ export declare const ANALYZE_LINT_TIER = 4;
29
+ export interface AnalyzeLintTierOptions {
30
+ exportName: string;
31
+ isReact: boolean;
32
+ isTypeChecked: boolean;
33
+ tier: number;
34
+ }
35
+ export declare function normalizeRuleLevel(setting: RuleSetting): 'error' | 'off' | 'warn';
36
+ export declare function countActualLintMessages(messages: readonly LintTierMessage[]): Pick<LintTierCount, 'errors' | 'warnings'>;
37
+ export declare function countMessagesForTier(messages: readonly LintTierMessage[], rules: Record<string, RuleSetting>): Pick<LintTierCount, 'errors' | 'warnings'>;
38
+ export declare function resolveLintTierConfigKind(source: string, currentTierExport: string | undefined): LintTierContext['configKind'];
39
+ export declare function getLintTierDefinitions(isReact: boolean, isTypeChecked: boolean): LintTierDefinition[];
40
+ export declare function detectLintTierContext(cwd: string): LintTierContext;
41
+ export declare function findClosestTierPreset(actual: Pick<LintTierCount, 'errors' | 'warnings'>, counts: readonly LintTierCount[]): number | undefined;
42
+ export declare function loadXylabsEslintConfigPackage(cwd: string, isReact: boolean): Promise<Record<string, unknown>>;
43
+ export declare function resolveTierConfigExport(configPackage: Record<string, unknown>, exportName: string): Linter.Config[];
44
+ export declare function mergeTierRules(mergeConfigRules: (configs: readonly Linter.Config[]) => Record<string, RuleSetting>, configs: readonly Linter.Config[]): Record<string, RuleSetting>;
45
+ export declare function loadMergeConfigRules(cwd: string): Promise<(configs: readonly Linter.Config[]) => Record<string, RuleSetting>>;
46
+ export declare function buildLintTierRuleMaps(cwd: string, context: Pick<LintTierContext, 'isReact' | 'isTypeChecked'>): Promise<Map<number, Record<string, RuleSetting>>>;
47
+ export declare function resolveMaxTierConfigExport(context: Pick<LintTierContext, 'isReact' | 'isTypeChecked'>): string;
48
+ export declare function buildAnalyzeLintTierOptions(context: Pick<LintTierContext, 'isReact' | 'isTypeChecked'>): AnalyzeLintTierOptions;
49
+ export declare function projectLintTierCounts(messages: readonly LintTierMessage[], tierRuleMaps: ReadonlyMap<number, Record<string, RuleSetting>>, definitions: readonly LintTierDefinition[]): LintTierCount[];
50
+ export declare function formatLintTierAnalysisReport({ actual, context, counts, eslintRunTier, files, timeMs, }: {
51
+ actual: Pick<LintTierCount, 'errors' | 'warnings'>;
52
+ context: LintTierContext;
53
+ counts: readonly LintTierCount[];
54
+ eslintRunTier?: number;
55
+ files: number;
56
+ timeMs: number;
57
+ }): string;
58
+ export {};
59
+ //# sourceMappingURL=lintTierAnalysis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lintTierAnalysis.d.ts","sourceRoot":"","sources":["../../../src/actions/lintTierAnalysis.ts"],"names":[],"mappings":"AAKA,OAAO,EAEL,KAAK,wBAAwB,EAC9B,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAGpC,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,QAAQ,GAAG,QAAQ,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,eAAe,EAAE,OAAO,CAAA;IACxB,OAAO,EAAE,OAAO,CAAA;IAChB,aAAa,EAAE,OAAO,CAAA;IACtB,kBAAkB,CAAC,EAAE,QAAQ,CAAC,wBAAwB,CAAC,CAAA;CACxD;AAED,MAAM,WAAW,kBAAkB;IACjC,UAAU,EAAE,MAAM,CAAA;IAClB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,QAAQ,EAAE,CAAC,GAAG,CAAC,CAAA;CAChB;AAED,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,KAAK,WAAW,GAAG,MAAM,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,GAAG,SAAS,CAAA;AAE1D,eAAO,MAAM,iBAAiB,IAAI,CAAA;AAElC,MAAM,WAAW,sBAAsB;IACrC,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,OAAO,CAAA;IAChB,aAAa,EAAE,OAAO,CAAA;IACtB,IAAI,EAAE,MAAM,CAAA;CACb;AA4BD,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,CAYjF;AAED,wBAAgB,uBAAuB,CACrC,QAAQ,EAAE,SAAS,eAAe,EAAE,GACnC,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,UAAU,CAAC,CAU5C;AAED,wBAAgB,oBAAoB,CAClC,QAAQ,EAAE,SAAS,eAAe,EAAE,EACpC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,GACjC,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,UAAU,CAAC,CAiB5C;AAED,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,eAAe,CAAC,YAAY,CAAC,CAO/B;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,GAAG,kBAAkB,EAAE,CAsCrG;AAwBD,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAkClE;AAED,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,UAAU,CAAC,EAClD,MAAM,EAAE,SAAS,aAAa,EAAE,GAC/B,MAAM,GAAG,SAAS,CAepB;AAED,wBAAsB,6BAA6B,CACjD,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,OAAO,GACf,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAKlC;AAED,wBAAgB,uBAAuB,CACrC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACtC,UAAU,EAAE,MAAM,GACjB,MAAM,CAAC,MAAM,EAAE,CAMjB;AAED,wBAAgB,cAAc,CAC5B,gBAAgB,EAAE,CAAC,OAAO,EAAE,SAAS,MAAM,CAAC,MAAM,EAAE,KAAK,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,EACpF,OAAO,EAAE,SAAS,MAAM,CAAC,MAAM,EAAE,GAChC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAE7B;AAED,wBAAsB,oBAAoB,CACxC,GAAG,EAAE,MAAM,GACV,OAAO,CAAC,CAAC,OAAO,EAAE,SAAS,MAAM,CAAC,MAAM,EAAE,KAAK,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC,CAO7E;AAED,wBAAsB,qBAAqB,CACzC,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,IAAI,CAAC,eAAe,EAAE,SAAS,GAAG,eAAe,CAAC,GAC1D,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,CAmBnD;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,IAAI,CAAC,eAAe,EAAE,SAAS,GAAG,eAAe,CAAC,GAAG,MAAM,CAE9G;AAED,wBAAgB,2BAA2B,CACzC,OAAO,EAAE,IAAI,CAAC,eAAe,EAAE,SAAS,GAAG,eAAe,CAAC,GAC1D,sBAAsB,CAOxB;AAED,wBAAgB,qBAAqB,CACnC,QAAQ,EAAE,SAAS,eAAe,EAAE,EACpC,YAAY,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC,EAC9D,WAAW,EAAE,SAAS,kBAAkB,EAAE,GACzC,aAAa,EAAE,CAQjB;AA4DD,wBAAgB,4BAA4B,CAAC,EAC3C,MAAM,EACN,OAAO,EACP,MAAM,EACN,aAAa,EACb,KAAK,EACL,MAAM,GACP,EAAE;IACD,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,UAAU,CAAC,CAAA;IAClD,OAAO,EAAE,eAAe,CAAA;IACxB,MAAM,EAAE,SAAS,aAAa,EAAE,CAAA;IAChC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;CACf,GAAG,MAAM,CA8BT"}
@@ -0,0 +1,13 @@
1
+ interface RuleEntry {
2
+ level: string;
3
+ options?: unknown[];
4
+ }
5
+ interface LintlintParams {
6
+ isVerbose?: boolean;
7
+ shouldFix?: boolean;
8
+ }
9
+ export declare function isLintInitBarrelRestriction(ruleName: string, local: RuleEntry): boolean;
10
+ export declare function shouldRecheckBarrels(eslintConfigPath: string, configDir: string, resolved: Map<string, RuleEntry>, shouldFix: boolean, isVerbose: boolean): boolean;
11
+ export declare function lintlint({ shouldFix, isVerbose }?: LintlintParams): Promise<number>;
12
+ export {};
13
+ //# sourceMappingURL=lintlint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lintlint.d.ts","sourceRoot":"","sources":["../../../src/actions/lintlint.ts"],"names":[],"mappings":"AAsBA,UAAU,SAAS;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,EAAE,CAAA;CACpB;AAED,UAAU,cAAc;IACtB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AA6ID,wBAAgB,2BAA2B,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,GAAG,OAAO,CAOvF;AAiKD,wBAAgB,oBAAoB,CAClC,gBAAgB,EAAE,MAAM,EACxB,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,EAChC,SAAS,EAAE,OAAO,EAClB,SAAS,EAAE,OAAO,GACjB,OAAO,CA8CT;AAwCD,wBAAsB,QAAQ,CAAC,EAAE,SAAS,EAAE,SAAS,EAAE,GAAE,cAAmB,GAAG,OAAO,CAAC,MAAM,CAAC,CA4B7F"}
@@ -0,0 +1,19 @@
1
+ import type { EnvelopeReturn, XyJsonDiagnostic } from '../lib/index.ts';
2
+ export interface NodeLintOptions {
3
+ shouldFix?: boolean;
4
+ verbose?: boolean;
5
+ }
6
+ interface PackageJson extends Record<string, unknown> {
7
+ bin?: Record<string, string> | string;
8
+ engines?: Record<string, string>;
9
+ exports?: unknown;
10
+ name?: string;
11
+ private?: boolean;
12
+ volta?: Record<string, string>;
13
+ }
14
+ export declare function isNodePackage(pkg: PackageJson): boolean;
15
+ export declare function checkVoltaNodeVersion(cwd: string, shouldFix: boolean): XyJsonDiagnostic[];
16
+ export declare function checkPackageEngines(cwd: string, location: string, shouldFix: boolean): XyJsonDiagnostic[];
17
+ export declare function nodeLint(options?: NodeLintOptions): EnvelopeReturn;
18
+ export {};
19
+ //# sourceMappingURL=node-lint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-lint.d.ts","sourceRoot":"","sources":["../../../src/actions/node-lint.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAUvE,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,UAAU,WAAY,SAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IACnD,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAAA;IACrC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAChC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAC/B;AAoCD,wBAAgB,aAAa,CAAC,GAAG,EAAE,WAAW,GAAG,OAAO,CAGvD;AAED,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,gBAAgB,EAAE,CAyBzF;AAED,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,gBAAgB,EAAE,CAqDzG;AAED,wBAAgB,QAAQ,CAAC,OAAO,GAAE,eAAoB,GAAG,cAAc,CAgCtE"}
@@ -0,0 +1,2 @@
1
+ export declare const npmignoreGen: (pkg?: string) => 0 | 1;
2
+ //# sourceMappingURL=npmignore-gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"npmignore-gen.d.ts","sourceRoot":"","sources":["../../../src/actions/npmignore-gen.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY,GAAI,MAAM,MAAM,UAAuC,CAAA"}
@@ -0,0 +1,6 @@
1
+ export interface OrphanParams {
2
+ isVerbose?: boolean;
3
+ }
4
+ export declare function orphanList({ isVerbose }?: OrphanParams): number;
5
+ export declare function orphanClean({ isVerbose }?: OrphanParams): number;
6
+ //# sourceMappingURL=orphan.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orphan.d.ts","sourceRoot":"","sources":["../../../src/actions/orphan.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,YAAY;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAmED,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAE,YAAiB,GAAG,MAAM,CAiBnE;AAED,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,GAAE,YAAiB,GAAG,MAAM,CAmBpE"}
@@ -0,0 +1,6 @@
1
+ export interface PackageCleanOptions {
2
+ pkg?: string;
3
+ pkgName?: string;
4
+ }
5
+ export declare const packageCleanOutputs: (options?: PackageCleanOptions) => number;
6
+ //# sourceMappingURL=clean-outputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean-outputs.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/clean-outputs.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,mBAAmB;IAClC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,mBAAmB,GAAI,UAAS,mBAAwB,WAYpE,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { PackageCleanOptions } from './clean-outputs.ts';
2
+ export declare const packageCleanTypescript: (options?: PackageCleanOptions) => number;
3
+ //# sourceMappingURL=clean-typescript.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean-typescript.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/clean-typescript.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAE7D,eAAO,MAAM,sBAAsB,GAAI,UAAS,mBAAwB,WAYvE,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { PackageCleanOptions } from './clean-outputs.ts';
2
+ export declare const packageClean: (options?: PackageCleanOptions) => number;
3
+ //# sourceMappingURL=clean.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/clean.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAI7D,eAAO,MAAM,YAAY,GAAI,UAAS,mBAAwB,WAE7D,CAAA"}
@@ -0,0 +1,58 @@
1
+ /**
2
+ * Per-rule setting for `xy api-exposure` (see
3
+ * `src/actions/api-exposure/API-EXPOSURE-INDEX.md` for rule ids and defaults).
4
+ * - `boolean`: enable/disable at the default weight
5
+ * - `number`: enable with a custom finite weight
6
+ * - `'infinite'`: promote to a conclusive rule (any finding ⇒ peerDependency)
7
+ * - object form: `{ enabled?, weight? }`
8
+ */
9
+ export type ApiExposureRuleSetting = boolean | number | 'infinite' | {
10
+ enabled?: boolean;
11
+ weight?: number | 'infinite';
12
+ };
13
+ /**
14
+ * AEI score band boundaries (inclusive maxima). Scores above
15
+ * `probablyPeerMax` recommend `peer`. Defaults follow the spec:
16
+ * 39 / 79 / 119 / 179.
17
+ */
18
+ export interface ApiExposureThresholds {
19
+ /** Max AEI for a `dependency` recommendation. @default 39 */
20
+ dependencyMax: number;
21
+ /** Max AEI for a `probably-dependency` recommendation. @default 79 */
22
+ probablyDependencyMax: number;
23
+ /** Max AEI for a `probably-peer` recommendation (above ⇒ `peer`). @default 179 */
24
+ probablyPeerMax: number;
25
+ /** Max AEI for a `review` recommendation. @default 119 */
26
+ reviewMax: number;
27
+ }
28
+ /**
29
+ * Per-dependency overrides for `xy api-exposure`, keyed by package name or
30
+ * glob (e.g. `@scope/*`).
31
+ */
32
+ export interface ApiExposureDependencyOverride {
33
+ /**
34
+ * Hard classification — skips scoring entirely for this dependency
35
+ * (parallels deplint's `refType`).
36
+ */
37
+ classification?: 'dep' | 'dev' | 'peer';
38
+ /** Rule overrides applied only when scoring this dependency. */
39
+ rules?: Record<string, ApiExposureRuleSetting>;
40
+ }
41
+ /**
42
+ * Configuration for `xy api-exposure` (API Exposure Index analysis).
43
+ * See `src/actions/api-exposure/API-EXPOSURE-INDEX.md` for the full spec.
44
+ */
45
+ export interface ApiExposureConfig {
46
+ /**
47
+ * Per-dependency configuration keyed by package name or glob.
48
+ * Exact-name entries take precedence over glob entries.
49
+ */
50
+ packages?: Record<string, ApiExposureDependencyOverride>;
51
+ /** Rule weight / enable-state overrides keyed by rule id. */
52
+ rules?: Record<string, ApiExposureRuleSetting>;
53
+ /** AEI band boundary overrides. */
54
+ thresholds?: Partial<ApiExposureThresholds>;
55
+ /** Apply the `aei.modifier.tree-shaking` modifier. @default true */
56
+ treeShaking?: boolean;
57
+ }
58
+ //# sourceMappingURL=ApiExposureConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiExposureConfig.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/ApiExposureConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,MAAM,sBAAsB,GAC5B,OAAO,GACP,MAAM,GACN,UAAU,GACV;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE,CAAA;AAEzD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC,6DAA6D;IAC7D,aAAa,EAAE,MAAM,CAAA;IACrB,sEAAsE;IACtE,qBAAqB,EAAE,MAAM,CAAA;IAC7B,kFAAkF;IAClF,eAAe,EAAE,MAAM,CAAA;IACvB,0DAA0D;IAC1D,SAAS,EAAE,MAAM,CAAA;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,MAAM,CAAA;IACvC,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,CAAA;CAC/C;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,6BAA6B,CAAC,CAAA;IACxD,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,CAAA;IAC9C,mCAAmC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAA;IAC3C,oEAAoE;IACpE,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB"}
@@ -0,0 +1,85 @@
1
+ /**
2
+ * Configuration for `compile.mode: 'monolith'` — a single package that hosts
3
+ * many logical modules under `src/modules/<name>/`, cross-referenced through
4
+ * `#module` package.json `imports` aliases and published with per-module
5
+ * subpath exports plus platform-conditional shims.
6
+ *
7
+ * The monolith pipeline: layout sync (regenerate imports/paths/barrels/shims
8
+ * from this config) → esbuild library compile with computed entries →
9
+ * declaration import rewriting. See `monolithCompileLayout.ts`.
10
+ */
11
+ /** One umbrella module living at `src/modules/<name>/`. */
12
+ export interface MonolithModuleConfig {
13
+ /** Re-export from the master barrel (`src/index.ts`). */
14
+ barrel?: boolean;
15
+ /** Override the barrel re-export target (default `#<name>`). */
16
+ barrelFrom?: string;
17
+ /** Emit a root subpath shim `src/<name>.ts` (becomes a dist subpath export). */
18
+ export?: boolean;
19
+ /** Only usable via `#imports` inside the package; no shim, no barrel. */
20
+ internal?: boolean;
21
+ /** Module has a `model.ts` type barrel (adds `#<name>/model` and `src/<name>.model.ts`). */
22
+ model?: boolean;
23
+ /** Directory name under `src/modules/`. */
24
+ name: string;
25
+ /** Override the subpath shim re-export target (default `#<name>`). */
26
+ shimFrom?: string;
27
+ }
28
+ /** Platform-conditional `#import`: package.json conditions + tsconfig fallback. */
29
+ export interface MonolithConditionalImportConfig {
30
+ /**
31
+ * Condition → dist path used for the package.json `imports` entry when
32
+ * `moduleLinkage: 'external'`, e.g.
33
+ * `{ node: './dist/node/hash.mjs', default: './dist/browser/hash.mjs' }`.
34
+ * Required in external mode; ignored otherwise. Key order is preserved.
35
+ */
36
+ distImports?: Record<string, string>;
37
+ /**
38
+ * Condition → src path, e.g.
39
+ * `{ node: './src/modules/platform/node/index.ts', default: './src/modules/platform/index-neutral.ts' }`.
40
+ * Key order is preserved in the generated package.json `imports` entry.
41
+ */
42
+ package: Record<string, string>;
43
+ /** Single src path used for the generated tsconfig `paths` (type-check fallback). */
44
+ tsconfig: string;
45
+ }
46
+ export interface MonolithConfig {
47
+ /** Extra `#alias` → src path imports (e.g. `'#object/index-un-deprecated'`). */
48
+ aliasImports?: Record<string, string>;
49
+ /** Per-import platform-conditional package.json `imports` entries. */
50
+ conditionalImports?: Record<string, MonolithConditionalImportConfig>;
51
+ /**
52
+ * How cross-module `#imports` are linked in the compiled output.
53
+ * `bundle` (default) inlines every referenced module into each entry —
54
+ * self-contained files, but shared code is duplicated across entries so
55
+ * object identity does not hold between subpaths. `external` keeps
56
+ * `#module` specifiers in the emitted `.mjs` and resolves them at runtime
57
+ * through a dist-pointing package.json `imports` map — each module has one
58
+ * canonical bundle per platform, preserving `instanceof`/singleton
59
+ * semantics across subpath imports (matches a real multi-package graph).
60
+ * @default 'bundle'
61
+ */
62
+ moduleLinkage?: 'bundle' | 'external';
63
+ modules: MonolithModuleConfig[];
64
+ /**
65
+ * Which platform hosts the per-module subpath entries (the `src/<name>.ts`
66
+ * shims and, when any module declares a model, the model barrel).
67
+ * `neutral` for platform-agnostic libraries; `browser` for React packages.
68
+ * @default 'neutral'
69
+ */
70
+ modulesPlatform?: string;
71
+ /**
72
+ * Per-platform extra entry shims: platform → shim name → re-export target
73
+ * (relative to the generated `src/<platform>/<name>.ts` file), e.g.
74
+ * `{ node: { platform: '../modules/platform/node/index.ts' } }`.
75
+ */
76
+ platformEntries?: Record<string, Record<string, string>>;
77
+ /**
78
+ * Platforms to build. Every listed platform gets at least the master
79
+ * barrel entry (`./index.ts`); `modulesPlatform` additionally gets the
80
+ * module subpath entries, and `platformEntries` add their shims.
81
+ * @default ['neutral', 'node', 'browser']
82
+ */
83
+ platforms?: string[];
84
+ }
85
+ //# sourceMappingURL=MonolithConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MonolithConfig.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/MonolithConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,2DAA2D;AAC3D,MAAM,WAAW,oBAAoB;IACnC,yDAAyD;IACzD,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,gEAAgE;IAChE,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gFAAgF;IAChF,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,yEAAyE;IACzE,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4FAA4F;IAC5F,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,2CAA2C;IAC3C,IAAI,EAAE,MAAM,CAAA;IACZ,sEAAsE;IACtE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,mFAAmF;AACnF,MAAM,WAAW,+BAA+B;IAC9C;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACpC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,qFAAqF;IACrF,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,gFAAgF;IAChF,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACrC,sEAAsE;IACtE,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,+BAA+B,CAAC,CAAA;IACpE;;;;;;;;;;OAUG;IACH,aAAa,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAA;IACrC,OAAO,EAAE,oBAAoB,EAAE,CAAA;IAC/B;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAA;IACxD;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;CACrB"}