Looking for help with enum generation. #1404
Answered
by
mrlubos
michaeltroya
asked this question in
Q&A
-
I have a very specific enum needed in my backend code which can not change without causing a mess. It looks something like this.
with this config
im left with a missing property
and with this config
I get an unterminated string literal.
ideally i should get
Whats the best way to deal with a situation like this? Is there any way to manual generate this specifc enum? |
Beta Was this translation helpful? Give feedback.
Answered by
mrlubos
Dec 8, 2024
Replies: 1 comment 1 reply
-
Hey @michaeltroya, can you try with the experimental parser? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
michaeltroya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @michaeltroya, can you try with the experimental parser?