-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Fix incorrect condition of noLib #58867
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
Conversation
Verified this fixes the issue described in #58863 (comment) ! Thank you! |
We should have run the extended tests on this; it this causes a crash in the vscode codebase, and also causes some 100 errors there too. |
This reverts commit 4239025.
I had to revert this in #58935; it caused compilation of vscode to crash when |
The errors dont seem to be because of this PR. I ran |
Oops, you're totally right. I think I was incorrectly comparing against another baseline. That being said, I don't know why they have the errors at all, https://github.com/microsoft/vscode/blob/main/src/tsconfig.base.json#L23 says ES2022 so we should also be pulling in ES2021. |
Its because one of their file |
No description provided.