-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
fix(58955): @import JSDoc tag doesn't seem to account for resolution-mode import attribute in TS v5.5.2 #58966
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems correct to me. Probably worth the 5.5 backport.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @a-tarasyuk!
@typescript-bot cherry-pick to release-5.5 |
Hey, @andrewbranch! I was unable to cherry-pick this PR. Check the logs at: https://github.com/microsoft/TypeScript/actions/runs/9650506935 |
I expect cherry-picking to fail just because these lines are ones that changed in the 5.5 bump for type predicate inference... |
@jakebailey should I make a new PR to the release branch? |
No worries, I'll do it. |
…mode import attribute in TS v5.5.2 (microsoft#58966)
Co-authored-by: Oleksandr T <[email protected]>
Fixes #58955