Closed mshoho closed 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.
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.