Lines Matching full:join
3 const { resolve, join, extname, basename, sep } = require('path')
10 const p = join(dir, shim)
18 const BIN = join(ROOT, 'bin')
20 const NODE_GYP = readNonJsFiles(join(BIN, 'node-gyp-bin'))
27 .join(sep)
47 t.match(diff[0].split('\n').reverse().join(''), /^NPX_CLI_JS=/, 'has NPX_CLI')
103 assert.equal(process.argv.slice(2).join(' '), 'prefix -g')
113 copyFileSync(process.execPath, join(path, 'node.exe'))
115 rmSync(join(path, 'node.exe'))
118 rmSync(join(path, 'node.exe'), { force: true })
166 chmodSync(join(path, shim), 0o755)
176 git: join(ProgramFiles, 'Git', 'bin', 'bash.exe'),
177 'user git': join(ProgramFiles, 'Git', 'usr', 'bin', 'bash.exe'),
178 wsl: join(SystemRoot, 'System32', 'bash.exe'),