(file, json)
| 97 | } |
| 98 | |
| 99 | async function ensureWriteJson(file, json) { |
| 100 | await ensureWrite(file, JSON.stringify(json, null, 2) + '\n') |
| 101 | } |
| 102 | |
| 103 | async function buildIcons(package, style, format) { |
| 104 | let outDir = `./${package}/${style}` |
no test coverage detected
searching dependent graphs…