phenomejs / phenome

The ultimate cross-framework component compiler
http://phenomejs.org
MIT License
71 stars 8 forks source link

fix(typescript): the prop type doesn't need to include the default value #40

Closed ariofrio closed 6 years ago

ariofrio commented 6 years ago

the whole point is that the default value is never provided

plus, it was generating invalid TypeScript in messages.d.ts

Related: https://github.com/phenomejs/phenome/issues/11

nolimits4web commented 6 years ago

Great, thanks!