Commit 21c4645
authored
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.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments