Searched refs:getStaticConfig (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/config/build/ |
| H A D | getConfig.js | 7 exports.getStaticConfig = getStaticConfig; 63 function getStaticConfig(configPath) { function
|
| H A D | getConfig.d.ts | 4 export declare function getStaticConfig(configPath: string): AppJSONConfig | ExpoConfig;
|
| H A D | getConfig.js.map | 1 …getStaticConfig","JsonFile","read","json5"],"sources":["../src/getConfig.ts"],"sourcesContent":["i…
|
| H A D | Config.js | 187 …const rawStaticConfig = paths.staticConfigPath ? (0, _getConfig().getStaticConfig)(paths.staticCon…
|
| H A D | Config.js.map | 1 …getStaticConfig","rootConfig","staticConfig","packageJson","packageJsonPath","getPackageJsonAndPat…
|
| /expo/packages/@expo/config/src/__tests__/ |
| H A D | getConfig-test.ts | 4 import { getDynamicConfig, getStaticConfig } from '../getConfig'; 161 describe(getStaticConfig, () => { 198 expect(getStaticConfig(paths.staticConfigPath!).name).toBe('app-config-json');
|
| /expo/packages/@expo/config/src/ |
| H A D | getConfig.ts | 36 export function getStaticConfig(configPath: string): AppJSONConfig | ExpoConfig { function
|
| H A D | Config.ts | 21 import { getDynamicConfig, getStaticConfig } from './getConfig'; 92 const rawStaticConfig = paths.staticConfigPath ? getStaticConfig(paths.staticConfigPath) : null; constant
|