Object.keys observes value changes
Đang mở
bug
- Ngôn ngữ chính
- TypeScript
- Star
- 176
- Fork
- 9
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Ideally, the `Object.keys` shim should only observe key changes (eg: when a key is added or removed). Currently, it observes value changes too (eg: when a key is set to a new value).
**Note:** This goes for `Map.prototype.keys` as well.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.