1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests
Matt Mastracci 936d265f8a
perf: remove opAsync (#21690)
`opAsync` requires a lookup by name on each async call. This is a
mechanical translation of all opAsync calls to ensureFastOps.

The `opAsync` API on Deno.core will be removed at a later time.
2024-01-04 20:34:48 +01:00
..
integration refactor: change cli/ to use hyper 1.1 (#21705) 2024-01-04 20:34:48 +01:00
node_compat fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
testdata fix(coverage): error if no files found (#21615) 2023-12-18 11:43:27 +01:00
unit perf: remove opAsync (#21690) 2024-01-04 20:34:48 +01:00
unit_node fix(ext/node): add ClientRequest#setNoDelay (#21694) 2024-01-04 20:34:47 +01:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00