Home
last modified time | relevance | path

Searched defs:bundleOutput (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/export/embed/
H A DresolveOptions.ts19 bundleOutput: string; property
49 const bundleOutput = args['--bundle-output']; constant
/expo/packages/@expo/cli/src/export/
H A DwriteContents.ts50 for (const [platform, bundleOutput] of Object.entries(bundles) as [ constant
58 const bundle = bundleOutput.hermesBytecodeBundle ?? bundleOutput.code; constant
H A DprintBundleSizes.ts14 for (const [platform, bundleOutput] of Object.entries(bundles) as [ constant