(item)
| 127 | return t6; |
| 128 | } |
| 129 | function _temp3(item) { |
| 130 | const sourceText = item.sources.map(hookSourceInlineDisplayString).join(", "); |
| 131 | const matcherLabel = item.matcher || "(all)"; |
| 132 | return { |
| 133 | label: `[${sourceText}] ${matcherLabel}`, |
| 134 | value: item.matcher, |
| 135 | description: `${item.hookCount} ${plural(item.hookCount, "hook")}` |
| 136 | }; |
| 137 | } |
| 138 | function _temp2() { |
| 139 | return <Text>Esc to go back</Text>; |
| 140 | } |