appsmithorg / appsmithorg/appsmith

[Feature] Detect Type mismatch in the linter

オープン
#8,657 コメント 1 件 リアクション 0 件 担当者 1 名 @satbir121 に割り当て済み GitHub で見る
Enhancement Javascript Product JS Linting & Errors Query & JS Pod Query Widgets & IDE Pod
主要言語
TypeScript
スター
40.9k
フォーク
4.8k
平均マージ
1日 22時間
マージ済み PR(30日)
45

説明

- Invalid assignment operation does not show up as lint error
- function taking invalid argument types don't show an error

Examples:
```
Table1.tableData = []; // This is invalid
showAlert({ name: 'nikhil' }) // this is a mismatched data type as show alert only takes a string
```

JSHint doesn't help with types today

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。