feat(preferred): add tsdown as documented replacement#722
Open
dreyfus92 wants to merge 1 commit into
Open
Conversation
aca590a to
a88ecb6
Compare
Add the accepted tsup → tsdown mapping so existing tsup users can discover the upstream-recommended successor with migration guidance. resolves #649
a88ecb6 to
c9d21ab
Compare
43081j
reviewed
Jun 9, 2026
|
|
||
| ## 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. |
Contributor
There was a problem hiding this comment.
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.
gameroman
suggested changes
Jun 9, 2026
| @@ -0,0 +1,49 @@ | |||
| --- | |||
| description: Modern alternative to tsup for bundling TypeScript libraries | |||
Contributor
There was a problem hiding this comment.
Suggested change
| description: Modern alternative to tsup for bundling TypeScript libraries | |
| description: Modern alternative to the tsup package for bundling TypeScript libraries |
Comment on lines
+47
to
+49
| ### Requirements | ||
|
|
||
| - Node.js >= 20.19 (current active LTS line) |
Contributor
There was a problem hiding this comment.
This is incorrect, and also I don't think this should be here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
closes: #649
📚 Description
adds
tsup→tsdownas adocumentedreplacement in thepreferredmanifest and migration docs with scope note