google/closure-compiler

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

オープン

#1,713 opened on 2016/04/07

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)Java (1,197 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,176 個のスター)
PR merge metrics
 (平均マージ 3d 4h) (30d で 1 merged PR)

説明

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

should be a warning/error.

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