Home
last modified time | relevance | path

Searched refs:BundleOptions (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A Dfork-bundleAsync.ts7 import type { BundleOptions as MetroBundleOptions } from 'metro/src/shared/types';
25 export type BundleOptions = { alias
63 bundles: BundleOptions[]
83 const buildAsync = async (bundle: BundleOptions): Promise<BundleOutput> => {
139 bundle: BundleOptions,
/expo/packages/@expo/cli/src/export/embed/
H A DexportEmbedAsync.ts4 import type { BundleOptions } from 'metro/src/shared/types';
47 options.unstableTransformProfile as BundleOptions['unstable_transformProfile'],
/expo/packages/@expo/cli/ts-declarations/metro/
H A Dindex.d.ts119 function splitBundleOptions(options: BundleOptions): SplitBundleOptions;