google/closure-compiler
Polymer pass: Warn when there is a mismatch between the type in the code and the @type
オープン
#1,713 opened on 2016/04/07
enhancementhelp wanted
Repository metrics
- Stars
- (7,176 個のスター)
- PR merge metrics
- (平均マージ 3d 4h) (30d で 1 merged PR)
説明
Polymer({
...
/**
* @type {string}
*/
someField: Number,
});
should be a warning/error.