microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
122 stars 36 forks source link

Improving how enums are declared. #379

Closed mshoho closed 7 months ago

mshoho commented 7 months ago

We don't use native TypeScript enums because of how they are being compiled (into a non-treeshakeable result). This PR adjusts how the enums are declared, making it more compact and reexportable while not changing it from the usage point of view.