CARVIEW |
Select Language
HTTP/2 200
date: Fri, 18 Jul 2025 17:30:16 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/TypeScript.git
etag: W/"85e977b684e1980e205fd85f3c665e0e"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=lYsLCfMd6%2Bv1AybCQow3qYtsGCjVOe5zRBCDqA15U86sQURzFw1F%2B5Q5t2vwoNGUN1BkzAFC6wTky5BDA6B0GTAgbD17R7c7Pv0aSgk3yx7jRe%2BnYoftVndMMTixiezTm%2FZQPCEgqxiSB%2FKWWPVw03nACP%2B43BXgfFmvxxij1OncEuJQSgh3NFTVKkC2g2udFUzhCYfdGLpT7MVS3z%2FPQj8BAa3UgCo7nZaglNsblT9fMHRo9AnXEEvyhD9TJXXTOdOXc1RnRo83Cw9wwVMNwA%3D%3D--6Hjhz3iYydLJsNoA--eWZayo82%2FYNd9UWi%2FS9CCg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1341196502.1752859814; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 17:30:14 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 17:30:14 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E798:134C64:2457C:2CA01:687A84A6
Navto covers all projects (#38027) · microsoft/TypeScript@d571a09 · GitHub
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsserver/declarationFileMaps.ts
Copy file name to clipboardExpand all lines: tests/baselines/reference/api/tsserverlibrary.d.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit d571a09
authored
Navto covers all projects (#38027)
* Remove needless structure/destructuring
Just pass multiple arguments! Sheesh!
* Basic working prototype
* Cleaned up version
1. Add test
2. Change protocol. navto-all only happens when filename is undefined or
missing.
3. Change location to earlier code path. This change was largely
type-guided and resulted in some duplicated code, but I think it's less
fault-prone.
* remove temp notes
* Single-project hits if projectFileName is provided
and file is not
* use original code as fallback1 parent 892427a commit d571a09Copy full SHA for d571a09
File tree
Expand file treeCollapse file tree
4 files changed
+116
-35
lines changedFilter options
- src
- server
- testRunner/unittests/tsserver
- tests/baselines/reference/api
Expand file treeCollapse file tree
4 files changed
+116
-35
lines changed+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2784 | 2784 |
| |
2785 | 2785 |
| |
2786 | 2786 |
| |
2787 |
| - | |
| 2787 | + | |
2788 | 2788 |
| |
2789 | 2789 |
| |
2790 | 2790 |
| |
| |||
2794 | 2794 |
| |
2795 | 2795 |
| |
2796 | 2796 |
| |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
2797 | 2801 |
| |
2798 | 2802 |
| |
2799 | 2803 |
| |
| |||
2809 | 2813 |
| |
2810 | 2814 |
| |
2811 | 2815 |
| |
2812 |
| - | |
| 2816 | + | |
2813 | 2817 |
| |
2814 | 2818 |
| |
2815 | 2819 |
| |
|
+40-27Lines changed: 40 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
| 307 | + | |
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
| |||
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
332 |
| - | |
| 332 | + | |
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 |
| - | |
| 361 | + | |
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 |
| - | |
| 411 | + | |
| 412 | + | |
412 | 413 |
| |
413 | 414 |
| |
414 | 415 |
| |
| |||
422 | 423 |
| |
423 | 424 |
| |
424 | 425 |
| |
425 |
| - | |
| 426 | + | |
426 | 427 |
| |
427 |
| - | |
| 428 | + | |
428 | 429 |
| |
429 | 430 |
| |
430 | 431 |
| |
| |||
442 | 443 |
| |
443 | 444 |
| |
444 | 445 |
| |
445 |
| - | |
| 446 | + | |
446 | 447 |
| |
447 | 448 |
| |
448 | 449 |
| |
449 | 450 |
| |
450 | 451 |
| |
451 | 452 |
| |
452 |
| - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
453 | 456 |
| |
454 | 457 |
| |
455 | 458 |
| |
| |||
487 | 490 |
| |
488 | 491 |
| |
489 | 492 |
| |
490 |
| - | |
| 493 | + | |
| 494 | + | |
491 | 495 |
| |
492 | 496 |
| |
493 | 497 |
| |
494 | 498 |
| |
495 | 499 |
| |
496 |
| - | |
497 | 500 |
| |
498 | 501 |
| |
499 | 502 |
| |
500 |
| - | |
501 |
| - | |
502 |
| - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
503 | 506 |
| |
504 | 507 |
| |
505 | 508 |
| |
506 | 509 |
| |
507 | 510 |
| |
508 | 511 |
| |
509 |
| - | |
| 512 | + | |
510 | 513 |
| |
511 | 514 |
| |
512 | 515 |
| |
513 | 516 |
| |
514 |
| - | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
515 | 520 |
| |
516 | 521 |
| |
517 | 522 |
| |
518 | 523 |
| |
519 | 524 |
| |
520 | 525 |
| |
521 | 526 |
| |
522 |
| - | |
523 |
| - | |
| 527 | + | |
| 528 | + | |
524 | 529 |
| |
525 | 530 |
| |
526 | 531 |
| |
| |||
1323 | 1328 |
| |
1324 | 1329 |
| |
1325 | 1330 |
| |
1326 |
| - | |
| 1331 | + | |
1327 | 1332 |
| |
1328 | 1333 |
| |
1329 | 1334 |
| |
| |||
1335 | 1340 |
| |
1336 | 1341 |
| |
1337 | 1342 |
| |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
1338 | 1346 |
| |
1339 | 1347 |
| |
1340 | 1348 |
| |
| |||
1894 | 1902 |
| |
1895 | 1903 |
| |
1896 | 1904 |
| |
1897 |
| - | |
| 1905 | + | |
1898 | 1906 |
| |
1899 |
| - | |
| 1907 | + | |
| 1908 | + | |
1900 | 1909 |
| |
1901 | 1910 |
| |
1902 |
| - | |
1903 |
| - | |
1904 |
| - | |
1905 |
| - | |
1906 |
| - | |
1907 |
| - | |
1908 |
| - | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
1909 | 1915 |
| |
1910 | 1916 |
| |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
1911 | 1924 |
| |
1912 | 1925 |
| |
1913 | 1926 |
| |
|
src/testRunner/unittests/tsserver/declarationFileMaps.ts
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsserver/declarationFileMaps.ts+64-4Lines changed: 64 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
126 | 128 |
| |
127 | 129 |
| |
128 | 130 |
| |
| |||
322 | 324 |
| |
323 | 325 |
| |
324 | 326 |
| |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
325 | 385 |
| |
326 | 386 |
| |
327 | 387 |
| |
|
tests/baselines/reference/api/tsserverlibrary.d.ts
Copy file name to clipboardExpand all lines: tests/baselines/reference/api/tsserverlibrary.d.ts+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8319 | 8319 |
| |
8320 | 8320 |
| |
8321 | 8321 |
| |
8322 |
| - | |
| 8322 | + | |
8323 | 8323 |
| |
8324 | 8324 |
| |
8325 | 8325 |
| |
| |||
8329 | 8329 |
| |
8330 | 8330 |
| |
8331 | 8331 |
| |
| 8332 | + | |
| 8333 | + | |
| 8334 | + | |
| 8335 | + | |
8332 | 8336 |
| |
8333 | 8337 |
| |
8334 | 8338 |
| |
| |||
8342 | 8346 |
| |
8343 | 8347 |
| |
8344 | 8348 |
| |
8345 |
| - | |
| 8349 | + | |
8346 | 8350 |
| |
8347 | 8351 |
| |
8348 | 8352 |
| |
|
You can’t perform that action at this time.
0 commit comments