Searched refs:resolveConfig (Results 1 – 2 of 2) sorted by relevance
611 const resolveConfig = flags.configs[configKey];612 if (typeof resolveConfig === 'function') {614 config = resolveConfig(resolvedConfigPath);
626 const resolveConfig = flags.configs[configKey];627 if (typeof resolveConfig === 'function') {629 config = resolveConfig(resolvedConfigPath);