(fsPath: string, path: PlatformPath)
| 132 | } |
| 133 | |
| 134 | function dirname(fsPath: string, path: PlatformPath) { |
| 135 | return path.dirname(fsPath) + path.sep; |
| 136 | } |
| 137 | |
| 138 | function basename(fsPath: string, withExt: boolean, path: PlatformPath) { |
| 139 | return withExt |
no outgoing calls
no test coverage detected