-
-
Notifications
You must be signed in to change notification settings - Fork 278
Support numeric value enums #694
Copy link
Copy link
Closed
Labels
✨ enhancementNew feature or improvementNew feature or improvement🥚breakingThis change breaks compatibilityThis change breaks compatibility
Metadata
Metadata
Assignees
Labels
✨ enhancementNew feature or improvementNew feature or improvement🥚breakingThis change breaks compatibilityThis change breaks compatibility
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Enum values beginning with a number will result in
VALUE_Nkeys.generated enum:
Describe the solution you'd like
It would be better write the keys as
Additional context
Having enums with anonymous
VALUEkeys are not human-readable.