Searched refs:startDir (Results 1 – 5 of 5) sorted by relevance
6 const startDir = path.resolve(opts.cwd || ''); constant7 const {root} = path.parse(startDir);22 })(startDir);
22 startDir = os.path.dirname(os.path.abspath(__file__)) variable31 for root, dirs, files in os.walk(startDir):
534 let startDir = rootPath || require('require-main-filename')(parentRequire || require)539 if (!rootPath && path.extname(startDir)) {540 startDir = path.dirname(startDir)544 cwd: startDir
20856 const startDir = path$6.resolve(opts.cwd || ''); constant20857 const {root} = path$6.parse(startDir);20872 })(startDir);