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日
enhancementhelp wanted
倉庫指標
- 星標
- (7,176 顆星)
- PR 合併指標
- (平均合併 3天 4小時) (30 天內合併 1 個 PR)
描述
Polymer({
...
/**
* @type {string}
*/
someField: Number,
});
should be a warning/error.