Home
last modified time | relevance | path

Searched refs:getConfigFilePaths (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config/src/__tests__/
H A DgetConfig-test.ts3 import { getConfigFilePaths, modifyConfigAsync } from '../Config';
146 const paths = getConfigFilePaths('syntax-error');
154 const paths = getConfigFilePaths('missing-import-error');
195 const paths = getConfigFilePaths('static-override');
/expo/packages/@expo/config/build/
H A DConfig.js9 getConfigFilePaths: true, property
18 exports.getConfigFilePaths = getConfigFilePaths;
186 const paths = getConfigFilePaths(projectRoot);
288 function getConfigFilePaths(projectRoot) { function
507 const paths = getConfigFilePaths(projectRoot);
H A DConfig.d.ts35 export declare function getConfigFilePaths(projectRoot: string): ConfigFilePaths;
H A DConfig.js.map1getConfigFilePaths","rawStaticConfig","staticConfigPath","getStaticConfig","rootConfig","staticCon…
/expo/packages/@expo/config/src/
H A DConfig.ts90 const paths = getConfigFilePaths(projectRoot);
204 export function getConfigFilePaths(projectRoot: string): ConfigFilePaths { function
430 const paths = getConfigFilePaths(projectRoot);
/expo/packages/@expo/cli/src/export/
H A Dfork-bundleAsync.ts1 import { ExpoConfig, getConfigFilePaths, Platform } from '@expo/config';
49 const paths = getConfigFilePaths(projectRoot);