Object.keys observes value changes
Abierto
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 176
- Forks
- 9
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.