Skip to content

Commit

Permalink
[readme] add es-shims implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 18, 2023
1 parent 06e6070 commit 7e96c40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ class AsyncPluginHost {
constructor(arg) {
if (arg !== privateConstructorSentinel) throw new TypeError("Use AsyncPluginHost.create() instead");
}

// NOTE: there's no such thing as an async constructor
static async create() {
const host = new AsyncPluginHost(privateConstructorSentinel);
Expand Down Expand Up @@ -1874,7 +1874,9 @@ The following is a high-level list of tasks to progress through each stage of th
## Implementations
- Built-ins from this proposal are available in [`core-js`](https://github.com/zloirock/core-js#explicit-resource-management)
- Built-ins from this proposal are available in:
- [`core-js`](https://github.com/zloirock/core-js#explicit-resource-management)
- es-shims [`disposablestack`](https://npmjs.com/disposablestack)
<!-- # References -->
Expand Down

0 comments on commit 7e96c40

Please sign in to comment.