(...segs: string[])
| 41 | } |
| 42 | |
| 43 | const repoPath = (...segs: string[]) => |
| 44 | path.normalize(path.join(...segs.filter(Boolean))); |
| 45 | |
| 46 | const allTags = () => run("git tag --list").split("\n").filter(Boolean); |
| 47 |
no outgoing calls
no test coverage detected
searching dependent graphs…