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