Searched refs:getDynamicConfig (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/config/src/__tests__/ |
| H A D | getConfig-test.ts | 4 import { getDynamicConfig, getStaticConfig } from '../getConfig'; 95 describe(getDynamicConfig, () => { 131 getDynamicConfig('dynamic-export-types/exports-function.app.config.js', mockConfigContext) 138 getDynamicConfig('dynamic-export-types/exports-object.app.config.js', mockConfigContext) 147 expect(() => getDynamicConfig(paths.dynamicConfigPath!, mockConfigContext)).toThrowError( 155 expect(() => getDynamicConfig(paths.dynamicConfigPath!, mockConfigContext)).toThrowError(
|
| H A D | getConfig-e2e-test.ts | 5 import { getDynamicConfig } from '../getConfig'; 11 describe(getDynamicConfig, () => { 29 const { config } = getDynamicConfig(configPath, mockConfigContext); 33 getDynamicConfig(configPath, {
|
| /expo/packages/@expo/config/build/ |
| H A D | getConfig.js | 6 exports.getDynamicConfig = getDynamicConfig; 53 function getDynamicConfig(configPath, request) { function
|
| H A D | getConfig.d.ts | 3 export declare function getDynamicConfig(configPath: string, request: ConfigContext): DynamicConfig… function
|
| H A D | getConfig.js.map | 1 …getDynamicConfig","configPath","request","config","ConfigError","getStaticConfig","JsonFile","read…
|
| H A D | Config.js | 259 } = (0, _getConfig().getDynamicConfig)(paths.dynamicConfigPath, {
|
| H A D | Config.js.map | 1 …getDynamicConfig","dynamicConfig","getPackageJson","getRootPackageJsonPath","JsonFile","read","get…
|
| /expo/packages/@expo/config/src/ |
| H A D | getConfig.ts | 25 export function getDynamicConfig(configPath: string, request: ConfigContext): DynamicConfigResults { function
|
| H A D | Config.ts | 21 import { getDynamicConfig, getStaticConfig } from './getConfig'; 170 const { exportedObjectType, config: rawDynamicConfig } = getDynamicConfig(
|