Home
last modified time | relevance | path

Searched refs:hermesSourcemap (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DprintBundleSizes.ts23 if (bundleOutput.hermesSourcemap) {
24 files.push([chalk.dim(`index.${platform}.hbc.map`), bundleOutput.hermesSourcemap]);
H A Dfork-bundleAsync.ts39 hermesSourcemap?: string;
158 bundleOutput.hermesSourcemap = hermesBundleOutput.sourcemap;
H A DexportHermes.ts111 const hermesSourcemap = await fs.readJSON(hermesMapFile); constant
112 return JSON.stringify(composeSourceMaps([bundlerSourcemap, hermesSourcemap]));
H A DwriteContents.ts99 const sourceMap = bundle.hermesSourcemap ?? bundle.map;
/expo/packages/@expo/cli/src/export/__tests__/
H A DprintBundleSizes-test.ts47 hermesSourcemap: '12345',