Deno support #685
Replies: 1 comment
-
"Deno" certainly looks interesting, though i currently do not plan to add explicit support, but you could maybe point out some things to make it more compliant (and nodejs will still be the priority) also as a side note, this module will not switch to ESModules until a major version and all tools support it (currently the lowest required nodejs version works with it, typescript is still a little flaky, and jest has not stable support yet)
package |
Beta Was this translation helpful? Give feedback.
-
Hi,
I currently use
mongodb-memory-server
on all my Node projects that are using MongoDB. But I'm slowly moving towards Deno.I tried using
mongodb-memory-server
on Deno with Deno's compatibility mode but with no success since it uses some packages specific for Node (likenew-find-package-json
down in the peer deps).Do anyone want to go into this adventure of supporting this lib on Deno?
Beta Was this translation helpful? Give feedback.
All reactions