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

Update Explicit Resource Management proposal #1151

Merged
merged 18 commits into from Dec 17, 2022

Conversation

zloirock
Copy link
Owner

@zloirock zloirock commented Nov 30, 2022

Note: This is only built-ins for this proposal, using syntax support requires transpiler support.

  • Explicit resource management stage 3 and Async explicit resource management stage 2 proposals:
    • Renamed from "using statement" and splitted into 2 (sync and async) proposals
    • In addition to already present well-known symbols, added new built-ins:
      • Symbol.dispose
      • Symbol.asyncDispose
      • SuppressedError
      • DisposableStack
        • DisposableStack.prototype.dispose
        • DisposableStack.prototype.use
        • DisposableStack.prototype.adopt
        • DisposableStack.prototype.defer
        • DisposableStack.prototype.move
        • DisposableStack.prototype[@@dispose]
      • AsyncDisposableStack
        • AsyncDisposableStack.prototype.disposeAsync
        • AsyncDisposableStack.prototype.use
        • AsyncDisposableStack.prototype.adopt
        • AsyncDisposableStack.prototype.defer
        • AsyncDisposableStack.prototype.move
        • AsyncDisposableStack.prototype[@@asyncDispose]
      • Iterator.prototype[@@dispose]
      • AsyncIterator.prototype[@@asyncDispose]
    • Sync version of this proposal moved to Stage 3, November 2022 TC39 meeting
    • Added /actual/ namespace entries for stage 3 proposal

cc @rbuckton

@zloirock zloirock force-pushed the explicit-resource-management branch 3 times, most recently from f558138 to 9650d0f Compare December 4, 2022 19:08
@zloirock zloirock force-pushed the explicit-resource-management branch 3 times, most recently from daf4557 to b4dfbdf Compare December 11, 2022 09:20
@zloirock zloirock merged commit 178abb2 into master Dec 17, 2022
@zloirock zloirock deleted the explicit-resource-management branch December 17, 2022 17:09
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.

None yet

1 participant