Skip to content

Commit 5fbf8c3

Browse files
committed
[readme] add es-shims implementation
1 parent 3b3345a commit 5fbf8c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In addition, we propose the addition of two disposable container objects to assi
4747
with managing multiple resources:
4848

4949
- `DisposableStack` — A stack-based container of disposable resources.
50-
- ~~`AsyncDisposableStack` — A stack-based container of asynchronously disposable resources.~~
50+
- ~~`AsyncDisposableStack` — 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

0 commit comments

Comments
 (0)