Lines Matching refs:workerFile
232 function setArkPlugin(env, workerFile) { argument
242 config.plugins.push(new GenAbcPlugin(process.env.buildPath, arkDir, nodeJs, workerFile,
254 …nfig.plugins.push(new GenBinPlugin(process.env.buildPath, path.join(__dirname, 'bin', workerFile)))
274 function excludeWorker(workerFile, name) { argument
275 if (workerFile) {
276 return Object.keys(workerFile).includes(name);
284 const workerFile = readWorkerFile(); constant
300 process.env.aceManifestPath, process.env.watchCSSFiles, workerFile),
345 setArkPlugin(env, workerFile);
351 return !excludeWorker(workerFile, chunk.name) && !/^\.\/TestAbility/.test(chunk.name);
370 setArkPlugin(env, workerFile);