google/closure-compiler
Polymer pass: Warn when there is a mismatch between the type in the code and the @type
Offen
#1.713 geöffnet am 07.04.2016
enhancementhelp wanted
Repository-Metriken
- Stars
- (7.176 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 3T 4h) (1 gemergte PR in 30 T)
Beschreibung
Polymer({
...
/**
* @type {string}
*/
someField: Number,
});
should be a warning/error.