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] empty-import for the correct operation of intellisense in VScode #35370

Closed
wants to merge 1 commit into from
Closed

[FIX] empty-import for the correct operation of intellisense in VScode #35370

wants to merge 1 commit into from

Conversation

herberthobregon
Copy link

Important libraries like firebase for the web have bad practices like export = undefined which blocks intellisense and autocomplete in VS code

Fixes #

  • Fix Empty arrays symbol declarations

Important libraries like firebase for the web have bad practices like `export = undefined` which blocks intellisense and autocomplete in VS code
@herberthobregon
Copy link
Author

link to this #35036

@sandersn sandersn added the For Milestone Bug PRs that fix a bug with a specific milestone label Feb 1, 2020
@sandersn
Copy link
Member

sandersn commented Mar 5, 2020

#35504 fixes the root cause, so I'm going to close this in favour of that.

@sandersn sandersn closed this Mar 5, 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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants