You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ TC39 proposal implementation for AsyncContext.
9
9
This is an implementation of the proposal https://github.com/tc39/proposal-async-context that works with JavaScript native `await`s in browser.
10
10
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
11
11
(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.
13
13
14
14
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).
0 commit comments