Searched refs:es2abcFilePath (Results 1 – 1 of 1) sorted by relevance
51 let es2abcFilePath = path.join(__dirname, '../bin/ark/build-win/bin/es2abc'); variable242 if (fs.existsSync(es2abcFilePath + '.exe') || fs.existsSync(es2abcFilePath)) {245 es2abcFilePath = path.join(__dirname, '../bin/ark/build-mac/bin/es2abc');246 if (fs.existsSync(es2abcFilePath)) {254 const transCode = spawn(es2abcFilePath,276 const cmd = '"' + es2abcFilePath + '" ' + previewJsFilePath + ' --output ' + previewAbcFilePath;