CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 20:48:14 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/"f4d897688bd1d09117f91a979c00188f"
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=JHcMN3p4SrOyR9YNUeDv8x9Fd9RMwotIIVz0XqKTlMvA9%2Bq1fcbDl7Y5DH%2FBFOICmZBQ2l2%2F2aF7%2FHa%2FSTtDo8mTwnjpIuQmtZf3OhHwHuuLFj26HVVo4gycqQcbte6nm2Wfl9iDCMeOhkKY4RozNeggyUpneU%2BxwV8%2FjoIe0TpcPbzaGZ7A%2FOuK9f5iC%2F6jrbebzHtpa538vI%2B%2Fq6mxuMPWTaUH%2FvHtbMxNHEyDvn7LKgsqRoalJkGOv60IfP1lm3XkZzxZ0ZhRGsFUY8QwSw%3D%3D--f4SJ1uYT7OU6q665--TLZJsKfOm7SRkAfvVW6EVw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1106032763.1752958093; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 20:48:13 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 20:48:13 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9766:0A65:41022B:528D62:687C048D
Fixes for `decorators` property deprecations (#50343) · microsoft/TypeScript@284837d · GitHub
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeFactory.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 284837d
authored
Fixes for
* Change type of deprecated 'decorators' property
* fix 'Invalid Arguments' error for create/update constructor in factory
* Update deprecation comments
* Make 'decorators' optional and 'undefined'
* Rename '_decorators' to 'illegalDecorators'
* Update baselinesdecorators
property deprecations (#50343)1 parent ef88fbb commit 284837dCopy full SHA for 284837d
File tree
Expand file treeCollapse file tree
11 files changed
+301
-440
lines changedFilter options
- src
- compiler
- factory
- deprecatedCompat/4.8
- services/refactors
- testRunner/unittests
- tests/baselines/reference/api
Expand file treeCollapse file tree
11 files changed
+301
-440
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44030 | 44030 |
| |
44031 | 44031 |
| |
44032 | 44032 |
| |
44033 |
| - | |
| 44033 | + | |
44034 | 44034 |
| |
44035 | 44035 |
| |
44036 | 44036 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
732 | 733 |
| |
733 | 734 |
| |
734 | 735 |
| |
735 |
| - | |
| 736 | + | |
736 | 737 |
| |
737 | 738 |
| |
738 | 739 |
| |
|
src/compiler/factory/nodeFactory.ts
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeFactory.ts+28-28Lines changed: 28 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1435 | 1435 |
| |
1436 | 1436 |
| |
1437 | 1437 |
| |
1438 |
| - | |
| 1438 | + | |
1439 | 1439 |
| |
1440 | 1440 |
| |
1441 | 1441 |
| |
| |||
1452 | 1452 |
| |
1453 | 1453 |
| |
1454 | 1454 |
| |
1455 |
| - | |
| 1455 | + | |
1456 | 1456 |
| |
1457 | 1457 |
| |
1458 | 1458 |
| |
| |||
1476 | 1476 |
| |
1477 | 1477 |
| |
1478 | 1478 |
| |
1479 |
| - | |
| 1479 | + | |
1480 | 1480 |
| |
1481 | 1481 |
| |
1482 | 1482 |
| |
| |||
1498 | 1498 |
| |
1499 | 1499 |
| |
1500 | 1500 |
| |
1501 |
| - | |
| 1501 | + | |
1502 | 1502 |
| |
1503 | 1503 |
| |
1504 | 1504 |
| |
| |||
3657 | 3657 |
| |
3658 | 3658 |
| |
3659 | 3659 |
| |
3660 |
| - | |
| 3660 | + | |
3661 | 3661 |
| |
3662 | 3662 |
| |
3663 | 3663 |
| |
| |||
3686 | 3686 |
| |
3687 | 3687 |
| |
3688 | 3688 |
| |
3689 |
| - | |
| 3689 | + | |
3690 | 3690 |
| |
3691 | 3691 |
| |
3692 | 3692 |
| |
| |||
3756 | 3756 |
| |
3757 | 3757 |
| |
3758 | 3758 |
| |
3759 |
| - | |
| 3759 | + | |
3760 | 3760 |
| |
3761 | 3761 |
| |
3762 | 3762 |
| |
| |||
3780 | 3780 |
| |
3781 | 3781 |
| |
3782 | 3782 |
| |
3783 |
| - | |
| 3783 | + | |
3784 | 3784 |
| |
3785 | 3785 |
| |
3786 | 3786 |
| |
| |||
3802 | 3802 |
| |
3803 | 3803 |
| |
3804 | 3804 |
| |
3805 |
| - | |
| 3805 | + | |
3806 | 3806 |
| |
3807 | 3807 |
| |
3808 | 3808 |
| |
| |||
3824 | 3824 |
| |
3825 | 3825 |
| |
3826 | 3826 |
| |
3827 |
| - | |
| 3827 | + | |
3828 | 3828 |
| |
3829 | 3829 |
| |
3830 | 3830 |
| |
| |||
3847 | 3847 |
| |
3848 | 3848 |
| |
3849 | 3849 |
| |
3850 |
| - | |
| 3850 | + | |
3851 | 3851 |
| |
3852 | 3852 |
| |
3853 | 3853 |
| |
| |||
3866 | 3866 |
| |
3867 | 3867 |
| |
3868 | 3868 |
| |
3869 |
| - | |
| 3869 | + | |
3870 | 3870 |
| |
3871 | 3871 |
| |
3872 | 3872 |
| |
| |||
3896 | 3896 |
| |
3897 | 3897 |
| |
3898 | 3898 |
| |
3899 |
| - | |
| 3899 | + | |
3900 | 3900 |
| |
3901 | 3901 |
| |
3902 | 3902 |
| |
| |||
3916 | 3916 |
| |
3917 | 3917 |
| |
3918 | 3918 |
| |
3919 |
| - | |
| 3919 | + | |
3920 | 3920 |
| |
3921 | 3921 |
| |
3922 | 3922 |
| |
| |||
3961 | 3961 |
| |
3962 | 3962 |
| |
3963 | 3963 |
| |
3964 |
| - | |
| 3964 | + | |
3965 | 3965 |
| |
3966 | 3966 |
| |
3967 | 3967 |
| |
| |||
3975 | 3975 |
| |
3976 | 3976 |
| |
3977 | 3977 |
| |
3978 |
| - | |
| 3978 | + | |
3979 | 3979 |
| |
3980 | 3980 |
| |
3981 | 3981 |
| |
| |||
4000 | 4000 |
| |
4001 | 4001 |
| |
4002 | 4002 |
| |
4003 |
| - | |
| 4003 | + | |
4004 | 4004 |
| |
4005 | 4005 |
| |
4006 | 4006 |
| |
| |||
4022 | 4022 |
| |
4023 | 4023 |
| |
4024 | 4024 |
| |
4025 |
| - | |
| 4025 | + | |
4026 | 4026 |
| |
4027 | 4027 |
| |
4028 | 4028 |
| |
| |||
4045 | 4045 |
| |
4046 | 4046 |
| |
4047 | 4047 |
| |
4048 |
| - | |
| 4048 | + | |
4049 | 4049 |
| |
4050 | 4050 |
| |
4051 | 4051 |
| |
| |||
4067 | 4067 |
| |
4068 | 4068 |
| |
4069 | 4069 |
| |
4070 |
| - | |
| 4070 | + | |
4071 | 4071 |
| |
4072 | 4072 |
| |
4073 | 4073 |
| |
| |||
4235 | 4235 |
| |
4236 | 4236 |
| |
4237 | 4237 |
| |
4238 |
| - | |
| 4238 | + | |
4239 | 4239 |
| |
4240 | 4240 |
| |
4241 | 4241 |
| |
| |||
4253 | 4253 |
| |
4254 | 4254 |
| |
4255 | 4255 |
| |
4256 |
| - | |
| 4256 | + | |
4257 | 4257 |
| |
4258 | 4258 |
| |
4259 | 4259 |
| |
| |||
4279 | 4279 |
| |
4280 | 4280 |
| |
4281 | 4281 |
| |
4282 |
| - | |
| 4282 | + | |
4283 | 4283 |
| |
4284 | 4284 |
| |
4285 | 4285 |
| |
| |||
4303 | 4303 |
| |
4304 | 4304 |
| |
4305 | 4305 |
| |
4306 |
| - | |
| 4306 | + | |
4307 | 4307 |
| |
4308 | 4308 |
| |
4309 | 4309 |
| |
| |||
5162 | 5162 |
| |
5163 | 5163 |
| |
5164 | 5164 |
| |
5165 |
| - | |
| 5165 | + | |
5166 | 5166 |
| |
5167 | 5167 |
| |
5168 | 5168 |
| |
| |||
5180 | 5180 |
| |
5181 | 5181 |
| |
5182 | 5182 |
| |
5183 |
| - | |
| 5183 | + | |
5184 | 5184 |
| |
5185 | 5185 |
| |
5186 | 5186 |
| |
| |||
5202 | 5202 |
| |
5203 | 5203 |
| |
5204 | 5204 |
| |
5205 |
| - | |
| 5205 | + | |
5206 | 5206 |
| |
5207 | 5207 |
| |
5208 | 5208 |
| |
| |||
5221 | 5221 |
| |
5222 | 5222 |
| |
5223 | 5223 |
| |
5224 |
| - | |
| 5224 | + | |
5225 | 5225 |
| |
5226 | 5226 |
| |
5227 | 5227 |
| |
|
You can’t perform that action at this time.
0 commit comments