Searched refs:jsPath (Results 1 – 2 of 2) sorted by relevance
52 const jsPath = path.join(projectRoot, 'App.js'); constant53 const js = await fs.readFile(jsPath, 'utf8');54 await fs.writeFile(jsPath, `${js}\n// adding comments`);
117 const jsPath = path.join(outputDir, jsBundleFileName); constant121 await fs.appendFile(jsPath, mappingComment);