()
| 4685 | } |
| 4686 | |
| 4687 | sortItemsWithChunkIds() { |
| 4688 | for (const chunkGroup of this.chunkGroups) { |
| 4689 | chunkGroup.sortItems(); |
| 4690 | } |
| 4691 | |
| 4692 | this.errors.sort(compareErrors); |
| 4693 | this.warnings.sort(compareErrors); |
| 4694 | this.children.sort(byNameOrHash); |
| 4695 | } |
| 4696 | |
| 4697 | summarizeDependencies() { |
| 4698 | for (const child of this.children) { |