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

Fix import type resolution in jsdoc, mark 2 #35057

Merged
merged 1 commit into from
Nov 12, 2019

Conversation

sandersn
Copy link
Member

Fake alias resolution only applies when the import type is followed by a qualified name. Otherwise the alias is sufficiently resolved already. The previous fix over-applied.

Fixes #34926

Fake alias resolution only applies when the import type is followed by a
qualified name. Otherwise the alias is sufficiently resolved already.
@sandersn sandersn added this to the TypeScript 3.7.3 milestone Nov 12, 2019
@sandersn sandersn merged commit f334476 into master Nov 12, 2019
@sandersn sandersn deleted the fix-import-type-resolution-in-jsdoc branch November 12, 2019 20:44
@sandersn
Copy link
Member Author

@typescript-bot cherry-pick this to release-3.7

@typescript-bot
Copy link
Collaborator

Hey @sandersn, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-3.7 manually.

sandersn added a commit that referenced this pull request Nov 12, 2019
Fake alias resolution only applies when the import type is followed by a
qualified name. Otherwise the alias is sufficiently resolved already.
@sandersn
Copy link
Member Author

Manually cherry-picked and merged dfe2f07 to 3.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JS: Maximum call stack size exceeded at getTypeFromJSDocValueReference in 3.7.2
4 participants