Asher Gomez
|
616354e76c
|
refactor: replace deferred() from std/async with Promise.withResolvers() (#21234)
Closes #21041
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2023-11-22 12:11:20 +01:00 |
|
Bartek Iwańczuk
|
0ffcb46e0f
|
Revert "chore: update to std@0.207.0 (#21284)" (#21295)
This reverts commit 20aa0796e6 .
`main` has been failing consistenly on `kv_undelivered_test` and
`serve_test` after this upgrade.
|
2023-11-22 04:13:56 +00:00 |
|
Asher Gomez
|
20aa0796e6
|
chore: update to std@0.207.0 (#21284)
Closes #21002
|
2023-11-22 02:03:03 +01:00 |
|
Bartek Iwańczuk
|
e7abb705f9
|
Revert "chore: update deno_std submodule (#20994)" (#21001)
This reverts commit 6e2abb2b13 .
|
2023-10-28 01:24:37 +00:00 |
|
Bartek Iwańczuk
|
6e2abb2b13
|
chore: update deno_std submodule (#20994)
|
2023-10-27 10:34:30 -04:00 |
|
Levente Kurusa
|
530963c34c
|
refactor(node/crypto): scrypt polyfill to rust (#18746)
|
2023-04-18 14:29:10 +02:00 |
|
Levente Kurusa
|
65b0d2316d
|
refactor(node/crypto): port polyfill to Rust for randomInt, randomFill, randomFillSync (#18658)
Pretty much as per the title, I'd welcome some feedback especially
around the
array/buffer handling in the two randomFill functions.
|
2023-04-12 02:57:57 +02:00 |
|
Divy Srivastava
|
67e21e71ce
|
chore(ext/node): port pbkdf2 to Rust (#18470)
Towards #18455
|
2023-03-28 09:40:56 +00:00 |
|
Max Dahlgren
|
701099b2a9
|
test(ext/node): Port crypto tests from std/node (#18382)
|
2023-03-26 10:03:10 +00:00 |
|