Searched refs:workerFile (Results 1 – 7 of 7) sorted by relevance
/developtools/ace_ets2bundle/compiler/src/fast_build/common/ |
D | init_config.ts | 23 workerFile 34 workerFile: workerFile,
|
D | process_project_config.ts | 29 export let workerFile = null; variable 35 workerFile = readWorkerFile(); 37 loadWorker(projectConfig, workerFile);
|
/developtools/ace_js2bundle/ace-loader/ |
D | webpack.rich.config.js | 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); [all …]
|
/developtools/ace_js2bundle/ace-loader/src/ |
D | genBin-plugin.js | 42 let workerFile = null; variable 48 workerFile = workerFile_ 61 if (checkWorksFile(key, workerFile)) {
|
D | genAbc-plugin.js | 48 let workerFile = null; variable 76 workerFile = workerFile_; 105 if (checkWorksFile(key, workerFile) && key !== 'commons.js' && key !== 'vendors.js') { 108 if (key === 'commons.js' || key === 'vendors.js' || !checkWorksFile(key, workerFile)) { 151 function checkWorksFile(assetPath, workerFile) { argument 152 if (workerFile === null) { 159 for (const key in workerFile) {
|
D | resource-plugin.js | 36 let workerFile; variable
|
/developtools/ace_ets2bundle/compiler/ |
D | rollup.config.js | 31 workerFile, 101 targets: getCleanConfig(workerFile),
|