Tom MacWright 7c00acc352 fix(flow): Fix inference of Flow types with properties (#751)
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
2017-04-24 14:04:32 -04:00
..