Lines Matching refs:inputPaths
295 function filterIntermediateJsBundleByHashJson(buildPath, inputPaths) { argument
296 inputPaths = removeDuplicateInfoOfBundleList(inputPaths);
298 for (let i = 0; i < inputPaths.length; ++i) {
299 fileterIntermediateJsBundle.push(inputPaths[i]);
312 for (let i = 0; i < inputPaths.length; ++i) {
313 const cacheOutputPath = inputPaths[i].cacheOutputPath;
328 fileterIntermediateJsBundle.push(inputPaths[i]);
331 fileterIntermediateJsBundle.push(inputPaths[i]);
570 function generateAbcByEs2AbcOfBundleMode(inputPaths) { argument
571 filterIntermediateJsBundleByHashJson(buildPathInfo, inputPaths);
623 function generateFileOfBundle(inputPaths) { argument
625 inputPaths = removeDuplicateInfoOfBundleList(inputPaths);
628 inputPaths.forEach(info => {
641 function removeDuplicateInfoOfBundleList(inputPaths) { argument
643 inputPaths.forEach((item) => {
651 inputPaths = tempInputPaths;
653 return inputPaths;