-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
Consolidate side effect detection #6481
Comments
@Boshen how do you think about oxlint rule that help developers found potentially problematic "side-effect" places in source code? Currently I try to migrate my large monorepo to isolatedModules / isolatedDeclarations and also mark libs as "sideEffects": false but has fear about potential side effects :) TypeScript 5.6 add some useful |
It's doable but probably not at this stage. We also have |
This comment was marked as off-topic.
This comment was marked as off-topic.
Going to focus on other things first. |
The text was updated successfully, but these errors were encountered: