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

fix: remove explicit resource management from types #10918

Merged
merged 1 commit into from Sep 15, 2023
Merged

Conversation

jrandolf
Copy link
Contributor

Since explicit resource management requires TypeScript 5.0.0, this PR removes all public references to preserve compatibility with older TypeScript versions. Once we stop support for <5.0.0, we can move forward with these symbols.

Fixed: #10908

Since explicit resource management requires TypeScript 5.0.0, this PR removes all public references to preserve compatibility with older TypeScript versions. Once we stop support for <5.0.0, we can move forward with these symbols.
@jrandolf jrandolf merged commit a1b1bff into main Sep 15, 2023
30 of 33 checks passed
@jrandolf jrandolf deleted the jrandolf/typescript branch September 15, 2023 15:07
@release-please release-please bot mentioned this pull request Sep 15, 2023
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.

[Bug]: 21.2.1 throws Cannot find name 'AsyncDisposable'. error on tsc --build.
2 participants