google/closure-compiler

Polymer pass: Warn when there is a mismatch between the type in the code and the @type

Open

#1713 aperta il 7 apr 2016

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

Guida contributor