1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests
Yusuke Tanaka dadd8b3d66
feat(ext/fetch): allow Deno.HttpClient to be declared with using (#21453)
This commit adds a method of `Symbol.dispose` to the object returned
from `Deno.createHttpClient`, so we can make use of [explicit resource
management](https://github.com/tc39/proposal-explicit-resource-management)
by declaring it with `using`.
2023-12-06 16:52:59 +09:00
..
integration fix(ext/kv): throw error if already closed (#21459) 2023-12-05 10:16:47 -08:00
node_compat chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
testdata refactor(cli): refactor bench/test for future module changes (#21460) 2023-12-05 09:26:06 -07:00
unit feat(ext/fetch): allow Deno.HttpClient to be declared with using (#21453) 2023-12-06 16:52:59 +09:00
unit_node perf(node/fs): faster existsSync when not exists (#21458) 2023-12-04 21:05:40 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00