Searched refs:nodeJs (Results 1 – 4 of 4) sorted by relevance
233 let nodeJs = 'node';234 if (env.nodeJs) {235 nodeJs = env.nodeJs;237 config.plugins.push(new GenAbcPlugin(process.env.buildPath, arkDir, nodeJs, workerFile,
46 let nodeJs; variable74 nodeJs = nodeJs_;664 cmdPrefix = `${nodeJs} ${abcArgs.join(' ')}`;683 let genAbcCmd = `${nodeJs} "${path.resolve(__dirname, manageBunldeWorkersScript)}"`;
59 if (projectConfig.nodeJs) {
102 let nodeJs: string; variable169 nodeJs = nodeJs_;784 let cmdPrefix: string = `${nodeJs} ${abcArgs.join(' ')}`;831 cmdPrefix = `${nodeJs} ${abcArgs.join(' ')}`;1302 let genAbcCmd: string = `${nodeJs} "${path.resolve(__dirname, MANAGE_WORKERS_SCRIPT)}"`;1353 abcArgs.unshift(nodeJs);