We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following are recent normative changes to the Explicit Resource Management proposal that need to be implemented by TypeScript:
dispose
await using
GetDisposeMethod
DisposeCapability
The text was updated successfully, but these errors were encountered:
rbuckton
Successfully merging a pull request may close this issue.
Acknowledgement
Comment
The following are recent normative changes to the Explicit Resource Management proposal that need to be implemented by TypeScript:
dispose
method should not be awaited when disposing an asyc-disposable #58077await using
normative changes #58624await using
tc39/proposal-explicit-resource-management#218await using
normative changes #58624GetDisposeMethod
to match consensus tc39/proposal-explicit-resource-management#217await using
normative changes #58624FixDisposeCapability
leak tc39/proposal-explicit-resource-management#194Remove superfluous ClassBody restriction tc39/proposal-explicit-resource-management#220Fix missing lookahead restriction tc39/proposal-explicit-resource-management#222The text was updated successfully, but these errors were encountered: