(_path)
| 368 | const isWindows = process.platform === 'win32' |
| 369 | const oldPath = process.env.PATH |
| 370 | const toPOSIXPath = (_path) => _path.split(path.sep).join(path.posix.sep) |
| 371 | |
| 372 | const zxPath = path.resolve('./build/cli.js') |
| 373 | const zxLocation = isWindows ? toPOSIXPath(zxPath) : zxPath |
no outgoing calls
no test coverage detected
searching dependent graphs…