* @param {CSSEntry} entry * @returns {string}
(entry)
| 65 | * @returns {string} |
| 66 | */ |
| 67 | function getEntryFile(entry) { |
| 68 | return absolutePath(entry.src); |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * @param {CSSEntry[]} cssEntries |
no test coverage detected
searching dependent graphs…