Searched refs:hermesSourcemap (Results 1 – 5 of 5) sorted by relevance
23 if (bundleOutput.hermesSourcemap) {24 files.push([chalk.dim(`index.${platform}.hbc.map`), bundleOutput.hermesSourcemap]);
39 hermesSourcemap?: string;158 bundleOutput.hermesSourcemap = hermesBundleOutput.sourcemap;
111 const hermesSourcemap = await fs.readJSON(hermesMapFile); constant112 return JSON.stringify(composeSourceMaps([bundlerSourcemap, hermesSourcemap]));
99 const sourceMap = bundle.hermesSourcemap ?? bundle.map;
47 hermesSourcemap: '12345',