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

 (1 commento) (0 reazioni) (1 assegnatario)Java (1197 fork)batch import
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.

Guida contributor