Is there a way to make it so setProperty can merge, rather than replace?
Guide contributeur
Stack technique
javascript
Domaine
tooling
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-3 hours
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
clear
Prérequis
JavaScriptBasic understanding of object manipulation
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
60
Direction de recherche
Examine the existing `setProperty` function in the dot prop source code (likely index.js). Identify where the property is set and how to conditionally merge instead of replace based on a new parameter. Review any existing tests in the test file to understand expected behavior. Consider any comments in the issue for specific use cases.