Skip to content

feat(preferred): add tsdown as documented replacement#722

Open
dreyfus92 wants to merge 1 commit into
mainfrom
feat/tsup-tsdown-replacement
Open

feat(preferred): add tsdown as documented replacement#722
dreyfus92 wants to merge 1 commit into
mainfrom
feat/tsup-tsdown-replacement

Conversation

@dreyfus92

@dreyfus92 dreyfus92 commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

🔗 Linked issue

closes: #649

📚 Description

adds tsuptsdown as a documented replacement in the preferred manifest and migration docs with scope note

@dreyfus92 dreyfus92 force-pushed the feat/tsup-tsdown-replacement branch from aca590a to a88ecb6 Compare June 9, 2026 02:43
Add the accepted tsup → tsdown mapping so existing tsup users can
discover the upstream-recommended successor with migration guidance.

resolves #649
@dreyfus92 dreyfus92 force-pushed the feat/tsup-tsdown-replacement branch from a88ecb6 to c9d21ab Compare June 9, 2026 02:45
@dreyfus92 dreyfus92 changed the title feat(preferred): add tsup → tsdown replacement feat(preferred): add tsdown as documented replacement Jun 9, 2026
Comment thread docs/modules/tsup.md

## Scope

This replacement is for **existing `tsup` users** only. It is not a recommendation for projects on other bundlers, or for projects that do not need a bundler.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may not need to specify this, as it could do the reverse of what you intended - it could make it sound like we recommend against using it for other projects.

i'd probably just drop the scope section and hope the title is clear enough that this is specific to tsup.

Comment thread docs/modules/tsup.md
@@ -0,0 +1,49 @@
---
description: Modern alternative to tsup for bundling TypeScript libraries

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Modern alternative to tsup for bundling TypeScript libraries
description: Modern alternative to the tsup package for bundling TypeScript libraries

Comment thread docs/modules/tsup.md
Comment on lines +47 to +49
### Requirements

- Node.js >= 20.19 (current active LTS line)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect, and also I don't think this should be here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add replacement: tsuptsdown

3 participants