Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn if property with the same value is overridden #128

Open
1 task done
enkot opened this issue Apr 17, 2024 · 0 comments
Open
1 task done

Warn if property with the same value is overridden #128

enkot opened this issue Apr 17, 2024 · 0 comments

Comments

@enkot
Copy link

enkot commented Apr 17, 2024

Describe the feature

In a large project, it is difficult to track/manage when developers specify properties with a value that already exists in the default object. It would be nice to add a warning option if redundant duplication occurs:

const defuFn = createDefu({ 
  warnDuplicates: true
})

On the other hand, I guess it's better not to cause side effects, maybe a callback?

const defuFn = createDefu({ 
  onDuplicate: (object, key, value) => {}
})

Additional information

  • Would you be willing to help implement this feature?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant