Centeva / TypeScripter

A tool to generate Typescript classes from c# models.
MIT License
4 stars 5 forks source link

Fixes issue where the new initialization of list types didn't filter … #7

Closed marbletravis closed 7 years ago

marbletravis commented 7 years ago

…out for model types.

marbletravis commented 7 years ago

@darrelbrown Let me know when I can merge and issue a new version. The issue I had, was that I was getting fields.Names.map(x=> new string(x)) which didn't work, obviously.

What I missed yesterday was ensuring that the type of enumerable was a model type.