Open tstachl opened 1 year ago
Latest commit: 24dd859f5e5db956f6a4878ec74c9741d79ab4cc
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
vite-plugin-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 27, 2024 0:42am |
This fixes an issue with deno. Deno doesn't support
v8.serialize
andv8.deserialize
, however both Deno and node have a nativestructuredClone
method. Hence I removed the helper method.Now it works with both node and deno.