CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 21:16: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/"47166505e3a3c09f9e81484e4d0cbe83"
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=nHTv6MHRjocqYWgsBykebrm2YMlDlqanIKqoO3FgNBFdusq%2Fp9XqZhF6ci5ChvnQ7f9YqWcMKMp7KvqXw%2BcHQ667RiyoWpqZ6MtIklVRZa52V185ID9ONMFwIBA7zGQ9feBOH%2Fi62KWavta9JI%2F0xqy%2BP4X4WCorWnPAY5KgptM%2BZatMiXEOiz0tVCrdE3NixF87vWjWjy9MN6rRVGs3xHn8vZRy9sRXSPyDik42vSxMUqDkcMYY109xFpsVeOHMiXfAQVtkELsRYUgR3JX2mA%3D%3D--RNBPp4JN%2BfT2KADM--q7wnHgfQaFialkyCHi5kiA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1098186369.1753305371; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 21:16:11 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 21:16:11 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: ED82:351DD4:10C8D68:1402D4A:6881511B
Add see tag support (#39760) · microsoft/TypeScript@ee5f51b · GitHub




authored
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeFactory.ts
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeTests.ts
Copy file name to clipboardExpand all lines: src/testRunner/unittests/jsDocParsing.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 ee5f51b
Add see tag support (#39760)
* Add see tag parser
* add baseline
* fix symbol resolve
* add more case
* fix unittests
* improve tests and parser
* accept baseline
* Adopt package-lock.json and npm ci
* Add a workflow to update package-lock.json daily
* Git ignore package-lock.json and forcibly update in workflow
* Update bot email address
* Delete extra npm update
* Update package-lock.json
* Add compactDisplay and signDisplay to NumberFormatOptions (#40039)
* Fix typo in (Readonly)Set.keys comment (fixes #40164) (#40176)
* fix(26325): use a unique name for reserved words in 'constructor like' function name (#39684)
* fix(25770): add diagnostic message for the possible mapped type used as an index (#39973)
* fix(31046): add new diagnostic message for incompatible constructor signature (#40073)
* Update package-lock.json
* Update package-lock.json
* Add rename support
* Accpet baseline
* wip
* fix anders
* Revert "fix anders"
This reverts commit b3178d4.
* Fix call hierarchy item serialization and server tests (#40348)
* Avoid error
* accept baseline
* Add more tests
* Add signature name resolve
Co-authored-by: Andrew Casey <andrew.casey@microsoft.com>
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
Co-authored-by: Neil Kistner <neil.kistner@gmail.com>
Co-authored-by: cherryblossom000 <31467609+cherryblossom000@users.noreply.github.com>
Co-authored-by: Alexander T <alexander.tarasyuk@outlook.com>
Co-authored-by: Erich Gamma <egamma@microsoft.com>
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>1 parent 4584d6d commit ee5f51bCopy full SHA for ee5f51b
File tree
Expand file treeCollapse file tree
25 files changed
+634
-109
lines changedFilter options
- src
- compiler
- factory
- services
- testRunner/unittests
- tests
- baselines/reference
- JSDocParsing
- api
- cases
- conformance/jsdoc
- fourslash
Expand file treeCollapse file tree
25 files changed
+634
-109
lines changed+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36425 | 36425 |
| |
36426 | 36426 |
| |
36427 | 36427 |
| |
| 36428 | + | |
| 36429 | + | |
| 36430 | + | |
| 36431 | + | |
| 36432 | + | |
| 36433 | + | |
| 36434 | + | |
| 36435 | + | |
| 36436 | + | |
| 36437 | + | |
| 36438 | + | |
36428 | 36439 |
| |
36429 | 36440 |
| |
36430 | 36441 |
| |
| |||
36609 | 36620 |
| |
36610 | 36621 |
| |
36611 | 36622 |
| |
| 36623 | + | |
| 36624 | + | |
| 36625 | + | |
| 36626 | + | |
36612 | 36627 |
| |
36613 | 36628 |
| |
36614 | 36629 |
| |
|
+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1548 | 1548 |
| |
1549 | 1549 |
| |
1550 | 1550 |
| |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
1551 | 1555 |
| |
1552 | 1556 |
| |
1553 | 1557 |
| |
| |||
3503 | 3507 |
| |
3504 | 3508 |
| |
3505 | 3509 |
| |
| 3510 | + | |
| 3511 | + | |
| 3512 | + | |
| 3513 | + | |
| 3514 | + | |
| 3515 | + | |
| 3516 | + | |
| 3517 | + | |
| 3518 | + | |
| 3519 | + | |
| 3520 | + | |
| 3521 | + | |
| 3522 | + | |
3506 | 3523 |
| |
3507 | 3524 |
| |
3508 | 3525 |
| |
|
src/compiler/factory/nodeFactory.ts
Copy file name to clipboardExpand all lines: src/compiler/factory/nodeFactory.ts+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
340 | 344 |
| |
341 | 345 |
| |
342 | 346 |
| |
| |||
4259 | 4263 |
| |
4260 | 4264 |
| |
4261 | 4265 |
| |
| 4266 | + | |
| 4267 | + | |
| 4268 | + | |
| 4269 | + | |
| 4270 | + | |
| 4271 | + | |
| 4272 | + | |
| 4273 | + | |
| 4274 | + | |
| 4275 | + | |
| 4276 | + | |
| 4277 | + | |
| 4278 | + | |
| 4279 | + | |
| 4280 | + | |
| 4281 | + | |
| 4282 | + | |
| 4283 | + | |
| 4284 | + | |
| 4285 | + | |
| 4286 | + | |
| 4287 | + | |
| 4288 | + | |
| 4289 | + | |
| 4290 | + | |
| 4291 | + | |
| 4292 | + | |
| 4293 | + | |
| 4294 | + | |
| 4295 | + | |
4262 | 4296 |
| |
4263 | 4297 |
| |
4264 | 4298 |
| |
|
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 | |
---|---|---|---|
| |||
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
698 | 702 |
| |
699 | 703 |
| |
700 | 704 |
| |
|
+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
480 | 485 |
| |
481 | 486 |
| |
482 | 487 |
| |
| |||
7150 | 7155 |
| |
7151 | 7156 |
| |
7152 | 7157 |
| |
| 7158 | + | |
| 7159 | + | |
| 7160 | + | |
| 7161 | + | |
| 7162 | + | |
| 7163 | + | |
| 7164 | + | |
| 7165 | + | |
| 7166 | + | |
| 7167 | + | |
| 7168 | + | |
| 7169 | + | |
| 7170 | + | |
7153 | 7171 |
| |
7154 | 7172 |
| |
7155 | 7173 |
| |
| |||
7431 | 7449 |
| |
7432 | 7450 |
| |
7433 | 7451 |
| |
| 7452 | + | |
| 7453 | + | |
| 7454 | + | |
7434 | 7455 |
| |
7435 | 7456 |
| |
7436 | 7457 |
| |
| |||
7661 | 7682 |
| |
7662 | 7683 |
| |
7663 | 7684 |
| |
| 7685 | + | |
| 7686 | + | |
| 7687 | + | |
| 7688 | + | |
| 7689 | + | |
| 7690 | + | |
| 7691 | + | |
7664 | 7692 |
| |
7665 | 7693 |
| |
7666 | 7694 |
| |
|
+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
| 360 | + | |
360 | 361 |
| |
361 | 362 |
| |
362 | 363 |
| |
| |||
389 | 390 |
| |
390 | 391 |
| |
391 | 392 |
| |
| 393 | + | |
392 | 394 |
| |
393 | 395 |
| |
394 | 396 |
| |
| |||
3055 | 3057 |
| |
3056 | 3058 |
| |
3057 | 3059 |
| |
| 3060 | + | |
| 3061 | + | |
| 3062 | + | |
| 3063 | + | |
| 3064 | + | |
3058 | 3065 |
| |
3059 | 3066 |
| |
3060 | 3067 |
| |
| |||
3179 | 3186 |
| |
3180 | 3187 |
| |
3181 | 3188 |
| |
| 3189 | + | |
| 3190 | + | |
| 3191 | + | |
| 3192 | + | |
| 3193 | + | |
3182 | 3194 |
| |
3183 | 3195 |
| |
3184 | 3196 |
| |
| |||
6965 | 6977 |
| |
6966 | 6978 |
| |
6967 | 6979 |
| |
| 6980 | + | |
| 6981 | + | |
6968 | 6982 |
| |
6969 | 6983 |
| |
6970 | 6984 |
| |
| |||
6979 | 6993 |
| |
6980 | 6994 |
| |
6981 | 6995 |
| |
| 6996 | + | |
| 6997 | + | |
6982 | 6998 |
| |
6983 | 6999 |
| |
6984 | 7000 |
| |
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| 108 | + | |
| 109 | + | |
| 110 | + | |
108 | 111 |
| |
109 | 112 |
| |
110 | 113 |
| |
|
src/testRunner/unittests/jsDocParsing.ts
Copy file name to clipboardExpand all lines: src/testRunner/unittests/jsDocParsing.ts-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 |
| - | |
318 | 317 |
| |
319 | 318 |
| |
320 | 319 |
| |
|
tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.@link tags.json
Copy file name to clipboard+2-25Lines changed: 2 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 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 |
| - | |
| 8 | + | |
32 | 9 |
|
You can’t perform that action at this time.
0 commit comments