https://github.com/Microsoft/TypeScript
Revision 503604c884bd0557c851b11b699ef98cdb65b93b authored by Valerian Clerc on 11 October 2022, 23:58:03 UTC, committed by GitHub on 11 October 2022, 23:58:03 UTC
* Add test case to check for the propogation of @deprecation tag to multiple overloads

* Implement filter to only include @deprecated tag in first signature after JSDoc comment
1 parent e14a229
History
Tip revision: 503604c884bd0557c851b11b699ef98cdb65b93b authored by Valerian Clerc on 11 October 2022, 23:58:03 UTC
Overloads shouldn't gain @deprecated tags of other overloads in quick info (#50904)
Tip revision: 503604c
File Mode Size
.devcontainer
.github
.vscode
bin
doc
lib
scripts
src
tests
.dockerignore -rw-r--r-- 580 bytes
.editorconfig -rw-r--r-- 188 bytes
.eslintignore -rw-r--r-- 638 bytes
.eslintplugin.js -rw-r--r-- 392 bytes
.eslintrc.json -rw-r--r-- 7.4 KB
.gitattributes -rw-r--r-- 42 bytes
.gitignore -rw-r--r-- 2.4 KB
.yarnrc -rw-r--r-- 27 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 333 bytes
CONTRIBUTING.md -rw-r--r-- 15.4 KB
CopyrightNotice.txt -rw-r--r-- 812 bytes
Dockerfile -rw-r--r-- 252 bytes
Gulpfile.mjs -rw-r--r-- 28.8 KB
LICENSE.txt -rw-r--r-- 9.0 KB
README.md -rw-r--r-- 3.1 KB
SECURITY.md -rw-r--r-- 2.7 KB
ThirdPartyNoticeText.txt -rw-r--r-- 36.9 KB
package-lock.json -rw-r--r-- 672.4 KB
package.json -rw-r--r-- 3.8 KB

README.md

back to top