google/closure-compiler
Polymer pass: Warn when there is a mismatch between the type in the code and the @type
Aperta
#1713 aperta il 7 apr 2016
enhancementhelp wanted
Metriche repository
- Star
- (7176 stelle)
- Metriche merge PR
- (Merge medio 3g 4h) (1 PR mergiata in 30 g)
Descrizione
Polymer({
...
/**
* @type {string}
*/
someField: Number,
});
should be a warning/error.