Refactor extension proposals check to use Array.prototype.includes
オープン
stale
triage-needed
- 主要言語
- TypeScript
- スター
- 193k
- フォーク
- 42.4k
- PR マージ指標
- PR 指標を取得中
説明
**Problem/Feature Description**
In the extension proposal utility, the code currently uses `existing.indexOf(e.id) === -1` to filter known extensions.
**Proposed Solution**
Replace `existing.indexOf(e.id) === -1` with modern TypeScript/JavaScript syntax using `!existing.includes(e.id)` to improve code readability and maintainability.
コントリビューションガイド
評価
この issue はまだ評価されていません。