mihaip / react-closure-compiler

Tooling to teach Closure Compiler about React
Apache License 2.0
100 stars 14 forks source link

@override support #6

Open mihaip opened 9 years ago

mihaip commented 9 years ago

Right now there's no need for @override annotations on shouldComponentUpdate and the like, since JSDoc/parameter types from the component methods are copied automatically. However, if the annotation is present, we should check that there is a method that we're copying the JSDoc from, to guard against typos and API changes.