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 e5aa05e commit 69c5265Copy full SHA for 69c5265
README.md
@@ -27,6 +27,7 @@ npx jscodeshift -t asyncify/index.js path/to/your/project/**/*.js
27
| Warns when the original function could return/throw a non-promise | ✅ | 🚫 |
28
| **Refactoring/inlining handlers that contain conditional returns** | | |
29
| All but one if/else/switch branch return | ✅ | 🚫 |
30
-| All but one nested if/else/switch branch return | ❓ | 🚫 |
+| All branches return, even nested ones | ✅ | ❓(I don't think so?) |
31
+| All but one nested if/else/switch branch return | 🚫 | 🚫 |
32
| More than one if/else/switch branch doesn't return | 🚫 | 🚫 |
33
| Return inside loop | 🚫 | 🚫 |
0 commit comments