-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
feat(ext/node): implement node:sqlite
#27308
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you maybe enable some of the tests/node_compat/
cases?
cli/bench/sqlite.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to this PR, but... we should have a deno.json
file in cli/bench
to run various benchmarks. I never remember how to run them and it feels like half of them are already code-rotted.
cli/lsp/tsc.rs
Outdated
@@ -4496,6 +4496,7 @@ impl<'a> ToV8<'a> for TscRequestArray { | |||
|
|||
let method_name = deno_core::FastString::from_static(method_name) | |||
.v8_string(scope) | |||
.unwrap() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, I must have missed that. Why is it now a Result
/Option
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upgrades itoa requirement to `1.0.14`. needed for #27308
Depends on:
#[varargs]
in object wrap deno_core#994extension!
macro deno_core#993TypeId
not reliable for object wrap templates deno_core#999Closes #24828