CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 02:03:05 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/"34b59d140bae1bb77c2f455b24205ca3"
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=gAFVgqKfKvBWd7C8F76sYO2QymxShYVv0iYgch4KbIjz0VudSVUbbnYzGoUu%2Bd%2FRb7yiPtzDKcKB%2FlXaMAgEM0B5VHaJwzi32rF17WH%2FSroBW4WLWmhGUAxq7PiFpxb8ub6HIeqUdtWcalysiJkSjxocwTwQeyfJiK7hNVy3W%2Fj%2F0%2BP%2B1DA6Cn0OG3vQpJlqMpYC2v7xxCvR4u4L28V8OSgU0aWDyUQrOMaFoZGOMN3sR7K7Nze6pwB1sngq3J8ZWwKcB257EydUmK8JjxGwYg%3D%3D--kC6WJ%2Bv1SzFzTBGY--ybC25e5Md6bAngDNVcTVkw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1900197279.1752890583; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 02:03:03 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 02:03:03 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9860:1101E6:297B36:3A2CAC:687AFCD7
Add option for organize imports case sensitivity (#51733) · microsoft/TypeScript@4076ff8 · GitHub
Copy file name to clipboardExpand all lines: src/harness/fourslashImpl.ts
Copy file name to clipboardExpand all lines: src/harness/fourslashInterfaceImpl.ts
Copy file name to clipboardExpand all lines: src/services/codefixes/importFixes.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 4076ff8
authored
Add option for organize imports case sensitivity (#51733)
* Add ignore case option to organizeImports
* Adopt in auto-imports, use same case-insensitive comparison as eslint
* Fix build/lint
* Mark functions internal
* Update affected auto import test
* Update API baseline
* Update protocol
* Update API baseline
* Short-circuit comparisons that have already failed1 parent a5dde88 commit 4076ff8Copy full SHA for 4076ff8
File tree
Expand file treeCollapse file tree
19 files changed
+431
-110
lines changedFilter options
- src
- compiler
- harness
- server
- services
- codefixes
- testRunner/unittests/services
- tests
- baselines/reference
- api
- organizeImports
- cases/fourslash
Expand file treeCollapse file tree
19 files changed
+431
-110
lines changed+79-4Lines changed: 79 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
944 | 944 |
| |
945 | 945 |
| |
946 | 946 |
| |
947 |
| - | |
948 |
| - | |
949 |
| - | |
| 947 | + | |
| 948 | + | |
950 | 949 |
| |
951 | 950 |
| |
952 |
| - | |
953 | 951 |
| |
954 | 952 |
| |
955 | 953 |
| |
956 | 954 |
| |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
957 | 994 |
| |
958 | 995 |
| |
959 | 996 |
| |
| |||
2144 | 2181 |
| |
2145 | 2182 |
| |
2146 | 2183 |
| |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
2147 | 2201 |
| |
2148 | 2202 |
| |
2149 | 2203 |
| |
| |||
2293 | 2347 |
| |
2294 | 2348 |
| |
2295 | 2349 |
| |
| 2350 | + | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
| 2354 | + | |
| 2355 | + | |
| 2356 | + | |
| 2357 | + | |
| 2358 | + | |
| 2359 | + | |
| 2360 | + | |
| 2361 | + | |
| 2362 | + | |
| 2363 | + | |
| 2364 | + | |
| 2365 | + | |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
| 2370 | + | |
2296 | 2371 |
| |
2297 | 2372 |
| |
2298 | 2373 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9740 | 9740 |
| |
9741 | 9741 |
| |
9742 | 9742 |
| |
| 9743 | + | |
9743 | 9744 |
| |
9744 | 9745 |
| |
9745 | 9746 |
| |
|
src/harness/fourslashImpl.ts
Copy file name to clipboardExpand all lines: src/harness/fourslashImpl.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
538 |
| - | |
539 |
| - | |
| 538 | + | |
| 539 | + | |
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
|
src/harness/fourslashInterfaceImpl.ts
Copy file name to clipboardExpand all lines: src/harness/fourslashInterfaceImpl.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
630 | 630 |
| |
631 | 631 |
| |
632 | 632 |
| |
633 |
| - | |
634 |
| - | |
| 633 | + | |
| 634 | + | |
635 | 635 |
| |
636 | 636 |
| |
637 | 637 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3516 | 3516 |
| |
3517 | 3517 |
| |
3518 | 3518 |
| |
| 3519 | + | |
3519 | 3520 |
| |
3520 | 3521 |
| |
3521 | 3522 |
| |
|
src/services/codefixes/importFixes.ts
Copy file name to clipboardExpand all lines: src/services/codefixes/importFixes.ts+47-17Lines changed: 47 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| 121 | + | |
121 | 122 |
| |
122 | 123 |
| |
123 | 124 |
| |
| |||
164 | 165 |
| |
165 | 166 |
| |
166 | 167 |
| |
167 |
| - | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
175 |
| - | |
| 174 | + | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 |
| - | |
| 361 | + | |
| 362 | + | |
362 | 363 |
| |
363 | 364 |
| |
364 | 365 |
| |
| |||
516 | 517 |
| |
517 | 518 |
| |
518 | 519 |
| |
519 |
| - | |
| 520 | + | |
| 521 | + | |
520 | 522 |
| |
521 | 523 |
| |
522 | 524 |
| |
| |||
526 | 528 |
| |
527 | 529 |
| |
528 | 530 |
| |
529 |
| - | |
| 531 | + | |
530 | 532 |
| |
531 | 533 |
| |
532 | 534 |
| |
| |||
1176 | 1178 |
| |
1177 | 1179 |
| |
1178 | 1180 |
| |
1179 |
| - | |
| 1181 | + | |
1180 | 1182 |
| |
1181 | 1183 |
| |
1182 |
| - | |
| 1184 | + | |
1183 | 1185 |
| |
1184 | 1186 |
| |
1185 | 1187 |
| |
1186 |
| - | |
| 1188 | + | |
| 1189 | + | |
1187 | 1190 |
| |
1188 | 1191 |
| |
1189 | 1192 |
| |
| |||
1199 | 1202 |
| |
1200 | 1203 |
| |
1201 | 1204 |
| |
1202 |
| - | |
| 1205 | + | |
| 1206 | + | |
1203 | 1207 |
| |
1204 | 1208 |
| |
1205 | 1209 |
| |
| |||
1240 | 1244 |
| |
1241 | 1245 |
| |
1242 | 1246 |
| |
1243 |
| - | |
| 1247 | + | |
| 1248 | + | |
1244 | 1249 |
| |
1245 | 1250 |
| |
1246 |
| - | |
| 1251 | + | |
1247 | 1252 |
| |
1248 | 1253 |
| |
1249 | 1254 |
| |
| |||
1274 | 1279 |
| |
1275 | 1280 |
| |
1276 | 1281 |
| |
1277 |
| - | |
| 1282 | + | |
1278 | 1283 |
| |
1279 | 1284 |
| |
1280 | 1285 |
| |
| |||
1300 | 1305 |
| |
1301 | 1306 |
| |
1302 | 1307 |
| |
| 1308 | + | |
1303 | 1309 |
| |
1304 | 1310 |
| |
1305 | 1311 |
| |
| |||
1327 | 1333 |
| |
1328 | 1334 |
| |
1329 | 1335 |
| |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
1330 | 1354 |
| |
1331 | 1355 |
| |
1332 | 1356 |
| |
1333 | 1357 |
| |
1334 | 1358 |
| |
1335 |
| - | |
1336 |
| - | |
1337 |
| - | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
1338 | 1368 |
| |
1339 | 1369 |
| |
1340 | 1370 |
| |
1341 | 1371 |
| |
1342 | 1372 |
| |
1343 | 1373 |
| |
1344 |
| - | |
| 1374 | + | |
1345 | 1375 |
| |
1346 | 1376 |
| |
1347 | 1377 |
| |
|
You can’t perform that action at this time.
0 commit comments