Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-23 | fix(ext/node): fix node:stream.Writable (#21297) | Yoshiya Hinosawa | |
This change applies the same fix as https://github.com/nodejs/node/pull/46818, and the original example given in #20456 works as expected. closes #20456 | |||
2023-11-22 | Revert "chore: update to `std@0.207.0` (#21284)" (#21295) | Bartek Iwańczuk | |
This reverts commit 20aa0796e6ff7651cdfce4d0292bdb11da5dfe2e. `main` has been failing consistenly on `kv_undelivered_test` and `serve_test` after this upgrade. | |||
2023-11-22 | chore: update to `std@0.207.0` (#21284) | Asher Gomez | |
Closes #21002 | |||
2023-10-28 | Revert "chore: update deno_std submodule (#20994)" (#21001) | Bartek Iwańczuk | |
This reverts commit 6e2abb2b13af5dff5d631fb1bc0c279c49ebd066. | |||
2023-10-27 | chore: update deno_std submodule (#20994) | Bartek Iwańczuk | |
2023-07-17 | fix(ext/node): fix stream/promises export (#19820) | await-ovo | |