-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Revert "Proposal: If there’s a package.json, only auto-import things in it" #32448
Revert "Proposal: If there’s a package.json, only auto-import things in it" #32448
Conversation
…in it, more or less (microsoft#31893)" This reverts commit 60a1b1d.
This is failing in master too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll approve your revert, but y'all should see if you can fix the perf issue promptly and get it back in - hopefully it is just a lack of resolution caching, which should be fixable with some caching hosts that already exist within the compiler~
Thanks @weswigham, I really hope to—I’m leading with reverting because I’m just trying to stay afloat with DefinitelyTyped this week, and I didn’t want our beta release to have this regression in it. |
@typescript-bot cherry-pick this to release-3.6 |
Component commits: f6cb90a Revert "Proposal: If there’s a package.json, only auto-import things in it, more or less (microsoft#31893)" This reverts commit 60a1b1d.
Hey @DanielRosenwasser, I've opened #32456 for you. |
Reverts #31893
See #32441—this apparently needs some perf work for large projects 😬