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 jsdoc iterator on expression of export assignment #30558

Merged
merged 1 commit into from Apr 25, 2019

Conversation

Kingwl
Copy link
Contributor

@Kingwl Kingwl commented Mar 23, 2019

Fixes #24033

This pr fixed the jsdoc lookup, currently, jsdoc lookup does not allow export assignment

BTW: the test runner has the correct result, But in my local vscode is incorrectly. I guess that is caused vscode does not handle js file by special tsserver that I setted

@RyanCavanaugh RyanCavanaugh merged commit b8e3c41 into microsoft:master Apr 25, 2019
@Kingwl Kingwl deleted the export_default_jsdoc branch April 26, 2019 00:07
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.

JSDoc not recognized for default export expressions
2 participants