Home
last modified time | relevance | path

Searched refs:applyExtends (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/yargs/lib/
Dapply-extends.js33 function applyExtends (config, cwd, mergeExtends) { function
59 defaultConfig = applyExtends(defaultConfig, path.dirname(pathToDefault), mergeExtends)
67 module.exports = applyExtends
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js13 const applyExtends = require('./lib/apply-extends') constant
345 key = applyExtends(key, cwd, self.getParserConfiguration()['deep-merge-config'])
519 … conf = applyExtends(obj[key], rootPath || cwd, self.getParserConfiguration()['deep-merge-config'])