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

fix(ext/node): Rewrite node:v8 serialize/deserialize #25439

Merged
merged 10 commits into from
Sep 10, 2024

Conversation

nathanwhit
Copy link
Member

@nathanwhit nathanwhit commented Sep 5, 2024

Closes #20613.

Reimplements the serialization on top of the v8 APIs instead of deno_core. Implements v8.Serializer, v8.DefaultSerializer, v8.Deserializer, and v8.DefaultSerializer.

ext/node/ops/v8.rs Outdated Show resolved Hide resolved
ext/node/ops/v8.rs Show resolved Hide resolved
ext/node/ops/v8.rs Show resolved Hide resolved
@nathanwhit nathanwhit enabled auto-merge (squash) September 10, 2024 21:30
@nathanwhit nathanwhit merged commit be0ba6d into denoland:main Sep 10, 2024
17 checks passed
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

Successfully merging this pull request may close these issues.

Support Parcel
3 participants