Skip to content

Commit ab91b05

Browse files
committed
Readme
1 parent 4a07c60 commit ab91b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TC39 proposal implementation for AsyncContext.
99
This is an implementation of the proposal https://github.com/tc39/proposal-async-context that works with JavaScript native `await`s in browser.
1010
All the `await`s on the path between where the context value is set and where it is used should be wrapped into Ѧ-functions to capture and restore the current context
1111
(that is required because the `await`s use a native mechanism that is not interceptable/hookable at all).
12-
Use eslint-plugin-async-context-tc39 that will search for all the `await` expressions not wrapped into the Ѧ-functions in your project and fix them.
12+
Use [eslint-plugin-async-context-tc39](https://www.npmjs.com/package/eslint-plugin-async-context-tc39) that will search for all the `await` expressions not wrapped into the Ѧ-functions in your project and fix them.
1313

1414
Most of the tests were copied from the project https://github.com/iliasbhal/simple-async-context (the TC39 implementation that requires the code to be built to ES6).
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-context-tc39",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "AsyncContext (implementation for TC39)",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)