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 two bugs in the typeDef parser #6

Merged
merged 1 commit into from
Apr 27, 2017

Conversation

csillag
Copy link
Contributor

@csillag csillag commented Apr 27, 2017

  • Don't mess up the type definitions when there is a number in a type name.
  • Don't mess up the type definitions when a type inmplements multiple interfaces,
    and therefore it uses a comma.

Fixes #4.
Fixes #5.

 - Don't mess up the type definitions when there is a number in a type name.
 - Don't mess up the type definitions when a type inmplements multiple interfaces,
   and therefore it uses a comma.

Fixes nicolaslopezj#4.
Fixes nicolaslopezj#5.
@nicolaslopezj
Copy link
Owner

Thanks!

@nicolaslopezj nicolaslopezj merged commit ff842aa into nicolaslopezj:master Apr 27, 2017
@nicolaslopezj
Copy link
Owner

Published in 1.0.2

@csillag
Copy link
Contributor Author

csillag commented Apr 27, 2017 via email

@nicolaslopezj
Copy link
Owner

Ups..

@nicolaslopezj
Copy link
Owner

Published in 1.2.1

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