Skip to content

fix(58955): @import JSDoc tag doesn't seem to account for resolution-mode import attribute in TS v5.5.2 - #58966

Merged
Jake Bailey (jakebailey) merged 2 commits into
microsoft:mainfrom
a-tarasyuk:fix/58955
Jun 24, 2024
Merged

fix(58955): @import JSDoc tag doesn't seem to account for resolution-mode import attribute in TS v5.5.2#58966
Jake Bailey (jakebailey) merged 2 commits into
microsoft:mainfrom
a-tarasyuk:fix/58955

Conversation

@a-tarasyuk

Copy link
Copy Markdown
Contributor

Fixes#58955

@jakebaileyJake Bailey (jakebailey) left a comment

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrewbranch

Copy link
Copy Markdown
Member

TypeScript Bot (@typescript-bot) cherry-pick to release-5.5

@typescript-bot

TypeScript Bot (typescript-bot) commented Jun 24, 2024

Copy link
Copy Markdown
Contributor

Starting jobs; this comment will be updated as builds start and complete.

CommandStatusResults
cherry-pick to release-5.5✅ Started❌ Results

@typescript-bot

Copy link
Copy Markdown
Contributor

Hey, Andrew Branch (@andrewbranch)! I was unable to cherry-pick this PR.

Check the logs at: https://github.com/microsoft/TypeScript/actions/runs/9650506935

@jakebailey

Copy link
Copy Markdown
Member

I expect cherry-picking to fail just because these lines are ones that changed in the 5.5 bump for type predicate inference...

@a-tarasyuk

Copy link
Copy Markdown
ContributorAuthor

Jake Bailey (@jakebailey) should I make a new PR to the release branch?

@jakebailey

Copy link
Copy Markdown
Member

No worries, I'll do it.

@jakebailey
Jake Bailey (jakebailey) merged commit c219989 into microsoft:mainJun 24, 2024
Jake Bailey (jakebailey) pushed a commit to jakebailey/TypeScript that referenced this pull request Jun 24, 2024
Daniel Rosenwasser (DanielRosenwasser) pushed a commit that referenced this pull request Jun 26, 2024
Co-authored-by: Oleksandr T <oleksandr.tarasiuk@outlook.com>
@microsoftMicrosoft (microsoft) locked as resolved and limited conversation to collaborators Oct 16, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

For Milestone BugPRs that fix a bug with a specific milestone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@import JSDoc tag doesn't seem to account for resolution-mode import attribute in TS v5.5.2

5 participants

@a-tarasyuk@andrewbranch@typescript-bot@jakebailey@sandersn