You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ryanleecode opened this issue
Sep 3, 2024
· 1 comment
Labels
featureIssues that represent new features or improvements to existing features.t-toolingIssues with this label are in the ownership of the tooling team.
featureIssues that represent new features or improvements to existing features.t-toolingIssues with this label are in the ownership of the tooling team.
Which package is the feature request for? If unsure which one to select, leave blank
None
Feature
remove all enums and convert them into const syntax.
Motivation
Enums, especially ambient enums do not work well with isolated modules turned on.
https://stackoverflow.com/questions/56854964/why-is-const-enum-allowed-with-isolatedmodules
Ideal solution or implementation, and any additional constraints
Every enum would be converted similar to below
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: