Home
last modified time | relevance | path

Searched refs:BundleOutput (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DcreateBundles.ts3 import { bundleAsync, BundleOutput } from './fork-bundleAsync';
18 ): Promise<Partial<Record<Platform, BundleOutput>>> {
43 return bundleOptions.platforms.reduce<Partial<Record<Platform, BundleOutput>>>(
H A DwriteContents.ts7 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 DprintBundleSizes.ts6 import { BundleOutput } from './fork-bundleAsync';
11 export function printBundleSizes(bundles: Partial<Record<Platform, BundleOutput>>) {
16 Pick<BundleOutput, 'hermesBytecodeBundle' | 'code' | 'hermesSourcemap' | 'map'>,
H A Dfork-bundleAsync.ts35 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 DcreateMetadataJson.ts3 import { BundleOutput } from './fork-bundleAsync';
19 bundles: Partial<Record<BundlePlatform, Pick<BundleOutput, 'assets'>>>;
H A DexportAssets.ts7 import { BundleOutput } from './fork-bundleAsync';
85 bundles: Partial<Record<ModPlatform, BundleOutput>>;
113 bundles: Partial<Record<ModPlatform, BundleOutput>>;