(hierarchy: string[])
| 352 | } |
| 353 | |
| 354 | function getCanonical(hierarchy: string[]) { |
| 355 | return hierarchy.map((h) => getSafeFilenameForName(h)).join('-'); |
| 356 | } |
| 357 | |
| 358 | function getMdFile(subPkgName: string, hierarchy: string[]) { |
| 359 | let mdFile = ''; |
no test coverage detected
searching dependent graphs…