tc39 / proposal-explicit-resource-management

ECMAScript Explicit Resource Management
https://arai-a.github.io/ecma262-compare/?pr=3000
BSD 3-Clause "New" or "Revised" License
725 stars 29 forks source link

Switch AsyncDisposableStack.prototype.disposeAsync to an async method #165

Closed rbuckton closed 3 months ago

rbuckton commented 1 year ago

This updates the proposal to use the "async method" terminology from the Async Iterator Helpers proposal and Array.fromAsync, as defined by https://github.com/tc39/ecma262/pull/2942.

This is intended to be a purely editorial change, with no normative behavior changes, as the normative behavior is intended continue to match the intended behavior as described and agreed upon by the committee.

github-actions[bot] commented 1 year ago

A preview of this PR can be found at https://tc39.es/proposal-explicit-resource-management/pr/165.

rbuckton commented 1 year ago

cc: @tc39/ecma262-editors

rbuckton commented 3 months ago

Closing for now. May revisit when https://github.com/tc39/ecma262/pull/2942 is merged.