Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[readme] add es-shims implementation #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
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