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

fix(node): Fix node IPC serialization for objects with undefined values #24894

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

nathanwhit
Copy link
Member

We were serializing { a: undefined } to { a: null } instead of {}

@nathanwhit nathanwhit requested a review from bartlomieju August 5, 2024 15:59
@nathanwhit nathanwhit merged commit ae8d048 into denoland:main Aug 5, 2024
17 checks passed
@nathanwhit nathanwhit deleted the ipc-serialization-fix branch August 5, 2024 16:42
# 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