MCPcopy
hub / github.com/webpack/webpack / sortItemsWithChunkIds

Method sortItemsWithChunkIds

lib/Compilation.js:4687–4695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

sealMethod · 0.95

Calls 2

sortItemsMethod · 0.80
sortMethod · 0.80

Tested by

no test coverage detected