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
There are a lot of Enums in fqm-execution that are just strings. We should move to the approach of as const + typeof instead to yield a better TypeScript developer experience.
This change would no longer export the Enums from the library, so it would be a breaking change for developers using fqm-execution
The text was updated successfully, but these errors were encountered:
mgramigna
added
infra
Tasks related to the underlying infrastructure that won't affect end users
breaking
Implementation might result in a breaking change
labels
May 23, 2023
There are a lot of
Enum
s infqm-execution
that are just strings. We should move to the approach ofas const
+typeof
instead to yield a better TypeScript developer experience.This change would no longer export the
Enums
from the library, so it would be a breaking change for developers usingfqm-execution
The text was updated successfully, but these errors were encountered: