-
Notifications
You must be signed in to change notification settings - Fork 66
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
Deprecated Deno APIs #844
Comments
Do you have any idea where those four APIs are being used in the client? I wasn't able to find any references to them when I grep'd for them across the whole codebase. I wonder if they're coming from some pinned dependencies in the standard Deno library? I'll keep looking around, but I was hoping to just knock it out real quick, but no such luck. |
Hmm, it could be possible these were from my own project but I saw these errors when running that command for regenerating the client library. Could be some other dependency I'm using. I'll check more in-depth today. |
My apologies for the lateness! I ran my project with |
I assume that means it's coming from our pinned versions from the |
Lol indeed. |
@scotttrinh Here you go!
|
Tagging onto this issue to state that the query builder doesn't know about branches yet. Also, the repo for the Deno module states |
Describe the bug
The Deno client library is using APIs that will be removed from Deno soon
Reproduction
Run a Deno application using EdgeDB
Expected behavior
No deprecation warnings
Versions (please complete the following information):
2.0
):4.4+aa576e1
2.0
):4.0.2+500be79
1.40.2
Additional context
The text was updated successfully, but these errors were encountered: