google/closure-compiler

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

Open

#1 713 ouverte le 7 avr. 2016

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)Java (1 197 forks)batch import
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.

Guide contributeur