mihaip / react-closure-compiler

Tooling to teach Closure Compiler about React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate record type based on propTypes

mihaip opened this issue · comments

Map from React.PropTypes to JSTypeExpressions. Use it to annotate the <Component>Interface.prototype.props property.

Also cast the props param of React.createElement callsites to do checks at creation time.

Completed in 2016.