CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 19:17:19 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/"c2e21d148db918b2670a1ab007e60667"
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=6IPD044q8mNQ2GEcQxCxhezdzuogWCIunbJB12jz%2FzHeLJJULyILPRWlMVcjI8s22fnuD%2ByeWMeEXQtKnDJLPoCq5QKmWqhxDVCQUbt2sMdlCC%2BZ%2FLn9c%2BV5aQAhkOgSwUibtJ6lon05Jq%2F%2FqIOxgNvLbCTmEUIrksMn6S731AxXrNPhjj94EfLcTm2Jy6ST%2BZyoDjdX8%2BFrMcyGzIDsxNTSblbPxtJv%2FjG5ajVUQ4otMRcF5aJis%2FyXgtvqfW5ZppNmtAuk60FULxE%2FLBQFHw%3D%3D--tZhFXmqkvdY1YDSy--cMX9nGjT0N96aZR2AqcNuw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1378517257.1753298238; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 19:17:18 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 19:17:18 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9A1C:271430:102D7A6:132AF1E:6881353E
Syntax only server creates inferred project with all the open files w… · microsoft/TypeScript@25f6232 · GitHub
Copy file name to clipboardExpand all lines: src/server/editorServices.ts
Copy file name to clipboardExpand all lines: src/testRunner/tsconfig.json
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsserver/inferredProjects.ts
Copy file name to clipboard
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 25f6232
authored
Syntax only server creates inferred project with all the open files w… (#38561)
* Syntax only server creates inferred project with all the open files with noResolve and can handle semantic operations
* No Watching
* Disable tests
* Add and fix tests
* Only support selected commands
* Revert "Disable tests"
This reverts commit 90d8a96.
* Dont log request details for unsupported commands1 parent e97003f commit 25f6232Copy full SHA for 25f6232
File tree
Expand file treeCollapse file tree
8 files changed
+196
-20
lines changedFilter options
- src
- compiler
- server
- services
- testRunner
- unittests/tsserver
Expand file treeCollapse file tree
8 files changed
+196
-20
lines changed+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
| 237 | + | |
237 | 238 |
| |
238 | 239 |
| |
239 | 240 |
| |
240 | 241 |
| |
241 | 242 |
| |
242 |
| - | |
243 |
| - | |
| 243 | + | |
| 244 | + | |
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
|
src/server/editorServices.ts
Copy file name to clipboardExpand all lines: src/server/editorServices.ts+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
725 | 725 |
| |
726 | 726 |
| |
727 | 727 |
| |
728 |
| - | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
729 | 735 |
| |
730 | 736 |
| |
731 | 737 |
| |
|
+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
283 | 286 |
| |
284 | 287 |
| |
285 | 288 |
| |
| |||
293 | 296 |
| |
294 | 297 |
| |
295 | 298 |
| |
296 |
| - | |
| 299 | + | |
297 | 300 |
| |
298 | 301 |
| |
299 | 302 |
| |
| |||
642 | 645 |
| |
643 | 646 |
| |
644 | 647 |
| |
645 |
| - | |
| 648 | + | |
646 | 649 |
| |
647 | 650 |
| |
648 | 651 |
| |
| |||
654 | 657 |
| |
655 | 658 |
| |
656 | 659 |
| |
657 |
| - | |
658 | 660 |
| |
659 | 661 |
| |
660 | 662 |
| |
| |||
970 | 972 |
| |
971 | 973 |
| |
972 | 974 |
| |
973 |
| - | |
| 975 | + | |
974 | 976 |
| |
975 | 977 |
| |
976 | 978 |
| |
| |||
1092 | 1094 |
| |
1093 | 1095 |
| |
1094 | 1096 |
| |
1095 |
| - | |
| 1097 | + | |
1096 | 1098 |
| |
1097 | 1099 |
| |
1098 | 1100 |
| |
|
+47-2Lines changed: 47 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
575 | 575 |
| |
576 | 576 |
| |
577 | 577 |
| |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
578 | 614 |
| |
579 | 615 |
| |
580 | 616 |
| |
| |||
667 | 703 |
| |
668 | 704 |
| |
669 | 705 |
| |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
670 | 715 |
| |
671 | 716 |
| |
672 | 717 |
| |
| |||
1253 | 1298 |
| |
1254 | 1299 |
| |
1255 | 1300 |
| |
1256 |
| - | |
| 1301 | + | |
1257 | 1302 |
| |
1258 |
| - | |
| 1303 | + | |
1259 | 1304 |
| |
1260 | 1305 |
| |
1261 | 1306 |
| |
|
+31-8Lines changed: 31 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1171 | 1171 |
| |
1172 | 1172 |
| |
1173 | 1173 |
| |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
1174 | 1194 |
| |
1175 | 1195 |
| |
1176 | 1196 |
| |
| |||
1224 | 1244 |
| |
1225 | 1245 |
| |
1226 | 1246 |
| |
1227 |
| - | |
1228 |
| - | |
1229 | 1247 |
| |
1230 | 1248 |
| |
1231 | 1249 |
| |
| |||
1419 | 1437 |
| |
1420 | 1438 |
| |
1421 | 1439 |
| |
1422 |
| - | |
1423 |
| - | |
1424 |
| - | |
1425 |
| - | |
1426 |
| - | |
1427 | 1440 |
| |
1428 | 1441 |
| |
1429 | 1442 |
| |
| |||
2199 | 2212 |
| |
2200 | 2213 |
| |
2201 | 2214 |
| |
2202 |
| - | |
| 2215 | + | |
2203 | 2216 |
| |
2204 | 2217 |
| |
2205 | 2218 |
| |
| |||
2259 | 2272 |
| |
2260 | 2273 |
| |
2261 | 2274 |
| |
| 2275 | + | |
| 2276 | + | |
| 2277 | + | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
2262 | 2285 |
| |
2263 | 2286 |
| |
2264 | 2287 |
| |
|
src/testRunner/tsconfig.json
Copy file name to clipboardExpand all lines: src/testRunner/tsconfig.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| 184 | + | |
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
|
src/testRunner/unittests/tsserver/inferredProjects.ts
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsserver/inferredProjects.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
src/testRunner/unittests/tsserver/semanticOperationsOnSyntaxServer.ts
Copy file name to clipboard+98Lines changed: 98 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + |
You can’t perform that action at this time.
0 commit comments