Skip to content

Fix import type resolution in jsdoc, mark 2 - #35057

Merged
Nathan Shively-Sanders (sandersn) merged 1 commit into
masterfrom
fix-import-type-resolution-in-jsdoc
Nov 12, 2019
Merged

Fix import type resolution in jsdoc, mark 2#35057
Nathan Shively-Sanders (sandersn) merged 1 commit into
masterfrom
fix-import-type-resolution-in-jsdoc

Conversation

@sandersn

Copy link
Copy Markdown
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
Nathan Shively-Sanders (sandersn) deleted the fix-import-type-resolution-in-jsdoc branch November 12, 2019 20:44
@sandersn

Copy link
Copy Markdown
MemberAuthor

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

@typescript-bot

Copy link
Copy Markdown
Contributor

Hey Nathan Shively-Sanders (@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.

Nathan Shively-Sanders (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
Copy Markdown
MemberAuthor

Manually cherry-picked and merged dfe2f07 to 3.7.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

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

@sandersn@typescript-bot@weswigham@andrewbranch