-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
make sure ipc with json serialization still works when bun is parent and not the child #14756
Conversation
…and not the child
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test that checks node -> bun IPC works as well.
Please also add a test that runs the invalid JSON.parse case matches the behavior of Node when it receives invalid JSON.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…and not the child (#14756) Co-authored-by: Jarred Sumner <[email protected]>
Closes #13799
before
after
passes