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

Enable noUncheckedSideEffectImports #225145

Merged
merged 8 commits into from
Mar 31, 2025
Merged

Enable noUncheckedSideEffectImports #225145

merged 8 commits into from
Mar 31, 2025

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Aug 8, 2024

This catches errors such as:

import 'vs/editor/noSuchFile';

Previously these were unreported

This catches errors such as:

```ts
import 'vs/editor/noSuchFile';
```

Previously these were unreported
@mjbvz mjbvz self-assigned this Aug 8, 2024
@vs-code-engineering vs-code-engineering bot added this to the August 2024 milestone Aug 8, 2024
bpasero
bpasero previously approved these changes Aug 8, 2024
@mjbvz
Copy link
Collaborator Author

mjbvz commented Aug 8, 2024

Blocked by microsoft/vscode-languagedetection#26

@mjbvz mjbvz modified the milestones: August 2024, September 2024 Aug 26, 2024
@mjbvz
Copy link
Collaborator Author

mjbvz commented Aug 26, 2024

Will hold off on this until the esm changes

@mjbvz mjbvz modified the milestones: September 2024, October 2024 Sep 20, 2024
@mjbvz mjbvz modified the milestones: October 2024, November 2024 Oct 21, 2024
@mjbvz mjbvz modified the milestones: November 2024, January 2025 Dec 3, 2024
@mjbvz mjbvz modified the milestones: January 2025, February 2025 Jan 28, 2025
@mjbvz mjbvz modified the milestones: February 2025, March 2025 Feb 26, 2025
@mjbvz mjbvz modified the milestones: March 2025, April 2025 Mar 25, 2025
@mjbvz mjbvz enabled auto-merge March 28, 2025 23:08
@mjbvz mjbvz merged commit d49d8f0 into microsoft:main Mar 31, 2025
7 checks passed
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.

3 participants