codemix / babel-plugin-typecheck

Static and runtime type checking for JavaScript in the form of a Babel plugin.
MIT License
886 stars 44 forks source link

Feature: Type checking for class properties #49

Closed mehcode closed 8 years ago

mehcode commented 8 years ago

http://flowtype.org/docs/classes.html

class Site extends React.Component {
  props: {
    isCombustible: boolean
  }
}
phpnode commented 8 years ago

:+1: will try and get this into the next release

phpnode commented 8 years ago

fixed in 3.2.0