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(flow): Fix inference of Flow types with properties #751

Merged
merged 1 commit into from Apr 24, 2017

Conversation

tmcw
Copy link
Member

@tmcw tmcw commented Apr 24, 2017

Previously we naively thought that id.name would be a string for all types, which is not the case.
Instead, we use babel-generator to safely generate string representations of types.

Fixes #749

Previously we naively thought that id.name would be a string for all types, which is not the case.
Instead, we use babel-generator to safely generate string representations of types.

Fixes #749
@tmcw tmcw mentioned this pull request Apr 24, 2017
@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 96.471% when pulling 7fdc5a0 on property-flow-types-749 into cfaaf21 on master.

@tmcw tmcw merged commit 7c00acc into master Apr 24, 2017
@tmcw tmcw deleted the property-flow-types-749 branch April 24, 2017 18:04
@andrewcharnley
Copy link

Awesome work, much appreciated.

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

3 participants