Skip to content

Enum omitted from build for tsdown versions above 0.21.8 #943

@execaman

Description

@execaman

Reproduction link or steps

  1. clone and install deps
git clone https://github.com/execaman/discolink
npm ci
  1. build and inspect the expected output
npm run build
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    Priority

    None yet

    Effort

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions