microsoft / tabster

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

Improving how enums are declared. #379

Closed mshoho closed 4 months ago

mshoho commented 4 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.