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 2016年4月7日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)Java (1,197 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,176 stars)
PR merge metrics
 (平均マージ 12d 15h) (30d で 1 merged PR)

説明

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

should be a warning/error.

コントリビューターガイド