mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat: update to TypeScript 4.7 (#14242)
This commit is contained in:
parent
c41544ac7b
commit
7eee521199
30 changed files with 24474 additions and 20858 deletions
|
@ -2056,7 +2056,7 @@ fn lsp_hover_jsdoc_symbol_link() {
|
|||
"language": "typescript",
|
||||
"value": "function a(): void"
|
||||
},
|
||||
"JSDoc [hello](file:///a/b.ts#L1,1) and [`b`](file:///a/file.ts#L5,7)"
|
||||
"JSDoc [hello](file:///a/file.ts#L1,10) and [`b`](file:///a/file.ts#L5,7)"
|
||||
],
|
||||
"range": {
|
||||
"start": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue