Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix if model type is string #238

Merged
merged 1 commit into from
Jul 14, 2020

Conversation

RobertKitzing
Copy link

I tried to fix the fact, that the enum module was not generated.
It works for my project, but please test with yours.

fix #236

@luisfpg
Copy link
Collaborator

luisfpg commented May 4, 2020

By taking a quick look in the files changed, it seems to handle only string enums.
How does it handle numeric enums?

@RobertKitzing
Copy link
Author

yes it does only handle string enums, like you said in #235.
But for me the enumModule wasn't generated at all with v2.2.0+. It was always the simpleType.

@iamwyza
Copy link

iamwyza commented Jul 8, 2020

What's the timeline on getting this in? I was updating to 2.2.x, but found I couldn't because the enum functionality no longer worked.

@luisfpg luisfpg merged commit 6ca49f6 into cyclosproject:master Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enumModule is not generating additional typescript module
3 participants