Skip to content

Disable experimental strip types for now #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2025
Merged

Conversation

charpeni
Copy link
Member

There is currently an issue with Node 22.18.0 that affects tsdown and how we load the configuration file, tsdown.config.ts. This is currently a CommonJS package by default, but it also supports ESM I don't want to refactor this at this stage to ensure backward compatibility, so I opted to disable this experimental feature (types stripping) that made it the default in 22.18.0 (versus 22.17.1). It explains why the CI was green two weeks ago, but it suddenly fails without any changes to the repository.

@charpeni charpeni requested a review from semperos August 18, 2025 14:38
Copy link
Member

@semperos semperos left a comment

Choose a reason for hiding this comment

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

Thanks for digging into this and getting builds working again!

@charpeni charpeni merged commit afa5300 into main Aug 18, 2025
6 checks passed
@charpeni charpeni deleted the fix-build-on-node-22-18-0 branch August 18, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants