@savvy-web/mcp 1.3.4 → 1.4.0

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 (810) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -11
  3. package/bin/savvy-mcp.js +2 -11
  4. package/index.d.ts +4 -87
  5. package/package.json +2 -3
  6. package/server.js +3 -30
  7. package/tools/biome-check.js +1 -1
  8. package/public/content/_templates/guides.md +0 -12
  9. package/public/content/_templates/packages.md +0 -21
  10. package/public/content/_templates/standards.md +0 -17
  11. package/public/content/guides/api-docs-from-api-extractor.md +0 -174
  12. package/public/content/guides/building-a-github-action.md +0 -233
  13. package/public/content/guides/choosing-a-builder.md +0 -93
  14. package/public/content/guides/llm-friendly-json-schemas.md +0 -64
  15. package/public/content/manifest.json +0 -10278
  16. package/public/content/packages/bundler/api/function/definebuild.md +0 -18
  17. package/public/content/packages/bundler/api/function/parseargs.md +0 -18
  18. package/public/content/packages/bundler/api/function/runbuild.md +0 -18
  19. package/public/content/packages/bundler/api/interface/buildconfig.md +0 -147
  20. package/public/content/packages/bundler/api/interface/buildconfiginput.md +0 -153
  21. package/public/content/packages/bundler/api/interface/buildentryoverride.md +0 -86
  22. package/public/content/packages/bundler/api/interface/outputconfig.md +0 -34
  23. package/public/content/packages/bundler/api/interface/parsedargs.md +0 -44
  24. package/public/content/packages/bundler/api/interface/runoptions.md +0 -150
  25. package/public/content/packages/bundler/api.md +0 -27
  26. package/public/content/packages/bundler/overview.md +0 -89
  27. package/public/content/packages/cli/command-tree.md +0 -68
  28. package/public/content/packages/cli/init-and-check.md +0 -53
  29. package/public/content/packages/github-action-builder/api/class/actionymlmissing.md +0 -30
  30. package/public/content/packages/github-action-builder/api/class/actionymlpatherror.md +0 -48
  31. package/public/content/packages/github-action-builder/api/class/actionymlschemaerror.md +0 -45
  32. package/public/content/packages/github-action-builder/api/class/actionymlsyntaxerror.md +0 -57
  33. package/public/content/packages/github-action-builder/api/class/buildfailed.md +0 -39
  34. package/public/content/packages/github-action-builder/api/class/bundlefailed.md +0 -39
  35. package/public/content/packages/github-action-builder/api/class/cleanerror.md +0 -39
  36. package/public/content/packages/github-action-builder/api/class/configinvalid.md +0 -39
  37. package/public/content/packages/github-action-builder/api/class/configloadfailed.md +0 -39
  38. package/public/content/packages/github-action-builder/api/class/confignotfound.md +0 -39
  39. package/public/content/packages/github-action-builder/api/class/entryfilemissing.md +0 -39
  40. package/public/content/packages/github-action-builder/api/class/githubaction.md +0 -101
  41. package/public/content/packages/github-action-builder/api/class/mainentrymissing.md +0 -39
  42. package/public/content/packages/github-action-builder/api/class/persistlocalerror.md +0 -39
  43. package/public/content/packages/github-action-builder/api/class/validationfailed.md +0 -48
  44. package/public/content/packages/github-action-builder/api/class/workerentryinvalidname.md +0 -37
  45. package/public/content/packages/github-action-builder/api/class/workerentrymissing.md +0 -44
  46. package/public/content/packages/github-action-builder/api/class/writeerror.md +0 -39
  47. package/public/content/packages/github-action-builder/api/function/defineconfig.md +0 -68
  48. package/public/content/packages/github-action-builder/api/interface/buildservice.md +0 -83
  49. package/public/content/packages/github-action-builder/api/interface/configservice.md +0 -66
  50. package/public/content/packages/github-action-builder/api/interface/githubactionoptions.md +0 -60
  51. package/public/content/packages/github-action-builder/api/interface/loadconfigresult.md +0 -44
  52. package/public/content/packages/github-action-builder/api/interface/persistlocalservice.md +0 -37
  53. package/public/content/packages/github-action-builder/api/interface/validationservice.md +0 -82
  54. package/public/content/packages/github-action-builder/api/type/actionymlresult.md +0 -18
  55. package/public/content/packages/github-action-builder/api/type/apperror.md +0 -18
  56. package/public/content/packages/github-action-builder/api/type/builderror.md +0 -18
  57. package/public/content/packages/github-action-builder/api/type/buildoptions.md +0 -18
  58. package/public/content/packages/github-action-builder/api/type/buildresult.md +0 -18
  59. package/public/content/packages/github-action-builder/api/type/buildrunneroptions.md +0 -18
  60. package/public/content/packages/github-action-builder/api/type/bundleresult.md +0 -18
  61. package/public/content/packages/github-action-builder/api/type/bundlestats.md +0 -18
  62. package/public/content/packages/github-action-builder/api/type/config.md +0 -18
  63. package/public/content/packages/github-action-builder/api/type/configerror.md +0 -18
  64. package/public/content/packages/github-action-builder/api/type/configinput.md +0 -18
  65. package/public/content/packages/github-action-builder/api/type/detectedentry.md +0 -18
  66. package/public/content/packages/github-action-builder/api/type/detectentriesresult.md +0 -18
  67. package/public/content/packages/github-action-builder/api/type/entries.md +0 -18
  68. package/public/content/packages/github-action-builder/api/type/githubactionbuildresult.md +0 -18
  69. package/public/content/packages/github-action-builder/api/type/loadconfigoptions.md +0 -18
  70. package/public/content/packages/github-action-builder/api/type/persisterror.md +0 -18
  71. package/public/content/packages/github-action-builder/api/type/persistlocaloptions.md +0 -18
  72. package/public/content/packages/github-action-builder/api/type/persistlocalresult.md +0 -18
  73. package/public/content/packages/github-action-builder/api/type/persistlocalrunneroptions.md +0 -18
  74. package/public/content/packages/github-action-builder/api/type/validateoptions.md +0 -18
  75. package/public/content/packages/github-action-builder/api/type/validationerror.md +0 -20
  76. package/public/content/packages/github-action-builder/api/type/validationerroritem.md +0 -18
  77. package/public/content/packages/github-action-builder/api/type/validationoptions.md +0 -18
  78. package/public/content/packages/github-action-builder/api/type/validationresult.md +0 -18
  79. package/public/content/packages/github-action-builder/api/type/validationwarning.md +0 -18
  80. package/public/content/packages/github-action-builder/api/variable/actionymlmissingbase.md +0 -20
  81. package/public/content/packages/github-action-builder/api/variable/actionymlpatherrorbase.md +0 -20
  82. package/public/content/packages/github-action-builder/api/variable/actionymlresultschema.md +0 -33
  83. package/public/content/packages/github-action-builder/api/variable/actionymlschemaerrorbase.md +0 -20
  84. package/public/content/packages/github-action-builder/api/variable/actionymlsyntaxerrorbase.md +0 -20
  85. package/public/content/packages/github-action-builder/api/variable/applayer.md +0 -38
  86. package/public/content/packages/github-action-builder/api/variable/buildfailedbase.md +0 -20
  87. package/public/content/packages/github-action-builder/api/variable/buildlayer.md +0 -18
  88. package/public/content/packages/github-action-builder/api/variable/buildoptionsschema.md +0 -31
  89. package/public/content/packages/github-action-builder/api/variable/buildresultschema.md +0 -32
  90. package/public/content/packages/github-action-builder/api/variable/buildrunneroptionsschema.md +0 -21
  91. package/public/content/packages/github-action-builder/api/variable/buildservice.md +0 -18
  92. package/public/content/packages/github-action-builder/api/variable/bundlefailedbase.md +0 -20
  93. package/public/content/packages/github-action-builder/api/variable/bundleresultschema.md +0 -27
  94. package/public/content/packages/github-action-builder/api/variable/bundlestatsschema.md +0 -23
  95. package/public/content/packages/github-action-builder/api/variable/cleanerrorbase.md +0 -20
  96. package/public/content/packages/github-action-builder/api/variable/configinputschema.md +0 -41
  97. package/public/content/packages/github-action-builder/api/variable/configinvalidbase.md +0 -20
  98. package/public/content/packages/github-action-builder/api/variable/configlayer.md +0 -18
  99. package/public/content/packages/github-action-builder/api/variable/configloadfailedbase.md +0 -20
  100. package/public/content/packages/github-action-builder/api/variable/confignotfoundbase.md +0 -20
  101. package/public/content/packages/github-action-builder/api/variable/configschema.md +0 -59
  102. package/public/content/packages/github-action-builder/api/variable/configservice.md +0 -18
  103. package/public/content/packages/github-action-builder/api/variable/detectedentryschema.md +0 -22
  104. package/public/content/packages/github-action-builder/api/variable/detectentriesresultschema.md +0 -25
  105. package/public/content/packages/github-action-builder/api/variable/entriesschema.md +0 -25
  106. package/public/content/packages/github-action-builder/api/variable/entryfilemissingbase.md +0 -20
  107. package/public/content/packages/github-action-builder/api/variable/githubactionbuildresultschema.md +0 -60
  108. package/public/content/packages/github-action-builder/api/variable/loadconfigoptionsschema.md +0 -21
  109. package/public/content/packages/github-action-builder/api/variable/mainentrymissingbase.md +0 -20
  110. package/public/content/packages/github-action-builder/api/variable/persistlocalerrorbase.md +0 -20
  111. package/public/content/packages/github-action-builder/api/variable/persistlocallayer.md +0 -18
  112. package/public/content/packages/github-action-builder/api/variable/persistlocaloptionsschema.md +0 -28
  113. package/public/content/packages/github-action-builder/api/variable/persistlocalresultschema.md +0 -25
  114. package/public/content/packages/github-action-builder/api/variable/persistlocalrunneroptionsschema.md +0 -20
  115. package/public/content/packages/github-action-builder/api/variable/persistlocalservice.md +0 -18
  116. package/public/content/packages/github-action-builder/api/variable/validateoptionsschema.md +0 -21
  117. package/public/content/packages/github-action-builder/api/variable/validationerrorschema.md +0 -23
  118. package/public/content/packages/github-action-builder/api/variable/validationfailedbase.md +0 -20
  119. package/public/content/packages/github-action-builder/api/variable/validationlayer.md +0 -18
  120. package/public/content/packages/github-action-builder/api/variable/validationoptionsschema.md +0 -24
  121. package/public/content/packages/github-action-builder/api/variable/validationresultschema.md +0 -32
  122. package/public/content/packages/github-action-builder/api/variable/validationservice.md +0 -18
  123. package/public/content/packages/github-action-builder/api/variable/validationwarningschema.md +0 -23
  124. package/public/content/packages/github-action-builder/api/variable/workerentryinvalidnamebase.md +0 -20
  125. package/public/content/packages/github-action-builder/api/variable/workerentrymissingbase.md +0 -20
  126. package/public/content/packages/github-action-builder/api/variable/writeerrorbase.md +0 -20
  127. package/public/content/packages/github-action-builder/api.md +0 -125
  128. package/public/content/packages/github-action-effects/api/class/actioncache.md +0 -18
  129. package/public/content/packages/github-action-effects/api/class/actioncacheerror.md +0 -44
  130. package/public/content/packages/github-action-effects/api/class/actionenvironment.md +0 -18
  131. package/public/content/packages/github-action-effects/api/class/actionenvironmenterror.md +0 -37
  132. package/public/content/packages/github-action-effects/api/class/actioninputerror.md +0 -44
  133. package/public/content/packages/github-action-effects/api/class/actionlogger.md +0 -18
  134. package/public/content/packages/github-action-effects/api/class/actionoutputerror.md +0 -37
  135. package/public/content/packages/github-action-effects/api/class/actionoutputs.md +0 -18
  136. package/public/content/packages/github-action-effects/api/class/actionstate.md +0 -18
  137. package/public/content/packages/github-action-effects/api/class/actionstateerror.md +0 -44
  138. package/public/content/packages/github-action-effects/api/class/artifact.md +0 -18
  139. package/public/content/packages/github-action-effects/api/class/artifacterror.md +0 -53
  140. package/public/content/packages/github-action-effects/api/class/attest.md +0 -18
  141. package/public/content/packages/github-action-effects/api/class/attesterror.md +0 -42
  142. package/public/content/packages/github-action-effects/api/class/blobstore.md +0 -18
  143. package/public/content/packages/github-action-effects/api/class/blobstoreerror.md +0 -44
  144. package/public/content/packages/github-action-effects/api/class/changesetanalyzer.md +0 -18
  145. package/public/content/packages/github-action-effects/api/class/changeseterror.md +0 -37
  146. package/public/content/packages/github-action-effects/api/class/checkrun.md +0 -18
  147. package/public/content/packages/github-action-effects/api/class/checkrunerror.md +0 -44
  148. package/public/content/packages/github-action-effects/api/class/commandrunner.md +0 -18
  149. package/public/content/packages/github-action-effects/api/class/commandrunnererror.md +0 -73
  150. package/public/content/packages/github-action-effects/api/class/configloader.md +0 -18
  151. package/public/content/packages/github-action-effects/api/class/configloadererror.md +0 -44
  152. package/public/content/packages/github-action-effects/api/class/dryrun.md +0 -18
  153. package/public/content/packages/github-action-effects/api/class/gitbranch.md +0 -18
  154. package/public/content/packages/github-action-effects/api/class/gitbrancherror.md +0 -44
  155. package/public/content/packages/github-action-effects/api/class/gitcommit.md +0 -18
  156. package/public/content/packages/github-action-effects/api/class/gitcommiterror.md +0 -37
  157. package/public/content/packages/github-action-effects/api/class/githubapp.md +0 -18
  158. package/public/content/packages/github-action-effects/api/class/githubapperror.md +0 -37
  159. package/public/content/packages/github-action-effects/api/class/githubartifactmetadata.md +0 -18
  160. package/public/content/packages/github-action-effects/api/class/githubartifactmetadataerror.md +0 -44
  161. package/public/content/packages/github-action-effects/api/class/githubclient.md +0 -18
  162. package/public/content/packages/github-action-effects/api/class/githubclienterror.md +0 -60
  163. package/public/content/packages/github-action-effects/api/class/githubcommit.md +0 -18
  164. package/public/content/packages/github-action-effects/api/class/githubcommiterror.md +0 -44
  165. package/public/content/packages/github-action-effects/api/class/githubcontent.md +0 -18
  166. package/public/content/packages/github-action-effects/api/class/githubcontenterror.md +0 -44
  167. package/public/content/packages/github-action-effects/api/class/githubgraphql.md +0 -18
  168. package/public/content/packages/github-action-effects/api/class/githubgraphqlerror.md +0 -48
  169. package/public/content/packages/github-action-effects/api/class/githubissue.md +0 -18
  170. package/public/content/packages/github-action-effects/api/class/githubissueerror.md +0 -51
  171. package/public/content/packages/github-action-effects/api/class/githubrelease.md +0 -18
  172. package/public/content/packages/github-action-effects/api/class/githubreleaseerror.md +0 -51
  173. package/public/content/packages/github-action-effects/api/class/gittag.md +0 -18
  174. package/public/content/packages/github-action-effects/api/class/gittagerror.md +0 -44
  175. package/public/content/packages/github-action-effects/api/class/glob.md +0 -18
  176. package/public/content/packages/github-action-effects/api/class/globerror.md +0 -44
  177. package/public/content/packages/github-action-effects/api/class/intotostatement.md +0 -18
  178. package/public/content/packages/github-action-effects/api/class/intotosubject.md +0 -18
  179. package/public/content/packages/github-action-effects/api/class/ioerror.md +0 -44
  180. package/public/content/packages/github-action-effects/api/class/npmregistry.md +0 -18
  181. package/public/content/packages/github-action-effects/api/class/npmregistryerror.md +0 -50
  182. package/public/content/packages/github-action-effects/api/class/octokitauthapp.md +0 -18
  183. package/public/content/packages/github-action-effects/api/class/oidctokenerror.md +0 -42
  184. package/public/content/packages/github-action-effects/api/class/oidctokenissuer.md +0 -18
  185. package/public/content/packages/github-action-effects/api/class/packagemanageradapter.md +0 -18
  186. package/public/content/packages/github-action-effects/api/class/packagemanagererror.md +0 -44
  187. package/public/content/packages/github-action-effects/api/class/packagepublish.md +0 -18
  188. package/public/content/packages/github-action-effects/api/class/packagepublisherror.md +0 -68
  189. package/public/content/packages/github-action-effects/api/class/pullrequest.md +0 -18
  190. package/public/content/packages/github-action-effects/api/class/pullrequestcomment.md +0 -18
  191. package/public/content/packages/github-action-effects/api/class/pullrequestcommenterror.md +0 -44
  192. package/public/content/packages/github-action-effects/api/class/pullrequesterror.md +0 -44
  193. package/public/content/packages/github-action-effects/api/class/ratelimiter.md +0 -18
  194. package/public/content/packages/github-action-effects/api/class/ratelimiterror.md +0 -51
  195. package/public/content/packages/github-action-effects/api/class/runtimeenvironmenterror.md +0 -37
  196. package/public/content/packages/github-action-effects/api/class/sbom.md +0 -18
  197. package/public/content/packages/github-action-effects/api/class/sbomerror.md +0 -42
  198. package/public/content/packages/github-action-effects/api/class/semverresolvererror.md +0 -44
  199. package/public/content/packages/github-action-effects/api/class/sigstorebundle.md +0 -18
  200. package/public/content/packages/github-action-effects/api/class/sigstoresigner.md +0 -18
  201. package/public/content/packages/github-action-effects/api/class/sigstoresignererror.md +0 -42
  202. package/public/content/packages/github-action-effects/api/class/slsaerror.md +0 -42
  203. package/public/content/packages/github-action-effects/api/class/tokenpermissionchecker.md +0 -18
  204. package/public/content/packages/github-action-effects/api/class/tokenpermissionerror.md +0 -58
  205. package/public/content/packages/github-action-effects/api/class/toolinstaller.md +0 -18
  206. package/public/content/packages/github-action-effects/api/class/toolinstallererror.md +0 -58
  207. package/public/content/packages/github-action-effects/api/class/workflowdispatch.md +0 -18
  208. package/public/content/packages/github-action-effects/api/class/workflowdispatcherror.md +0 -44
  209. package/public/content/packages/github-action-effects/api/class/workspacedetector.md +0 -18
  210. package/public/content/packages/github-action-effects/api/class/workspacedetectorerror.md +0 -35
  211. package/public/content/packages/github-action-effects/api/function/attesttestfulllayer.md +0 -19
  212. package/public/content/packages/github-action-effects/api/function/buildslsaprovenancepredicate.md +0 -23
  213. package/public/content/packages/github-action-effects/api/function/buildstatement.md +0 -29
  214. package/public/content/packages/github-action-effects/api/function/decodejwtclaims.md +0 -18
  215. package/public/content/packages/github-action-effects/api/function/dryrunlive.md +0 -18
  216. package/public/content/packages/github-action-effects/api/function/generatepackageviewurl.md +0 -27
  217. package/public/content/packages/github-action-effects/api/function/getregistrydisplayname.md +0 -26
  218. package/public/content/packages/github-action-effects/api/function/getregistrytype.md +0 -26
  219. package/public/content/packages/github-action-effects/api/function/iscustomregistry.md +0 -26
  220. package/public/content/packages/github-action-effects/api/function/isgithubpackagesregistry.md +0 -26
  221. package/public/content/packages/github-action-effects/api/function/isjsrregistry.md +0 -26
  222. package/public/content/packages/github-action-effects/api/function/isnpmregistry.md +0 -26
  223. package/public/content/packages/github-action-effects/api/function/makeattestteststate.md +0 -18
  224. package/public/content/packages/github-action-effects/api/function/makesbomteststate.md +0 -18
  225. package/public/content/packages/github-action-effects/api/function/makesigstoresignerlive.md +0 -18
  226. package/public/content/packages/github-action-effects/api/function/npmpurl.md +0 -18
  227. package/public/content/packages/github-action-effects/api/function/resilienceschedule.md +0 -18
  228. package/public/content/packages/github-action-effects/api/function/s3blobstorelive.md +0 -18
  229. package/public/content/packages/github-action-effects/api/function/savetoken.md +0 -18
  230. package/public/content/packages/github-action-effects/api/function/serializestatement.md +0 -18
  231. package/public/content/packages/github-action-effects/api/function/subject.md +0 -23
  232. package/public/content/packages/github-action-effects/api/function/tokenpermissioncheckerlive.md +0 -18
  233. package/public/content/packages/github-action-effects/api/interface/accumulateresult.md +0 -35
  234. package/public/content/packages/github-action-effects/api/interface/actioncacheteststate.md +0 -26
  235. package/public/content/packages/github-action-effects/api/interface/actionloggerteststate.md +0 -59
  236. package/public/content/packages/github-action-effects/api/interface/actionoutputsteststate.md +0 -56
  237. package/public/content/packages/github-action-effects/api/interface/actionrunoptions.md +0 -28
  238. package/public/content/packages/github-action-effects/api/interface/actionstateteststate.md +0 -28
  239. package/public/content/packages/github-action-effects/api/interface/annotationproperties.md +0 -68
  240. package/public/content/packages/github-action-effects/api/interface/appauth.md +0 -44
  241. package/public/content/packages/github-action-effects/api/interface/artifactitem.md +0 -44
  242. package/public/content/packages/github-action-effects/api/interface/artifactteststate.md +0 -38
  243. package/public/content/packages/github-action-effects/api/interface/attestationlistentry.md +0 -36
  244. package/public/content/packages/github-action-effects/api/interface/attestationrecord.md +0 -44
  245. package/public/content/packages/github-action-effects/api/interface/attestinput.md +0 -38
  246. package/public/content/packages/github-action-effects/api/interface/attestteststate.md +0 -111
  247. package/public/content/packages/github-action-effects/api/interface/blobstoreteststate.md +0 -26
  248. package/public/content/packages/github-action-effects/api/interface/botidentity.md +0 -32
  249. package/public/content/packages/github-action-effects/api/interface/changesetanalyzerteststate.md +0 -32
  250. package/public/content/packages/github-action-effects/api/interface/checkrunannotation.md +0 -56
  251. package/public/content/packages/github-action-effects/api/interface/checkrundata.md +0 -50
  252. package/public/content/packages/github-action-effects/api/interface/checkrunoutput.md +0 -44
  253. package/public/content/packages/github-action-effects/api/interface/checkrunrecord.md +0 -62
  254. package/public/content/packages/github-action-effects/api/interface/checkrunteststate.md +0 -32
  255. package/public/content/packages/github-action-effects/api/interface/commandresponse.md +0 -38
  256. package/public/content/packages/github-action-effects/api/interface/commentrecord.md +0 -32
  257. package/public/content/packages/github-action-effects/api/interface/commitcomparison.md +0 -32
  258. package/public/content/packages/github-action-effects/api/interface/commitdetail.md +0 -28
  259. package/public/content/packages/github-action-effects/api/interface/commitfile.md +0 -32
  260. package/public/content/packages/github-action-effects/api/interface/commitsummary.md +0 -38
  261. package/public/content/packages/github-action-effects/api/interface/configloaderteststate.md +0 -28
  262. package/public/content/packages/github-action-effects/api/interface/dispatchrecord.md +0 -38
  263. package/public/content/packages/github-action-effects/api/interface/downloadoptions.md +0 -28
  264. package/public/content/packages/github-action-effects/api/interface/dryrunresult.md +0 -60
  265. package/public/content/packages/github-action-effects/api/interface/dryrunteststate.md +0 -26
  266. package/public/content/packages/github-action-effects/api/interface/execoptions.md +0 -52
  267. package/public/content/packages/github-action-effects/api/interface/execoutput.md +0 -38
  268. package/public/content/packages/github-action-effects/api/interface/findby.md +0 -44
  269. package/public/content/packages/github-action-effects/api/interface/gitbranchteststate.md +0 -26
  270. package/public/content/packages/github-action-effects/api/interface/gitcommitteststate.md +0 -51
  271. package/public/content/packages/github-action-effects/api/interface/githubappteststate.md +0 -54
  272. package/public/content/packages/github-action-effects/api/interface/githubartifactmetadatateststate.md +0 -36
  273. package/public/content/packages/github-action-effects/api/interface/githubclientteststate.md +0 -47
  274. package/public/content/packages/github-action-effects/api/interface/githubcommitteststate.md +0 -52
  275. package/public/content/packages/github-action-effects/api/interface/githubcontentteststate.md +0 -28
  276. package/public/content/packages/github-action-effects/api/interface/githubgraphqlteststate.md +0 -52
  277. package/public/content/packages/github-action-effects/api/interface/githubissueteststate.md +0 -53
  278. package/public/content/packages/github-action-effects/api/interface/githubreleaseteststate.md +0 -52
  279. package/public/content/packages/github-action-effects/api/interface/gittagteststate.md +0 -41
  280. package/public/content/packages/github-action-effects/api/interface/globoptions.md +0 -52
  281. package/public/content/packages/github-action-effects/api/interface/globteststate.md +0 -32
  282. package/public/content/packages/github-action-effects/api/interface/hashfilesoptions.md +0 -36
  283. package/public/content/packages/github-action-effects/api/interface/idempotentpublishinput.md +0 -66
  284. package/public/content/packages/github-action-effects/api/interface/idempotentpublishresult.md +0 -48
  285. package/public/content/packages/github-action-effects/api/interface/inflightpackage.md +0 -38
  286. package/public/content/packages/github-action-effects/api/interface/installoptions.md +0 -36
  287. package/public/content/packages/github-action-effects/api/interface/issuedata.md +0 -60
  288. package/public/content/packages/github-action-effects/api/interface/npmregistryteststate.md +0 -32
  289. package/public/content/packages/github-action-effects/api/interface/oidcclaims.md +0 -98
  290. package/public/content/packages/github-action-effects/api/interface/packagemanageradapterteststate.md +0 -47
  291. package/public/content/packages/github-action-effects/api/interface/packagepublishteststate.md +0 -121
  292. package/public/content/packages/github-action-effects/api/interface/packresult.md +0 -84
  293. package/public/content/packages/github-action-effects/api/interface/polloptions.md +0 -36
  294. package/public/content/packages/github-action-effects/api/interface/provenanceattestationinput.md +0 -44
  295. package/public/content/packages/github-action-effects/api/interface/provisionoptions.md +0 -52
  296. package/public/content/packages/github-action-effects/api/interface/publishtarballresult.md +0 -28
  297. package/public/content/packages/github-action-effects/api/interface/pullrequestcommentteststate.md +0 -35
  298. package/public/content/packages/github-action-effects/api/interface/pullrequestfile.md +0 -32
  299. package/public/content/packages/github-action-effects/api/interface/pullrequestinfo.md +0 -106
  300. package/public/content/packages/github-action-effects/api/interface/pullrequestlistoptions.md +0 -60
  301. package/public/content/packages/github-action-effects/api/interface/pullrequestrecord.md +0 -74
  302. package/public/content/packages/github-action-effects/api/interface/pullrequestteststate.md +0 -54
  303. package/public/content/packages/github-action-effects/api/interface/ratelimiterteststate.md +0 -44
  304. package/public/content/packages/github-action-effects/api/interface/registrytarget.md +0 -52
  305. package/public/content/packages/github-action-effects/api/interface/releaseasset.md +0 -44
  306. package/public/content/packages/github-action-effects/api/interface/releasedata.md +0 -62
  307. package/public/content/packages/github-action-effects/api/interface/report_2.md +0 -76
  308. package/public/content/packages/github-action-effects/api/interface/resilienceoptions.md +0 -52
  309. package/public/content/packages/github-action-effects/api/interface/resolveddependency.md +0 -44
  310. package/public/content/packages/github-action-effects/api/interface/restresponse.md +0 -26
  311. package/public/content/packages/github-action-effects/api/interface/s3blobstoreconfig.md +0 -62
  312. package/public/content/packages/github-action-effects/api/interface/sbomattestationinput.md +0 -44
  313. package/public/content/packages/github-action-effects/api/interface/sbomauthor.md +0 -38
  314. package/public/content/packages/github-action-effects/api/interface/sbomcontact.md +0 -38
  315. package/public/content/packages/github-action-effects/api/interface/sbominput.md +0 -88
  316. package/public/content/packages/github-action-effects/api/interface/sbomsupplier.md +0 -44
  317. package/public/content/packages/github-action-effects/api/interface/sbomteststate.md +0 -52
  318. package/public/content/packages/github-action-effects/api/interface/sigstoresignerconfig.md +0 -32
  319. package/public/content/packages/github-action-effects/api/interface/storagerecordinput.md +0 -68
  320. package/public/content/packages/github-action-effects/api/interface/tagref.md +0 -34
  321. package/public/content/packages/github-action-effects/api/interface/tokenpermissioncheckerteststate.md +0 -32
  322. package/public/content/packages/github-action-effects/api/interface/toolinstallerteststate.md +0 -97
  323. package/public/content/packages/github-action-effects/api/interface/uploadoptions.md +0 -36
  324. package/public/content/packages/github-action-effects/api/interface/uploadresult.md +0 -32
  325. package/public/content/packages/github-action-effects/api/interface/workflowdispatchteststate.md +0 -40
  326. package/public/content/packages/github-action-effects/api/interface/workflowrunstatus.md +0 -32
  327. package/public/content/packages/github-action-effects/api/interface/workspacedetectorteststate.md +0 -32
  328. package/public/content/packages/github-action-effects/api/namespace/step.md +0 -16
  329. package/public/content/packages/github-action-effects/api/type/actionloglevel.md +0 -16
  330. package/public/content/packages/github-action-effects/api/type/annotationlevel.md +0 -18
  331. package/public/content/packages/github-action-effects/api/type/bumptype.md +0 -16
  332. package/public/content/packages/github-action-effects/api/type/capturedoutput.md +0 -16
  333. package/public/content/packages/github-action-effects/api/type/changeset.md +0 -16
  334. package/public/content/packages/github-action-effects/api/type/changesetfile.md +0 -16
  335. package/public/content/packages/github-action-effects/api/type/checklistitem.md +0 -16
  336. package/public/content/packages/github-action-effects/api/type/checkrunconclusion.md +0 -18
  337. package/public/content/packages/github-action-effects/api/type/coreservices.md +0 -18
  338. package/public/content/packages/github-action-effects/api/type/cyclonedxbom.md +0 -18
  339. package/public/content/packages/github-action-effects/api/type/extrapermission.md +0 -18
  340. package/public/content/packages/github-action-effects/api/type/filechange.md +0 -16
  341. package/public/content/packages/github-action-effects/api/type/githubcontext.md +0 -18
  342. package/public/content/packages/github-action-effects/api/type/installationtoken.md +0 -18
  343. package/public/content/packages/github-action-effects/api/type/loglevelinput.md +0 -16
  344. package/public/content/packages/github-action-effects/api/type/npmpackageinfo.md +0 -16
  345. package/public/content/packages/github-action-effects/api/type/packagemanagerinfo.md +0 -18
  346. package/public/content/packages/github-action-effects/api/type/packagemanagername.md +0 -18
  347. package/public/content/packages/github-action-effects/api/type/permissioncheckresult.md +0 -18
  348. package/public/content/packages/github-action-effects/api/type/permissiongap.md +0 -18
  349. package/public/content/packages/github-action-effects/api/type/permissionlevel.md +0 -18
  350. package/public/content/packages/github-action-effects/api/type/ratelimitstatus.md +0 -18
  351. package/public/content/packages/github-action-effects/api/type/registrytype.md +0 -18
  352. package/public/content/packages/github-action-effects/api/type/runnercontext.md +0 -18
  353. package/public/content/packages/github-action-effects/api/type/status.md +0 -16
  354. package/public/content/packages/github-action-effects/api/type/treeentry.md +0 -16
  355. package/public/content/packages/github-action-effects/api/type/webhookpayload.md +0 -18
  356. package/public/content/packages/github-action-effects/api/type/workspaceinfo.md +0 -16
  357. package/public/content/packages/github-action-effects/api/type/workspacepackage.md +0 -16
  358. package/public/content/packages/github-action-effects/api/type/workspacetype.md +0 -16
  359. package/public/content/packages/github-action-effects/api/variable/action.md +0 -41
  360. package/public/content/packages/github-action-effects/api/variable/actioncachelive.md +0 -18
  361. package/public/content/packages/github-action-effects/api/variable/actioncachetest.md +0 -29
  362. package/public/content/packages/github-action-effects/api/variable/actionenvironmentlive.md +0 -16
  363. package/public/content/packages/github-action-effects/api/variable/actionenvironmenttest.md +0 -21
  364. package/public/content/packages/github-action-effects/api/variable/actioninput.md +0 -31
  365. package/public/content/packages/github-action-effects/api/variable/actionloggerlive.md +0 -18
  366. package/public/content/packages/github-action-effects/api/variable/actionloggertest.md +0 -29
  367. package/public/content/packages/github-action-effects/api/variable/actionloglevel.md +0 -18
  368. package/public/content/packages/github-action-effects/api/variable/actionoutputslive.md +0 -16
  369. package/public/content/packages/github-action-effects/api/variable/actionoutputstest.md +0 -29
  370. package/public/content/packages/github-action-effects/api/variable/actionsconfigprovider.md +0 -27
  371. package/public/content/packages/github-action-effects/api/variable/actionslogger.md +0 -18
  372. package/public/content/packages/github-action-effects/api/variable/actionsruntime.md +0 -36
  373. package/public/content/packages/github-action-effects/api/variable/actionstatelive.md +0 -16
  374. package/public/content/packages/github-action-effects/api/variable/actionstatetest.md +0 -29
  375. package/public/content/packages/github-action-effects/api/variable/artifactlive.md +0 -18
  376. package/public/content/packages/github-action-effects/api/variable/artifacttest.md +0 -29
  377. package/public/content/packages/github-action-effects/api/variable/attestlive.md +0 -18
  378. package/public/content/packages/github-action-effects/api/variable/attesttest.md +0 -21
  379. package/public/content/packages/github-action-effects/api/variable/automerge.md +0 -21
  380. package/public/content/packages/github-action-effects/api/variable/blobstoretest.md +0 -21
  381. package/public/content/packages/github-action-effects/api/variable/bumptype.md +0 -18
  382. package/public/content/packages/github-action-effects/api/variable/capturedoutput.md +0 -21
  383. package/public/content/packages/github-action-effects/api/variable/changeset.md +0 -25
  384. package/public/content/packages/github-action-effects/api/variable/changesetanalyzerlive.md +0 -16
  385. package/public/content/packages/github-action-effects/api/variable/changesetanalyzertest.md +0 -21
  386. package/public/content/packages/github-action-effects/api/variable/changesetfile.md +0 -21
  387. package/public/content/packages/github-action-effects/api/variable/checklistitem.md +0 -21
  388. package/public/content/packages/github-action-effects/api/variable/checkrunlive.md +0 -16
  389. package/public/content/packages/github-action-effects/api/variable/checkruntest.md +0 -21
  390. package/public/content/packages/github-action-effects/api/variable/commandrunnerlive.md +0 -16
  391. package/public/content/packages/github-action-effects/api/variable/commandrunnertest.md +0 -21
  392. package/public/content/packages/github-action-effects/api/variable/configloaderlive.md +0 -18
  393. package/public/content/packages/github-action-effects/api/variable/configloadertest.md +0 -21
  394. package/public/content/packages/github-action-effects/api/variable/cyclonedx_bom.md +0 -18
  395. package/public/content/packages/github-action-effects/api/variable/dryruntest.md +0 -24
  396. package/public/content/packages/github-action-effects/api/variable/erroraccumulator.md +0 -21
  397. package/public/content/packages/github-action-effects/api/variable/extrapermission.md +0 -21
  398. package/public/content/packages/github-action-effects/api/variable/filechange.md +0 -24
  399. package/public/content/packages/github-action-effects/api/variable/filechangecontent.md +0 -21
  400. package/public/content/packages/github-action-effects/api/variable/filechangedeletion.md +0 -21
  401. package/public/content/packages/github-action-effects/api/variable/gitbranchlive.md +0 -16
  402. package/public/content/packages/github-action-effects/api/variable/gitbranchtest.md +0 -21
  403. package/public/content/packages/github-action-effects/api/variable/gitcommitlive.md +0 -16
  404. package/public/content/packages/github-action-effects/api/variable/gitcommittest.md +0 -21
  405. package/public/content/packages/github-action-effects/api/variable/github_build_type.md +0 -18
  406. package/public/content/packages/github-action-effects/api/variable/githubapplive.md +0 -18
  407. package/public/content/packages/github-action-effects/api/variable/githubapptest.md +0 -21
  408. package/public/content/packages/github-action-effects/api/variable/githubartifactmetadatalive.md +0 -18
  409. package/public/content/packages/github-action-effects/api/variable/githubartifactmetadatatest.md +0 -24
  410. package/public/content/packages/github-action-effects/api/variable/githubblobstorelive.md +0 -18
  411. package/public/content/packages/github-action-effects/api/variable/githubclientlive.md +0 -26
  412. package/public/content/packages/github-action-effects/api/variable/githubclienttest.md +0 -21
  413. package/public/content/packages/github-action-effects/api/variable/githubcommitlive.md +0 -16
  414. package/public/content/packages/github-action-effects/api/variable/githubcommittest.md +0 -21
  415. package/public/content/packages/github-action-effects/api/variable/githubcontentlive.md +0 -16
  416. package/public/content/packages/github-action-effects/api/variable/githubcontenttest.md +0 -21
  417. package/public/content/packages/github-action-effects/api/variable/githubcontext.md +0 -35
  418. package/public/content/packages/github-action-effects/api/variable/githubgraphqllive.md +0 -18
  419. package/public/content/packages/github-action-effects/api/variable/githubgraphqltest.md +0 -24
  420. package/public/content/packages/github-action-effects/api/variable/githubissuelive.md +0 -16
  421. package/public/content/packages/github-action-effects/api/variable/githubissuetest.md +0 -24
  422. package/public/content/packages/github-action-effects/api/variable/githubmarkdown.md +0 -45
  423. package/public/content/packages/github-action-effects/api/variable/githubreleaselive.md +0 -16
  424. package/public/content/packages/github-action-effects/api/variable/githubreleasetest.md +0 -24
  425. package/public/content/packages/github-action-effects/api/variable/githubtoken.md +0 -27
  426. package/public/content/packages/github-action-effects/api/variable/gittaglive.md +0 -16
  427. package/public/content/packages/github-action-effects/api/variable/gittagtest.md +0 -24
  428. package/public/content/packages/github-action-effects/api/variable/globlive.md +0 -18
  429. package/public/content/packages/github-action-effects/api/variable/globtest.md +0 -30
  430. package/public/content/packages/github-action-effects/api/variable/in_toto_payload_type.md +0 -18
  431. package/public/content/packages/github-action-effects/api/variable/in_toto_statement_v1.md +0 -18
  432. package/public/content/packages/github-action-effects/api/variable/installationtoken.md +0 -28
  433. package/public/content/packages/github-action-effects/api/variable/ioutil.md +0 -22
  434. package/public/content/packages/github-action-effects/api/variable/loglevelinput.md +0 -18
  435. package/public/content/packages/github-action-effects/api/variable/npmpackageinfo.md +0 -24
  436. package/public/content/packages/github-action-effects/api/variable/npmregistrylive.md +0 -18
  437. package/public/content/packages/github-action-effects/api/variable/npmregistrytest.md +0 -21
  438. package/public/content/packages/github-action-effects/api/variable/octokitauthapplive.md +0 -18
  439. package/public/content/packages/github-action-effects/api/variable/oidctokenissuerlive.md +0 -18
  440. package/public/content/packages/github-action-effects/api/variable/oidctokenissuertest.md +0 -18
  441. package/public/content/packages/github-action-effects/api/variable/packagemanageradapterlive.md +0 -19
  442. package/public/content/packages/github-action-effects/api/variable/packagemanageradaptertest.md +0 -21
  443. package/public/content/packages/github-action-effects/api/variable/packagemanagerinfo.md +0 -22
  444. package/public/content/packages/github-action-effects/api/variable/packagemanagername.md +0 -18
  445. package/public/content/packages/github-action-effects/api/variable/packagepublishlive.md +0 -19
  446. package/public/content/packages/github-action-effects/api/variable/packagepublishtest.md +0 -27
  447. package/public/content/packages/github-action-effects/api/variable/pathutils.md +0 -31
  448. package/public/content/packages/github-action-effects/api/variable/permissioncheckresult.md +0 -31
  449. package/public/content/packages/github-action-effects/api/variable/permissiongap.md +0 -22
  450. package/public/content/packages/github-action-effects/api/variable/permissionlevel.md +0 -18
  451. package/public/content/packages/github-action-effects/api/variable/pullrequestcommentlive.md +0 -16
  452. package/public/content/packages/github-action-effects/api/variable/pullrequestcommenttest.md +0 -21
  453. package/public/content/packages/github-action-effects/api/variable/pullrequestlive.md +0 -16
  454. package/public/content/packages/github-action-effects/api/variable/pullrequesttest.md +0 -21
  455. package/public/content/packages/github-action-effects/api/variable/ratelimiterlive.md +0 -18
  456. package/public/content/packages/github-action-effects/api/variable/ratelimitertest.md +0 -21
  457. package/public/content/packages/github-action-effects/api/variable/ratelimitstatus.md +0 -23
  458. package/public/content/packages/github-action-effects/api/variable/reportbuilder.md +0 -33
  459. package/public/content/packages/github-action-effects/api/variable/runnercontext.md +0 -25
  460. package/public/content/packages/github-action-effects/api/variable/sbomlive.md +0 -18
  461. package/public/content/packages/github-action-effects/api/variable/sbomtest.md +0 -21
  462. package/public/content/packages/github-action-effects/api/variable/semverresolver.md +0 -30
  463. package/public/content/packages/github-action-effects/api/variable/sigstore_bundle_v0_3_media_type.md +0 -18
  464. package/public/content/packages/github-action-effects/api/variable/sigstore_oidc_audience.md +0 -18
  465. package/public/content/packages/github-action-effects/api/variable/sigstoresignerlive.md +0 -18
  466. package/public/content/packages/github-action-effects/api/variable/sigstoresignertest.md +0 -18
  467. package/public/content/packages/github-action-effects/api/variable/slsa_provenance_v1.md +0 -18
  468. package/public/content/packages/github-action-effects/api/variable/spdx_v2_3.md +0 -18
  469. package/public/content/packages/github-action-effects/api/variable/status.md +0 -18
  470. package/public/content/packages/github-action-effects/api/variable/tokenpermissioncheckertest.md +0 -21
  471. package/public/content/packages/github-action-effects/api/variable/toolinstallerlive.md +0 -18
  472. package/public/content/packages/github-action-effects/api/variable/toolinstallertest.md +0 -21
  473. package/public/content/packages/github-action-effects/api/variable/treeentry.md +0 -26
  474. package/public/content/packages/github-action-effects/api/variable/treeentrycontent.md +0 -22
  475. package/public/content/packages/github-action-effects/api/variable/treeentrydeletion.md +0 -22
  476. package/public/content/packages/github-action-effects/api/variable/webhookpayload.md +0 -51
  477. package/public/content/packages/github-action-effects/api/variable/workflowdispatchlive.md +0 -16
  478. package/public/content/packages/github-action-effects/api/variable/workflowdispatchtest.md +0 -21
  479. package/public/content/packages/github-action-effects/api/variable/workspacedetectorlive.md +0 -18
  480. package/public/content/packages/github-action-effects/api/variable/workspacedetectortest.md +0 -21
  481. package/public/content/packages/github-action-effects/api/variable/workspaceinfo.md +0 -22
  482. package/public/content/packages/github-action-effects/api/variable/workspacepackage.md +0 -24
  483. package/public/content/packages/github-action-effects/api/variable/workspacetype.md +0 -18
  484. package/public/content/packages/github-action-effects/api.md +0 -386
  485. package/public/content/packages/mcp/resource-taxonomy.md +0 -63
  486. package/public/content/packages/rspress-builder/api/function/defineplugin.md +0 -18
  487. package/public/content/packages/rspress-builder/api/interface/rspressbundleoptions.md +0 -28
  488. package/public/content/packages/rspress-builder/api/interface/rspresspluginoptions.md +0 -76
  489. package/public/content/packages/rspress-builder/api.md +0 -21
  490. package/public/content/packages/silk/export-map.md +0 -67
  491. package/public/content/packages/silk/install-and-setup.md +0 -59
  492. package/public/content/packages/silk-effects/api/class/analyzedworkspace.md +0 -121
  493. package/public/content/packages/silk-effects/api/class/biomeschemasync.md +0 -33
  494. package/public/content/packages/silk-effects/api/class/biomesyncerror.md +0 -41
  495. package/public/content/packages/silk-effects/api/class/changesetconfig.md +0 -28
  496. package/public/content/packages/silk-effects/api/class/changesetconfigerror.md +0 -41
  497. package/public/content/packages/silk-effects/api/class/changesetconfigreader.md +0 -33
  498. package/public/content/packages/silk-effects/api/class/configdiscovery.md +0 -33
  499. package/public/content/packages/silk-effects/api/class/confignotfounderror.md +0 -41
  500. package/public/content/packages/silk-effects/api/class/managedsection.md +0 -18
  501. package/public/content/packages/silk-effects/api/class/resolvedtool.md +0 -62
  502. package/public/content/packages/silk-effects/api/class/sectionblock.md +0 -95
  503. package/public/content/packages/silk-effects/api/class/sectiondefinition.md +0 -104
  504. package/public/content/packages/silk-effects/api/class/sectionparseerror.md +0 -41
  505. package/public/content/packages/silk-effects/api/class/sectionvalidationerror.md +0 -41
  506. package/public/content/packages/silk-effects/api/class/sectionwriteerror.md +0 -41
  507. package/public/content/packages/silk-effects/api/class/shellsectiondefinition.md +0 -56
  508. package/public/content/packages/silk-effects/api/class/silkpublishability.md +0 -46
  509. package/public/content/packages/silk-effects/api/class/silkpublishconfig.md +0 -18
  510. package/public/content/packages/silk-effects/api/class/silkworkspaceanalyzer.md +0 -33
  511. package/public/content/packages/silk-effects/api/class/tagformaterror.md +0 -48
  512. package/public/content/packages/silk-effects/api/class/tagstrategy.md +0 -32
  513. package/public/content/packages/silk-effects/api/class/toolcommand.md +0 -76
  514. package/public/content/packages/silk-effects/api/class/tooldefinition.md +0 -73
  515. package/public/content/packages/silk-effects/api/class/tooldiscovery.md +0 -35
  516. package/public/content/packages/silk-effects/api/class/toolnotfounderror.md +0 -39
  517. package/public/content/packages/silk-effects/api/class/toolresolutionerror.md +0 -39
  518. package/public/content/packages/silk-effects/api/class/toolversionmismatcherror.md +0 -46
  519. package/public/content/packages/silk-effects/api/class/versioningdetectionerror.md +0 -34
  520. package/public/content/packages/silk-effects/api/class/versioningstrategy.md +0 -34
  521. package/public/content/packages/silk-effects/api/class/workspaceanalysis.md +0 -94
  522. package/public/content/packages/silk-effects/api/class/workspaceanalysiserror.md +0 -41
  523. package/public/content/packages/silk-effects/api/function/buildschemaurl.md +0 -26
  524. package/public/content/packages/silk-effects/api/function/extractsemver.md +0 -26
  525. package/public/content/packages/silk-effects/api/function/readtargetsbinding.md +0 -23
  526. package/public/content/packages/silk-effects/api/function/savvybasepreamble.md +0 -22
  527. package/public/content/packages/silk-effects/api/function/savvyhookshygiene.md +0 -22
  528. package/public/content/packages/silk-effects/api/function/savvytoolsection.md +0 -37
  529. package/public/content/packages/silk-effects/api/interface/commitlintplugin.md +0 -26
  530. package/public/content/packages/silk-effects/api/interface/commitlintuserconfig.md +0 -76
  531. package/public/content/packages/silk-effects/api/interface/promptconfig.md +0 -38
  532. package/public/content/packages/silk-effects/api/interface/promptsettings.md +0 -32
  533. package/public/content/packages/silk-effects/api/interface/publishablepackage.md +0 -44
  534. package/public/content/packages/silk-effects/api/interface/rawpackagejson.md +0 -44
  535. package/public/content/packages/silk-effects/api/interface/rawpublishconfig.md +0 -44
  536. package/public/content/packages/silk-effects/api/interface/rawtargetobject.md +0 -44
  537. package/public/content/packages/silk-effects/api/interface/rulesconfig.md +0 -26
  538. package/public/content/packages/silk-effects/api/interface/targetbinding.md +0 -52
  539. package/public/content/packages/silk-effects/api/interface/targetgroupbinding.md +0 -44
  540. package/public/content/packages/silk-effects/api/interface/targetsbinding.md +0 -32
  541. package/public/content/packages/silk-effects/api/namespace/changesets.md +0 -16
  542. package/public/content/packages/silk-effects/api/namespace/commitlint.md +0 -16
  543. package/public/content/packages/silk-effects/api/namespace/lint.md +0 -16
  544. package/public/content/packages/silk-effects/api/namespace/turbo.md +0 -16
  545. package/public/content/packages/silk-effects/api/type/biomesyncoptions.md +0 -16
  546. package/public/content/packages/silk-effects/api/type/biomesyncresult.md +0 -16
  547. package/public/content/packages/silk-effects/api/type/changesetconfigfile.md +0 -16
  548. package/public/content/packages/silk-effects/api/type/changesetmode.md +0 -18
  549. package/public/content/packages/silk-effects/api/type/checkresult.md +0 -16
  550. package/public/content/packages/silk-effects/api/type/checkresultdefinition.md +0 -24
  551. package/public/content/packages/silk-effects/api/type/commentstyle.md +0 -16
  552. package/public/content/packages/silk-effects/api/type/configdiscoveryoptions.md +0 -16
  553. package/public/content/packages/silk-effects/api/type/configlocation.md +0 -16
  554. package/public/content/packages/silk-effects/api/type/configsource.md +0 -16
  555. package/public/content/packages/silk-effects/api/type/rawpublishtargets.md +0 -18
  556. package/public/content/packages/silk-effects/api/type/rawtargetvalue.md +0 -18
  557. package/public/content/packages/silk-effects/api/type/resolutionpolicy.md +0 -16
  558. package/public/content/packages/silk-effects/api/type/resolutionpolicydefinition.md +0 -23
  559. package/public/content/packages/silk-effects/api/type/ruleapplicability.md +0 -18
  560. package/public/content/packages/silk-effects/api/type/ruleconfigtuple.md +0 -18
  561. package/public/content/packages/silk-effects/api/type/ruleseverity.md +0 -18
  562. package/public/content/packages/silk-effects/api/type/sectiondiff.md +0 -16
  563. package/public/content/packages/silk-effects/api/type/sectiondiffdefinition.md +0 -24
  564. package/public/content/packages/silk-effects/api/type/silkchangesetconfigfile.md +0 -16
  565. package/public/content/packages/silk-effects/api/type/sourcerequirement.md +0 -16
  566. package/public/content/packages/silk-effects/api/type/sourcerequirementdefinition.md +0 -23
  567. package/public/content/packages/silk-effects/api/type/syncresult.md +0 -16
  568. package/public/content/packages/silk-effects/api/type/syncresultdefinition.md +0 -24
  569. package/public/content/packages/silk-effects/api/type/tagstrategytype.md +0 -16
  570. package/public/content/packages/silk-effects/api/type/toolsource.md +0 -16
  571. package/public/content/packages/silk-effects/api/type/versionextractor.md +0 -16
  572. package/public/content/packages/silk-effects/api/type/versionextractordefinition.md +0 -28
  573. package/public/content/packages/silk-effects/api/type/versioningstrategyresult.md +0 -16
  574. package/public/content/packages/silk-effects/api/type/versioningstrategytype.md +0 -16
  575. package/public/content/packages/silk-effects/api/variable/biomeschemasynclive.md +0 -18
  576. package/public/content/packages/silk-effects/api/variable/biomesyncoptions.md +0 -23
  577. package/public/content/packages/silk-effects/api/variable/biomesyncresult.md +0 -22
  578. package/public/content/packages/silk-effects/api/variable/changesetconfigfile.md +0 -36
  579. package/public/content/packages/silk-effects/api/variable/changesetconfiglive.md +0 -18
  580. package/public/content/packages/silk-effects/api/variable/changesetconfigreaderlive.md +0 -18
  581. package/public/content/packages/silk-effects/api/variable/checkresult.md +0 -70
  582. package/public/content/packages/silk-effects/api/variable/commentstyle.md +0 -18
  583. package/public/content/packages/silk-effects/api/variable/configdiscoverylive.md +0 -18
  584. package/public/content/packages/silk-effects/api/variable/configdiscoveryoptions.md +0 -21
  585. package/public/content/packages/silk-effects/api/variable/configlocation.md +0 -21
  586. package/public/content/packages/silk-effects/api/variable/configsource.md +0 -18
  587. package/public/content/packages/silk-effects/api/variable/managedsectionlive.md +0 -18
  588. package/public/content/packages/silk-effects/api/variable/publishabilitydetectoradaptivelive.md +0 -19
  589. package/public/content/packages/silk-effects/api/variable/resolutionpolicy.md +0 -92
  590. package/public/content/packages/silk-effects/api/variable/savvybasesection.md +0 -25
  591. package/public/content/packages/silk-effects/api/variable/savvyhookssection.md +0 -18
  592. package/public/content/packages/silk-effects/api/variable/sectiondiff.md +0 -70
  593. package/public/content/packages/silk-effects/api/variable/silkchangesetconfigfile.md +0 -40
  594. package/public/content/packages/silk-effects/api/variable/silkpublishabilitydetectorlive.md +0 -18
  595. package/public/content/packages/silk-effects/api/variable/silkworkspaceanalyzerlive.md +0 -20
  596. package/public/content/packages/silk-effects/api/variable/sourcerequirement.md +0 -92
  597. package/public/content/packages/silk-effects/api/variable/syncresult.md +0 -81
  598. package/public/content/packages/silk-effects/api/variable/tagstrategylive.md +0 -18
  599. package/public/content/packages/silk-effects/api/variable/tagstrategytype.md +0 -18
  600. package/public/content/packages/silk-effects/api/variable/tooldiscoverylive.md +0 -19
  601. package/public/content/packages/silk-effects/api/variable/toolsource.md +0 -18
  602. package/public/content/packages/silk-effects/api/variable/versionextractor.md +0 -99
  603. package/public/content/packages/silk-effects/api/variable/versioningstrategylive.md +0 -18
  604. package/public/content/packages/silk-effects/api/variable/versioningstrategyresult.md +0 -22
  605. package/public/content/packages/silk-effects/api/variable/versioningstrategytype.md +0 -18
  606. package/public/content/packages/silk-effects/api.md +0 -144
  607. package/public/content/packages/silk-effects/index.md +0 -76
  608. package/public/content/packages/silk-effects/managed-section.md +0 -84
  609. package/public/content/packages/silk-effects/platform-layers.md +0 -94
  610. package/public/content/packages/templates/api/function/createbiome.md +0 -26
  611. package/public/content/packages/templates/api/function/createchangeset.md +0 -26
  612. package/public/content/packages/templates/api/function/creategitignore.md +0 -26
  613. package/public/content/packages/templates/api/function/createpackagejson.md +0 -26
  614. package/public/content/packages/templates/api/function/createpnpmworkspace.md +0 -26
  615. package/public/content/packages/templates/api/function/createreadme.md +0 -26
  616. package/public/content/packages/templates/api/function/createtsconfig.md +0 -26
  617. package/public/content/packages/templates/api/function/createturboroot.md +0 -26
  618. package/public/content/packages/templates/api/function/createturboworkspace.md +0 -26
  619. package/public/content/packages/templates/api/function/createvscode.md +0 -26
  620. package/public/content/packages/templates/api/function/createworkspace.md +0 -26
  621. package/public/content/packages/templates/api/interface/templateentry.md +0 -44
  622. package/public/content/packages/templates/api/type/biomeoptionstype.md +0 -18
  623. package/public/content/packages/templates/api/type/changesetoptionstype.md +0 -18
  624. package/public/content/packages/templates/api/type/gitignoreoptionstype.md +0 -18
  625. package/public/content/packages/templates/api/type/packagejsonoptionstype.md +0 -18
  626. package/public/content/packages/templates/api/type/pnpmworkspaceoptionstype.md +0 -18
  627. package/public/content/packages/templates/api/type/readmeoptionstype.md +0 -18
  628. package/public/content/packages/templates/api/type/template.md +0 -18
  629. package/public/content/packages/templates/api/type/tsconfigoptionstype.md +0 -18
  630. package/public/content/packages/templates/api/type/turborootoptionstype.md +0 -18
  631. package/public/content/packages/templates/api/type/turboworkspaceoptionstype.md +0 -18
  632. package/public/content/packages/templates/api/type/updatetemplate.md +0 -18
  633. package/public/content/packages/templates/api/type/vscodeoptionstype.md +0 -18
  634. package/public/content/packages/templates/api/type/workspaceoptionstype.md +0 -18
  635. package/public/content/packages/templates/api/variable/biomeoptions.md +0 -22
  636. package/public/content/packages/templates/api/variable/changesetoptions.md +0 -29
  637. package/public/content/packages/templates/api/variable/gitignoreoptions.md +0 -27
  638. package/public/content/packages/templates/api/variable/packagejsonoptions.md +0 -60
  639. package/public/content/packages/templates/api/variable/pnpmworkspaceoptions.md +0 -23
  640. package/public/content/packages/templates/api/variable/readmeoptions.md +0 -21
  641. package/public/content/packages/templates/api/variable/tsconfigoptions.md +0 -26
  642. package/public/content/packages/templates/api/variable/turborootoptions.md +0 -25
  643. package/public/content/packages/templates/api/variable/turboworkspaceoptions.md +0 -20
  644. package/public/content/packages/templates/api/variable/vscodeoptions.md +0 -25
  645. package/public/content/packages/templates/api/variable/workspaceoptions.md +0 -33
  646. package/public/content/packages/templates/api.md +0 -60
  647. package/public/content/packages/tsdown-plugins/api/class/buildcollector.md +0 -62
  648. package/public/content/packages/tsdown-plugins/api/class/buildcollectortag.md +0 -16
  649. package/public/content/packages/tsdown-plugins/api/class/buildreport.md +0 -16
  650. package/public/content/packages/tsdown-plugins/api/class/configvalidationerror.md +0 -41
  651. package/public/content/packages/tsdown-plugins/api/class/configvalidator.md +0 -18
  652. package/public/content/packages/tsdown-plugins/api/class/diagnosticentry.md +0 -18
  653. package/public/content/packages/tsdown-plugins/api/class/emittedfile.md +0 -18
  654. package/public/content/packages/tsdown-plugins/api/class/environmentdetector.md +0 -16
  655. package/public/content/packages/tsdown-plugins/api/class/executorresolver.md +0 -16
  656. package/public/content/packages/tsdown-plugins/api/class/formatselector.md +0 -16
  657. package/public/content/packages/tsdown-plugins/api/class/metagenerationerror.md +0 -41
  658. package/public/content/packages/tsdown-plugins/api/class/outputrenderer.md +0 -16
  659. package/public/content/packages/tsdown-plugins/api/class/passreport.md +0 -18
  660. package/public/content/packages/tsdown-plugins/api/class/reporttimings.md +0 -16
  661. package/public/content/packages/tsdown-plugins/api/class/targetgroupreport.md +0 -16
  662. package/public/content/packages/tsdown-plugins/api/class/tsconfigresolver.md +0 -84
  663. package/public/content/packages/tsdown-plugins/api/function/applysubdirmetaentries.md +0 -21
  664. package/public/content/packages/tsdown-plugins/api/function/buildemittedmanifest.md +0 -18
  665. package/public/content/packages/tsdown-plugins/api/function/buildmetricsplugin.md +0 -18
  666. package/public/content/packages/tsdown-plugins/api/function/buildresolvedtsconfig.md +0 -18
  667. package/public/content/packages/tsdown-plugins/api/function/buildtargetgroups.md +0 -18
  668. package/public/content/packages/tsdown-plugins/api/function/cjsdefaultinterop.md +0 -18
  669. package/public/content/packages/tsdown-plugins/api/function/computeexefilename.md +0 -18
  670. package/public/content/packages/tsdown-plugins/api/function/createtimer.md +0 -18
  671. package/public/content/packages/tsdown-plugins/api/function/createtsdownlogger.md +0 -18
  672. package/public/content/packages/tsdown-plugins/api/function/defaultmanifesttransform.md +0 -20
  673. package/public/content/packages/tsdown-plugins/api/function/deriveexportpaths.md +0 -18
  674. package/public/content/packages/tsdown-plugins/api/function/derivetargetgroupoptions.md +0 -18
  675. package/public/content/packages/tsdown-plugins/api/function/emitmanifest.md +0 -18
  676. package/public/content/packages/tsdown-plugins/api/function/extractentries.md +0 -16
  677. package/public/content/packages/tsdown-plugins/api/function/flattenissues.md +0 -21
  678. package/public/content/packages/tsdown-plugins/api/function/formattime.md +0 -16
  679. package/public/content/packages/tsdown-plugins/api/function/generatemeta.md +0 -18
  680. package/public/content/packages/tsdown-plugins/api/function/istargetobject.md +0 -18
  681. package/public/content/packages/tsdown-plugins/api/function/nodebuiltindefaultinterop.md +0 -18
  682. package/public/content/packages/tsdown-plugins/api/function/normalizebinpaths.md +0 -18
  683. package/public/content/packages/tsdown-plugins/api/function/normalizeexeoptions.md +0 -18
  684. package/public/content/packages/tsdown-plugins/api/function/normalizeloosefiles.md +0 -18
  685. package/public/content/packages/tsdown-plugins/api/function/normalizemetaoptions.md +0 -21
  686. package/public/content/packages/tsdown-plugins/api/function/packagejsonentries.md +0 -18
  687. package/public/content/packages/tsdown-plugins/api/function/readtsconfigjsx.md +0 -18
  688. package/public/content/packages/tsdown-plugins/api/function/removedeclarationmaps.md +0 -18
  689. package/public/content/packages/tsdown-plugins/api/function/renderreport.md +0 -17
  690. package/public/content/packages/tsdown-plugins/api/function/resolvejsxconfig.md +0 -18
  691. package/public/content/packages/tsdown-plugins/api/function/resolvemanifest.md +0 -18
  692. package/public/content/packages/tsdown-plugins/api/function/resolvenextversions.md +0 -18
  693. package/public/content/packages/tsdown-plugins/api/function/resolveportabletsconfig.md +0 -27
  694. package/public/content/packages/tsdown-plugins/api/function/resolvetargets.md +0 -21
  695. package/public/content/packages/tsdown-plugins/api/function/rewritemetaversions.md +0 -18
  696. package/public/content/packages/tsdown-plugins/api/function/runexebuild.md +0 -18
  697. package/public/content/packages/tsdown-plugins/api/function/runmetapass.md +0 -18
  698. package/public/content/packages/tsdown-plugins/api/function/serializeissues.md +0 -18
  699. package/public/content/packages/tsdown-plugins/api/function/syncpublicdir.md +0 -18
  700. package/public/content/packages/tsdown-plugins/api/function/transformbin.md +0 -18
  701. package/public/content/packages/tsdown-plugins/api/function/transformexports.md +0 -18
  702. package/public/content/packages/tsdown-plugins/api/function/transformmanifest.md +0 -18
  703. package/public/content/packages/tsdown-plugins/api/function/writeissuesartifact.md +0 -23
  704. package/public/content/packages/tsdown-plugins/api/function/writeresolvedtsconfig.md +0 -18
  705. package/public/content/packages/tsdown-plugins/api/function/writetargetsbinding.md +0 -18
  706. package/public/content/packages/tsdown-plugins/api/interface/buildemittedmanifestoptions.md +0 -69
  707. package/public/content/packages/tsdown-plugins/api/interface/buildgroupspec.md +0 -32
  708. package/public/content/packages/tsdown-plugins/api/interface/buildissues.md +0 -56
  709. package/public/content/packages/tsdown-plugins/api/interface/buildtargetgroupsoptions.md +0 -213
  710. package/public/content/packages/tsdown-plugins/api/interface/cssoptions.md +0 -36
  711. package/public/content/packages/tsdown-plugins/api/interface/derivedtsdownoptions.md +0 -114
  712. package/public/content/packages/tsdown-plugins/api/interface/deriveoptions.md +0 -108
  713. package/public/content/packages/tsdown-plugins/api/interface/diagnosticinput.md +0 -66
  714. package/public/content/packages/tsdown-plugins/api/interface/emitmanifestoptions.md +0 -71
  715. package/public/content/packages/tsdown-plugins/api/interface/entryoverride.md +0 -86
  716. package/public/content/packages/tsdown-plugins/api/interface/execonfig.md +0 -60
  717. package/public/content/packages/tsdown-plugins/api/interface/exerewrite.md +0 -44
  718. package/public/content/packages/tsdown-plugins/api/interface/exeseaconfig.md +0 -38
  719. package/public/content/packages/tsdown-plugins/api/interface/exetarget.md +0 -38
  720. package/public/content/packages/tsdown-plugins/api/interface/exetargetinput.md +0 -32
  721. package/public/content/packages/tsdown-plugins/api/interface/extractoptions.md +0 -32
  722. package/public/content/packages/tsdown-plugins/api/interface/extractresult.md +0 -34
  723. package/public/content/packages/tsdown-plugins/api/interface/formatter.md +0 -30
  724. package/public/content/packages/tsdown-plugins/api/interface/formattercontext.md +0 -30
  725. package/public/content/packages/tsdown-plugins/api/interface/generatemetaoptions.md +0 -124
  726. package/public/content/packages/tsdown-plugins/api/interface/jsxconfig.md +0 -36
  727. package/public/content/packages/tsdown-plugins/api/interface/loosefilespec.md +0 -36
  728. package/public/content/packages/tsdown-plugins/api/interface/metaoptions.md +0 -42
  729. package/public/content/packages/tsdown-plugins/api/interface/metaresult.md +0 -30
  730. package/public/content/packages/tsdown-plugins/api/interface/nextversions.md +0 -36
  731. package/public/content/packages/tsdown-plugins/api/interface/normalizedexe.md +0 -48
  732. package/public/content/packages/tsdown-plugins/api/interface/normalizedloosefile.md +0 -60
  733. package/public/content/packages/tsdown-plugins/api/interface/normalizedmeta.md +0 -41
  734. package/public/content/packages/tsdown-plugins/api/interface/packagejsonentriesoptions.md +0 -34
  735. package/public/content/packages/tsdown-plugins/api/interface/packagejsonlike.md +0 -30
  736. package/public/content/packages/tsdown-plugins/api/interface/pkgoscpu.md +0 -32
  737. package/public/content/packages/tsdown-plugins/api/interface/plaindiagnostic.md +0 -68
  738. package/public/content/packages/tsdown-plugins/api/interface/portabletsconfig.md +0 -36
  739. package/public/content/packages/tsdown-plugins/api/interface/publishtargetobject.md +0 -44
  740. package/public/content/packages/tsdown-plugins/api/interface/renderedoutput.md +0 -36
  741. package/public/content/packages/tsdown-plugins/api/interface/renderreportoptions.md +0 -44
  742. package/public/content/packages/tsdown-plugins/api/interface/resolvedcompileroptions.md +0 -26
  743. package/public/content/packages/tsdown-plugins/api/interface/resolvedgroup.md +0 -44
  744. package/public/content/packages/tsdown-plugins/api/interface/resolvedtarget.md +0 -52
  745. package/public/content/packages/tsdown-plugins/api/interface/resolvedtsconfig.md +0 -36
  746. package/public/content/packages/tsdown-plugins/api/interface/resolvedtsconfigoptions.md +0 -50
  747. package/public/content/packages/tsdown-plugins/api/interface/runexebuildoptions.md +0 -74
  748. package/public/content/packages/tsdown-plugins/api/interface/runmetapassoptions.md +0 -104
  749. package/public/content/packages/tsdown-plugins/api/interface/targetgroupref.md +0 -38
  750. package/public/content/packages/tsdown-plugins/api/interface/targetresolution.md +0 -32
  751. package/public/content/packages/tsdown-plugins/api/interface/timer.md +0 -30
  752. package/public/content/packages/tsdown-plugins/api/interface/transformmanifestoptions.md +0 -50
  753. package/public/content/packages/tsdown-plugins/api/interface/tsconfigjsx.md +0 -32
  754. package/public/content/packages/tsdown-plugins/api/interface/tsdocoptions.md +0 -32
  755. package/public/content/packages/tsdown-plugins/api/interface/tsdoctagdefinition.md +0 -38
  756. package/public/content/packages/tsdown-plugins/api/interface/tsdownlogger.md +0 -62
  757. package/public/content/packages/tsdown-plugins/api/interface/validationinput.md +0 -69
  758. package/public/content/packages/tsdown-plugins/api/interface/warningsuppressionrule.md +0 -32
  759. package/public/content/packages/tsdown-plugins/api/type/buildformat.md +0 -18
  760. package/public/content/packages/tsdown-plugins/api/type/buildplatform.md +0 -18
  761. package/public/content/packages/tsdown-plugins/api/type/dualexports.md +0 -18
  762. package/public/content/packages/tsdown-plugins/api/type/environment.md +0 -16
  763. package/public/content/packages/tsdown-plugins/api/type/exebuild.md +0 -18
  764. package/public/content/packages/tsdown-plugins/api/type/executor.md +0 -16
  765. package/public/content/packages/tsdown-plugins/api/type/json.md +0 -16
  766. package/public/content/packages/tsdown-plugins/api/type/loosefiles.md +0 -18
  767. package/public/content/packages/tsdown-plugins/api/type/outputformat.md +0 -16
  768. package/public/content/packages/tsdown-plugins/api/type/passkind.md +0 -16
  769. package/public/content/packages/tsdown-plugins/api/type/publishtargets.md +0 -18
  770. package/public/content/packages/tsdown-plugins/api/type/publishtargetvalue.md +0 -18
  771. package/public/content/packages/tsdown-plugins/api/type/targetgroupid.md +0 -18
  772. package/public/content/packages/tsdown-plugins/api/type/tsdownbuild.md +0 -18
  773. package/public/content/packages/tsdown-plugins/api/variable/ciannotationsformatter.md +0 -16
  774. package/public/content/packages/tsdown-plugins/api/variable/configvalidatorlive.md +0 -18
  775. package/public/content/packages/tsdown-plugins/api/variable/default_exe_node_version.md +0 -18
  776. package/public/content/packages/tsdown-plugins/api/variable/environmentdetectorlive.md +0 -16
  777. package/public/content/packages/tsdown-plugins/api/variable/executorresolverlive.md +0 -16
  778. package/public/content/packages/tsdown-plugins/api/variable/formatselectorlive.md +0 -16
  779. package/public/content/packages/tsdown-plugins/api/variable/jsonformatter.md +0 -16
  780. package/public/content/packages/tsdown-plugins/api/variable/markdownformatter.md +0 -16
  781. package/public/content/packages/tsdown-plugins/api/variable/outputrendererlive.md +0 -16
  782. package/public/content/packages/tsdown-plugins/api/variable/reportpipelinelive.md +0 -17
  783. package/public/content/packages/tsdown-plugins/api/variable/silentformatter.md +0 -16
  784. package/public/content/packages/tsdown-plugins/api/variable/terminalformatter.md +0 -16
  785. package/public/content/packages/tsdown-plugins/api.md +0 -165
  786. package/public/content/standards/api-model-pipeline.md +0 -64
  787. package/public/content/standards/catalog-usage.md +0 -48
  788. package/public/content/standards/changeset-discipline.md +0 -52
  789. package/public/content/standards/changeset-format.md +0 -132
  790. package/public/content/standards/commit-contract.md +0 -58
  791. package/public/content/standards/dependency-conventions.md +0 -82
  792. package/public/content/standards/linting-conventions.md +0 -47
  793. package/public/content/standards/publishability.md +0 -57
  794. package/public/content/standards/semver.md +0 -51
  795. package/public/content/standards/test-classification.md +0 -49
  796. package/public/content/standards/turbo/best-practices.md +0 -76
  797. package/public/content/standards/turbo/boundaries.md +0 -72
  798. package/public/content/standards/turbo/ci.md +0 -69
  799. package/public/content/standards/turbo/environment.md +0 -64
  800. package/public/content/standards/turbo/filtering.md +0 -72
  801. package/public/content/standards/turbo/watch.md +0 -64
  802. package/public/content/tags.json +0 -32
  803. package/resources/catalog.js +0 -29
  804. package/resources/doc-index.js +0 -112
  805. package/resources/index.js +0 -57
  806. package/resources/load.js +0 -38
  807. package/resources/paths.js +0 -23
  808. package/resources/query-log.js +0 -20
  809. package/resources/schema.js +0 -40
  810. package/tools/docs-search.js +0 -59
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/computeexefilename
3
- title: "computeExeFileName — tsdown-plugins function"
4
- summary: "The exact filename `@tsdown/exe` emits for a SEA target, mirroring tsdown's `resolveOutputFileName`: base fileName + `-<platform>-<arch>` + `.exe` on win. Sing…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # computeExeFileName
13
-
14
- The exact filename `@tsdown/exe` emits for a SEA target, mirroring tsdown's `resolveOutputFileName`: base fileName + `-<platform>-<arch>` + `.exe` on win. Single source of truth so the manifest value never drifts from the on-disk file.
15
-
16
- ```ts
17
- function computeExeFileName(fileName: string, target: ExeTarget): string;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/createtimer
3
- title: "createTimer — tsdown-plugins function"
4
- summary: "Create a wall-clock timer. (Date.now is fine in runtime build code.)"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # createTimer
13
-
14
- Create a wall-clock timer. (Date.now is fine in runtime build code.)
15
-
16
- ```ts
17
- function createTimer(now?: () => number): Timer;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/createtsdownlogger
3
- title: "createTsdownLogger — tsdown-plugins function"
4
- summary: "A tsdown `customLogger` that routes warnings/errors into the BuildCollector instead of the console. Paired with `logLevel: \"silent\"` in the same build config:…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # createTsdownLogger
13
-
14
- A tsdown `customLogger` that routes warnings/errors into the [BuildCollector](silk://packages/tsdown-plugins/api/class/buildcollector) instead of the console. Paired with `logLevel: "silent"` in the same build config: silent suppresses tsdown's own console output while this logger still receives every message (verified against tsdown 0.22.3). info/success are dropped — file metrics come from the writeBundle plugin and timing from our timer.
15
-
16
- ```ts
17
- function createTsdownLogger(collector: BuildCollector, groupId: string): TsdownLogger;
18
- ```
@@ -1,20 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/defaultmanifesttransform
3
- title: "defaultManifestTransform — tsdown-plugins function"
4
- summary: "The default `transform` applied to every package's manifest when its `savvy.build.ts` does not provide one of its own. Strips the build/dev-only fields in `NON…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # defaultManifestTransform
13
-
14
- The default `transform` applied to every package's manifest when its `savvy.build.ts` does not provide one of its own. Strips the build/dev-only fields in `NON_PUBLISHED_FIELDS` from the emitted package.json. This is the pattern nearly every package repeated by hand (inherited from rslib-builder); `defineBuild` now applies it automatically so a package needs a `transform` only when it has genuinely custom manifest work to do (e.g. silk promoting workspace deps to peerDependencies). A custom transform REPLACES this default — re-export it and call it from a custom transform to keep the stripping. `targetGroup` is accepted (so this is assignable wherever the full transform signature is expected) but unused; the strip is identical for every group. Pure: the supplied `pkg` is NOT mutated — a shallow copy with the fields removed is returned, so external callers invoking this from a custom transform keep their input intact.
15
-
16
- ```ts
17
- function defaultManifestTransform(input: {
18
- pkg: Json;
19
- }): Json;
20
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/deriveexportpaths
3
- title: "deriveExportPaths — tsdown-plugins function"
4
- summary: "Map entry names to export paths using the package exports map. index maps to \".\"."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # deriveExportPaths
13
-
14
- Map entry names to export paths using the package exports map. index maps to ".".
15
-
16
- ```ts
17
- function deriveExportPaths(entries: Record<string, string>, exportsMap: Record<string, string> | undefined): Record<string, string>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/derivetargetgroupoptions
3
- title: "deriveTargetGroupOptions — tsdown-plugins function"
4
- summary: "Derive the JS-pass tsdown options for one TargetGroup (per-module JS, no dts)."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # deriveTargetGroupOptions
13
-
14
- Derive the JS-pass tsdown options for one TargetGroup (per-module JS, no dts).
15
-
16
- ```ts
17
- function deriveTargetGroupOptions(options: DeriveOptions): DerivedTsdownOptions;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/emitmanifest
3
- title: "emitManifest — tsdown-plugins function"
4
- summary: "Rolldown plugin: emit the transformed package.json + LICENSE/README into the output pkg/ root."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # emitManifest
13
-
14
- Rolldown plugin: emit the transformed package.json + LICENSE/README into the output pkg/ root.
15
-
16
- ```ts
17
- function emitManifest(options: EmitManifestOptions): Plugin;
18
- ```
@@ -1,16 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/extractentries
3
- title: "extractEntries — tsdown-plugins function"
4
- summary: "function extractEntries from @savvy-web/tsdown-plugins."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # extractEntries
13
-
14
- ```ts
15
- function extractEntries(pkg: PackageJsonLike, options?: ExtractOptions): ExtractResult;
16
- ```
@@ -1,21 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/flattenissues
3
- title: "flattenIssues — tsdown-plugins function"
4
- summary: "Flatten a build snapshot into the aggregated, de-duplicated issues artifact. Pure."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # flattenIssues
13
-
14
- Flatten a build snapshot into the aggregated, de-duplicated issues artifact. Pure.
15
-
16
- ```ts
17
- function flattenIssues(reports: ReadonlyArray<BuildReport>, opts: {
18
- target: "dev" | "prod";
19
- generatedAt: string;
20
- }): BuildIssues;
21
- ```
@@ -1,16 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/formattime
3
- title: "formatTime — tsdown-plugins function"
4
- summary: "function formatTime from @savvy-web/tsdown-plugins."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # formatTime
13
-
14
- ```ts
15
- function formatTime(ms: number): string;
16
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/generatemeta
3
- title: "generateMeta — tsdown-plugins function"
4
- summary: "Generate the api-model meta bundle from already-emitted .d.ts. Writes tsdoc.json (idempotent), runs the extractor per entry, merges if needed, and writes the \"…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # generateMeta
13
-
14
- Generate the api-model meta bundle from already-emitted .d.ts. Writes tsdoc.json (idempotent), runs the extractor per entry, merges if needed, and writes the "virtual TS env" trio to outMetaDir (`<unscoped>.api.json` + the final `package.json` + a portable `tsconfig.json`), copying that trio into each localPaths dir. The api-extractor `tsdoc-metadata.json` is a published-package artifact and is written into `dtsDir` (the built pkg/), not the meta bundle.
15
-
16
- ```ts
17
- function generateMeta(options: GenerateMetaOptions): Promise<MetaResult>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/istargetobject
3
- title: "isTargetObject — tsdown-plugins function"
4
- summary: "True when a target value is the object form (carries registry/name/from)."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # isTargetObject
13
-
14
- True when a target value is the object form (carries registry/name/from).
15
-
16
- ```ts
17
- function isTargetObject(value: PublishTargetValue): value is PublishTargetObject;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/nodebuiltindefaultinterop
3
- title: "nodeBuiltinDefaultInterop — tsdown-plugins function"
4
- summary: "Rewrite a default import / default re-export of a Node built-in into the equivalent NAMESPACE form, so rolldown's CJS codegen produces correct interop. Why thi…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # nodeBuiltinDefaultInterop
13
-
14
- Rewrite a default import / default re-export of a Node built-in into the equivalent NAMESPACE form, so rolldown's CJS codegen produces correct interop. Why this exists — a rolldown 1.1.0 codegen defect (verified against the latest published rolldown 1.1.0 / tsdown 0.22.2, with no newer release to upgrade to): For a default import of an EXTERNAL Node builtin, rolldown emits a bare `require("node:x")` WITHOUT its `__toESM` interop wrapper, yet still accesses `.default` — which is `undefined` on a builtin's CJS export object, so the call throws `Cannot read properties of undefined (reading 'cwd')` at runtime. NAMED imports are unaffected (`(0, node_process.cwd)()` reads a real property), and a NAMESPACE import is handled correctly: rolldown wraps it as `node_process = __toESM(require("node:process"), 1)`, which synthesizes `.default` and copies every own property, so member access works. This transform converts the broken default form into the working namespace form BEFORE codegen, so it is immune to minification and applies identically to per-module and bundled output. rolldown exposes no Rollup-style `output.interop` knob to fix this at the output layer, which is why the correction happens here on the source. Rewrites (the two static forms that occur in practice, anchored to statement start): The namespace binding NAME carries the builtin's named exports (`NAME.cwd`, `NAME.join`, ...), which is exactly how a default import of a builtin is consumed in practice. ESM output is unaffected at runtime (a namespace import of a builtin resolves to the same members), so the plugin is safe to attach to dual builds.
15
-
16
- ```ts
17
- function nodeBuiltinDefaultInterop(): Plugin;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/normalizebinpaths
3
- title: "normalizeBinPaths — tsdown-plugins function"
4
- summary: "FINAL guard: strip leading ./ from bin paths (npm 11.x drops ./-prefixed bins)."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # normalizeBinPaths
13
-
14
- FINAL guard: strip leading ./ from bin paths (npm 11.x drops ./-prefixed bins).
15
-
16
- ```ts
17
- function normalizeBinPaths(bin: unknown): unknown;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/normalizeexeoptions
3
- title: "normalizeExeOptions — tsdown-plugins function"
4
- summary: "Normalize `exe` (object or array) into one fully-resolved spec per binary. Pure function; structural validation (missing fileName, empty targets) lives in the…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # normalizeExeOptions
13
-
14
- Normalize `exe` (object or array) into one fully-resolved spec per binary. Pure function; structural validation (missing fileName, empty targets) lives in the config-validation layer.
15
-
16
- ```ts
17
- function normalizeExeOptions(exe: ExeConfig | ReadonlyArray<ExeConfig>, pkg: PkgOsCpu): ReadonlyArray<NormalizedExe>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/normalizeloosefiles
3
- title: "normalizeLooseFiles — tsdown-plugins function"
4
- summary: "Resolve a `looseFiles` map into normalized build descriptors. Pure (no filesystem): a missing `source` is surfaced later by tsdown's entry resolution. Throws C…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # normalizeLooseFiles
13
-
14
- Resolve a `looseFiles` map into normalized build descriptors. Pure (no filesystem): a missing `source` is surfaced later by tsdown's entry resolution. Throws [ConfigValidationError](silk://packages/tsdown-plugins/api/class/configvalidationerror) on any structural problem so the bundler's [ConfigValidator](silk://packages/tsdown-plugins/api/class/configvalidator) surfaces it as a typed, fast-fail config error.
15
-
16
- ```ts
17
- function normalizeLooseFiles(files: LooseFiles): ReadonlyArray<NormalizedLooseFile>;
18
- ```
@@ -1,21 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/normalizemetaoptions
3
- title: "normalizeMetaOptions — tsdown-plugins function"
4
- summary: "Fill defaults so downstream code never branches on undefined."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # normalizeMetaOptions
13
-
14
- Fill defaults so downstream code never branches on undefined.
15
-
16
- ```ts
17
- function normalizeMetaOptions(meta: MetaOptions, env?: {
18
- CI?: string | undefined;
19
- GITHUB_ACTIONS?: string | undefined;
20
- }): NormalizedMeta;
21
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/packagejsonentries
3
- title: "packageJsonEntries — tsdown-plugins function"
4
- summary: "Derive a tsdown `entry` record (name to source path) from a package.json."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # packageJsonEntries
13
-
14
- Derive a tsdown `entry` record (name to source path) from a package.json.
15
-
16
- ```ts
17
- function packageJsonEntries(options?: PackageJsonEntriesOptions): Record<string, string>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/readtsconfigjsx
3
- title: "readTsconfigJsx — tsdown-plugins function"
4
- summary: "Read the jsx-relevant compilerOptions from a package's own tsconfig.json (best-effort; returns empty on absence or parse error)."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # readTsconfigJsx
13
-
14
- Read the jsx-relevant compilerOptions from a package's own tsconfig.json (best-effort; returns empty on absence or parse error).
15
-
16
- ```ts
17
- function readTsconfigJsx(cwd: string): TsconfigJsx;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/removedeclarationmaps
3
- title: "removeDeclarationMaps — tsdown-plugins function"
4
- summary: "Remove declaration source-map files (`.d.ts.map` / `.d.cts.map`) from a built `pkg` directory, returning the removed paths. The dts pass emits these next to ea…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # removeDeclarationMaps
13
-
14
- Remove declaration source-map files (`.d.ts.map` / `.d.cts.map`) from a built `pkg` directory, returning the removed paths. The dts pass emits these next to each `.d.ts` (the resolved dts tsconfig sets `declarationMap: true`) because API Extractor reads them during meta generation to resolve original-source positions. But they are dead weight in a PUBLISHED package — they reference `.ts` sources the tarball does not ship — and they leak local source paths, so the prod build strips them AFTER meta generation has consumed them. The dev build keeps them (it is never published, and `savvy build --target meta` reads them). Recurses, but skips `node_modules` so it does not traverse a self-contained bundle's vendored tree — only the package's own emitted declarations carry maps worth stripping.
15
-
16
- ```ts
17
- function removeDeclarationMaps(pkgDir: string): string[];
18
- ```
@@ -1,17 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/renderreport
3
- title: "renderReport — tsdown-plugins function"
4
- summary: "function renderReport from @savvy-web/tsdown-plugins."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # renderReport
13
-
14
- ```ts
15
- renderReport: (reports: ReadonlyArray<BuildReport>, options: RenderReportOptions) => Effect.Effect<ReadonlyArray<RenderedOutput>, never, EnvironmentDetector |
16
- ExecutorResolver | FormatSelector | OutputRenderer>
17
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/resolvejsxconfig
3
- title: "resolveJsxConfig — tsdown-plugins function"
4
- summary: "Resolve the effective JSX config: an explicit override wins; otherwise infer from the tsconfig values. Returns undefined when no JSX transform is needed (prese…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # resolveJsxConfig
13
-
14
- Resolve the effective JSX config: an explicit override wins; otherwise infer from the tsconfig values. Returns undefined when no JSX transform is needed (preserve/none).
15
-
16
- ```ts
17
- function resolveJsxConfig(tsconfig: TsconfigJsx, override: JsxConfig | undefined): JsxConfig | undefined;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/resolvemanifest
3
- title: "resolveManifest — tsdown-plugins function"
4
- summary: "Resolve every `catalog:`/`workspace:` specifier in a manifest to a concrete spec, delegating to workspaces-effect's CatalogResolver. The resolver discovers the…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # resolveManifest
13
-
14
- Resolve every `catalog:`/`workspace:` specifier in a manifest to a concrete spec, delegating to workspaces-effect's CatalogResolver. The resolver discovers the workspace root from `process.cwd()` (run this from inside the target workspace) and assembles catalogs durably (inline + config-dependency hook-replay + lockfile), so no transient `.pnpm-workspace-state-v1.json` is required. Rejects with `CatalogResolutionError` on an unresolvable reference, or `CatalogAssemblyError` if the workspace catalog set cannot be assembled.
15
-
16
- ```ts
17
- function resolveManifest(pkg: ManifestLike$1): Promise<ManifestLike$1>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/resolvenextversions
3
- title: "resolveNextVersions — tsdown-plugins function"
4
- summary: "Resolve the next release version of every workspace package from pending changesets. Walks up from `cwd` to the monorepo root via `@manypkg/get-packages`, seed…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # resolveNextVersions
13
-
14
- Resolve the next release version of every workspace package from pending changesets. Walks up from `cwd` to the monorepo root via `@manypkg/get-packages`, seeds the map with each package's CURRENT version, then overlays `newVersion` for changeset-affected packages via `@changesets/get-release-plan`. Never rejects: any failure (not a workspace, missing `.changeset/config.json`, parse error) degrades to current versions (or an empty map).
15
-
16
- ```ts
17
- function resolveNextVersions(cwd: string): Promise<NextVersions>;
18
- ```
@@ -1,27 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/resolveportabletsconfig
3
- title: "resolvePortableTsconfig — tsdown-plugins function"
4
- summary: "Resolves the package's effective compiler options (following `extends`) into a portable, JSON-serializable tsconfig for the meta release bundle."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # resolvePortableTsconfig
13
-
14
- Resolves the package's effective compiler options (following `extends`) into a portable, JSON-serializable tsconfig for the meta release bundle.
15
-
16
- ```ts
17
- function resolvePortableTsconfig(cwd: string, fallbackConfigPath?: string): PortableTsconfig;
18
- ```
19
-
20
- ## Parameters
21
-
22
- - `cwd` `string` — Absolute package root.
23
- - `fallbackConfigPath` `string` — Optional resolved tsconfig to use when the package has no own one.
24
-
25
- ## Returns
26
-
27
- The portable tsconfig object.
@@ -1,21 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/resolvetargets
3
- title: "resolveTargets — tsdown-plugins function"
4
- summary: "Resolve a `publishConfig.targets` map into the distinct groups to build and every target bound to one. Pure; throws ConfigValidationError on structurally-inval…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # resolveTargets
13
-
14
- Resolve a `publishConfig.targets` map into the distinct groups to build and every target bound to one. Pure; throws [ConfigValidationError](silk://packages/tsdown-plugins/api/class/configvalidationerror) on structurally-invalid config.
15
-
16
- ```ts
17
- function resolveTargets(options: {
18
- targets: PublishTargets;
19
- baseName: string;
20
- }): TargetResolution;
21
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/rewritemetaversions
3
- title: "rewriteMetaVersions — tsdown-plugins function"
4
- summary: "Rewrite a meta `package.json` so the package's own `version` and any workspace-sibling dependency version reflect their NEXT release version from `versions`. P…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # rewriteMetaVersions
13
-
14
- Rewrite a meta `package.json` so the package's own `version` and any workspace-sibling dependency version reflect their NEXT release version from `versions`. Pure: returns a new object, never mutates the input. External/catalog-resolved deps (names absent from `versions`) are left as-is.
15
-
16
- ```ts
17
- function rewriteMetaVersions(pkg: Record<string, unknown>, versions: ReadonlyMap<string, string>, selfName: string): Record<string, unknown>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/runexebuild
3
- title: "runExeBuild — tsdown-plugins function"
4
- summary: "Compile each SEA binary via tsdown's exe mode. One tsdown build per spec."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # runExeBuild
13
-
14
- Compile each SEA binary via tsdown's exe mode. One tsdown build per spec.
15
-
16
- ```ts
17
- function runExeBuild(options: RunExeBuildOptions): Promise<void>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/runmetapass
3
- title: "runMetaPass — tsdown-plugins function"
4
- summary: "Meta-pass orchestrator: derives export paths, filters bin/ entries, resolves optimistic next-versions, and calls generateMeta once per publish group."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # runMetaPass
13
-
14
- Meta-pass orchestrator: derives export paths, filters bin/ entries, resolves optimistic next-versions, and calls [generateMeta](silk://packages/tsdown-plugins/api/function/generatemeta) once per publish group.
15
-
16
- ```ts
17
- function runMetaPass(o: RunMetaPassOptions): Promise<void>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/serializeissues
3
- title: "serializeIssues — tsdown-plugins function"
4
- summary: "Serialize the issues artifact to pretty JSON with a trailing newline."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # serializeIssues
13
-
14
- Serialize the issues artifact to pretty JSON with a trailing newline.
15
-
16
- ```ts
17
- function serializeIssues(issues: BuildIssues): string;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/syncpublicdir
3
- title: "syncPublicDir — tsdown-plugins function"
4
- summary: "Mirror `sourceDir` into `targetDir`, idempotently. Replaces tsdown's built-in `copy`, whose non-recursive mkdir throws `EEXIST` when the target already exists…"
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # syncPublicDir
13
-
14
- Mirror `sourceDir` into `targetDir`, idempotently. Replaces tsdown's built-in `copy`, whose non-recursive mkdir throws `EEXIST` when the target already exists (re-builds, `prepare`-on-install, concurrent turbo invocations). Behavior: - source absent: no-op. - target absent: copy `sourceDir` wholesale. - target present: copy only files that are new or whose bytes differ, then delete target files that no longer exist in the source and prune the directories left empty. The byte-diff keeps unchanged files (and their timestamps) untouched, so a large copied asset tree — e.g. the mcp markdown corpus — is not rewritten on every build.
15
-
16
- ```ts
17
- function syncPublicDir(sourceDir: string, targetDir: string): void;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/tsdown-plugins/api/function/transformbin
3
- title: "transformBin — tsdown-plugins function"
4
- summary: "Rewrite bin: TS targets to bin/[command].js (string to bin/cli.js); strip leading ./ otherwise."
5
- tier: packages
6
- source: generated
7
- tags: [tsdown-plugins, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # transformBin
13
-
14
- Rewrite bin: TS targets to bin/[command].js (string to bin/cli.js); strip leading ./ otherwise.
15
-
16
- ```ts
17
- function transformBin(bin: unknown): unknown;
18
- ```