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

Fixed type handling of Arrays, Maps and duplicate imports #6

Merged
merged 2 commits into from
Oct 23, 2017

Conversation

dominikhb
Copy link
Contributor

I fixed these issues:

  • Typed arrays were not handled correctly
  • When types were used multiple times in a model, they were imported more than once. See Duplicate imports #3
  • Typed maps were returned as object, now the Type is not lost. E.g. {[key: string]: MyType}

@zemacik zemacik merged commit f32b511 into zemacik:master Oct 23, 2017
@zemacik
Copy link
Owner

zemacik commented Oct 23, 2017

Thank you Dominik

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.

2 participants