pbomb / flow-immutable-models

Generates model classes from Flow types using Immutable.js
42 stars 8 forks source link

Work around Flow issue with Object.assign #6

Closed pbomb closed 7 years ago

pbomb commented 7 years ago

Based on https://github.com/facebook/flow/issues/2683, we should be able to remove the $FlowFixMe comment generated in the fromJS function.