Home
last modified time | relevance | path

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

/expo/packages/@expo/fingerprint/e2e/__tests__/
H A Dmanaged-test.ts52 const jsPath = path.join(projectRoot, 'App.js'); constant
53 const js = await fs.readFile(jsPath, 'utf8');
54 await fs.writeFile(jsPath, `${js}\n// adding comments`);
/expo/packages/@expo/cli/src/export/
H A DwriteContents.ts117 const jsPath = path.join(outputDir, jsBundleFileName); constant
121 await fs.appendFile(jsPath, mappingComment);