Home
last modified time | relevance | path

Searched refs:getPrebuildConfigAsync (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/cli/src/config/
H A DconfigAsync.ts57 const { getPrebuildConfigAsync } = await import('@expo/prebuild-config'); constant
59 config = await profile(getPrebuildConfigAsync)(projectRoot, {
63 const { getPrebuildConfigAsync } = await import('@expo/prebuild-config'); constant
66 config = await profile(getPrebuildConfigAsync)(projectRoot, {
/expo/packages/@expo/prebuild-config/build/
H A Dindex.js7 getPrebuildConfigAsync: true property
12 return _getPrebuildConfig().getPrebuildConfigAsync;
H A DgetPrebuildConfig.js6 exports.getPrebuildConfigAsync = getPrebuildConfigAsync;
28 async function getPrebuildConfigAsync(projectRoot, props) { function
H A Dindex.d.ts1 export { getPrebuildConfigAsync } from './getPrebuildConfig';
H A DgetPrebuildConfig.d.ts3 export declare function getPrebuildConfigAsync(projectRoot: string, props: { function
H A Dindex.js.map1 …sourcesContent":["/* eslint-disable import/export */\n\nexport { getPrebuildConfigAsync } from './…
H A DgetPrebuildConfig.js.map1getPrebuildConfigAsync","projectRoot","props","autolinkedModules","getAutolinkedPackagesAsync","pl…
/expo/packages/@expo/cli/src/prebuild/
H A DconfigureProjectAsync.ts3 import { getPrebuildConfigAsync } from '@expo/prebuild-config';
32 let { exp: config } = await getPrebuildConfigAsync(projectRoot, {
/expo/packages/@expo/prebuild-config/src/
H A Dindex.ts3 export { getPrebuildConfigAsync } from './getPrebuildConfig';
H A DgetPrebuildConfig.ts12 export async function getPrebuildConfigAsync( function