Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DexportHermes.ts78 const tempBundleFile = path.join(tempDir, 'index.bundle'); constant
80 await fs.writeFile(tempBundleFile, code);
85 const args = ['-emit-binary', '-out', tempHbcFile, tempBundleFile, '-output-source-map']; constant