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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

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
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.

2 participants