JS: Make jump-to-def behave nicer

This commit is contained in:
Asger F
2025-05-12 10:04:59 +02:00
parent b8dc1b3125
commit bba872a3a4
3 changed files with 53 additions and 24 deletions

View File

@@ -1514,6 +1514,7 @@ sources
| tst2.ts:7:1:9:1 | return of function setX |
| tst2.ts:8:3:8:5 | A.x |
| tst2.ts:11:11:11:13 | A.x |
| tst2.ts:11:11:11:23 | A.x as number |
| tst2.ts:13:1:13:40 | class S ... ing> {} |
| tst2.ts:13:26:13:29 | List |
| tst2.ts:13:39:13:38 | (...arg ... rgs); } |