Commit 7bcf3b0
[flow][refactor] Change wildcard pattern in hoister.ml into explicit listing of cases
Summary:
Change wildcard pattern in hoister.ml into explicit listing of cases. This will make it easy to see when adding a new node type that this needs to be updated here.
Changelog: [internal]
Reviewed By: marcoww6
Differential Revision: D87486645
fbshipit-source-id: ee37f1f9144889250fe91dc9dad05f92fc39af8a1 parent 6c6e247 commit 7bcf3b0
1 file changed
+28
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
90 | 117 | | |
91 | 118 | | |
92 | 119 | | |
| |||
0 commit comments