Searched refs:locatePath (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/find-up/ |
D | index.js | 3 const locatePath = require('locate-path'); constant 13 locatePath(filenames, {cwd: dir}).then(file => { 34 const file = locatePath.sync(filenames, {cwd: dir});
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/find-up/ |
D | index.js | 3 const locatePath = require('locate-path'); constant 13 locatePath(filenames, {cwd: dir}).then(file => { 34 const file = locatePath.sync(filenames, {cwd: dir});
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/ |
D | readme.md | 18 const locatePath = require('locate-path'); 27 console(await locatePath(files)); 35 ### locatePath(input, [options]) 73 ### locatePath.sync(input, [options])
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/ |
D | readme.md | 18 const locatePath = require('locate-path'); 27 console(await locatePath(files)); 35 ### locatePath(input, [options]) 73 ### locatePath.sync(input, [options])
|
/third_party/node/tools/ |
D | lint-md.mjs | 20704 var locatePath$1 = {exports: {}}; 20832 locatePath$1.exports = (iterable, options) => { 20840 locatePath$1.exports.sync = (iterable, options) => { 20853 const locatePath = locatePath$1.exports; constant 20863 locatePath(filenames, {cwd: dir}).then(file => { 20884 const file = locatePath.sync(filenames, {cwd: dir});
|