(fileSystem: FileSystem)
| 16 | return fs; |
| 17 | } |
| 18 | export function setFileSystem(fileSystem: FileSystem) { |
| 19 | fs = fileSystem; |
| 20 | } |
| 21 | |
| 22 | /** |
| 23 | * Convert the path `path` to an `AbsoluteFsPath`, throwing an error if it's not an absolute path. |
no outgoing calls
no test coverage detected
searching dependent graphs…