(s)
| 36 | |
| 37 | // Normalize a path to be a link |
| 38 | function normalize(s) { |
| 39 | return path.normalize(s).replace(/\\/g, '/'); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Flatten a path, it removes the leading "/" |
no outgoing calls
no test coverage detected
searching dependent graphs…