(p: string)
| 1432 | } |
| 1433 | |
| 1434 | function toPosix(p: string): string { |
| 1435 | return p.split(path.sep).join('/') |
| 1436 | } |
| 1437 | |
| 1438 | function normalizeVaultRelativePath(rel: string): string { |
| 1439 | const normalized = toPosix(path.normalize(rel)).replace(/^(\.\/)+/, '') |
no outgoing calls
no test coverage detected