Reproduction link or steps
- clone and install deps
git clone https://github.com/execaman/discolink
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
What 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