firefox-devtools / firefox-devtools/vscode-firefox-debug

Removing properties with value 0 or false on map

オープン
#246 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
447
フォーク
76
PR マージ指標
30日以内にマージされた PR はありません

説明

Version: 2.9.2

Example:
```javascript
const r = [1, 0, 3].map(v => ({
x: 0,
y: v
}));
// expected: [ { x: 0, y: 1 }, { x: 0, y: 0 }, { x: 0, y: 3 } ]
// result: [ { y: 1 }, {}, { y: 3 } ]
```
![firefox-vscode-debbuger-bug](https://user-images.githubusercontent.com/50946670/109208141-df9d4c80-77a1-11eb-926d-a6cce47ef619.png)

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

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

評価

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

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

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