Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed referencing properties that are reserved keywords in @link #57739

Merged

Conversation

Andarist
Copy link
Contributor

fixes #57738

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Mar 12, 2024
@sandersn sandersn merged commit af81456 into microsoft:main Mar 20, 2024
19 checks passed
@jaydenseric
Copy link

When can this fix be released? Several TypeScript patch releases have been published since this PR was merged, but none seem to include the fix. Several open and closed source repos I'm working on can't update TypeScript until this fix is published.

@DanielRosenwasser
Copy link
Member

@jaydenseric sorry about that - it would have been ideal to include this fix in the patch since this was a regression from the last version. If there is a need for another patch, we'll try to pick it in. Otherwise, we'd like to limit the number of versions we publish.

In the meantime, I'd recommend using the nightly TypeScript/JavaScript extension for VS Code and/or installing a nightly over npm with typescript@next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TS v5.4.2 errors on referencing a property delete in JSDoc @link or @linkcode
5 participants