egoist / tsup

The simplest and fastest way to bundle your TypeScript libraries.
https://tsup.egoist.dev
MIT License
8.46k stars 209 forks source link

fix(dts): terminate worker when work is done #1142

Open SunsetTechuila opened 3 weeks ago

SunsetTechuila commented 3 weeks ago

related https://github.com/oven-sh/bun/issues/11760

nothing changes for node, but now tsup can be run on bun: bun --bun tsup

codesandbox[bot] commented 3 weeks ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

vercel[bot] commented 3 weeks ago

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 Jun 13, 2024 9:16am
SunsetTechuila commented 2 weeks ago

differs from #1140 in that the worker does not control its own lifecycle + covers the error when typescript is not installed

SunsetTechuila commented 3 days ago

@egoist hello, would appreciate a review from you