1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests
Luca Casonato ae81065c75
fix(ext/http): Deno.Server should not be thenable (#20723)
Otherwise you can not return `Deno.Server` from async functions.

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-10-09 12:43:14 +09:00
..
integration fix(cli): Support using both --watch and --inspect at the same time (#20660) 2023-10-06 23:33:14 +02:00
node_compat fix: define window.name (#20804) 2023-10-08 22:12:59 +00:00
testdata feat(unstable): Await return from Jupyter.display (#20807) 2023-10-06 21:26:11 +00:00
unit fix(ext/http): Deno.Server should not be thenable (#20723) 2023-10-09 12:43:14 +09:00
unit_node fix(ext/node): implement uv.errname (#20785) 2023-10-05 18:27:20 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00