Skip to content

Commit 663973d

Browse files
committed
[readme] add es-shims implementation
1 parent 8b70979 commit 663973d

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
@@ -1420,7 +1420,7 @@ class AsyncPluginHost {
14201420
constructor(arg) {
14211421
if (arg !== privateConstructorSentinel) throw new TypeError("Use AsyncPluginHost.create() instead");
14221422
}
1423-
1423+
14241424
// NOTE: there's no such thing as an async constructor
14251425
static async create() {
14261426
const host = new AsyncPluginHost(privateConstructorSentinel);
@@ -1874,7 +1874,9 @@ The following is a high-level list of tasks to progress through each stage of th
18741874
18751875
## Implementations
18761876
1877-
- Built-ins from this proposal are available in [`core-js`](https://github.com/zloirock/core-js#explicit-resource-management)
1877+
- Built-ins from this proposal are available in:
1878+
- [`core-js`](https://github.com/zloirock/core-js#explicit-resource-management)
1879+
- es-shims [`disposablestack`](https://npmjs.com/disposablestack)
18781880
18791881
<!-- # References -->
18801882

0 commit comments

Comments
 (0)