Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js51 let es2abcFilePath = path.join(__dirname, '../bin/ark/build-win/bin/es2abc'); variable
242 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;