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.

贡献者指南