google/closure-compiler

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

開放

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

 (1 則留言) (0 個反應) (1 位負責人)Java (1,197 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (7,176 顆星)
PR 合併指標
 (平均合併 3天 4小時) (30 天內合併 1 個 PR)

描述

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

should be a warning/error.

貢獻者指南