summaryrefslogtreecommitdiff
path: root/cli/js.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-03 17:44:18 +0200
committerGitHub <noreply@github.com>2023-04-03 17:44:18 +0200
commit2846bbe0a3de0cc366006f97023ce146112c40c9 (patch)
tree2022df8b885fa8b833f1842f7469b66c0766bbc3 /cli/js.rs
parent6d68392f8ae1b29626af8edc1666a889b69470a9 (diff)
refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)
This commit changes implementation of "Deno.serve()" API to use "Deno.serveHttp()" under the hood. This change will allow us to remove the "flash" server implementation, bringing stability to the "Deno.serve()" API. "cli/tests/unit/flash_test.ts" was renamed to "serve_test.ts". Closes https://github.com/denoland/deno/issues/15574 Closes https://github.com/denoland/deno/issues/15504 Closes https://github.com/denoland/deno/issues/15646 Closes https://github.com/denoland/deno/issues/15909 Closes https://github.com/denoland/deno/issues/15911 Closes https://github.com/denoland/deno/issues/16828 Closes https://github.com/denoland/deno/issues/18046 Closes https://github.com/denoland/deno/issues/15869
Diffstat (limited to 'cli/js.rs')
0 files changed, 0 insertions, 0 deletions