Replies: 2 comments 1 reply
-
|
We have the following issue: #2317, so it is already possible but it shows warnings. Would this resolve your issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
addressed in #2333, thanks! |
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.
-
Currently, an enum will be generated, but not exported, if it doesn't have a suffix. As a continuation of this, it would be great if this could be configured (perhaps by allowing
enumSuffixto be set to false) to allow exporting the enum even if it doesn't have a suffix. This will allow us to export consts and roles with the same name. Thanks!(p.s. might want to change this to be the default, too!)
Beta Was this translation helpful? Give feedback.
All reactions