react-closure-compiler icon indicating copy to clipboard operation
react-closure-compiler copied to clipboard

@override support

Open mihaip opened this issue 10 years ago • 0 comments
trafficstars

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.

mihaip avatar Apr 06 '15 20:04 mihaip