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

Feature/generic types #4

Merged
merged 2 commits into from
Jun 27, 2017
Merged

Feature/generic types #4

merged 2 commits into from
Jun 27, 2017

Conversation

TheTFo
Copy link
Contributor

@TheTFo TheTFo commented Jun 27, 2017

Added ability to support generic types, following method from swagger-codegen and typescript. Types declared in swagger as:

IGeneric[Type]

will be treated as:

IGenericType

@TheTFo
Copy link
Contributor Author

TheTFo commented Jun 27, 2017

One extra thing to note, I added some settings files for vscode users with flow and eslint extensions, also added "flow" npm script which is required by the vscode extension. Hopefully this isn't a big deal.

Copy link
Owner

@yayoc yayoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, Thanks @TheTFo

@yayoc yayoc merged commit 428544c into yayoc:master Jun 27, 2017
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.

None yet

2 participants