Skip to content

Commit 69c5265

Browse files
authored
docs(README.md): update support table
1 parent e5aa05e commit 69c5265

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ npx jscodeshift -t asyncify/index.js path/to/your/project/**/*.js
2727
| Warns when the original function could return/throw a non-promise || 🚫 |
2828
| **Refactoring/inlining handlers that contain conditional returns** | | |
2929
| All but one if/else/switch branch return || 🚫 |
30-
| All but one nested if/else/switch branch return || 🚫 |
30+
| All branches return, even nested ones || ❓(I don't think so?) |
31+
| All but one nested if/else/switch branch return | 🚫 | 🚫 |
3132
| More than one if/else/switch branch doesn't return | 🚫 | 🚫 |
3233
| Return inside loop | 🚫 | 🚫 |

0 commit comments

Comments
 (0)