@savvy-web/mcp 1.3.5 → 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.
- package/README.md +1 -11
- package/bin/savvy-mcp.js +2 -11
- package/index.d.ts +3 -86
- package/package.json +1 -2
- package/server.js +3 -30
- package/tools/biome-check.js +1 -1
- package/content/_templates/guides.md +0 -12
- package/content/_templates/packages.md +0 -21
- package/content/_templates/standards.md +0 -17
- package/content/guides/api-docs-from-api-extractor.md +0 -174
- package/content/guides/building-a-github-action.md +0 -233
- package/content/guides/choosing-a-builder.md +0 -93
- package/content/guides/llm-friendly-json-schemas.md +0 -64
- package/content/manifest.json +0 -10538
- package/content/packages/bundler/api/function/build.md +0 -18
- package/content/packages/bundler/api/function/definebuild.md +0 -18
- package/content/packages/bundler/api/function/parseargs.md +0 -18
- package/content/packages/bundler/api/function/runbuild.md +0 -18
- package/content/packages/bundler/api/interface/buildconfig.md +0 -147
- package/content/packages/bundler/api/interface/buildconfiginput.md +0 -153
- package/content/packages/bundler/api/interface/buildentryoverride.md +0 -86
- package/content/packages/bundler/api/interface/outputconfig.md +0 -34
- package/content/packages/bundler/api/interface/parsedargs.md +0 -44
- package/content/packages/bundler/api/interface/runoptions.md +0 -158
- package/content/packages/bundler/api.md +0 -28
- package/content/packages/bundler/overview.md +0 -89
- package/content/packages/cli/command-tree.md +0 -68
- package/content/packages/cli/init-and-check.md +0 -53
- package/content/packages/github-action-builder/api/class/actionymlmissing.md +0 -30
- package/content/packages/github-action-builder/api/class/actionymlpatherror.md +0 -48
- package/content/packages/github-action-builder/api/class/actionymlschemaerror.md +0 -45
- package/content/packages/github-action-builder/api/class/actionymlsyntaxerror.md +0 -57
- package/content/packages/github-action-builder/api/class/buildfailed.md +0 -39
- package/content/packages/github-action-builder/api/class/bundlefailed.md +0 -39
- package/content/packages/github-action-builder/api/class/cleanerror.md +0 -39
- package/content/packages/github-action-builder/api/class/configinvalid.md +0 -39
- package/content/packages/github-action-builder/api/class/configloadfailed.md +0 -39
- package/content/packages/github-action-builder/api/class/confignotfound.md +0 -39
- package/content/packages/github-action-builder/api/class/entryfilemissing.md +0 -39
- package/content/packages/github-action-builder/api/class/githubaction.md +0 -101
- package/content/packages/github-action-builder/api/class/mainentrymissing.md +0 -39
- package/content/packages/github-action-builder/api/class/persistlocalerror.md +0 -39
- package/content/packages/github-action-builder/api/class/validationfailed.md +0 -48
- package/content/packages/github-action-builder/api/class/workerentryinvalidname.md +0 -37
- package/content/packages/github-action-builder/api/class/workerentrymissing.md +0 -44
- package/content/packages/github-action-builder/api/class/writeerror.md +0 -39
- package/content/packages/github-action-builder/api/function/defineconfig.md +0 -68
- package/content/packages/github-action-builder/api/interface/buildservice.md +0 -83
- package/content/packages/github-action-builder/api/interface/configservice.md +0 -66
- package/content/packages/github-action-builder/api/interface/githubactionoptions.md +0 -60
- package/content/packages/github-action-builder/api/interface/loadconfigresult.md +0 -44
- package/content/packages/github-action-builder/api/interface/persistlocalservice.md +0 -37
- package/content/packages/github-action-builder/api/interface/validationservice.md +0 -82
- package/content/packages/github-action-builder/api/type/actionymlresult.md +0 -18
- package/content/packages/github-action-builder/api/type/apperror.md +0 -18
- package/content/packages/github-action-builder/api/type/builderror.md +0 -18
- package/content/packages/github-action-builder/api/type/buildoptions.md +0 -18
- package/content/packages/github-action-builder/api/type/buildresult.md +0 -18
- package/content/packages/github-action-builder/api/type/buildrunneroptions.md +0 -18
- package/content/packages/github-action-builder/api/type/bundleresult.md +0 -18
- package/content/packages/github-action-builder/api/type/bundlestats.md +0 -18
- package/content/packages/github-action-builder/api/type/config.md +0 -18
- package/content/packages/github-action-builder/api/type/configerror.md +0 -18
- package/content/packages/github-action-builder/api/type/configinput.md +0 -18
- package/content/packages/github-action-builder/api/type/detectedentry.md +0 -18
- package/content/packages/github-action-builder/api/type/detectentriesresult.md +0 -18
- package/content/packages/github-action-builder/api/type/entries.md +0 -18
- package/content/packages/github-action-builder/api/type/githubactionbuildresult.md +0 -18
- package/content/packages/github-action-builder/api/type/loadconfigoptions.md +0 -18
- package/content/packages/github-action-builder/api/type/persisterror.md +0 -18
- package/content/packages/github-action-builder/api/type/persistlocaloptions.md +0 -18
- package/content/packages/github-action-builder/api/type/persistlocalresult.md +0 -18
- package/content/packages/github-action-builder/api/type/persistlocalrunneroptions.md +0 -18
- package/content/packages/github-action-builder/api/type/validateoptions.md +0 -18
- package/content/packages/github-action-builder/api/type/validationerror.md +0 -20
- package/content/packages/github-action-builder/api/type/validationerroritem.md +0 -18
- package/content/packages/github-action-builder/api/type/validationoptions.md +0 -18
- package/content/packages/github-action-builder/api/type/validationresult.md +0 -18
- package/content/packages/github-action-builder/api/type/validationwarning.md +0 -18
- package/content/packages/github-action-builder/api/variable/actionymlmissingbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/actionymlpatherrorbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/actionymlresultschema.md +0 -33
- package/content/packages/github-action-builder/api/variable/actionymlschemaerrorbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/actionymlsyntaxerrorbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/applayer.md +0 -38
- package/content/packages/github-action-builder/api/variable/buildfailedbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/buildlayer.md +0 -18
- package/content/packages/github-action-builder/api/variable/buildoptionsschema.md +0 -31
- package/content/packages/github-action-builder/api/variable/buildresultschema.md +0 -32
- package/content/packages/github-action-builder/api/variable/buildrunneroptionsschema.md +0 -21
- package/content/packages/github-action-builder/api/variable/buildservice.md +0 -18
- package/content/packages/github-action-builder/api/variable/bundlefailedbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/bundleresultschema.md +0 -27
- package/content/packages/github-action-builder/api/variable/bundlestatsschema.md +0 -23
- package/content/packages/github-action-builder/api/variable/cleanerrorbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/configinputschema.md +0 -41
- package/content/packages/github-action-builder/api/variable/configinvalidbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/configlayer.md +0 -18
- package/content/packages/github-action-builder/api/variable/configloadfailedbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/confignotfoundbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/configschema.md +0 -59
- package/content/packages/github-action-builder/api/variable/configservice.md +0 -18
- package/content/packages/github-action-builder/api/variable/detectedentryschema.md +0 -22
- package/content/packages/github-action-builder/api/variable/detectentriesresultschema.md +0 -25
- package/content/packages/github-action-builder/api/variable/entriesschema.md +0 -25
- package/content/packages/github-action-builder/api/variable/entryfilemissingbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/githubactionbuildresultschema.md +0 -60
- package/content/packages/github-action-builder/api/variable/loadconfigoptionsschema.md +0 -21
- package/content/packages/github-action-builder/api/variable/mainentrymissingbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/persistlocalerrorbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/persistlocallayer.md +0 -18
- package/content/packages/github-action-builder/api/variable/persistlocaloptionsschema.md +0 -28
- package/content/packages/github-action-builder/api/variable/persistlocalresultschema.md +0 -25
- package/content/packages/github-action-builder/api/variable/persistlocalrunneroptionsschema.md +0 -20
- package/content/packages/github-action-builder/api/variable/persistlocalservice.md +0 -18
- package/content/packages/github-action-builder/api/variable/validateoptionsschema.md +0 -21
- package/content/packages/github-action-builder/api/variable/validationerrorschema.md +0 -23
- package/content/packages/github-action-builder/api/variable/validationfailedbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/validationlayer.md +0 -18
- package/content/packages/github-action-builder/api/variable/validationoptionsschema.md +0 -24
- package/content/packages/github-action-builder/api/variable/validationresultschema.md +0 -32
- package/content/packages/github-action-builder/api/variable/validationservice.md +0 -18
- package/content/packages/github-action-builder/api/variable/validationwarningschema.md +0 -23
- package/content/packages/github-action-builder/api/variable/workerentryinvalidnamebase.md +0 -20
- package/content/packages/github-action-builder/api/variable/workerentrymissingbase.md +0 -20
- package/content/packages/github-action-builder/api/variable/writeerrorbase.md +0 -20
- package/content/packages/github-action-builder/api.md +0 -125
- package/content/packages/github-action-effects/api/class/actioncache.md +0 -18
- package/content/packages/github-action-effects/api/class/actioncacheerror.md +0 -44
- package/content/packages/github-action-effects/api/class/actionenvironment.md +0 -18
- package/content/packages/github-action-effects/api/class/actionenvironmenterror.md +0 -37
- package/content/packages/github-action-effects/api/class/actioninputerror.md +0 -44
- package/content/packages/github-action-effects/api/class/actionlogger.md +0 -18
- package/content/packages/github-action-effects/api/class/actionoutputerror.md +0 -37
- package/content/packages/github-action-effects/api/class/actionoutputs.md +0 -18
- package/content/packages/github-action-effects/api/class/actionstate.md +0 -18
- package/content/packages/github-action-effects/api/class/actionstateerror.md +0 -44
- package/content/packages/github-action-effects/api/class/artifact.md +0 -18
- package/content/packages/github-action-effects/api/class/artifacterror.md +0 -53
- package/content/packages/github-action-effects/api/class/attest.md +0 -18
- package/content/packages/github-action-effects/api/class/attesterror.md +0 -42
- package/content/packages/github-action-effects/api/class/blobstore.md +0 -18
- package/content/packages/github-action-effects/api/class/blobstoreerror.md +0 -44
- package/content/packages/github-action-effects/api/class/changesetanalyzer.md +0 -18
- package/content/packages/github-action-effects/api/class/changeseterror.md +0 -37
- package/content/packages/github-action-effects/api/class/checkrun.md +0 -18
- package/content/packages/github-action-effects/api/class/checkrunerror.md +0 -44
- package/content/packages/github-action-effects/api/class/commandrunner.md +0 -18
- package/content/packages/github-action-effects/api/class/commandrunnererror.md +0 -73
- package/content/packages/github-action-effects/api/class/configloader.md +0 -18
- package/content/packages/github-action-effects/api/class/configloadererror.md +0 -44
- package/content/packages/github-action-effects/api/class/dryrun.md +0 -18
- package/content/packages/github-action-effects/api/class/gitbranch.md +0 -18
- package/content/packages/github-action-effects/api/class/gitbrancherror.md +0 -44
- package/content/packages/github-action-effects/api/class/gitcommit.md +0 -18
- package/content/packages/github-action-effects/api/class/gitcommiterror.md +0 -37
- package/content/packages/github-action-effects/api/class/githubapp.md +0 -18
- package/content/packages/github-action-effects/api/class/githubapperror.md +0 -37
- package/content/packages/github-action-effects/api/class/githubartifactmetadata.md +0 -18
- package/content/packages/github-action-effects/api/class/githubartifactmetadataerror.md +0 -44
- package/content/packages/github-action-effects/api/class/githubclient.md +0 -18
- package/content/packages/github-action-effects/api/class/githubclienterror.md +0 -60
- package/content/packages/github-action-effects/api/class/githubcommit.md +0 -18
- package/content/packages/github-action-effects/api/class/githubcommiterror.md +0 -44
- package/content/packages/github-action-effects/api/class/githubcontent.md +0 -18
- package/content/packages/github-action-effects/api/class/githubcontenterror.md +0 -44
- package/content/packages/github-action-effects/api/class/githubgraphql.md +0 -18
- package/content/packages/github-action-effects/api/class/githubgraphqlerror.md +0 -48
- package/content/packages/github-action-effects/api/class/githubissue.md +0 -18
- package/content/packages/github-action-effects/api/class/githubissueerror.md +0 -51
- package/content/packages/github-action-effects/api/class/githubrelease.md +0 -18
- package/content/packages/github-action-effects/api/class/githubreleaseerror.md +0 -51
- package/content/packages/github-action-effects/api/class/gittag.md +0 -18
- package/content/packages/github-action-effects/api/class/gittagerror.md +0 -44
- package/content/packages/github-action-effects/api/class/glob.md +0 -18
- package/content/packages/github-action-effects/api/class/globerror.md +0 -44
- package/content/packages/github-action-effects/api/class/intotostatement.md +0 -18
- package/content/packages/github-action-effects/api/class/intotosubject.md +0 -18
- package/content/packages/github-action-effects/api/class/ioerror.md +0 -44
- package/content/packages/github-action-effects/api/class/npmregistry.md +0 -18
- package/content/packages/github-action-effects/api/class/npmregistryerror.md +0 -50
- package/content/packages/github-action-effects/api/class/octokitauthapp.md +0 -18
- package/content/packages/github-action-effects/api/class/oidctokenerror.md +0 -42
- package/content/packages/github-action-effects/api/class/oidctokenissuer.md +0 -18
- package/content/packages/github-action-effects/api/class/packagemanageradapter.md +0 -18
- package/content/packages/github-action-effects/api/class/packagemanagererror.md +0 -44
- package/content/packages/github-action-effects/api/class/packagepublish.md +0 -18
- package/content/packages/github-action-effects/api/class/packagepublisherror.md +0 -68
- package/content/packages/github-action-effects/api/class/pullrequest.md +0 -18
- package/content/packages/github-action-effects/api/class/pullrequestcomment.md +0 -18
- package/content/packages/github-action-effects/api/class/pullrequestcommenterror.md +0 -44
- package/content/packages/github-action-effects/api/class/pullrequesterror.md +0 -44
- package/content/packages/github-action-effects/api/class/ratelimiter.md +0 -18
- package/content/packages/github-action-effects/api/class/ratelimiterror.md +0 -51
- package/content/packages/github-action-effects/api/class/runtimeenvironmenterror.md +0 -37
- package/content/packages/github-action-effects/api/class/sbom.md +0 -18
- package/content/packages/github-action-effects/api/class/sbomerror.md +0 -42
- package/content/packages/github-action-effects/api/class/semverresolvererror.md +0 -44
- package/content/packages/github-action-effects/api/class/sigstorebundle.md +0 -18
- package/content/packages/github-action-effects/api/class/sigstoresigner.md +0 -18
- package/content/packages/github-action-effects/api/class/sigstoresignererror.md +0 -42
- package/content/packages/github-action-effects/api/class/slsaerror.md +0 -42
- package/content/packages/github-action-effects/api/class/tokenpermissionchecker.md +0 -18
- package/content/packages/github-action-effects/api/class/tokenpermissionerror.md +0 -58
- package/content/packages/github-action-effects/api/class/toolinstaller.md +0 -18
- package/content/packages/github-action-effects/api/class/toolinstallererror.md +0 -58
- package/content/packages/github-action-effects/api/class/workflowdispatch.md +0 -18
- package/content/packages/github-action-effects/api/class/workflowdispatcherror.md +0 -44
- package/content/packages/github-action-effects/api/class/workspacedetector.md +0 -18
- package/content/packages/github-action-effects/api/class/workspacedetectorerror.md +0 -35
- package/content/packages/github-action-effects/api/function/attesttestfulllayer.md +0 -19
- package/content/packages/github-action-effects/api/function/buildslsaprovenancepredicate.md +0 -23
- package/content/packages/github-action-effects/api/function/buildstatement.md +0 -29
- package/content/packages/github-action-effects/api/function/decodejwtclaims.md +0 -18
- package/content/packages/github-action-effects/api/function/dryrunlive.md +0 -18
- package/content/packages/github-action-effects/api/function/generatepackageviewurl.md +0 -27
- package/content/packages/github-action-effects/api/function/getregistrydisplayname.md +0 -26
- package/content/packages/github-action-effects/api/function/getregistrytype.md +0 -26
- package/content/packages/github-action-effects/api/function/iscustomregistry.md +0 -26
- package/content/packages/github-action-effects/api/function/isgithubpackagesregistry.md +0 -26
- package/content/packages/github-action-effects/api/function/isjsrregistry.md +0 -26
- package/content/packages/github-action-effects/api/function/isnpmregistry.md +0 -26
- package/content/packages/github-action-effects/api/function/makeattestteststate.md +0 -18
- package/content/packages/github-action-effects/api/function/makesbomteststate.md +0 -18
- package/content/packages/github-action-effects/api/function/makesigstoresignerlive.md +0 -18
- package/content/packages/github-action-effects/api/function/npmpurl.md +0 -18
- package/content/packages/github-action-effects/api/function/resilienceschedule.md +0 -18
- package/content/packages/github-action-effects/api/function/s3blobstorelive.md +0 -18
- package/content/packages/github-action-effects/api/function/savetoken.md +0 -18
- package/content/packages/github-action-effects/api/function/serializestatement.md +0 -18
- package/content/packages/github-action-effects/api/function/subject.md +0 -23
- package/content/packages/github-action-effects/api/function/tokenpermissioncheckerlive.md +0 -18
- package/content/packages/github-action-effects/api/interface/accumulateresult.md +0 -35
- package/content/packages/github-action-effects/api/interface/actioncacheteststate.md +0 -26
- package/content/packages/github-action-effects/api/interface/actionloggerteststate.md +0 -59
- package/content/packages/github-action-effects/api/interface/actionoutputsteststate.md +0 -56
- package/content/packages/github-action-effects/api/interface/actionrunoptions.md +0 -28
- package/content/packages/github-action-effects/api/interface/actionstateteststate.md +0 -28
- package/content/packages/github-action-effects/api/interface/annotationproperties.md +0 -68
- package/content/packages/github-action-effects/api/interface/appauth.md +0 -44
- package/content/packages/github-action-effects/api/interface/artifactitem.md +0 -44
- package/content/packages/github-action-effects/api/interface/artifactteststate.md +0 -38
- package/content/packages/github-action-effects/api/interface/attestationlistentry.md +0 -36
- package/content/packages/github-action-effects/api/interface/attestationrecord.md +0 -44
- package/content/packages/github-action-effects/api/interface/attestinput.md +0 -38
- package/content/packages/github-action-effects/api/interface/attestteststate.md +0 -111
- package/content/packages/github-action-effects/api/interface/blobstoreteststate.md +0 -26
- package/content/packages/github-action-effects/api/interface/botidentity.md +0 -32
- package/content/packages/github-action-effects/api/interface/changesetanalyzerteststate.md +0 -32
- package/content/packages/github-action-effects/api/interface/checkrunannotation.md +0 -56
- package/content/packages/github-action-effects/api/interface/checkrundata.md +0 -50
- package/content/packages/github-action-effects/api/interface/checkrunoutput.md +0 -44
- package/content/packages/github-action-effects/api/interface/checkrunrecord.md +0 -62
- package/content/packages/github-action-effects/api/interface/checkrunteststate.md +0 -32
- package/content/packages/github-action-effects/api/interface/commandresponse.md +0 -38
- package/content/packages/github-action-effects/api/interface/commentrecord.md +0 -32
- package/content/packages/github-action-effects/api/interface/commitcomparison.md +0 -32
- package/content/packages/github-action-effects/api/interface/commitdetail.md +0 -28
- package/content/packages/github-action-effects/api/interface/commitfile.md +0 -32
- package/content/packages/github-action-effects/api/interface/commitsummary.md +0 -38
- package/content/packages/github-action-effects/api/interface/configloaderteststate.md +0 -28
- package/content/packages/github-action-effects/api/interface/dispatchrecord.md +0 -38
- package/content/packages/github-action-effects/api/interface/downloadoptions.md +0 -28
- package/content/packages/github-action-effects/api/interface/dryrunresult.md +0 -60
- package/content/packages/github-action-effects/api/interface/dryrunteststate.md +0 -26
- package/content/packages/github-action-effects/api/interface/execoptions.md +0 -52
- package/content/packages/github-action-effects/api/interface/execoutput.md +0 -38
- package/content/packages/github-action-effects/api/interface/findby.md +0 -44
- package/content/packages/github-action-effects/api/interface/gitbranchteststate.md +0 -26
- package/content/packages/github-action-effects/api/interface/gitcommitteststate.md +0 -51
- package/content/packages/github-action-effects/api/interface/githubappteststate.md +0 -54
- package/content/packages/github-action-effects/api/interface/githubartifactmetadatateststate.md +0 -36
- package/content/packages/github-action-effects/api/interface/githubclientteststate.md +0 -47
- package/content/packages/github-action-effects/api/interface/githubcommitteststate.md +0 -52
- package/content/packages/github-action-effects/api/interface/githubcontentteststate.md +0 -28
- package/content/packages/github-action-effects/api/interface/githubgraphqlteststate.md +0 -52
- package/content/packages/github-action-effects/api/interface/githubissueteststate.md +0 -53
- package/content/packages/github-action-effects/api/interface/githubreleaseteststate.md +0 -52
- package/content/packages/github-action-effects/api/interface/gittagteststate.md +0 -41
- package/content/packages/github-action-effects/api/interface/globoptions.md +0 -52
- package/content/packages/github-action-effects/api/interface/globteststate.md +0 -32
- package/content/packages/github-action-effects/api/interface/hashfilesoptions.md +0 -36
- package/content/packages/github-action-effects/api/interface/idempotentpublishinput.md +0 -66
- package/content/packages/github-action-effects/api/interface/idempotentpublishresult.md +0 -48
- package/content/packages/github-action-effects/api/interface/inflightpackage.md +0 -38
- package/content/packages/github-action-effects/api/interface/installoptions.md +0 -36
- package/content/packages/github-action-effects/api/interface/issuedata.md +0 -60
- package/content/packages/github-action-effects/api/interface/npmregistryteststate.md +0 -32
- package/content/packages/github-action-effects/api/interface/oidcclaims.md +0 -98
- package/content/packages/github-action-effects/api/interface/packagemanageradapterteststate.md +0 -47
- package/content/packages/github-action-effects/api/interface/packagepublishteststate.md +0 -121
- package/content/packages/github-action-effects/api/interface/packresult.md +0 -84
- package/content/packages/github-action-effects/api/interface/polloptions.md +0 -36
- package/content/packages/github-action-effects/api/interface/provenanceattestationinput.md +0 -44
- package/content/packages/github-action-effects/api/interface/provisionoptions.md +0 -52
- package/content/packages/github-action-effects/api/interface/publishtarballresult.md +0 -28
- package/content/packages/github-action-effects/api/interface/pullrequestcommentteststate.md +0 -35
- package/content/packages/github-action-effects/api/interface/pullrequestfile.md +0 -32
- package/content/packages/github-action-effects/api/interface/pullrequestinfo.md +0 -106
- package/content/packages/github-action-effects/api/interface/pullrequestlistoptions.md +0 -60
- package/content/packages/github-action-effects/api/interface/pullrequestrecord.md +0 -74
- package/content/packages/github-action-effects/api/interface/pullrequestteststate.md +0 -54
- package/content/packages/github-action-effects/api/interface/ratelimiterteststate.md +0 -44
- package/content/packages/github-action-effects/api/interface/registrytarget.md +0 -52
- package/content/packages/github-action-effects/api/interface/releaseasset.md +0 -44
- package/content/packages/github-action-effects/api/interface/releasedata.md +0 -62
- package/content/packages/github-action-effects/api/interface/report_2.md +0 -76
- package/content/packages/github-action-effects/api/interface/resilienceoptions.md +0 -52
- package/content/packages/github-action-effects/api/interface/resolveddependency.md +0 -44
- package/content/packages/github-action-effects/api/interface/restresponse.md +0 -26
- package/content/packages/github-action-effects/api/interface/s3blobstoreconfig.md +0 -62
- package/content/packages/github-action-effects/api/interface/sbomattestationinput.md +0 -44
- package/content/packages/github-action-effects/api/interface/sbomauthor.md +0 -38
- package/content/packages/github-action-effects/api/interface/sbomcontact.md +0 -38
- package/content/packages/github-action-effects/api/interface/sbominput.md +0 -88
- package/content/packages/github-action-effects/api/interface/sbomsupplier.md +0 -44
- package/content/packages/github-action-effects/api/interface/sbomteststate.md +0 -52
- package/content/packages/github-action-effects/api/interface/sigstoresignerconfig.md +0 -32
- package/content/packages/github-action-effects/api/interface/storagerecordinput.md +0 -68
- package/content/packages/github-action-effects/api/interface/tagref.md +0 -34
- package/content/packages/github-action-effects/api/interface/tokenpermissioncheckerteststate.md +0 -32
- package/content/packages/github-action-effects/api/interface/toolinstallerteststate.md +0 -97
- package/content/packages/github-action-effects/api/interface/uploadoptions.md +0 -36
- package/content/packages/github-action-effects/api/interface/uploadresult.md +0 -32
- package/content/packages/github-action-effects/api/interface/workflowdispatchteststate.md +0 -40
- package/content/packages/github-action-effects/api/interface/workflowrunstatus.md +0 -32
- package/content/packages/github-action-effects/api/interface/workspacedetectorteststate.md +0 -32
- package/content/packages/github-action-effects/api/namespace/step.md +0 -16
- package/content/packages/github-action-effects/api/type/actionloglevel.md +0 -16
- package/content/packages/github-action-effects/api/type/annotationlevel.md +0 -18
- package/content/packages/github-action-effects/api/type/bumptype.md +0 -16
- package/content/packages/github-action-effects/api/type/capturedoutput.md +0 -16
- package/content/packages/github-action-effects/api/type/changeset.md +0 -16
- package/content/packages/github-action-effects/api/type/changesetfile.md +0 -16
- package/content/packages/github-action-effects/api/type/checklistitem.md +0 -16
- package/content/packages/github-action-effects/api/type/checkrunconclusion.md +0 -18
- package/content/packages/github-action-effects/api/type/coreservices.md +0 -18
- package/content/packages/github-action-effects/api/type/cyclonedxbom.md +0 -18
- package/content/packages/github-action-effects/api/type/extrapermission.md +0 -18
- package/content/packages/github-action-effects/api/type/filechange.md +0 -16
- package/content/packages/github-action-effects/api/type/githubcontext.md +0 -18
- package/content/packages/github-action-effects/api/type/installationtoken.md +0 -18
- package/content/packages/github-action-effects/api/type/loglevelinput.md +0 -16
- package/content/packages/github-action-effects/api/type/npmpackageinfo.md +0 -16
- package/content/packages/github-action-effects/api/type/packagemanagerinfo.md +0 -18
- package/content/packages/github-action-effects/api/type/packagemanagername.md +0 -18
- package/content/packages/github-action-effects/api/type/permissioncheckresult.md +0 -18
- package/content/packages/github-action-effects/api/type/permissiongap.md +0 -18
- package/content/packages/github-action-effects/api/type/permissionlevel.md +0 -18
- package/content/packages/github-action-effects/api/type/ratelimitstatus.md +0 -18
- package/content/packages/github-action-effects/api/type/registrytype.md +0 -18
- package/content/packages/github-action-effects/api/type/runnercontext.md +0 -18
- package/content/packages/github-action-effects/api/type/status.md +0 -16
- package/content/packages/github-action-effects/api/type/treeentry.md +0 -16
- package/content/packages/github-action-effects/api/type/webhookpayload.md +0 -18
- package/content/packages/github-action-effects/api/type/workspaceinfo.md +0 -16
- package/content/packages/github-action-effects/api/type/workspacepackage.md +0 -16
- package/content/packages/github-action-effects/api/type/workspacetype.md +0 -16
- package/content/packages/github-action-effects/api/variable/action.md +0 -41
- package/content/packages/github-action-effects/api/variable/actioncachelive.md +0 -18
- package/content/packages/github-action-effects/api/variable/actioncachetest.md +0 -29
- package/content/packages/github-action-effects/api/variable/actionenvironmentlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/actionenvironmenttest.md +0 -21
- package/content/packages/github-action-effects/api/variable/actioninput.md +0 -31
- package/content/packages/github-action-effects/api/variable/actionloggerlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/actionloggertest.md +0 -29
- package/content/packages/github-action-effects/api/variable/actionloglevel.md +0 -18
- package/content/packages/github-action-effects/api/variable/actionoutputslive.md +0 -16
- package/content/packages/github-action-effects/api/variable/actionoutputstest.md +0 -29
- package/content/packages/github-action-effects/api/variable/actionsconfigprovider.md +0 -27
- package/content/packages/github-action-effects/api/variable/actionslogger.md +0 -18
- package/content/packages/github-action-effects/api/variable/actionsruntime.md +0 -36
- package/content/packages/github-action-effects/api/variable/actionstatelive.md +0 -16
- package/content/packages/github-action-effects/api/variable/actionstatetest.md +0 -29
- package/content/packages/github-action-effects/api/variable/artifactlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/artifacttest.md +0 -29
- package/content/packages/github-action-effects/api/variable/attestlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/attesttest.md +0 -21
- package/content/packages/github-action-effects/api/variable/automerge.md +0 -21
- package/content/packages/github-action-effects/api/variable/blobstoretest.md +0 -21
- package/content/packages/github-action-effects/api/variable/bumptype.md +0 -18
- package/content/packages/github-action-effects/api/variable/capturedoutput.md +0 -21
- package/content/packages/github-action-effects/api/variable/changeset.md +0 -25
- package/content/packages/github-action-effects/api/variable/changesetanalyzerlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/changesetanalyzertest.md +0 -21
- package/content/packages/github-action-effects/api/variable/changesetfile.md +0 -21
- package/content/packages/github-action-effects/api/variable/checklistitem.md +0 -21
- package/content/packages/github-action-effects/api/variable/checkrunlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/checkruntest.md +0 -21
- package/content/packages/github-action-effects/api/variable/commandrunnerlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/commandrunnertest.md +0 -21
- package/content/packages/github-action-effects/api/variable/configloaderlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/configloadertest.md +0 -21
- package/content/packages/github-action-effects/api/variable/cyclonedx_bom.md +0 -18
- package/content/packages/github-action-effects/api/variable/dryruntest.md +0 -24
- package/content/packages/github-action-effects/api/variable/erroraccumulator.md +0 -21
- package/content/packages/github-action-effects/api/variable/extrapermission.md +0 -21
- package/content/packages/github-action-effects/api/variable/filechange.md +0 -24
- package/content/packages/github-action-effects/api/variable/filechangecontent.md +0 -21
- package/content/packages/github-action-effects/api/variable/filechangedeletion.md +0 -21
- package/content/packages/github-action-effects/api/variable/gitbranchlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/gitbranchtest.md +0 -21
- package/content/packages/github-action-effects/api/variable/gitcommitlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/gitcommittest.md +0 -21
- package/content/packages/github-action-effects/api/variable/github_build_type.md +0 -18
- package/content/packages/github-action-effects/api/variable/githubapplive.md +0 -18
- package/content/packages/github-action-effects/api/variable/githubapptest.md +0 -21
- package/content/packages/github-action-effects/api/variable/githubartifactmetadatalive.md +0 -18
- package/content/packages/github-action-effects/api/variable/githubartifactmetadatatest.md +0 -24
- package/content/packages/github-action-effects/api/variable/githubblobstorelive.md +0 -18
- package/content/packages/github-action-effects/api/variable/githubclientlive.md +0 -26
- package/content/packages/github-action-effects/api/variable/githubclienttest.md +0 -21
- package/content/packages/github-action-effects/api/variable/githubcommitlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/githubcommittest.md +0 -21
- package/content/packages/github-action-effects/api/variable/githubcontentlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/githubcontenttest.md +0 -21
- package/content/packages/github-action-effects/api/variable/githubcontext.md +0 -35
- package/content/packages/github-action-effects/api/variable/githubgraphqllive.md +0 -18
- package/content/packages/github-action-effects/api/variable/githubgraphqltest.md +0 -24
- package/content/packages/github-action-effects/api/variable/githubissuelive.md +0 -16
- package/content/packages/github-action-effects/api/variable/githubissuetest.md +0 -24
- package/content/packages/github-action-effects/api/variable/githubmarkdown.md +0 -45
- package/content/packages/github-action-effects/api/variable/githubreleaselive.md +0 -16
- package/content/packages/github-action-effects/api/variable/githubreleasetest.md +0 -24
- package/content/packages/github-action-effects/api/variable/githubtoken.md +0 -27
- package/content/packages/github-action-effects/api/variable/gittaglive.md +0 -16
- package/content/packages/github-action-effects/api/variable/gittagtest.md +0 -24
- package/content/packages/github-action-effects/api/variable/globlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/globtest.md +0 -30
- package/content/packages/github-action-effects/api/variable/in_toto_payload_type.md +0 -18
- package/content/packages/github-action-effects/api/variable/in_toto_statement_v1.md +0 -18
- package/content/packages/github-action-effects/api/variable/installationtoken.md +0 -28
- package/content/packages/github-action-effects/api/variable/ioutil.md +0 -22
- package/content/packages/github-action-effects/api/variable/loglevelinput.md +0 -18
- package/content/packages/github-action-effects/api/variable/npmpackageinfo.md +0 -24
- package/content/packages/github-action-effects/api/variable/npmregistrylive.md +0 -18
- package/content/packages/github-action-effects/api/variable/npmregistrytest.md +0 -21
- package/content/packages/github-action-effects/api/variable/octokitauthapplive.md +0 -18
- package/content/packages/github-action-effects/api/variable/oidctokenissuerlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/oidctokenissuertest.md +0 -18
- package/content/packages/github-action-effects/api/variable/packagemanageradapterlive.md +0 -19
- package/content/packages/github-action-effects/api/variable/packagemanageradaptertest.md +0 -21
- package/content/packages/github-action-effects/api/variable/packagemanagerinfo.md +0 -22
- package/content/packages/github-action-effects/api/variable/packagemanagername.md +0 -18
- package/content/packages/github-action-effects/api/variable/packagepublishlive.md +0 -19
- package/content/packages/github-action-effects/api/variable/packagepublishtest.md +0 -27
- package/content/packages/github-action-effects/api/variable/pathutils.md +0 -31
- package/content/packages/github-action-effects/api/variable/permissioncheckresult.md +0 -31
- package/content/packages/github-action-effects/api/variable/permissiongap.md +0 -22
- package/content/packages/github-action-effects/api/variable/permissionlevel.md +0 -18
- package/content/packages/github-action-effects/api/variable/pullrequestcommentlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/pullrequestcommenttest.md +0 -21
- package/content/packages/github-action-effects/api/variable/pullrequestlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/pullrequesttest.md +0 -21
- package/content/packages/github-action-effects/api/variable/ratelimiterlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/ratelimitertest.md +0 -21
- package/content/packages/github-action-effects/api/variable/ratelimitstatus.md +0 -23
- package/content/packages/github-action-effects/api/variable/reportbuilder.md +0 -33
- package/content/packages/github-action-effects/api/variable/runnercontext.md +0 -25
- package/content/packages/github-action-effects/api/variable/sbomlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/sbomtest.md +0 -21
- package/content/packages/github-action-effects/api/variable/semverresolver.md +0 -30
- package/content/packages/github-action-effects/api/variable/sigstore_bundle_v0_3_media_type.md +0 -18
- package/content/packages/github-action-effects/api/variable/sigstore_oidc_audience.md +0 -18
- package/content/packages/github-action-effects/api/variable/sigstoresignerlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/sigstoresignertest.md +0 -18
- package/content/packages/github-action-effects/api/variable/slsa_provenance_v1.md +0 -18
- package/content/packages/github-action-effects/api/variable/spdx_v2_3.md +0 -18
- package/content/packages/github-action-effects/api/variable/status.md +0 -18
- package/content/packages/github-action-effects/api/variable/tokenpermissioncheckertest.md +0 -21
- package/content/packages/github-action-effects/api/variable/toolinstallerlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/toolinstallertest.md +0 -21
- package/content/packages/github-action-effects/api/variable/treeentry.md +0 -26
- package/content/packages/github-action-effects/api/variable/treeentrycontent.md +0 -22
- package/content/packages/github-action-effects/api/variable/treeentrydeletion.md +0 -22
- package/content/packages/github-action-effects/api/variable/webhookpayload.md +0 -51
- package/content/packages/github-action-effects/api/variable/workflowdispatchlive.md +0 -16
- package/content/packages/github-action-effects/api/variable/workflowdispatchtest.md +0 -21
- package/content/packages/github-action-effects/api/variable/workspacedetectorlive.md +0 -18
- package/content/packages/github-action-effects/api/variable/workspacedetectortest.md +0 -21
- package/content/packages/github-action-effects/api/variable/workspaceinfo.md +0 -22
- package/content/packages/github-action-effects/api/variable/workspacepackage.md +0 -24
- package/content/packages/github-action-effects/api/variable/workspacetype.md +0 -18
- package/content/packages/github-action-effects/api.md +0 -386
- package/content/packages/mcp/resource-taxonomy.md +0 -63
- package/content/packages/rspress-builder/api/function/build.md +0 -18
- package/content/packages/rspress-builder/api/function/defineplugin.md +0 -18
- package/content/packages/rspress-builder/api/interface/rspressbundleoptions.md +0 -28
- package/content/packages/rspress-builder/api/interface/rspresspluginoptions.md +0 -76
- package/content/packages/rspress-builder/api.md +0 -22
- package/content/packages/silk/export-map.md +0 -67
- package/content/packages/silk/install-and-setup.md +0 -59
- package/content/packages/silk-effects/api/class/analyzedworkspace.md +0 -121
- package/content/packages/silk-effects/api/class/biomeschemasync.md +0 -33
- package/content/packages/silk-effects/api/class/biomesyncerror.md +0 -41
- package/content/packages/silk-effects/api/class/changesetconfig.md +0 -28
- package/content/packages/silk-effects/api/class/changesetconfigerror.md +0 -41
- package/content/packages/silk-effects/api/class/changesetconfigreader.md +0 -33
- package/content/packages/silk-effects/api/class/configdiscovery.md +0 -33
- package/content/packages/silk-effects/api/class/confignotfounderror.md +0 -41
- package/content/packages/silk-effects/api/class/managedsection.md +0 -18
- package/content/packages/silk-effects/api/class/resolvedtool.md +0 -62
- package/content/packages/silk-effects/api/class/sectionblock.md +0 -95
- package/content/packages/silk-effects/api/class/sectiondefinition.md +0 -104
- package/content/packages/silk-effects/api/class/sectionparseerror.md +0 -41
- package/content/packages/silk-effects/api/class/sectionvalidationerror.md +0 -41
- package/content/packages/silk-effects/api/class/sectionwriteerror.md +0 -41
- package/content/packages/silk-effects/api/class/shellsectiondefinition.md +0 -56
- package/content/packages/silk-effects/api/class/silkpublishability.md +0 -46
- package/content/packages/silk-effects/api/class/silkpublishconfig.md +0 -18
- package/content/packages/silk-effects/api/class/silkworkspaceanalyzer.md +0 -33
- package/content/packages/silk-effects/api/class/tagformaterror.md +0 -48
- package/content/packages/silk-effects/api/class/tagstrategy.md +0 -32
- package/content/packages/silk-effects/api/class/toolcommand.md +0 -76
- package/content/packages/silk-effects/api/class/tooldefinition.md +0 -73
- package/content/packages/silk-effects/api/class/tooldiscovery.md +0 -35
- package/content/packages/silk-effects/api/class/toolnotfounderror.md +0 -39
- package/content/packages/silk-effects/api/class/toolresolutionerror.md +0 -39
- package/content/packages/silk-effects/api/class/toolversionmismatcherror.md +0 -46
- package/content/packages/silk-effects/api/class/versioningdetectionerror.md +0 -34
- package/content/packages/silk-effects/api/class/versioningstrategy.md +0 -34
- package/content/packages/silk-effects/api/class/workspaceanalysis.md +0 -94
- package/content/packages/silk-effects/api/class/workspaceanalysiserror.md +0 -41
- package/content/packages/silk-effects/api/function/buildschemaurl.md +0 -26
- package/content/packages/silk-effects/api/function/extractsemver.md +0 -26
- package/content/packages/silk-effects/api/function/readtargetsbinding.md +0 -23
- package/content/packages/silk-effects/api/function/savvybasepreamble.md +0 -22
- package/content/packages/silk-effects/api/function/savvyhookshygiene.md +0 -22
- package/content/packages/silk-effects/api/function/savvytoolsection.md +0 -37
- package/content/packages/silk-effects/api/interface/commitlintplugin.md +0 -26
- package/content/packages/silk-effects/api/interface/commitlintuserconfig.md +0 -76
- package/content/packages/silk-effects/api/interface/promptconfig.md +0 -38
- package/content/packages/silk-effects/api/interface/promptsettings.md +0 -32
- package/content/packages/silk-effects/api/interface/publishablepackage.md +0 -44
- package/content/packages/silk-effects/api/interface/rawpackagejson.md +0 -44
- package/content/packages/silk-effects/api/interface/rawpublishconfig.md +0 -44
- package/content/packages/silk-effects/api/interface/rawtargetobject.md +0 -44
- package/content/packages/silk-effects/api/interface/rulesconfig.md +0 -26
- package/content/packages/silk-effects/api/interface/targetbinding.md +0 -52
- package/content/packages/silk-effects/api/interface/targetgroupbinding.md +0 -44
- package/content/packages/silk-effects/api/interface/targetsbinding.md +0 -32
- package/content/packages/silk-effects/api/namespace/changesets.md +0 -16
- package/content/packages/silk-effects/api/namespace/commitlint.md +0 -16
- package/content/packages/silk-effects/api/namespace/lint.md +0 -16
- package/content/packages/silk-effects/api/namespace/turbo.md +0 -16
- package/content/packages/silk-effects/api/type/biomesyncoptions.md +0 -16
- package/content/packages/silk-effects/api/type/biomesyncresult.md +0 -16
- package/content/packages/silk-effects/api/type/changesetconfigfile.md +0 -16
- package/content/packages/silk-effects/api/type/changesetmode.md +0 -18
- package/content/packages/silk-effects/api/type/checkresult.md +0 -16
- package/content/packages/silk-effects/api/type/checkresultdefinition.md +0 -24
- package/content/packages/silk-effects/api/type/commentstyle.md +0 -16
- package/content/packages/silk-effects/api/type/configdiscoveryoptions.md +0 -16
- package/content/packages/silk-effects/api/type/configlocation.md +0 -16
- package/content/packages/silk-effects/api/type/configsource.md +0 -16
- package/content/packages/silk-effects/api/type/rawpublishtargets.md +0 -18
- package/content/packages/silk-effects/api/type/rawtargetvalue.md +0 -18
- package/content/packages/silk-effects/api/type/resolutionpolicy.md +0 -16
- package/content/packages/silk-effects/api/type/resolutionpolicydefinition.md +0 -23
- package/content/packages/silk-effects/api/type/ruleapplicability.md +0 -18
- package/content/packages/silk-effects/api/type/ruleconfigtuple.md +0 -18
- package/content/packages/silk-effects/api/type/ruleseverity.md +0 -18
- package/content/packages/silk-effects/api/type/sectiondiff.md +0 -16
- package/content/packages/silk-effects/api/type/sectiondiffdefinition.md +0 -24
- package/content/packages/silk-effects/api/type/silkchangesetconfigfile.md +0 -16
- package/content/packages/silk-effects/api/type/sourcerequirement.md +0 -16
- package/content/packages/silk-effects/api/type/sourcerequirementdefinition.md +0 -23
- package/content/packages/silk-effects/api/type/syncresult.md +0 -16
- package/content/packages/silk-effects/api/type/syncresultdefinition.md +0 -24
- package/content/packages/silk-effects/api/type/tagstrategytype.md +0 -16
- package/content/packages/silk-effects/api/type/toolsource.md +0 -16
- package/content/packages/silk-effects/api/type/versionextractor.md +0 -16
- package/content/packages/silk-effects/api/type/versionextractordefinition.md +0 -28
- package/content/packages/silk-effects/api/type/versioningstrategyresult.md +0 -16
- package/content/packages/silk-effects/api/type/versioningstrategytype.md +0 -16
- package/content/packages/silk-effects/api/variable/biomeschemasynclive.md +0 -18
- package/content/packages/silk-effects/api/variable/biomesyncoptions.md +0 -23
- package/content/packages/silk-effects/api/variable/biomesyncresult.md +0 -22
- package/content/packages/silk-effects/api/variable/changesetconfigfile.md +0 -36
- package/content/packages/silk-effects/api/variable/changesetconfiglive.md +0 -18
- package/content/packages/silk-effects/api/variable/changesetconfigreaderlive.md +0 -18
- package/content/packages/silk-effects/api/variable/checkresult.md +0 -70
- package/content/packages/silk-effects/api/variable/commentstyle.md +0 -18
- package/content/packages/silk-effects/api/variable/configdiscoverylive.md +0 -18
- package/content/packages/silk-effects/api/variable/configdiscoveryoptions.md +0 -21
- package/content/packages/silk-effects/api/variable/configlocation.md +0 -21
- package/content/packages/silk-effects/api/variable/configsource.md +0 -18
- package/content/packages/silk-effects/api/variable/managedsectionlive.md +0 -18
- package/content/packages/silk-effects/api/variable/publishabilitydetectoradaptivelive.md +0 -19
- package/content/packages/silk-effects/api/variable/resolutionpolicy.md +0 -92
- package/content/packages/silk-effects/api/variable/savvybasesection.md +0 -25
- package/content/packages/silk-effects/api/variable/savvyhookssection.md +0 -18
- package/content/packages/silk-effects/api/variable/sectiondiff.md +0 -70
- package/content/packages/silk-effects/api/variable/silkchangesetconfigfile.md +0 -40
- package/content/packages/silk-effects/api/variable/silkpublishabilitydetectorlive.md +0 -18
- package/content/packages/silk-effects/api/variable/silkworkspaceanalyzerlive.md +0 -20
- package/content/packages/silk-effects/api/variable/sourcerequirement.md +0 -92
- package/content/packages/silk-effects/api/variable/syncresult.md +0 -81
- package/content/packages/silk-effects/api/variable/tagstrategylive.md +0 -18
- package/content/packages/silk-effects/api/variable/tagstrategytype.md +0 -18
- package/content/packages/silk-effects/api/variable/tooldiscoverylive.md +0 -19
- package/content/packages/silk-effects/api/variable/toolsource.md +0 -18
- package/content/packages/silk-effects/api/variable/versionextractor.md +0 -99
- package/content/packages/silk-effects/api/variable/versioningstrategylive.md +0 -18
- package/content/packages/silk-effects/api/variable/versioningstrategyresult.md +0 -22
- package/content/packages/silk-effects/api/variable/versioningstrategytype.md +0 -18
- package/content/packages/silk-effects/api.md +0 -144
- package/content/packages/silk-effects/index.md +0 -76
- package/content/packages/silk-effects/managed-section.md +0 -84
- package/content/packages/silk-effects/platform-layers.md +0 -94
- package/content/packages/templates/api/function/createbiome.md +0 -26
- package/content/packages/templates/api/function/createchangeset.md +0 -26
- package/content/packages/templates/api/function/creategitignore.md +0 -26
- package/content/packages/templates/api/function/createpackagejson.md +0 -26
- package/content/packages/templates/api/function/createpnpmworkspace.md +0 -26
- package/content/packages/templates/api/function/createreadme.md +0 -26
- package/content/packages/templates/api/function/createtsconfig.md +0 -26
- package/content/packages/templates/api/function/createturboroot.md +0 -26
- package/content/packages/templates/api/function/createturboworkspace.md +0 -26
- package/content/packages/templates/api/function/createvscode.md +0 -26
- package/content/packages/templates/api/function/createworkspace.md +0 -26
- package/content/packages/templates/api/interface/templateentry.md +0 -44
- package/content/packages/templates/api/type/biomeoptionstype.md +0 -18
- package/content/packages/templates/api/type/changesetoptionstype.md +0 -18
- package/content/packages/templates/api/type/gitignoreoptionstype.md +0 -18
- package/content/packages/templates/api/type/packagejsonoptionstype.md +0 -18
- package/content/packages/templates/api/type/pnpmworkspaceoptionstype.md +0 -18
- package/content/packages/templates/api/type/readmeoptionstype.md +0 -18
- package/content/packages/templates/api/type/template.md +0 -18
- package/content/packages/templates/api/type/tsconfigoptionstype.md +0 -18
- package/content/packages/templates/api/type/turborootoptionstype.md +0 -18
- package/content/packages/templates/api/type/turboworkspaceoptionstype.md +0 -18
- package/content/packages/templates/api/type/updatetemplate.md +0 -18
- package/content/packages/templates/api/type/vscodeoptionstype.md +0 -18
- package/content/packages/templates/api/type/workspaceoptionstype.md +0 -18
- package/content/packages/templates/api/variable/biomeoptions.md +0 -22
- package/content/packages/templates/api/variable/changesetoptions.md +0 -29
- package/content/packages/templates/api/variable/gitignoreoptions.md +0 -27
- package/content/packages/templates/api/variable/packagejsonoptions.md +0 -60
- package/content/packages/templates/api/variable/pnpmworkspaceoptions.md +0 -23
- package/content/packages/templates/api/variable/readmeoptions.md +0 -21
- package/content/packages/templates/api/variable/tsconfigoptions.md +0 -26
- package/content/packages/templates/api/variable/turborootoptions.md +0 -25
- package/content/packages/templates/api/variable/turboworkspaceoptions.md +0 -20
- package/content/packages/templates/api/variable/vscodeoptions.md +0 -25
- package/content/packages/templates/api/variable/workspaceoptions.md +0 -33
- package/content/packages/templates/api.md +0 -60
- package/content/packages/tsdown-plugins/api/class/buildcollector.md +0 -62
- package/content/packages/tsdown-plugins/api/class/buildcollectortag.md +0 -16
- package/content/packages/tsdown-plugins/api/class/buildreport.md +0 -16
- package/content/packages/tsdown-plugins/api/class/configvalidationerror.md +0 -41
- package/content/packages/tsdown-plugins/api/class/configvalidator.md +0 -18
- package/content/packages/tsdown-plugins/api/class/diagnosticentry.md +0 -18
- package/content/packages/tsdown-plugins/api/class/emittedfile.md +0 -18
- package/content/packages/tsdown-plugins/api/class/environmentdetector.md +0 -16
- package/content/packages/tsdown-plugins/api/class/executorresolver.md +0 -16
- package/content/packages/tsdown-plugins/api/class/formatselector.md +0 -16
- package/content/packages/tsdown-plugins/api/class/metagenerationerror.md +0 -41
- package/content/packages/tsdown-plugins/api/class/outputrenderer.md +0 -16
- package/content/packages/tsdown-plugins/api/class/passreport.md +0 -18
- package/content/packages/tsdown-plugins/api/class/reporttimings.md +0 -16
- package/content/packages/tsdown-plugins/api/class/targetgroupreport.md +0 -16
- package/content/packages/tsdown-plugins/api/class/tsconfigresolver.md +0 -84
- package/content/packages/tsdown-plugins/api/function/ambientoutname.md +0 -18
- package/content/packages/tsdown-plugins/api/function/analyzereexportbarrel.md +0 -18
- package/content/packages/tsdown-plugins/api/function/applysubdirmetaentries.md +0 -21
- package/content/packages/tsdown-plugins/api/function/assertnoentrycollisions.md +0 -18
- package/content/packages/tsdown-plugins/api/function/buildemittedmanifest.md +0 -18
- package/content/packages/tsdown-plugins/api/function/buildmetricsplugin.md +0 -18
- package/content/packages/tsdown-plugins/api/function/buildresolvedtsconfig.md +0 -18
- package/content/packages/tsdown-plugins/api/function/buildtargetgroups.md +0 -18
- package/content/packages/tsdown-plugins/api/function/cjsdefaultinterop.md +0 -18
- package/content/packages/tsdown-plugins/api/function/classifydtsexport.md +0 -18
- package/content/packages/tsdown-plugins/api/function/collectexportnames.md +0 -18
- package/content/packages/tsdown-plugins/api/function/computeexefilename.md +0 -18
- package/content/packages/tsdown-plugins/api/function/copyambientdts.md +0 -18
- package/content/packages/tsdown-plugins/api/function/copypublicdir.md +0 -18
- package/content/packages/tsdown-plugins/api/function/createtimer.md +0 -18
- package/content/packages/tsdown-plugins/api/function/createtsdownlogger.md +0 -18
- package/content/packages/tsdown-plugins/api/function/declarationext.md +0 -18
- package/content/packages/tsdown-plugins/api/function/defaultmanifesttransform.md +0 -20
- package/content/packages/tsdown-plugins/api/function/deriveexportpaths.md +0 -18
- package/content/packages/tsdown-plugins/api/function/derivetargetgroupoptions.md +0 -18
- package/content/packages/tsdown-plugins/api/function/emitmanifest.md +0 -18
- package/content/packages/tsdown-plugins/api/function/extractambientdts.md +0 -18
- package/content/packages/tsdown-plugins/api/function/extractentries.md +0 -16
- package/content/packages/tsdown-plugins/api/function/findrelativespecifiers.md +0 -21
- package/content/packages/tsdown-plugins/api/function/flattenissues.md +0 -21
- package/content/packages/tsdown-plugins/api/function/formattime.md +0 -16
- package/content/packages/tsdown-plugins/api/function/generatemeta.md +0 -18
- package/content/packages/tsdown-plugins/api/function/istargetobject.md +0 -18
- package/content/packages/tsdown-plugins/api/function/mixeddtsexporterror.md +0 -18
- package/content/packages/tsdown-plugins/api/function/nodebuiltindefaultinterop.md +0 -18
- package/content/packages/tsdown-plugins/api/function/normalizebinpaths.md +0 -18
- package/content/packages/tsdown-plugins/api/function/normalizeexeoptions.md +0 -18
- package/content/packages/tsdown-plugins/api/function/normalizeloosefiles.md +0 -18
- package/content/packages/tsdown-plugins/api/function/normalizemetaoptions.md +0 -21
- package/content/packages/tsdown-plugins/api/function/packagejsonentries.md +0 -18
- package/content/packages/tsdown-plugins/api/function/readtsconfigjsx.md +0 -18
- package/content/packages/tsdown-plugins/api/function/removedeclarationmaps.md +0 -18
- package/content/packages/tsdown-plugins/api/function/renderreexportstub.md +0 -22
- package/content/packages/tsdown-plugins/api/function/renderreport.md +0 -17
- package/content/packages/tsdown-plugins/api/function/resolvejsxconfig.md +0 -18
- package/content/packages/tsdown-plugins/api/function/resolvemanifest.md +0 -18
- package/content/packages/tsdown-plugins/api/function/resolvenextversions.md +0 -18
- package/content/packages/tsdown-plugins/api/function/resolveportabletsconfig.md +0 -27
- package/content/packages/tsdown-plugins/api/function/resolvetargets.md +0 -21
- package/content/packages/tsdown-plugins/api/function/rewritemetaversions.md +0 -18
- package/content/packages/tsdown-plugins/api/function/runexebuild.md +0 -18
- package/content/packages/tsdown-plugins/api/function/runmetapass.md +0 -18
- package/content/packages/tsdown-plugins/api/function/serializeissues.md +0 -18
- package/content/packages/tsdown-plugins/api/function/transformbin.md +0 -18
- package/content/packages/tsdown-plugins/api/function/transformexports.md +0 -18
- package/content/packages/tsdown-plugins/api/function/transformmanifest.md +0 -18
- package/content/packages/tsdown-plugins/api/function/writedtsemittsconfig.md +0 -18
- package/content/packages/tsdown-plugins/api/function/writeissuesartifact.md +0 -23
- package/content/packages/tsdown-plugins/api/function/writeresolvedtsconfig.md +0 -18
- package/content/packages/tsdown-plugins/api/function/writetargetsbinding.md +0 -18
- package/content/packages/tsdown-plugins/api/interface/ambientdtsentry.md +0 -38
- package/content/packages/tsdown-plugins/api/interface/buildemittedmanifestoptions.md +0 -69
- package/content/packages/tsdown-plugins/api/interface/buildgroupspec.md +0 -32
- package/content/packages/tsdown-plugins/api/interface/buildissues.md +0 -56
- package/content/packages/tsdown-plugins/api/interface/buildtargetgroupsoptions.md +0 -205
- package/content/packages/tsdown-plugins/api/interface/copyambientdtsoptions.md +0 -42
- package/content/packages/tsdown-plugins/api/interface/cssoptions.md +0 -36
- package/content/packages/tsdown-plugins/api/interface/derivedtsdownoptions.md +0 -106
- package/content/packages/tsdown-plugins/api/interface/deriveoptions.md +0 -100
- package/content/packages/tsdown-plugins/api/interface/diagnosticinput.md +0 -66
- package/content/packages/tsdown-plugins/api/interface/emitmanifestoptions.md +0 -71
- package/content/packages/tsdown-plugins/api/interface/entryoverride.md +0 -86
- package/content/packages/tsdown-plugins/api/interface/execonfig.md +0 -60
- package/content/packages/tsdown-plugins/api/interface/exerewrite.md +0 -44
- package/content/packages/tsdown-plugins/api/interface/exeseaconfig.md +0 -38
- package/content/packages/tsdown-plugins/api/interface/exetarget.md +0 -38
- package/content/packages/tsdown-plugins/api/interface/exetargetinput.md +0 -32
- package/content/packages/tsdown-plugins/api/interface/extractambientoptions.md +0 -24
- package/content/packages/tsdown-plugins/api/interface/extractoptions.md +0 -32
- package/content/packages/tsdown-plugins/api/interface/extractresult.md +0 -34
- package/content/packages/tsdown-plugins/api/interface/formatter.md +0 -30
- package/content/packages/tsdown-plugins/api/interface/formattercontext.md +0 -30
- package/content/packages/tsdown-plugins/api/interface/generatemetaoptions.md +0 -124
- package/content/packages/tsdown-plugins/api/interface/jsxconfig.md +0 -36
- package/content/packages/tsdown-plugins/api/interface/loosefilespec.md +0 -36
- package/content/packages/tsdown-plugins/api/interface/metaoptions.md +0 -42
- package/content/packages/tsdown-plugins/api/interface/metaresult.md +0 -30
- package/content/packages/tsdown-plugins/api/interface/moduleexportnames.md +0 -34
- package/content/packages/tsdown-plugins/api/interface/nextversions.md +0 -36
- package/content/packages/tsdown-plugins/api/interface/normalizedexe.md +0 -48
- package/content/packages/tsdown-plugins/api/interface/normalizedloosefile.md +0 -60
- package/content/packages/tsdown-plugins/api/interface/normalizedmeta.md +0 -41
- package/content/packages/tsdown-plugins/api/interface/packagejsonentriesoptions.md +0 -34
- package/content/packages/tsdown-plugins/api/interface/packagejsonlike.md +0 -30
- package/content/packages/tsdown-plugins/api/interface/pkgoscpu.md +0 -32
- package/content/packages/tsdown-plugins/api/interface/plaindiagnostic.md +0 -68
- package/content/packages/tsdown-plugins/api/interface/portabletsconfig.md +0 -36
- package/content/packages/tsdown-plugins/api/interface/publishtargetobject.md +0 -44
- package/content/packages/tsdown-plugins/api/interface/reexportbarrelanalysis.md +0 -44
- package/content/packages/tsdown-plugins/api/interface/renderedoutput.md +0 -36
- package/content/packages/tsdown-plugins/api/interface/renderreportoptions.md +0 -44
- package/content/packages/tsdown-plugins/api/interface/resolvedcompileroptions.md +0 -26
- package/content/packages/tsdown-plugins/api/interface/resolvedgroup.md +0 -44
- package/content/packages/tsdown-plugins/api/interface/resolvedtarget.md +0 -52
- package/content/packages/tsdown-plugins/api/interface/resolvedtsconfig.md +0 -36
- package/content/packages/tsdown-plugins/api/interface/resolvedtsconfigoptions.md +0 -50
- package/content/packages/tsdown-plugins/api/interface/runexebuildoptions.md +0 -74
- package/content/packages/tsdown-plugins/api/interface/runmetapassoptions.md +0 -104
- package/content/packages/tsdown-plugins/api/interface/targetgroupref.md +0 -38
- package/content/packages/tsdown-plugins/api/interface/targetresolution.md +0 -32
- package/content/packages/tsdown-plugins/api/interface/timer.md +0 -30
- package/content/packages/tsdown-plugins/api/interface/transformmanifestoptions.md +0 -50
- package/content/packages/tsdown-plugins/api/interface/tsconfigjsx.md +0 -32
- package/content/packages/tsdown-plugins/api/interface/tsdocoptions.md +0 -32
- package/content/packages/tsdown-plugins/api/interface/tsdoctagdefinition.md +0 -38
- package/content/packages/tsdown-plugins/api/interface/tsdownlogger.md +0 -62
- package/content/packages/tsdown-plugins/api/interface/validationinput.md +0 -69
- package/content/packages/tsdown-plugins/api/interface/warningsuppressionrule.md +0 -32
- package/content/packages/tsdown-plugins/api/type/buildformat.md +0 -18
- package/content/packages/tsdown-plugins/api/type/buildplatform.md +0 -18
- package/content/packages/tsdown-plugins/api/type/dtsexportclass.md +0 -25
- package/content/packages/tsdown-plugins/api/type/dualexports.md +0 -18
- package/content/packages/tsdown-plugins/api/type/environment.md +0 -16
- package/content/packages/tsdown-plugins/api/type/exebuild.md +0 -18
- package/content/packages/tsdown-plugins/api/type/executor.md +0 -16
- package/content/packages/tsdown-plugins/api/type/json.md +0 -16
- package/content/packages/tsdown-plugins/api/type/loosefiles.md +0 -18
- package/content/packages/tsdown-plugins/api/type/outputformat.md +0 -16
- package/content/packages/tsdown-plugins/api/type/passkind.md +0 -16
- package/content/packages/tsdown-plugins/api/type/publishtargets.md +0 -18
- package/content/packages/tsdown-plugins/api/type/publishtargetvalue.md +0 -18
- package/content/packages/tsdown-plugins/api/type/targetgroupid.md +0 -18
- package/content/packages/tsdown-plugins/api/type/tsdownbuild.md +0 -18
- package/content/packages/tsdown-plugins/api/variable/ciannotationsformatter.md +0 -16
- package/content/packages/tsdown-plugins/api/variable/configvalidatorlive.md +0 -18
- package/content/packages/tsdown-plugins/api/variable/default_exe_node_version.md +0 -18
- package/content/packages/tsdown-plugins/api/variable/environmentdetectorlive.md +0 -16
- package/content/packages/tsdown-plugins/api/variable/executorresolverlive.md +0 -16
- package/content/packages/tsdown-plugins/api/variable/formatselectorlive.md +0 -16
- package/content/packages/tsdown-plugins/api/variable/jsonformatter.md +0 -16
- package/content/packages/tsdown-plugins/api/variable/markdownformatter.md +0 -16
- package/content/packages/tsdown-plugins/api/variable/outputrendererlive.md +0 -16
- package/content/packages/tsdown-plugins/api/variable/reportpipelinelive.md +0 -17
- package/content/packages/tsdown-plugins/api/variable/silentformatter.md +0 -16
- package/content/packages/tsdown-plugins/api/variable/terminalformatter.md +0 -16
- package/content/packages/tsdown-plugins/api.md +0 -183
- package/content/standards/api-model-pipeline.md +0 -64
- package/content/standards/catalog-usage.md +0 -48
- package/content/standards/changeset-discipline.md +0 -52
- package/content/standards/changeset-format.md +0 -132
- package/content/standards/commit-contract.md +0 -58
- package/content/standards/dependency-conventions.md +0 -82
- package/content/standards/linting-conventions.md +0 -47
- package/content/standards/publishability.md +0 -57
- package/content/standards/semver.md +0 -51
- package/content/standards/test-classification.md +0 -49
- package/content/standards/turbo/best-practices.md +0 -76
- package/content/standards/turbo/boundaries.md +0 -72
- package/content/standards/turbo/ci.md +0 -69
- package/content/standards/turbo/environment.md +0 -64
- package/content/standards/turbo/filtering.md +0 -72
- package/content/standards/turbo/watch.md +0 -64
- package/content/tags.json +0 -32
- package/resources/catalog.js +0 -29
- package/resources/doc-index.js +0 -112
- package/resources/index.js +0 -57
- package/resources/load.js +0 -38
- package/resources/paths.js +0 -23
- package/resources/query-log.js +0 -20
- package/resources/schema.js +0 -40
- package/tools/docs-search.js +0 -59
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/templates/api/variable/workspaceoptions
|
|
3
|
-
title: "WorkspaceOptions — templates variable"
|
|
4
|
-
summary: "Options for generating a complete workspace scaffold."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [templates, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# WorkspaceOptions
|
|
13
|
-
|
|
14
|
-
Options for generating a complete workspace scaffold.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
WorkspaceOptions: Schema.Struct<{
|
|
18
|
-
name: typeof Schema.String;
|
|
19
|
-
packageManager: Schema.Literal<["pnpm", "npm", "bun"]>;
|
|
20
|
-
packageManagerVersion: typeof Schema.String;
|
|
21
|
-
nodeVersion: typeof Schema.String;
|
|
22
|
-
biomeVersion: Schema.optionalWith<typeof Schema.String, {
|
|
23
|
-
default: () => string;
|
|
24
|
-
}>;
|
|
25
|
-
features: Schema.optional<Schema.Struct<{
|
|
26
|
-
biome: Schema.optional<typeof Schema.Boolean>;
|
|
27
|
-
vitest: Schema.optional<typeof Schema.Boolean>;
|
|
28
|
-
turbo: Schema.optional<typeof Schema.Boolean>;
|
|
29
|
-
changesets: Schema.optional<typeof Schema.Boolean>;
|
|
30
|
-
vscode: Schema.optional<typeof Schema.Boolean>;
|
|
31
|
-
}>>;
|
|
32
|
-
}>
|
|
33
|
-
```
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/templates/api
|
|
3
|
-
title: "@savvy-web/templates — API reference"
|
|
4
|
-
summary: "@savvy-web/templates API reference: 36 documented symbols."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [templates, api]
|
|
8
|
-
priority: 0.4
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# @savvy-web/templates — API reference
|
|
13
|
-
|
|
14
|
-
## function
|
|
15
|
-
|
|
16
|
-
- [`createBiome`](silk://packages/templates/api/function/createbiome) — Generates a `biome.jsonc` configuration file entry.
|
|
17
|
-
- [`createChangeset`](silk://packages/templates/api/function/createchangeset) — Generates a `.changeset/config.json` configuration file entry.
|
|
18
|
-
- [`createGitignore`](silk://packages/templates/api/function/creategitignore) — Generates a `.gitignore` file entry.
|
|
19
|
-
- [`createPackageJson`](silk://packages/templates/api/function/createpackagejson) — Generates a sorted `package.json` file entry.
|
|
20
|
-
- [`createPnpmWorkspace`](silk://packages/templates/api/function/createpnpmworkspace) — Generates a `pnpm-workspace.yaml` file entry.
|
|
21
|
-
- [`createReadme`](silk://packages/templates/api/function/createreadme) — Generates a `README.md` file entry.
|
|
22
|
-
- [`createTsConfig`](silk://packages/templates/api/function/createtsconfig) — Generates a `tsconfig.json` file entry.
|
|
23
|
-
- [`createTurboRoot`](silk://packages/templates/api/function/createturboroot) — Generates a root `turbo.json` file entry.
|
|
24
|
-
- [`createTurboWorkspace`](silk://packages/templates/api/function/createturboworkspace) — Generates a workspace-level `turbo.json` file entry.
|
|
25
|
-
- [`createVsCode`](silk://packages/templates/api/function/createvscode) — Generates `.vscode/settings.json` and `.vscode/extensions.json` file entries.
|
|
26
|
-
- [`createWorkspace`](silk://packages/templates/api/function/createworkspace) — Generates all file entries for a new workspace scaffold.
|
|
27
|
-
|
|
28
|
-
## interface
|
|
29
|
-
|
|
30
|
-
- [`TemplateEntry`](silk://packages/templates/api/interface/templateentry) — A generated content entry from a template. Templates produce content with a logical name and suggested filename. The consumer decides where (and whether) to write the content.
|
|
31
|
-
|
|
32
|
-
## type
|
|
33
|
-
|
|
34
|
-
- [`BiomeOptionsType`](silk://packages/templates/api/type/biomeoptionstype) — The decoded type of BiomeOptions.
|
|
35
|
-
- [`ChangesetOptionsType`](silk://packages/templates/api/type/changesetoptionstype) — The decoded type of ChangesetOptions.
|
|
36
|
-
- [`GitignoreOptionsType`](silk://packages/templates/api/type/gitignoreoptionstype) — The decoded type of GitignoreOptions.
|
|
37
|
-
- [`PackageJsonOptionsType`](silk://packages/templates/api/type/packagejsonoptionstype) — The decoded type of PackageJsonOptions.
|
|
38
|
-
- [`PnpmWorkspaceOptionsType`](silk://packages/templates/api/type/pnpmworkspaceoptionstype) — The decoded type of PnpmWorkspaceOptions.
|
|
39
|
-
- [`ReadmeOptionsType`](silk://packages/templates/api/type/readmeoptionstype) — The decoded type of ReadmeOptions.
|
|
40
|
-
- [`Template`](silk://packages/templates/api/type/template) — A template: typed options in, content entries out.
|
|
41
|
-
- [`TsConfigOptionsType`](silk://packages/templates/api/type/tsconfigoptionstype) — The decoded type of TsConfigOptions.
|
|
42
|
-
- [`TurboRootOptionsType`](silk://packages/templates/api/type/turborootoptionstype) — The decoded type of TurboRootOptions.
|
|
43
|
-
- [`TurboWorkspaceOptionsType`](silk://packages/templates/api/type/turboworkspaceoptionstype) — The decoded type of TurboWorkspaceOptions.
|
|
44
|
-
- [`UpdateTemplate`](silk://packages/templates/api/type/updatetemplate) — An update template: existing content + partial options in, content entries out.
|
|
45
|
-
- [`VsCodeOptionsType`](silk://packages/templates/api/type/vscodeoptionstype) — The decoded type of VsCodeOptions.
|
|
46
|
-
- [`WorkspaceOptionsType`](silk://packages/templates/api/type/workspaceoptionstype) — The decoded type of WorkspaceOptions.
|
|
47
|
-
|
|
48
|
-
## variable
|
|
49
|
-
|
|
50
|
-
- [`BiomeOptions`](silk://packages/templates/api/variable/biomeoptions) — Options for generating a Biome configuration file.
|
|
51
|
-
- [`ChangesetOptions`](silk://packages/templates/api/variable/changesetoptions) — Options for generating a Changesets configuration file.
|
|
52
|
-
- [`GitignoreOptions`](silk://packages/templates/api/variable/gitignoreoptions) — Options for generating a `.gitignore` file.
|
|
53
|
-
- [`PackageJsonOptions`](silk://packages/templates/api/variable/packagejsonoptions) — Options for generating a `package.json` file.
|
|
54
|
-
- [`PnpmWorkspaceOptions`](silk://packages/templates/api/variable/pnpmworkspaceoptions) — Options for generating a `pnpm-workspace.yaml` file.
|
|
55
|
-
- [`ReadmeOptions`](silk://packages/templates/api/variable/readmeoptions) — Options for generating a `README.md` file.
|
|
56
|
-
- [`TsConfigOptions`](silk://packages/templates/api/variable/tsconfigoptions) — Options for generating a `tsconfig.json` file.
|
|
57
|
-
- [`TurboRootOptions`](silk://packages/templates/api/variable/turborootoptions) — Options for generating a root `turbo.json` file.
|
|
58
|
-
- [`TurboWorkspaceOptions`](silk://packages/templates/api/variable/turboworkspaceoptions) — Options for generating a workspace-level `turbo.json` file.
|
|
59
|
-
- [`VsCodeOptions`](silk://packages/templates/api/variable/vscodeoptions) — Options for generating VS Code configuration files.
|
|
60
|
-
- [`WorkspaceOptions`](silk://packages/templates/api/variable/workspaceoptions) — Options for generating a complete workspace scaffold.
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/buildcollector
|
|
3
|
-
title: "BuildCollector — tsdown-plugins class"
|
|
4
|
-
summary: "Stateful build-event accumulator. The write surface is synchronous so it can be called directly from tsdown's customLogger and API Extractor's messageCallback…"
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# BuildCollector
|
|
13
|
-
|
|
14
|
-
Stateful build-event accumulator. The write surface is synchronous so it can be called directly from tsdown's customLogger and API Extractor's messageCallback (both invoked synchronously). `snapshot` builds the immutable [BuildReport](silk://packages/tsdown-plugins/api/class/buildreport) the Effect render pipeline consumes.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
class BuildCollector
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## Members
|
|
21
|
-
|
|
22
|
-
### recordEmitted
|
|
23
|
-
|
|
24
|
-
```ts
|
|
25
|
-
recordEmitted(groupId: string, pass: PassKind, file: EmittedFile): void;
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
### recordError
|
|
29
|
-
|
|
30
|
-
```ts
|
|
31
|
-
recordError(groupId: string, entry: DiagnosticInput): void;
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
### recordPassTiming
|
|
35
|
-
|
|
36
|
-
```ts
|
|
37
|
-
recordPassTiming(groupId: string, pass: PassKind, ms: number): void;
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
### recordSuppressed
|
|
41
|
-
|
|
42
|
-
```ts
|
|
43
|
-
recordSuppressed(groupId: string, entry: DiagnosticInput): void;
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
### recordWarning
|
|
47
|
-
|
|
48
|
-
```ts
|
|
49
|
-
recordWarning(groupId: string, entry: DiagnosticInput): void;
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
### registerGroup
|
|
53
|
-
|
|
54
|
-
```ts
|
|
55
|
-
registerGroup(groupId: string, entries: ReadonlyArray<string>): void;
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
### snapshot
|
|
59
|
-
|
|
60
|
-
```ts
|
|
61
|
-
snapshot(packageName: string): ReadonlyArray<BuildReport>;
|
|
62
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/buildcollectortag
|
|
3
|
-
title: "BuildCollectorTag — tsdown-plugins class"
|
|
4
|
-
summary: "class BuildCollectorTag 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
|
-
# BuildCollectorTag
|
|
13
|
-
|
|
14
|
-
```ts
|
|
15
|
-
class BuildCollectorTag extends BuildCollectorTag_base
|
|
16
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/buildreport
|
|
3
|
-
title: "BuildReport — tsdown-plugins class"
|
|
4
|
-
summary: "class BuildReport 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
|
-
# BuildReport
|
|
13
|
-
|
|
14
|
-
```ts
|
|
15
|
-
class BuildReport extends BuildReport_base
|
|
16
|
-
```
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/configvalidationerror
|
|
3
|
-
title: "ConfigValidationError — tsdown-plugins class"
|
|
4
|
-
summary: "A savvy.build.ts or publishConfig.targets config is structurally invalid; raised before any build work."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# ConfigValidationError
|
|
13
|
-
|
|
14
|
-
A savvy.build.ts or publishConfig.targets config is structurally invalid; raised before any build work.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
class ConfigValidationError extends ConfigValidationError_base<{
|
|
18
|
-
readonly path: string;
|
|
19
|
-
readonly reason: string;
|
|
20
|
-
}>
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Members
|
|
24
|
-
|
|
25
|
-
### message
|
|
26
|
-
|
|
27
|
-
```ts
|
|
28
|
-
get message(): string;
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
### path
|
|
32
|
-
|
|
33
|
-
```ts
|
|
34
|
-
readonly path: string;
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
### reason
|
|
38
|
-
|
|
39
|
-
```ts
|
|
40
|
-
readonly reason: string;
|
|
41
|
-
```
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/configvalidator
|
|
3
|
-
title: "ConfigValidator — tsdown-plugins class"
|
|
4
|
-
summary: "Fast-fail config validator; runs first in the bundler over the resolved config."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# ConfigValidator
|
|
13
|
-
|
|
14
|
-
Fast-fail config validator; runs first in the bundler over the resolved config.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
class ConfigValidator extends ConfigValidator_base
|
|
18
|
-
```
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/diagnosticentry
|
|
3
|
-
title: "DiagnosticEntry — tsdown-plugins class"
|
|
4
|
-
summary: "A captured warning or error, from tsdown's logger, rolldown's onLog, or API Extractor."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# DiagnosticEntry
|
|
13
|
-
|
|
14
|
-
A captured warning or error, from tsdown's logger, rolldown's onLog, or API Extractor.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
class DiagnosticEntry extends DiagnosticEntry_base
|
|
18
|
-
```
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/emittedfile
|
|
3
|
-
title: "EmittedFile — tsdown-plugins class"
|
|
4
|
-
summary: "One emitted output file with its in-memory byte size (gzip only when --verbose)."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# EmittedFile
|
|
13
|
-
|
|
14
|
-
One emitted output file with its in-memory byte size (gzip only when --verbose).
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
class EmittedFile extends EmittedFile_base
|
|
18
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/environmentdetector
|
|
3
|
-
title: "EnvironmentDetector — tsdown-plugins class"
|
|
4
|
-
summary: "class EnvironmentDetector 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
|
-
# EnvironmentDetector
|
|
13
|
-
|
|
14
|
-
```ts
|
|
15
|
-
class EnvironmentDetector extends EnvironmentDetector_base
|
|
16
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/executorresolver
|
|
3
|
-
title: "ExecutorResolver — tsdown-plugins class"
|
|
4
|
-
summary: "class ExecutorResolver 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
|
-
# ExecutorResolver
|
|
13
|
-
|
|
14
|
-
```ts
|
|
15
|
-
class ExecutorResolver extends ExecutorResolver_base
|
|
16
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/formatselector
|
|
3
|
-
title: "FormatSelector — tsdown-plugins class"
|
|
4
|
-
summary: "class FormatSelector 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
|
-
# FormatSelector
|
|
13
|
-
|
|
14
|
-
```ts
|
|
15
|
-
class FormatSelector extends FormatSelector_base
|
|
16
|
-
```
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/metagenerationerror
|
|
3
|
-
title: "MetaGenerationError — tsdown-plugins class"
|
|
4
|
-
summary: "API Extractor meta generation failed for an entry."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# MetaGenerationError
|
|
13
|
-
|
|
14
|
-
API Extractor meta generation failed for an entry.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
class MetaGenerationError extends MetaGenerationError_base<{
|
|
18
|
-
readonly entry: string;
|
|
19
|
-
readonly reason: string;
|
|
20
|
-
}>
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Members
|
|
24
|
-
|
|
25
|
-
### entry
|
|
26
|
-
|
|
27
|
-
```ts
|
|
28
|
-
readonly entry: string;
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
### message
|
|
32
|
-
|
|
33
|
-
```ts
|
|
34
|
-
get message(): string;
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
### reason
|
|
38
|
-
|
|
39
|
-
```ts
|
|
40
|
-
readonly reason: string;
|
|
41
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/outputrenderer
|
|
3
|
-
title: "OutputRenderer — tsdown-plugins class"
|
|
4
|
-
summary: "class OutputRenderer 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
|
-
# OutputRenderer
|
|
13
|
-
|
|
14
|
-
```ts
|
|
15
|
-
class OutputRenderer extends OutputRenderer_base
|
|
16
|
-
```
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/passreport
|
|
3
|
-
title: "PassReport — tsdown-plugins class"
|
|
4
|
-
summary: "One build pass within a target group (js / dts / loose / exe / meta)."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# PassReport
|
|
13
|
-
|
|
14
|
-
One build pass within a target group (js / dts / loose / exe / meta).
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
class PassReport extends PassReport_base
|
|
18
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/reporttimings
|
|
3
|
-
title: "ReportTimings — tsdown-plugins class"
|
|
4
|
-
summary: "class ReportTimings 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
|
-
# ReportTimings
|
|
13
|
-
|
|
14
|
-
```ts
|
|
15
|
-
class ReportTimings extends ReportTimings_base
|
|
16
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/targetgroupreport
|
|
3
|
-
title: "TargetGroupReport — tsdown-plugins class"
|
|
4
|
-
summary: "class TargetGroupReport 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
|
-
# TargetGroupReport
|
|
13
|
-
|
|
14
|
-
```ts
|
|
15
|
-
class TargetGroupReport extends TargetGroupReport_base
|
|
16
|
-
```
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/class/tsconfigresolver
|
|
3
|
-
title: "TsconfigResolver — tsdown-plugins class"
|
|
4
|
-
summary: "Resolves a TypeScript `ParsedCommandLine` to a portable, JSON-serializable tsconfig (compilerOptions-only) for virtual TypeScript environments."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# TsconfigResolver
|
|
13
|
-
|
|
14
|
-
Resolves a TypeScript `ParsedCommandLine` to a portable, JSON-serializable tsconfig (compilerOptions-only) for virtual TypeScript environments.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
class TsconfigResolver
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## Members
|
|
21
|
-
|
|
22
|
-
### convertJsxEmit
|
|
23
|
-
|
|
24
|
-
```ts
|
|
25
|
-
static convertJsxEmit(jsx: JsxEmit | undefined): string | undefined;
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Converts a `JsxEmit` enum value to its string form (e.g. `preserve`, `react-jsx`).
|
|
29
|
-
|
|
30
|
-
### convertLibReference
|
|
31
|
-
|
|
32
|
-
```ts
|
|
33
|
-
static convertLibReference(lib: string): string;
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Converts a lib reference to its canonical short name.
|
|
37
|
-
|
|
38
|
-
### convertModuleDetection
|
|
39
|
-
|
|
40
|
-
```ts
|
|
41
|
-
static convertModuleDetection(detection: ModuleDetectionKind | undefined): string | undefined;
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
Converts a `ModuleDetectionKind` enum value to its string form (e.g. `force`).
|
|
45
|
-
|
|
46
|
-
### convertModuleKind
|
|
47
|
-
|
|
48
|
-
```ts
|
|
49
|
-
static convertModuleKind(module: ModuleKind | undefined): string | undefined;
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
Converts a `ModuleKind` enum value to its string form (e.g. `nodenext`).
|
|
53
|
-
|
|
54
|
-
### convertModuleResolution
|
|
55
|
-
|
|
56
|
-
```ts
|
|
57
|
-
static convertModuleResolution(resolution: ModuleResolutionKind | undefined): string | undefined;
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
Converts a `ModuleResolutionKind` enum value to its string form (e.g. `nodenext`).
|
|
61
|
-
|
|
62
|
-
### convertNewLine
|
|
63
|
-
|
|
64
|
-
```ts
|
|
65
|
-
static convertNewLine(newLine: NewLineKind | undefined): string | undefined;
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
Converts a `NewLineKind` enum value to its string form (`lf` or `crlf`).
|
|
69
|
-
|
|
70
|
-
### convertScriptTarget
|
|
71
|
-
|
|
72
|
-
```ts
|
|
73
|
-
static convertScriptTarget(target: ScriptTarget | undefined): string | undefined;
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
Converts a `ScriptTarget` enum value to its string form (e.g. `es2023`).
|
|
77
|
-
|
|
78
|
-
### resolve
|
|
79
|
-
|
|
80
|
-
```ts
|
|
81
|
-
resolve(parsed: ParsedCommandLine): PortableTsconfig;
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
Resolves a parsed TypeScript config to a portable, compilerOptions-only tsconfig.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/function/ambientoutname
|
|
3
|
-
title: "ambientOutName — tsdown-plugins function"
|
|
4
|
-
summary: "Output basename (including the preserved declaration extension) for an ambient export, derived from the export KEY — consistent with how JS entries are named."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# ambientOutName
|
|
13
|
-
|
|
14
|
-
Output basename (including the preserved declaration extension) for an ambient export, derived from the export KEY — consistent with how JS entries are named.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
function ambientOutName(exportKey: string, source: string, exportsAsIndexes?: boolean): string;
|
|
18
|
-
```
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/function/analyzereexportbarrel
|
|
3
|
-
title: "analyzeReexportBarrel — tsdown-plugins function"
|
|
4
|
-
summary: "Analyze an entry source as a candidate pure re-export barrel: classify its re-exported names into value vs type-only and report whether it is expressible as a…"
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# analyzeReexportBarrel
|
|
13
|
-
|
|
14
|
-
Analyze an entry source as a candidate pure re-export barrel: classify its re-exported names into value vs type-only and report whether it is expressible as a thin stub. Pure parsing — no I/O.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
function analyzeReexportBarrel(source: string, fileName?: string): ReexportBarrelAnalysis;
|
|
18
|
-
```
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/function/applysubdirmetaentries
|
|
3
|
-
title: "applySubdirMetaEntries — tsdown-plugins function"
|
|
4
|
-
summary: "For each `outSubdir` override, point its meta entry at the isolated sub-package barrel."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# applySubdirMetaEntries
|
|
13
|
-
|
|
14
|
-
For each `outSubdir` override, point its meta entry at the isolated sub-package barrel.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
function applySubdirMetaEntries(overrides: ReadonlyArray<{
|
|
18
|
-
entries: ReadonlyArray<string>;
|
|
19
|
-
outSubdir?: string | undefined;
|
|
20
|
-
}> | undefined, dtsBasenames: Record<string, string>, exportPaths: Record<string, string>): void;
|
|
21
|
-
```
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/function/assertnoentrycollisions
|
|
3
|
-
title: "assertNoEntryCollisions — tsdown-plugins function"
|
|
4
|
-
summary: "Throw ConfigValidationError if any ambient output name collides with a JS build-entry name. The JS entry names carry no extension, so each ambient `outName` is…"
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# assertNoEntryCollisions
|
|
13
|
-
|
|
14
|
-
Throw [ConfigValidationError](silk://packages/tsdown-plugins/api/class/configvalidationerror) if any ambient output name collides with a JS build-entry name. The JS entry names carry no extension, so each ambient `outName` is compared with its declaration extension stripped.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
function assertNoEntryCollisions(jsEntryNames: ReadonlyArray<string>, ambient: ReadonlyArray<AmbientDtsEntry>): void;
|
|
18
|
-
```
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/function/buildemittedmanifest
|
|
3
|
-
title: "buildEmittedManifest — tsdown-plugins function"
|
|
4
|
-
summary: "Compute the final manifest bytes for a TargetGroup (catalog resolution + standard transforms)."
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# buildEmittedManifest
|
|
13
|
-
|
|
14
|
-
Compute the final manifest bytes for a TargetGroup (catalog resolution + standard transforms).
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
function buildEmittedManifest(options: BuildEmittedManifestOptions): Promise<Json>;
|
|
18
|
-
```
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: packages/tsdown-plugins/api/function/buildmetricsplugin
|
|
3
|
-
title: "buildMetricsPlugin — tsdown-plugins function"
|
|
4
|
-
summary: "Rolldown plugin that records emitted-file metrics into the BuildCollector via writeBundle (which fires for the JS pass AND the emitDtsOnly dts pass — verified…"
|
|
5
|
-
tier: packages
|
|
6
|
-
source: generated
|
|
7
|
-
tags: [tsdown-plugins, api]
|
|
8
|
-
priority: 0.3
|
|
9
|
-
related: []
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# buildMetricsPlugin
|
|
13
|
-
|
|
14
|
-
Rolldown plugin that records emitted-file metrics into the [BuildCollector](silk://packages/tsdown-plugins/api/class/buildcollector) via writeBundle (which fires for the JS pass AND the emitDtsOnly dts pass — verified against tsdown 0.22.3), plus a defensive onLog for rolldown-level diagnostics that bypass tsdown's logger. Append it to each build pass's `plugins` array. `bytes` is taken from the in-memory chunk/asset content (no fs); `gzip` is computed only when `verbose`.
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
function buildMetricsPlugin(collector: BuildCollector, groupId: string, pass: PassKind, verbose: boolean): Plugin;
|
|
18
|
-
```
|