Skip to content
New issue

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

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

Already on GitHub? # to your account

chore: Improve deepMerge typing and removed skipToken as possible input #292

Merged
merged 3 commits into from
Feb 17, 2025

Conversation

sschw
Copy link
Contributor

@sschw sschw commented Feb 10, 2025

Following up on my comment here.

Did not change the merge function I proposed but I additionally removed skipToken as possible input as I don't think it would output the skipToken as a result of the deepMerge function, as when I tested it in the browser using Object.assign({ header: {} }, Symbol("Test")) it returned { header: {} } instead of Symbol("Test").

Also updated the example again as I anyway use it to verify.

@fabien0102 fabien0102 merged commit d7ebaab into fabien0102:main Feb 17, 2025
1 check passed
@fabien0102
Copy link
Owner

Beautiful!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants