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

Removing properties with value 0 or false on map

Đang mở
#246 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
TypeScript
Star
447
Fork
76
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

No source file, test, or entry point is named. Start by reproducing the JavaScript snippet in the Firefox debugger and compare the inspected object properties with the expected result; done means values of 0 and false remain visible instead of being removed.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
javascript, typescript, vscode
Lĩnh vực
developer-experience, devtools
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
35/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.