Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/common/
Dinit_config.ts23 workerFile
34 workerFile: workerFile,
Dprocess_project_config.ts29 export let workerFile = null; variable
35 workerFile = readWorkerFile();
37 loadWorker(projectConfig, workerFile);
/developtools/ace_js2bundle/ace-loader/
Dwebpack.rich.config.js232 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/
DgenBin-plugin.js42 let workerFile = null; variable
48 workerFile = workerFile_
61 if (checkWorksFile(key, workerFile)) {
DgenAbc-plugin.js48 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) {
Dresource-plugin.js36 let workerFile; variable
/developtools/ace_ets2bundle/compiler/
Drollup.config.js31 workerFile,
101 targets: getCleanConfig(workerFile),