google/closure-compiler
GitHub で見るPolymer pass: Warn when there is a mismatch between the type in the code and the @type
Open
#1,713 opened on 2016年4月7日
enhancementhelp wanted
Repository metrics
- Stars
- (7,176 stars)
- PR merge metrics
- (平均マージ 12d 15h) (30d で 1 merged PR)
説明
Polymer({
...
/**
* @type {string}
*/
someField: Number,
});
should be a warning/error.