We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3a236 commit 871627bCopy full SHA for 871627b
README.md
@@ -21,9 +21,9 @@ npx jscodeshift -t asyncify/index.js path/to/your/project/**/*.js
21
22
| | `asyncify` |
23
| ------------------------------------------------------------------ | ---------- |
24
-| `.then` | ✅ |
25
-| `.catch` | ✅ |
26
-| `.finally` | ✅ |
+| Converts `.then` | ✅ |
+| Converts `.catch` | ✅ |
+| Converts `.finally` | ✅ |
27
| Renames identifiers in handlers that would conflict | ✅ |
28
| Converts promise chains that aren't returned/awaited into IIAAFs | ✅ |
29
| Converts `return Promise.resolve()`/`return Promise.reject()` | ✅ |
0 commit comments