1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-28 18:01:28 -05:00
denoland-deno/cli/tests
Matt Mastracci e6e708e46c
refactor: use resourceForReadableStream for fetch (#20217)
Switch `ext/fetch` over to `resourceForReadableStream` to simplify and
unify implementation with `ext/serve`. This allows us to work in Rust
with resources only.

Two additional changes made to `resourceForReadableStream` were
required:

- Add an optional length to `resourceForReadableStream` which translates
to `size_hint`
 - Fix a bug where writing to a closed stream that was full would panic
2023-12-01 08:56:10 -07:00
..
integration refactor(lsp): log names (#21413) 2023-12-01 03:54:59 +01:00
node_compat fix(ext/node): add util.parseArgs (#21342) 2023-11-29 15:42:58 +09:00
testdata feat(fmt): support formatting code blocks in Jupyter notebooks (#21310) 2023-11-27 10:32:12 -05:00
unit refactor: use resourceForReadableStream for fetch (#20217) 2023-12-01 08:56:10 -07:00
unit_node fix(ext/node): add stubbed process.report (#21373) 2023-12-01 15:36:11 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00