(error, i)
| 44 | return <Box key={`warning-${i_0}`} flexDirection="column"><Box><Text dimColor={true}>└ </Text><Text color="warning">[Warning]</Text><Text dimColor={true}> {warning.message}</Text></Box>{warning.suggestion && <Box marginLeft={3}><Text dimColor={true}>→ {warning.suggestion}</Text></Box>}</Box>; |
| 45 | } |
| 46 | function _temp3(error, i) { |
| 47 | return <Box key={`error-${i}`} flexDirection="column"><Box><Text dimColor={true}>└ </Text><Text color="error">[Error]</Text><Text dimColor={true}> {error.message}</Text></Box>{error.suggestion && <Box marginLeft={3}><Text dimColor={true}>→ {error.suggestion}</Text></Box>}</Box>; |
| 48 | } |
| 49 | function _temp2(w_0) { |
| 50 | return w_0.severity === "warning"; |
| 51 | } |
nothing calls this directly
no outgoing calls
no test coverage detected