Searched refs:BundleOutput (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/@expo/cli/src/export/ |
| H A D | createBundles.ts | 3 import { bundleAsync, BundleOutput } from './fork-bundleAsync'; 18 ): Promise<Partial<Record<Platform, BundleOutput>>> { 43 return bundleOptions.platforms.reduce<Partial<Record<Platform, BundleOutput>>>(
|
| H A D | writeContents.ts | 7 import { BundleOutput } from './fork-bundleAsync'; 43 bundles: Partial<Record<Platform, Pick<BundleOutput, 'hermesBytecodeBundle' | 'code'>>>; 52 Pick<BundleOutput, 'hermesBytecodeBundle' | 'code'>, 90 Pick<BundleOutput, 'hermesSourcemap' | 'map' | 'hermesBytecodeBundle' | 'code'> 140 bundles: Record<string, Pick<BundleOutput, 'assets'>>;
|
| H A D | printBundleSizes.ts | 6 import { BundleOutput } from './fork-bundleAsync'; 11 export function printBundleSizes(bundles: Partial<Record<Platform, BundleOutput>>) { 16 Pick<BundleOutput, 'hermesBytecodeBundle' | 'code' | 'hermesSourcemap' | 'map'>,
|
| H A D | fork-bundleAsync.ts | 35 export type BundleOutput = { alias 64 ): Promise<BundleOutput[]> { 83 const buildAsync = async (bundle: BundleOptions): Promise<BundleOutput> => { 140 bundleOutput: BundleOutput 141 ): Promise<BundleOutput> => { 165 const bundleOutputs: BundleOutput[] = [];
|
| H A D | createMetadataJson.ts | 3 import { BundleOutput } from './fork-bundleAsync'; 19 bundles: Partial<Record<BundlePlatform, Pick<BundleOutput, 'assets'>>>;
|
| H A D | exportAssets.ts | 7 import { BundleOutput } from './fork-bundleAsync'; 85 bundles: Partial<Record<ModPlatform, BundleOutput>>; 113 bundles: Partial<Record<ModPlatform, BundleOutput>>;
|