google/closure-compiler
View on GitHubPolymer pass: Warn when there is a mismatch between the type in the code and the @type
Open
#1,713 opened on Apr 7, 2016
enhancementhelp wanted
Repository metrics
- Stars
- (7,176 stars)
- PR merge metrics
- (Avg merge 12d 15h) (1 merged PR in 30d)
Description
Polymer({
...
/**
* @type {string}
*/
someField: Number,
});
should be a warning/error.