diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-04 01:46:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-04 01:46:32 +0200 |
| commit | 3c8bbc434d32ad75097647b0cdbc9ea1b0ad2645 (patch) | |
| tree | 5743520be734337cca697175b3ea7bede8ac600d /cli/tests/integration/lsp_tests.rs | |
| parent | 7a7e0748e3ad6d178f5a351bbb5c8ed896f7f833 (diff) | |
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.
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
| -rw-r--r-- | cli/tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 9135698b2..5164975cf 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -4788,7 +4788,7 @@ fn lsp_completions_auto_import() { "source": "./b.ts", "data": { "exportName": "foo", - "exportMapKey": "foo|6768|file:///a/b", + "exportMapKey": "foo|6799|file:///a/b", "moduleSpecifier": "./b.ts", "fileName": "file:///a/b.ts" }, |
