Open aryaemami59 opened 1 month ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
tsup | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 26, 2024 5:07am |
I kind of don't want to add another experimental CLI option. To be honest, I'm not happy with the current @microsoft/api-extractor
-based --experimental-dts
implementation either, since it requires an ugly _tsup-dts-rollup.d.ts
file. I'd prefer to find a more suitable solution before putting in extra effort on top of it.
I really appreciate your recent work around dts. I just need some more thinking before merging them.
@ocavue It's okay I understand. I'm trying to do whatever I can to help fix experimentalDts
, it has a lot of potential, it just needs work, and I thought maybe this could be a start. I'm still going to try and see if I can remove _tsup-dts-rollup
files, I think if We can accomplish that it'll solve a lot of issues related to experimentalDts
.
@ocavue Do you mind if I work on improving experimentalDts
,maybe try to come up with an implementation that does away with _tsup-dts-rollup
files?
This PR:
experimentalDts.only
which is the equivalent ofdts.only
forexperimentalDts
.