Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DexportHermes.ts83 const tempHbcFile = path.join(tempDir, 'index.hbc'); constant
85 const args = ['-emit-binary', '-out', tempHbcFile, tempBundleFile, '-output-source-map'];
92 fs.readFile(tempHbcFile),
93 createHermesSourcemapAsync(projectRoot, map, `${tempHbcFile}.map`),