-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plan to be compatible with Deno? #9056
Comments
Haven't tried with either Deno or Pika. Will test it out and see if there's anything blocking us. |
Did anybody managed to use mongoose with deno? I get a |
Haven't tried it yet. Will try out Deno over the weekend and evaluate how much work it would be for us to support it. |
I took a look at Deno and unfortunately we're currently blocked. Here's what's happening:
Here's the Deno script I was working with:
Anybody know of a good workaround for using crypto in deno? |
Anyone tried god crypto module? https://github.com/invisal/god_crypto Also MongoDB is available on deno platform: |
@luckycreationsindia but deno_mongo is a deno plugin, thus very unstable |
Yes, MongoDB is available on deno platform, but there is very limited database features. |
https://developer.mozilla.org/en-US/docs/Web/API/Crypto#browser_compatibility |
Deno 1.15 also crypto api updates |
Ehm we need Deno support. |
yes |
I wanna repeat the OP's question: Any plan to be compatible with Deno? |
@learner00000 not currently. |
Deno will be compatible with mongoose, before they do anything xD (deno compact mode) |
It seems, that deno can now load mongoose when using the --unstable flag.
with unstable flag
Without unstable-flag
|
Use setPrototypeOf() instead of __proto__ to allow running on Deno
use setPrototypeOf() instead of __proto__ to allow running on Deno
Note: There is still no Deno-first code. |
Note: will be part of the next minor release. |
Oh. |
This is a feature request.
Do you have any plan to become typescript compatible with Deno?
Using pika.dev version of Mongoose will work?
pkg.fyi/npm:mongoose
Thanks!
The text was updated successfully, but these errors were encountered: