File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ In addition, we propose the addition of two disposable container objects to assi
4747with managing multiple resources:
4848
4949- ` DisposableStack ` &mdash ; A stack-based container of disposable resources.
50- - ~~ ` AsyncDisposableStack ` &mdash ; A stack-based container of asynchronously disposable resources.~~
50+ - ~~ ` AsyncDisposableStack ` &mdash ; A stack-based container of asynchronously disposable resources.~~
5151 _ ` AsyncDisposableStack ` _ has been deferred to a [ follow-on proposal] [ async-using ] .
5252
5353## Status
@@ -1285,7 +1285,9 @@ The following is a high-level list of tasks to progress through each stage of th
12851285
12861286## Implementations
12871287
1288- - Built-ins from this proposal are available in [` core- js` ](https://github.com/zloirock/core-js#explicit-resource-management)
1288+ - Built-ins from this proposal are available in:
1289+ - [` core- js` ](https://github.com/zloirock/core-js#explicit-resource-management)
1290+ - es-shims [` disposablestack` ](https://npmjs.com/disposablestack)
12891291
12901292<!-- # References -->
12911293
You can’t perform that action at this time.
0 commit comments