-
Notifications
You must be signed in to change notification settings - Fork 210
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
Deprecate IDisposable and related utilities #7309
base: master
Are you sure you want to change the base?
Conversation
I want to see what output the linter produces. You've presumably introduced a ton of deprecation warnings. I'd remove all the |
This is actually passing lint without any errors in its current state - looks like the |
I'd remove |
Since TypeScript 5.2 added support for the explicit resource management feature in ECMAScript, let's deprecate IDisposable and use the new built-in Disposable instead.