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