(item: ResultItem)
| 302 | } |
| 303 | |
| 304 | const functionFn = (item: ResultItem) => { |
| 305 | processResultItemFn({ item, filepath, localMaps, type: 'function' }) |
| 306 | } |
| 307 | |
| 308 | parserResult.jsx.forEach(componentFn) |
| 309 | parserResult.css.forEach(functionFn) |
no test coverage detected