joarwilk / flowgen

Generate flowtype definition files from TypeScript
Other
658 stars 78 forks source link

Fix mixins and add implements or extends #145

Open meandmax opened 3 years ago

meandmax commented 3 years ago

Is this safe to do. I believe mixins is deprecated since quite a while

SebastienGllmt commented 3 years ago
  1. Make sure to run prettier on your code to make sure it passes CI
  2. Please add a test so it's easy to know what changed and help avoid regressions