CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 08:35:44 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/"9cc5776510fda06ecb368ac54b477bf0"
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=LC7QbmaPF3L9x951hyn%2FhhPvu%2FC%2BB%2B4pEpuso7Je0hsvBeblVr%2BHdUQWKM01ft3XDm%2FJyZGtDj8E1RbfVJafsFKHFi5LRSyYtGFZgEwn%2BSExnXhwZzHOWYozXhZVz3iuozwLpbHnbWbNW6WesWWvstPClkM8ZB1%2FKkm%2BYWC%2BlKaLX3lqwMI3lCIcBTecfP20U%2F1PU6T0Ve5J7O1t%2Bzik%2Fcc2gzfKhQJqkkKLcemnVMz11%2Fo4hOwez%2FsUVw1QMxXbTGXuPsQ4hWw%2FhMzgxDElgQ%3D%3D--2tdfSb95a0m2JAN3--Jb%2BArl5UjjLGNlrgWOm%2Bpw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.542383269.1752914143; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 08:35:43 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 08:35:43 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A662:3C366:1F7E78:26E027:687B58DF
Support completions that require changing from dot to bracket access … · microsoft/TypeScript@89ceb4b · GitHub
authored
Copy file name to clipboardExpand all lines: src/harness/unittests/tsserverProjectSystem.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 89ceb4b

Andy
Support completions that require changing from dot to bracket access (#20547)
* Support completions that require changing from dot to bracket access
* Use insertText and replacementSpan
* Rename includeBracketCompletions to includeInsertTextCompletions
* Don't add completions that start with space1 parent 73e3e8d commit 89ceb4bCopy full SHA for 89ceb4b
File tree
Expand file treeCollapse file tree
19 files changed
+343
-290
lines changedFilter options
- src
- harness
- unittests
- server
- services
- tests
- baselines/reference/api
- cases/fourslash
Expand file treeCollapse file tree
19 files changed
+343
-290
lines changed+25-9Lines changed: 25 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 |
| - | |
| 514 | + | |
515 | 515 |
| |
516 | 516 |
| |
517 | 517 |
| |
| |||
848 | 848 |
| |
849 | 849 |
| |
850 | 850 |
| |
851 |
| - | |
| 851 | + | |
852 | 852 |
| |
853 | 853 |
| |
854 |
| - | |
| 854 | + | |
855 | 855 |
| |
856 | 856 |
| |
857 | 857 |
| |
| |||
867 | 867 |
| |
868 | 868 |
| |
869 | 869 |
| |
870 |
| - | |
| 870 | + | |
| 871 | + | |
871 | 872 |
| |
872 | 873 |
| |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
873 | 884 |
| |
874 | 885 |
| |
875 | 886 |
| |
| |||
1808 | 1819 |
| |
1809 | 1820 |
| |
1810 | 1821 |
| |
1811 |
| - | |
| 1822 | + | |
1812 | 1823 |
| |
1813 | 1824 |
| |
1814 | 1825 |
| |
| |||
2383 | 2394 |
| |
2384 | 2395 |
| |
2385 | 2396 |
| |
2386 |
| - | |
| 2397 | + | |
| 2398 | + | |
2387 | 2399 |
| |
2388 | 2400 |
| |
2389 | 2401 |
| |
| |||
3195 | 3207 |
| |
3196 | 3208 |
| |
3197 | 3209 |
| |
3198 |
| - | |
3199 |
| - | |
| 3210 | + | |
3200 | 3211 |
| |
3201 | 3212 |
| |
3202 | 3213 |
| |
| |||
3226 | 3237 |
| |
3227 | 3238 |
| |
3228 | 3239 |
| |
| 3240 | + | |
| 3241 | + | |
| 3242 | + | |
| 3243 | + | |
3229 | 3244 |
| |
3230 | 3245 |
| |
3231 | 3246 |
| |
| |||
3967 | 3982 |
| |
3968 | 3983 |
| |
3969 | 3984 |
| |
3970 |
| - | |
| 3985 | + | |
3971 | 3986 |
| |
3972 | 3987 |
| |
3973 | 3988 |
| |
| |||
4591 | 4606 |
| |
4592 | 4607 |
| |
4593 | 4608 |
| |
| 4609 | + | |
4594 | 4610 |
| |
4595 | 4611 |
| |
4596 | 4612 |
| |
|
src/harness/unittests/tsserverProjectSystem.ts
Copy file name to clipboardExpand all lines: src/harness/unittests/tsserverProjectSystem.ts+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1302 | 1302 |
| |
1303 | 1303 |
| |
1304 | 1304 |
| |
1305 |
| - | |
| 1305 | + | |
1306 | 1306 |
| |
1307 | 1307 |
| |
1308 | 1308 |
| |
1309 | 1309 |
| |
1310 | 1310 |
| |
1311 |
| - | |
| 1311 | + | |
1312 | 1312 |
| |
1313 | 1313 |
| |
1314 | 1314 |
| |
| |||
1334 | 1334 |
| |
1335 | 1335 |
| |
1336 | 1336 |
| |
1337 |
| - | |
| 1337 | + | |
1338 | 1338 |
| |
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 |
| - | |
| 1341 | + | |
1342 | 1342 |
| |
1343 | 1343 |
| |
1344 | 1344 |
| |
| |||
1943 | 1943 |
| |
1944 | 1944 |
| |
1945 | 1945 |
| |
1946 |
| - | |
| 1946 | + | |
1947 | 1947 |
| |
1948 | 1948 |
| |
1949 | 1949 |
| |
| |||
1957 | 1957 |
| |
1958 | 1958 |
| |
1959 | 1959 |
| |
1960 |
| - | |
| 1960 | + | |
1961 | 1961 |
| |
1962 | 1962 |
| |
1963 | 1963 |
| |
|
+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1693 | 1693 |
| |
1694 | 1694 |
| |
1695 | 1695 |
| |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
1696 | 1701 |
| |
1697 | 1702 |
| |
1698 | 1703 |
| |
| |||
1768 | 1773 |
| |
1769 | 1774 |
| |
1770 | 1775 |
| |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
1771 | 1782 |
| |
1772 | 1783 |
| |
1773 | 1784 |
| |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 | 1209 |
| |
1210 |
| - | |
| 1210 | + | |
1211 | 1211 |
| |
1212 | 1212 |
| |
1213 |
| - | |
| 1213 | + | |
1214 | 1214 |
| |
1215 | 1215 |
| |
1216 | 1216 |
| |
|
You can’t perform that action at this time.
0 commit comments