CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 23:43:50 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/"8064bae0d46743656ac6a80d0d0e766b"
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=roYT3ndsfknWz4OnFzXSDsZgBUawNcC0aML8XwfC4kH22YlDrhs4zIG41ELhRiK5MzE7USmokYpYgzSX3hdIWopgfiUqyWC4qTh7BcagWTh6l8FfOd%2BLiYn6SOyoPzlhPlqA2Nk19eg%2FZG9baRdcZWZCsCy6cxBmCMwZ%2Fss8mlj18wWBq5YlfUtOwL29N%2BY%2B01qulPKRE0rghiCZ6QtNATpNg5UNVEFDIGLnIXpvvXLwcsxv8k%2BOP2sRkppXQsXctKGjPOahtuV1%2FkB1VyOTVA%3D%3D--TXV0uYJTH%2BXwLRai--Nid4oBuwodOp41yVj1OUiw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.461956577.1753227827; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 23:43:47 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 23:43:47 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E3AA:B5FA6:1CAA47:27A445:68802233
Add deprecated related feature (#38523) · microsoft/TypeScript@59ad375 · GitHub
Copy file name to clipboardExpand all lines: scripts/processDiagnosticMessages.ts
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeFactory.ts
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeTests.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 59ad375
Add deprecated related feature (#38523)
* Add deprecated related feature
* Add more support
* fix navtree
* Add identifier check
* Add more deprecated
* fix crash
* fix more crash
* fix crash
* improve diagnostic
* avoid new tag
* avoid tags
* accept baseline
* Check deprecated in binder
* fix baseline
* fix jsdoc cache
* fix incorrect fix
* Avoid useless changes
* Accept baseline
* Add tests
* fix perf
* fix public api
* Adjust deprecated mark on qualifed name
* Revolve alias symbol
* Use modifier flags insted of symbol props
* Fix modifier flag resolve
* Make lint happy
* Fix crash
* fix crash
* Add cached utils function
* Accept baseline
* Add more tests
* try pinning octokit again
* Avoid tests
* Use utils some
* Deprecated perf test (#3)
* check valueDeclaration only
* check without modifierFlags
* donot check alias
* use cached tag
* remove call to jsdoc
* use deprecated tag
* revert changes
* Revert mission changes
* use node flags
* cache result
* cache
* avoid modifier flags
* Opts
* fix jsdoc include modifier
* fix tests
* fix again
* use symbol flag
* set @octokit/rest back to latest
* fix trailing spacel int
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>1 parent 520103f commit 59ad375Copy full SHA for 59ad375
File tree
Expand file treeCollapse file tree
32 files changed
+495
-107
lines changedFilter options
- scripts
- src
- compiler
- factory
- harness
- server
- services
- testRunner/unittests
- config
- tscWatch
- tsserver
- tests
- baselines/reference/api
- cases/fourslash
Expand file treeCollapse file tree
32 files changed
+495
-107
lines changedscripts/processDiagnosticMessages.ts
Copy file name to clipboardExpand all lines: scripts/processDiagnosticMessages.ts+7-4Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
67 |
| - | |
68 |
| - | |
| 68 | + | |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 |
| - | |
| 72 | + | |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 |
| |
77 | 80 |
| |
78 | 81 |
| |
|
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
540 | 544 |
| |
541 | 545 |
| |
542 | 546 |
| |
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
268 | 269 |
| |
269 | 270 |
| |
270 | 271 |
| |
| 272 | + | |
271 | 273 |
| |
272 | 274 |
| |
273 | 275 |
| |
| |||
817 | 819 |
| |
818 | 820 |
| |
819 | 821 |
| |
| 822 | + | |
820 | 823 |
| |
821 | 824 |
| |
822 | 825 |
| |
|
+55-29Lines changed: 55 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13168 | 13168 |
| |
13169 | 13169 |
| |
13170 | 13170 |
| |
| 13171 | + | |
| 13172 | + | |
| 13173 | + | |
| 13174 | + | |
13171 | 13175 |
| |
13172 | 13176 |
| |
13173 | 13177 |
| |
| |||
21698 | 21702 |
| |
21699 | 21703 |
| |
21700 | 21704 |
| |
| 21705 | + | |
| 21706 | + | |
| 21707 | + | |
| 21708 | + | |
21701 | 21709 |
| |
21702 | 21710 |
| |
21703 | 21711 |
| |
| |||
24679 | 24687 |
| |
24680 | 24688 |
| |
24681 | 24689 |
| |
| 24690 | + | |
| 24691 | + | |
| 24692 | + | |
| 24693 | + | |
24682 | 24694 |
| |
24683 | 24695 |
| |
24684 | 24696 |
| |
| |||
30499 | 30511 |
| |
30500 | 30512 |
| |
30501 | 30513 |
| |
30502 |
| - | |
30503 |
| - | |
| 30514 | + | |
| 30515 | + | |
| 30516 | + | |
| 30517 | + | |
| 30518 | + | |
| 30519 | + | |
| 30520 | + | |
| 30521 | + | |
| 30522 | + | |
30504 | 30523 |
| |
30505 | 30524 |
| |
30506 | 30525 |
| |
| |||
31644 | 31663 |
| |
31645 | 31664 |
| |
31646 | 31665 |
| |
| 31666 | + | |
31647 | 31667 |
| |
31648 | 31668 |
| |
31649 | 31669 |
| |
| |||
34803 | 34823 |
| |
34804 | 34824 |
| |
34805 | 34825 |
| |
34806 |
| - | |
34807 |
| - | |
34808 |
| - | |
34809 |
| - | |
34810 |
| - | |
34811 |
| - | |
34812 |
| - | |
34813 |
| - | |
34814 |
| - | |
34815 |
| - | |
34816 |
| - | |
34817 |
| - | |
34818 |
| - | |
34819 |
| - | |
34820 |
| - | |
34821 |
| - | |
34822 |
| - | |
34823 |
| - | |
34824 |
| - | |
34825 |
| - | |
34826 |
| - | |
34827 |
| - | |
34828 |
| - | |
34829 |
| - | |
34830 |
| - | |
34831 |
| - | |
34832 |
| - | |
| 34826 | + | |
| 34827 | + | |
| 34828 | + | |
| 34829 | + | |
| 34830 | + | |
| 34831 | + | |
| 34832 | + | |
| 34833 | + | |
| 34834 | + | |
| 34835 | + | |
| 34836 | + | |
| 34837 | + | |
| 34838 | + | |
| 34839 | + | |
| 34840 | + | |
| 34841 | + | |
| 34842 | + | |
| 34843 | + | |
| 34844 | + | |
| 34845 | + | |
| 34846 | + | |
| 34847 | + | |
| 34848 | + | |
| 34849 | + | |
| 34850 | + | |
| 34851 | + | |
| 34852 | + | |
| 34853 | + | |
| 34854 | + | |
| 34855 | + | |
| 34856 | + | |
| 34857 | + | |
| 34858 | + | |
34833 | 34859 |
| |
34834 | 34860 |
| |
34835 | 34861 |
| |
|
src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4602 | 4602 |
| |
4603 | 4603 |
| |
4604 | 4604 |
| |
| 4605 | + | |
| 4606 | + | |
| 4607 | + | |
| 4608 | + | |
| 4609 | + | |
4605 | 4610 |
| |
4606 | 4611 |
| |
4607 | 4612 |
| |
|
src/compiler/factory/nodeFactory.ts
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeFactory.ts+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
| 361 | + | |
| 362 | + | |
361 | 363 |
| |
362 | 364 |
| |
363 | 365 |
| |
| |||
4225 | 4227 |
| |
4226 | 4228 |
| |
4227 | 4229 |
| |
| 4230 | + | |
4228 | 4231 |
| |
4229 | 4232 |
| |
4230 | 4233 |
| |
| |||
4237 | 4240 |
| |
4238 | 4241 |
| |
4239 | 4242 |
| |
| 4243 | + | |
4240 | 4244 |
| |
4241 | 4245 |
| |
4242 | 4246 |
| |
|
src/compiler/factory/nodeTests.ts
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeTests.ts+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
769 | 769 |
| |
770 | 770 |
| |
771 | 771 |
| |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
772 | 776 |
| |
773 | 777 |
| |
774 | 778 |
| |
|
+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1014 | 1014 |
| |
1015 | 1015 |
| |
1016 | 1016 |
| |
| 1017 | + | |
1017 | 1018 |
| |
1018 | 1019 |
| |
1019 | 1020 |
| |
1020 | 1021 |
| |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1021 | 1026 |
| |
1022 | 1027 |
| |
1023 | 1028 |
| |
| |||
7178 | 7183 |
| |
7179 | 7184 |
| |
7180 | 7185 |
| |
| 7186 | + | |
| 7187 | + | |
| 7188 | + | |
| 7189 | + | |
7181 | 7190 |
| |
7182 | 7191 |
| |
7183 | 7192 |
| |
|
You can’t perform that action at this time.
0 commit comments