Skip to content

Conversation

thisisjofrank
Copy link
Contributor

This PR changes the Deno export in package.json to use the Node.js implementation instead of the web implementation.

Deno's runtime environment more closely aligns with Node.js APIs for this particular library. While Deno typically uses web-standard APIs, our testing revealed that the Node.js implementation provides better compatibility and performance for Deno users in this specific case.

This should give improved compatibility for Deno users, and fix issues where file system access is not available.

@jonathanrdelgado
Copy link

I just hit this exact same problem. I came all the way back around and realized that line was incorrect. Great catch. Changing this locally fixed everything.

@jonathanrdelgado
Copy link

@penberg anything additional you need prior to merging this one? I'm happy to throw in whatever needs to be done. Thanks!

@penberg penberg merged commit 21c4645 into tursodatabase:main Aug 18, 2025
6 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.

3 participants