Lines Matching refs:path
124 const path = require('path');
218 module.filename = path.resolve('repl');
220 // path.resolve('repl') fails when the current working directory has been
222 // path. It's not really correct but what are the alternatives?
223 const dirname = path.dirname(process.execPath);
224 module.filename = path.resolve(dirname, 'repl');
461 parentURL = pathToFileURL(path.join(process.cwd(), 'repl')).href;
1297 baseName = path.basename(filePath);
1298 filePath = path.dirname(filePath);
1368 dir = path.resolve(dir, subdir);
1376 const extension = path.extname(dirent.name);
1386 const absolute = path.resolve(dir, dirent.name);
1430 dir = path.resolve(dir, subdir);
1431 const isInNodeModules = path.basename(dir) === 'node_modules';
1442 const extension = path.extname(name);
1451 const absolute = path.resolve(dir, name);