Duplicate jsdoc tags from getters and setters #48801
Labels
Bug
A bug in TypeScript
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
🔎 Search Terms
getter, setter, jsdocs, duplicated tags
🕗 Version & Regression Information
⏯ Playground Link
https://www.typescriptlang.org/play?ts=4.0.5&ssl=29&ssc=4&pln=28&pc=10#code/KYDwDg9gTgLgBAYwDYEMDOa4BVhvgbwChC44B6AKgpNIrgBEI40IBbYZmAVwDMe4AFsCgcUAOhpxqpKXAACaYKIB2ATzgQYQqHHZaIAEwkzpteQeBgRCFDGAHsAgJaYXnKCmUBzDnl49jWjJJH3gQAAoASgAudydvOCIZOBFuKGU4AHIQTIBuGgBfYlJKU1lGZjZfbj5BYQ4AI0CpSTo5MBQPVjgQRw5lYAB3OAA3FCQuYGa2xRV1TW1dYH0jVtbzS2tbe0c3NzwPb2r-aeDSRTDwkFiD+K9IxMlECGUWJCmkCC8ryPzSIpodjwUViIwgTgcSRkZDIz1eEHeYk+3y0LjEIF+T1RaHRcAAvFkcn84ACCkA
💻 Code
🙁 Actual behavior
I see the jsdocs tags for both the getter and setter when hovering the property (usage) for them.
VSCode (v1.66.2) (Click to expand)
Stackblitz (TS-Sample) (Click to expand)
🙂 Expected behavior
I expect to see only the jsdocs for either the getter or setter, or at least duplicate tags being filtered.
See also
faker-js/faker#855 (comment)
The text was updated successfully, but these errors were encountered: