Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Stabilize Deno.serve() API #19141

Merged
merged 14 commits into from
Jul 3, 2023
Prev Previous commit
Next Next commit
Merge branch 'main' into stabilize_deno_serve
  • Loading branch information
bartlomieju committed Jul 3, 2023
commit e212bbe27ba7b9335ccbb87626fcd1c4209fa29a
2 changes: 1 addition & 1 deletion cli/tests/integration/lsp_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4788,7 +4788,7 @@ fn lsp_completions_auto_import() {
"source": "./b.ts",
"data": {
"exportName": "foo",
"exportMapKey": "foo|6843|file:https:///a/b",
"exportMapKey": "foo|6851|file:https:///a/b",
"moduleSpecifier": "./b.ts",
"fileName": "file:https:///a/b.ts"
},
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.