Searched refs:getRuntimeVersionAsync (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | Updates-test.ts | 7 getRuntimeVersionAsync, 181 describe(getRuntimeVersionAsync, () => { 184 expect(await getRuntimeVersionAsync('', { runtimeVersion }, 'ios')).toBe(runtimeVersion); 188 expect(await getRuntimeVersionAsync('', { ios: { runtimeVersion } }, 'ios')).toBe( 196 await getRuntimeVersionAsync( 207 await getRuntimeVersionAsync( 215 expect(await getRuntimeVersionAsync('', {}, 'ios')).toEqual(null); 218 await expect(getRuntimeVersionAsync('', { runtimeVersion: 1 } as any, 'ios')).rejects.toThrow( 222 getRuntimeVersionAsync('', { runtimeVersion: { policy: 'unsupportedPlugin' } } as any, 'ios')
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | Updates.d.ts | 10 …lableAsync(...[projectRoot, config, platform]: Parameters<typeof getRuntimeVersionAsync>): Promise… 11 export declare function getRuntimeVersionAsync(projectRoot: string, config: Pick<ExpoConfig, 'versi…
|
| H A D | Updates.js | 9 exports.getRuntimeVersionAsync = getRuntimeVersionAsync; 117 return await getRuntimeVersionAsync(projectRoot, config, platform); 125 async function getRuntimeVersionAsync(projectRoot, config, platform) { function
|
| H A D | Updates.js.map | 1 …getRuntimeVersionAsync","e","boolish","console","log","_config$platform$runt","_config$platform","…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 60 ...[projectRoot, config, platform]: Parameters<typeof getRuntimeVersionAsync> 63 return await getRuntimeVersionAsync(projectRoot, config, platform); 72 export async function getRuntimeVersionAsync( function
|
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | ExpoGoManifestHandlerMiddleware.ts | 105 const runtimeVersion = await Updates.getRuntimeVersionAsync(
|
| /expo/packages/@expo/config-plugins/ |
| H A D | CHANGELOG.md | 17 - Replace `getRuntimeVersion` / `getRuntimeVersionNullable` with `getRuntimeVersionAsync` / `getRun…
|
| /expo/packages/@expo/cli/src/start/server/middleware/__tests__/ |
| H A D | ExpoGoManifestHandlerMiddleware-test.ts | 61 getRuntimeVersionAsync: jest.fn(() => Promise.resolve('45.0.0')),
|
| /expo/packages/@expo/cli/ |
| H A D | CHANGELOG.md | 55 - Forward the project root path to `getRuntimeVersionAsync` and `getRuntimeVersionNullableAsync`. (…
|