Support numeric value enums #805
mreiche
started this conversation in
Feature request
Replies: 1 comment
-
I'd also love to this. In general it would be awesome with literals instead of enums since enums doesn't support all characters - e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Enum values beginning with a number will result in
VALUE_N
keys.generated enum:
Describe the solution you'd like
It would be better write the keys as
Additional context
Having enums with anonymous
VALUE
keys are not human-readable.Beta Was this translation helpful? Give feedback.
All reactions