1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 3c8bbc434d
feat: Stabilize Deno.serve() API (#19141)
This commit stabilizes "Deno.serve()", which becomes the
preferred way to create HTTP servers in Deno.

Documentation was adjusted for each overload of "Deno.serve()"
API and the API always binds to "127.0.0.1:8000" by default.
2023-07-04 01:46:32 +02:00
..
integration feat: Stabilize Deno.serve() API (#19141) 2023-07-04 01:46:32 +02:00
node_compat fix(ext/node): remove path.toFileUrl (#19536) 2023-06-26 13:08:17 +09:00
testdata feat: upgrade to TypeScript 5.1.6 (#19695) 2023-07-04 00:36:35 +02:00
unit feat: Stabilize Deno.serve() API (#19141) 2023-07-04 01:46:32 +02:00
unit_node fix(ext/node): ignore cancelled timer when node timer refresh (#19637) 2023-07-02 19:11:34 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00