Skip to content

Conversation

@ThanhNguyxn
Copy link

@ThanhNguyxn ThanhNguyxn commented Jan 25, 2026

Fixes #62965

Summary

  • treat accessor symbols as deprecated if any accessor declaration is @deprecated
  • keep non-accessor overload behavior unchanged
  • add fourslash regression for accessor deprecation suggestions

Testing

  • npx hereby runtests --tests=tests/cases/fourslash/jsdocDeprecated_accessors.ts
  • npx hereby runtests-parallel
  • npx hereby format
  • npx hereby lint

ThanhNguyxn and others added 2 commits January 25, 2026 16:27
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Jan 25, 2026
@github-project-automation github-project-automation bot moved this to Not started in PR Backlog Jan 25, 2026
@typescript-bot
Copy link
Collaborator

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

@typescript-bot typescript-bot added For Backlog Bug PRs that fix a backlog bug and removed For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Backlog Bug PRs that fix a backlog bug

Projects

Status: Not started

Development

Successfully merging this pull request may close these issues.

@deprecated on property getter and setters.

2 participants