On this page

compareChunkGroupsByIndex(a, b): 0 | 1 | -1
Attributes
Returns:
<0> | <1> | <-1>

Type:
<ParameterizedComparator> < <ChunkGraph> , <Chunk> >

compareChunksById(a, b): 0 | 1 | -1
Attributes
Returns:
<0> | <1> | <-1>

compareChunksNatural(chunkGraph): Comparator
Attributes
chunkGraph:<ChunkGraph>

compareIds(a, b): 0 | 1 | -1
Attributes
Returns:
<0> | <1> | <-1>

compareIterables(elementComparator): Comparator
Attributes
elementComparator:<Comparator>
< <T> >
Returns:<Comparator>
< <Iterable> < <T> >>

compareLocations(a, b): 0 | 1 | -1
Attributes
Returns:
<0> | <1> | <-1>

Type:
<ParameterizedComparator> < <Compiler> , <Module> >

Type:
<ParameterizedComparator> < <ChunkGraph> , <Module> >

compareModulesByIdentifier(a, b): 0 | 1 | -1
Attributes
Returns:
<0> | <1> | <-1>

Type:
<ParameterizedComparator> < <ChunkGraph> , <Module> >

Type:
<ParameterizedComparator> < <ModuleGraph> , <Module> >

Type:
<ParameterizedComparator> < <ModuleGraph> , <Module> >

compareNumbers(a, b): 0 | 1 | -1
Attributes
Returns:
<0> | <1> | <-1>

compareSelect(getter, comparator): void

compareStrings(a, b): 0 | 1 | -1
Attributes
Returns:
<0> | <1> | <-1>

compareStringsNumeric(a, b): 0 | 1 | -1
Attributes
Returns:
<0> | <1> | <-1>

concatComparators(c1, c2, ...cRest?): Comparator
Attributes
< <T> >
< <T> >
< <T> >[]
Returns:<Comparator>
< <T> >

keepOriginalOrder(iterable): void

sortWithSourceOrder(dependencies, dependencySourceOrderMap, onDependencyReSort?): void
Attributes
dependencies:<Dependency>
[]
dependencySourceOrderMap:<WeakMap>
onDependencyReSort:<object>
Returns:
{void}