| /expo/packages/@expo/config/src/__tests__/ |
| H A D | ConfigParsing-test.ts | 41 const { exp } = getConfig('/', { constant 80 const { exp, dynamicConfigPath, staticConfigPath } = getConfig('/', { constant 116 const { exp, staticConfigPath } = getConfig('/', { constant 141 const { exp } = getConfig('/', { constant 171 const { exp } = getConfig('/', { constant 191 const { exp } = getConfig('/', { constant 212 const { exp } = getConfig('/', { constant
|
| H A D | Config-test.ts | 97 const { exp } = getConfig('/private-data', { isPublicConfig: true }); constant 112 const { exp } = getConfig('/no-private-data', { isPublicConfig: true }); constant 159 const { exp } = getConfig('/from-config'); constant 164 const { exp } = getConfig('/from-package'); constant 192 const { exp, pkg } = getConfig('/no-package', { skipSDKVersionRequirement: true }); constant
|
| H A D | Web-test.ts | 38 const { exp } = getConfig('/standard'); constant 44 const { exp } = getConfig('/custom'); constant 56 const { exp } = getConfig(project); constant
|
| H A D | getConfig-e2e-test.ts | 45 const { exp } = getConfig(projectRoot, { constant 64 const { exp } = getConfig(projectRoot, { constant
|
| /expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/ |
| H A D | validateDependenciesVersions-test.ts | 70 const exp = { constant 95 const exp = { constant 126 const exp = { constant 173 const exp = { constant 191 const exp = { sdkVersion: '46.0.0' }; constant
|
| /expo/packages/@expo/cli/src/start/server/__tests__/ |
| H A D | DevelopmentSession-test.ts | 26 const exp = { constant 59 const exp = { constant 87 const exp = { constant
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | versions.js | 16 function gteSdkVersion(exp, sdkVersion) { argument 29 function lteSdkVersion(exp, sdkVersion) { argument
|
| /expo/packages/@expo/cli/src/install/ |
| H A D | installAsync.ts | 50 const { exp } = getConfig(projectRoot, { constant 200 const { exp } = getConfig(projectRoot, { skipSDKVersionRequirement: true }); constant
|
| H A D | checkPackages.ts | 46 const { exp, pkg } = getConfig(projectRoot, { constant
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | getOrPromptApplicationId.ts | 34 const { exp } = getConfig(projectRoot); constant 142 const { exp } = getConfig(projectRoot); constant
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | getPublicExpoManifest.ts | 13 const { exp } = getConfig(projectRoot, { constant
|
| H A D | createBundles.ts | 23 const { exp } = projectConfig; constant
|
| H A D | resolveOptions.ts | 68 const { exp } = getConfig(projectRoot, { skipPlugins: true, skipSDKVersionRequirement: true }); constant
|
| /expo/packages/expo-router/src/static/ |
| H A D | getRootComponent.ts | 17 const exp = rootContext(keys[0]); constant
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/ |
| H A D | withAndroidSplashLegacyMainActivity-test.ts | 21 const exp: ExpoConfig = { constant
|
| /expo/packages/@expo/cli/src/export/web/ |
| H A D | exportWebAsync.ts | 19 const { exp } = getConfig(projectRoot); constant
|
| /expo/packages/@expo/cli/src/customize/ |
| H A D | customizeAsync.ts | 19 const { exp } = getConfig(projectRoot, { constant
|
| H A D | typescript.ts | 22 const { exp } = getConfig(projectRoot, { skipSDKVersionRequirement: true }); constant
|
| /expo/packages/@expo/cli/e2e/__tests__/ |
| H A D | config-test.ts | 69 const exp = JSON.parse(results.stdout); constant
|
| /expo/packages/@expo/cli/src/run/ |
| H A D | startBundler.ts | 44 const { exp } = getConfig(projectRoot, { constant
|
| /expo/packages/@expo/cli/src/start/server/type-generation/ |
| H A D | startTypescriptTypeGeneration.ts | 28 const { exp } = getConfig(projectRoot); constant
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | DevServerManager.ts | 119 const { exp } = getConfig(this.projectRoot, { constant 158 const { exp } = getConfig(this.projectRoot, { skipSDKVersionRequirement: true }); constant
|
| /expo/packages/expo-image/build/utils/blurhash/ |
| H A D | utils.js | 20 export const signPow = (val, exp) => sign(val) * Math.pow(Math.abs(val), exp); argument
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | prebuildAsync.ts | 84 const { exp, pkg } = await ensureConfigAsync(projectRoot, { platforms: options.platforms }); constant
|
| /expo/packages/expo-updates/cli/ |
| H A D | configureCodeSigningAsync.ts | 32 const { exp } = getConfig(projectRoot, { skipSDKVersionRequirement: true }); constant
|