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 @@ -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
You can’t perform that action at this time.
0 commit comments