Reproduction link or steps
- clone and install deps
git clone https://github.com/execaman/discolink.git
cd discolink
git checkout v4.7.0
npm ci
- build and inspect the expected output
- build with tsdown@latest and inspect the new output
npm i tsdown@latest
npm run build
What is expected?
the EventType enum to be defined and exported from the namespace LavaLyrics
What is actually happening?
only the named export remains, the definition itself is gone
hint: the enum is generated for tsdown versions upto 0.21.8
Any additional comments?
No response
Reproduction link or steps
git clone https://github.com/execaman/discolink.git cd discolink git checkout v4.7.0 npm ciWhat is expected?
the
EventTypeenum to be defined and exported from the namespaceLavaLyricsWhat is actually happening?
only the named export remains, the definition itself is gone
hint: the enum is generated for tsdown versions upto 0.21.8
Any additional comments?
No response