egoist / tsup

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

fix: type exports should have export type and this$1 errors should not occur #996

Closed crutchcorn closed 11 months ago

crutchcorn commented 1 year ago

This PR bumps rollup-plugin-dts to fix the following bug in the dependency:

https://github.com/Swatinem/rollup-plugin-dts/issues/279

codesandbox[bot] commented 1 year ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

vercel[bot] commented 1 year 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 Sep 11, 2023 3:26pm
crutchcorn commented 11 months ago

Closing, as this is resolved by #1018, which was merged recently