CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 06:14:49 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/"11cd19928625504e999bbf7a84434e27"
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=6EnFt5f5pbYATyZw3K7cq79xUAm0FGUdlRzDu8TNadGz4hQ%2Foiyko9dfwHdYCWFBeyqvlGtBtXT9exeXVYrfV6w4QzTeUrYmUm4g%2Fgxp75XKWL7Yq1YNqUKlEvEm658OJ6c%2FWkODzglDVKhpgc7hJS41HDShVXbBixKPcjVzFf6aALK3bwWfSMEDturJJgWYSpT8yZjZWAeLV3Ox9WP9q38Lv%2FRmViqFXy8LD%2F83ua5t0%2BEBK5uQDfVUv2lyzzblDgBoPjxFUS6f1fYIVGJo2g%3D%3D--IbgXUZ4%2F5dTNFTr2--Ta9q2nKVYhM7y7IzSfDX9w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1581730163.1753337687; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 06:14:47 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 06:14:47 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CA38:3AEC1B:4B0B3F:6185E1:6881CF57
Cache parsed path mapping patterns (#44078) · microsoft/TypeScript@3ffa245 · GitHub
Copy file name to clipboardExpand all lines: src/compiler/commandLineParser.ts
Copy file name to clipboardExpand all lines: src/compiler/moduleNameResolver.ts
Copy file name to clipboardExpand all lines: src/services/stringCompletions.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 3ffa245
authored
Cache parsed path mapping patterns (#44078)
* Cache parsed path mapping patterns
If a project has many of them (e.g. 1800), parsing the patterns
repeatedly can take up a lot of time.
* Move cache to ConfigFileSpecs
* Inline constants
* Simplify cache access1 parent ddd3cf9 commit 3ffa245Copy full SHA for 3ffa245
File tree
Expand file treeCollapse file tree
6 files changed
+43
-32
lines changedFilter options
- src
- compiler
- services
Expand file treeCollapse file tree
6 files changed
+43
-32
lines changed+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1977 | 1977 |
| |
1978 | 1978 |
| |
1979 | 1979 |
| |
1980 |
| - | |
| 1980 | + | |
1981 | 1981 |
| |
1982 | 1982 |
| |
1983 |
| - | |
1984 |
| - | |
1985 |
| - | |
1986 |
| - | |
| 1983 | + | |
| 1984 | + | |
1987 | 1985 |
| |
1988 | 1986 |
| |
1989 | 1987 |
| |
1990 | 1988 |
| |
1991 | 1989 |
| |
1992 |
| - | |
| 1990 | + | |
1993 | 1991 |
| |
1994 | 1992 |
| |
1995 | 1993 |
| |
|
src/compiler/commandLineParser.ts
Copy file name to clipboardExpand all lines: src/compiler/commandLineParser.ts+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2533 | 2533 |
| |
2534 | 2534 |
| |
2535 | 2535 |
| |
| 2536 | + | |
2536 | 2537 |
| |
2537 | 2538 |
| |
2538 | 2539 |
| |
|
src/compiler/moduleNameResolver.ts
Copy file name to clipboardExpand all lines: src/compiler/moduleNameResolver.ts+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
952 | 952 |
| |
953 | 953 |
| |
954 | 954 |
| |
955 |
| - | |
| 955 | + | |
956 | 956 |
| |
957 | 957 |
| |
958 | 958 |
| |
| |||
961 | 961 |
| |
962 | 962 |
| |
963 | 963 |
| |
964 |
| - | |
| 964 | + | |
| 965 | + | |
965 | 966 |
| |
966 | 967 |
| |
967 | 968 |
| |
| |||
1400 | 1401 |
| |
1401 | 1402 |
| |
1402 | 1403 |
| |
1403 |
| - | |
| 1404 | + | |
1404 | 1405 |
| |
1405 | 1406 |
| |
1406 | 1407 |
| |
| |||
1536 | 1537 |
| |
1537 | 1538 |
| |
1538 | 1539 |
| |
1539 |
| - | |
| 1540 | + | |
1540 | 1541 |
| |
1541 | 1542 |
| |
1542 | 1543 |
| |
| |||
1546 | 1547 |
| |
1547 | 1548 |
| |
1548 | 1549 |
| |
1549 |
| - | |
1550 |
| - | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
1551 | 1553 |
| |
1552 | 1554 |
| |
1553 | 1555 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6195 | 6195 |
| |
6196 | 6196 |
| |
6197 | 6197 |
| |
| 6198 | + | |
6198 | 6199 |
| |
6199 | 6200 |
| |
6200 | 6201 |
| |
|
+27-18Lines changed: 27 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6769 | 6769 |
| |
6770 | 6770 |
| |
6771 | 6771 |
| |
6772 |
| - | |
6773 |
| - | |
6774 |
| - | |
| 6772 | + | |
| 6773 | + | |
| 6774 | + | |
| 6775 | + | |
| 6776 | + | |
6775 | 6777 |
| |
6776 |
| - | |
6777 |
| - | |
6778 |
| - | |
6779 |
| - | |
| 6778 | + | |
| 6779 | + | |
| 6780 | + | |
| 6781 | + | |
| 6782 | + | |
| 6783 | + | |
| 6784 | + | |
| 6785 | + | |
| 6786 | + | |
| 6787 | + | |
| 6788 | + | |
| 6789 | + | |
| 6790 | + | |
6780 | 6791 |
| |
6781 | 6792 |
| |
6782 | 6793 |
| |
| |||
6822 | 6833 |
| |
6823 | 6834 |
| |
6824 | 6835 |
| |
6825 |
| - | |
| 6836 | + | |
6826 | 6837 |
| |
6827 | 6838 |
| |
6828 | 6839 |
| |
6829 |
| - | |
| 6840 | + | |
6830 | 6841 |
| |
6831 |
| - | |
6832 |
| - | |
6833 |
| - | |
6834 |
| - | |
6835 |
| - | |
6836 |
| - | |
6837 |
| - | |
6838 |
| - | |
6839 |
| - | |
| 6842 | + | |
| 6843 | + | |
| 6844 | + | |
| 6845 | + | |
| 6846 | + | |
| 6847 | + | |
| 6848 | + | |
6840 | 6849 |
| |
6841 | 6850 |
| |
6842 | 6851 |
| |
|
src/services/stringCompletions.ts
Copy file name to clipboardExpand all lines: src/services/stringCompletions.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
553 | 553 |
| |
554 | 554 |
| |
555 | 555 |
| |
556 |
| - | |
557 |
| - | |
| 556 | + | |
| 557 | + | |
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
|
You can’t perform that action at this time.
0 commit comments