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(41534): Maximum call stack error while computing document symbol file #41543

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

a-tarasyuk
Copy link
Contributor

Fixes #41534

@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label Nov 15, 2020
Copy link
Member

@armanio123 armanio123 left a comment

Choose a reason for hiding this comment

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

Thanks for the fix and the tests. This takes away the exception but looks incorrect that it uses "kind"": "constructor" instead of function. Happens as well for other syntax.

For example:

class Foo { }
let Foo = 1; // This is marked as "constructor" when it should be "let".

Could you take another look at the fix?

Copy link
Member

@armanio123 armanio123 left a comment

Choose a reason for hiding this comment

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

Thanks for the fix.

@armanio123 armanio123 merged commit fd50f1e into microsoft:master Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Milestone Bug PRs that fix a bug with a specific milestone
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Maximum call stack error while computing document symbol file
3 participants