google/closure-compiler
Voir sur GitHubPolymer pass: Warn when there is a mismatch between the type in the code and the @type
Open
#1 713 ouverte le 7 avr. 2016
enhancementhelp wanted
Métriques du dépôt
- Stars
- (7 176 stars)
- Métriques de merge PR
- (Merge moyen 12j 15h) (1 PR mergée en 30 j)
Description
Polymer({
...
/**
* @type {string}
*/
someField: Number,
});
should be a warning/error.