You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno should use the node lib rather than web (#316)
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.
0 commit comments