Searched refs:bundleArray (Results 1 – 3 of 3) sorted by relevance
306 private splitJsBundlesBySize(bundleArray: Array<File>, groupNumber: number): any {308 if (bundleArray.length < groupNumber) {309 for (const value of bundleArray) {315 bundleArray.sort(function(f1: File, f2: File) {325 while (index < bundleArray.length) {327 result[smallestGroup].push(bundleArray[index]);328 const sizeUpdate: any = groupFileSize.get(smallestGroup) + bundleArray[index].size;
231 function splitJsBundlesBySize(bundleArray, groupNumber) { argument233 if (bundleArray.length < groupNumber) {234 for (let value of bundleArray) {240 bundleArray.sort(function(f1, f2) {250 while(index < bundleArray.length) {252 result[smallestGroup].push(bundleArray[index]);253 let sizeUpdate = groupFileSize.get(smallestGroup) + bundleArray[index].size;
679 function splitJsBundlesBySize(bundleArray: Array<File>, groupNumber: number): any {681 if (bundleArray.length < groupNumber) {682 for (const value of bundleArray) {688 bundleArray.sort(function(f1: File, f2: File) {698 while (index < bundleArray.length) {700 result[smallestGroup].push(bundleArray[index]);701 const sizeUpdate: any = groupFileSize.get(smallestGroup) + bundleArray[index].size;