google/closure-compiler

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

Open

#1,713 opened on Apr 7, 2016

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Java (1,197 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,176 stars)
PR merge metrics
 (Avg merge 12d 15h) (1 merged PR in 30d)

Description

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

should be a warning/error.

Contributor guide