You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to re-export the types from my individual modules on the top level bundle module. This works fine for typescript when importing the namespaces and types.
But the DTS generated by this plugin via rollupTypes get corrupted on subsequent builds.
This defies the whole purpose of incremental builds and caching. Always doing full re-builds to get non-broken outputs is not really a feasable solution to this problem.
Describe the bug
I am trying to re-export the types from my individual modules on the top level bundle module. This works fine for typescript when importing the namespaces and types.
But the DTS generated by this plugin via
rollupTypes
get corrupted on subsequent builds.Reproduction
https://stackblitz.com/edit/vitejs-vite-zqiicdze
Steps to reproduce
npm run build
dist/index.d.ts
which contains a proper namespace and exports for the re-rexported module:npm run build
dist/index.d.ts
again and notice the corrupted declarationdist
folder and runnpm run build
againSystem Info
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 18.20.3 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.2.3 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/bin/pnpm npmPackages: vite-plugin-dts: ^4.5.0 => 4.5.0
Validations
The text was updated successfully, but these errors were encountered: