Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 61) sorted by relevance

123

/expo/packages/@expo/config/src/__tests__/
H A DConfigParsing-test.ts41 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 DConfig-test.ts97 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 DWeb-test.ts38 const { exp } = getConfig('/standard'); constant
44 const { exp } = getConfig('/custom'); constant
56 const { exp } = getConfig(project); constant
H A DgetConfig-e2e-test.ts45 const { exp } = getConfig(projectRoot, { constant
64 const { exp } = getConfig(projectRoot, { constant
/expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/
H A DvalidateDependenciesVersions-test.ts70 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 DDevelopmentSession-test.ts26 const exp = { constant
59 const exp = { constant
87 const exp = { constant
/expo/packages/@expo/config-plugins/build/utils/
H A Dversions.js16 function gteSdkVersion(exp, sdkVersion) { argument
29 function lteSdkVersion(exp, sdkVersion) { argument
/expo/packages/@expo/cli/src/install/
H A DinstallAsync.ts50 const { exp } = getConfig(projectRoot, { constant
200 const { exp } = getConfig(projectRoot, { skipSDKVersionRequirement: true }); constant
H A DcheckPackages.ts46 const { exp, pkg } = getConfig(projectRoot, { constant
/expo/packages/@expo/cli/src/utils/
H A DgetOrPromptApplicationId.ts34 const { exp } = getConfig(projectRoot); constant
142 const { exp } = getConfig(projectRoot); constant
/expo/packages/@expo/cli/src/export/
H A DgetPublicExpoManifest.ts13 const { exp } = getConfig(projectRoot, { constant
H A DcreateBundles.ts23 const { exp } = projectConfig; constant
H A DresolveOptions.ts68 const { exp } = getConfig(projectRoot, { skipPlugins: true, skipSDKVersionRequirement: true }); constant
/expo/packages/expo-router/src/static/
H A DgetRootComponent.ts17 const exp = rootContext(keys[0]); constant
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DwithAndroidSplashLegacyMainActivity-test.ts21 const exp: ExpoConfig = { constant
/expo/packages/@expo/cli/src/export/web/
H A DexportWebAsync.ts19 const { exp } = getConfig(projectRoot); constant
/expo/packages/@expo/cli/src/customize/
H A DcustomizeAsync.ts19 const { exp } = getConfig(projectRoot, { constant
H A Dtypescript.ts22 const { exp } = getConfig(projectRoot, { skipSDKVersionRequirement: true }); constant
/expo/packages/@expo/cli/e2e/__tests__/
H A Dconfig-test.ts69 const exp = JSON.parse(results.stdout); constant
/expo/packages/@expo/cli/src/run/
H A DstartBundler.ts44 const { exp } = getConfig(projectRoot, { constant
/expo/packages/@expo/cli/src/start/server/type-generation/
H A DstartTypescriptTypeGeneration.ts28 const { exp } = getConfig(projectRoot); constant
/expo/packages/@expo/cli/src/start/server/
H A DDevServerManager.ts119 const { exp } = getConfig(this.projectRoot, { constant
158 const { exp } = getConfig(this.projectRoot, { skipSDKVersionRequirement: true }); constant
/expo/packages/expo-image/build/utils/blurhash/
H A Dutils.js20 export const signPow = (val, exp) => sign(val) * Math.pow(Math.abs(val), exp); argument
/expo/packages/@expo/cli/src/prebuild/
H A DprebuildAsync.ts84 const { exp, pkg } = await ensureConfigAsync(projectRoot, { platforms: options.platforms }); constant
/expo/packages/expo-updates/cli/
H A DconfigureCodeSigningAsync.ts32 const { exp } = getConfig(projectRoot, { skipSDKVersionRequirement: true }); constant

123