google/closure-compiler

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

Open

#1,713 建立於 2016年4月7日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)Java (7,176 star) (1,197 fork)batch import
enhancementhelp wanted

描述

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

should be a warning/error.

貢獻者指南