(w_0)
| 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 | } |
| 52 | function _temp(w) { |
| 53 | return w.severity === "error"; |
| 54 | } |
nothing calls this directly
no outgoing calls
no test coverage detected