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

Don’t auto-import undefined #35504

Merged
merged 1 commit into from
Dec 5, 2019
Merged

Conversation

andrewbranch
Copy link
Member

Fixes #35458

An external module that exports undefined caused some code added in #32517 to crash. It turns out I was unable to actually reproduce that exact crash in a failing test because the test harness throws immediately upon discovering multiple completions for undefined, which is pretty fair, so I
now filter undefined from being considered as an auto-import altogether.

@sandersn
Copy link
Member

sandersn commented Mar 4, 2020

Also fixes #35036, as far as I can tell, since repros have stopped coming in.

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.

Intellisense stops working when TS Server is higher version
4 participants