google/closure-compiler

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

Open

#1.713 aberto em 7 de abr. de 2016

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Java (1.197 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (7.176 stars)
Métricas de merge de PR
 (Mesclagem média 12d 15h) (1 fundiu PR em 30d)

Description

Polymer({
    ...
    /**
     * @type {string}
     */
    someField: Number,
});

should be a warning/error.

Guia do colaborador