Skip to content

switch to tsdown#41

Merged
JoshC8C7 merged 1 commit into
mainfrom
switch-to-tsdown
Jun 15, 2026
Merged

switch to tsdown#41
JoshC8C7 merged 1 commit into
mainfrom
switch-to-tsdown

Conversation

@JoshC8C7

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 15, 2026 22:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR migrates the TypeScript package build tooling from tsup to tsdown, aiming to keep output artifacts compatible with the existing published dist/* filenames and package.json export map.

Changes:

  • Replaced tsup scripts/dependency with tsdown in the TypeScript package.
  • Added tsdown.config.ts to configure entrypoints, formats, sourcemaps, cleaning, and output extensions.
  • Updated package-lock.json to reflect the new build tool dependency graph.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
typescript/tsup.config.ts Removed tsup build configuration.
typescript/tsdown.config.ts Added tsdown configuration, including output extension mapping.
typescript/package.json Switched build/dev scripts and devDependency from tsup to tsdown.
typescript/package-lock.json Updated lockfile for tsdown and its transitive dependencies.
Files not reviewed (1)
  • typescript/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread typescript/tsdown.config.ts
Comment thread typescript/package.json
Comment on lines 25 to +29
"node": ">=18"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"build": "tsdown",
"dev": "tsdown --watch",
@JoshC8C7 JoshC8C7 merged commit 9e50f53 into main Jun 15, 2026
3 checks passed
@JoshC8C7 JoshC8C7 deleted the switch-to-tsdown branch June 15, 2026 23:23
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.

2 participants