On this page

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

filterRuntime(runtime, filter): undefined | string | boolean | SortableSet
Attributes
filter:<object>
Returns:<undefined> | <string> | <boolean> | <SortableSet>

forEachRuntime(runtime, fn, deterministicOrder?): void
Attributes
deterministicOrder:<boolean>
Returns:
{void}

getEntryRuntime(compilation, name, options?): RuntimeSpec
Attributes
compilation:<Compilation>

getRuntimeKey(runtime): string
Attributes
Returns:<string>

intersectRuntime(a, b): RuntimeSpec
Attributes

keyToRuntime(key): RuntimeSpec
Attributes

mergeRuntime(a, b): RuntimeSpec
Attributes

mergeRuntimeCondition(a, b, runtime): RuntimeCondition
Attributes

mergeRuntimeConditionNonFalse(a, b, runtime): undefined | string | true | SortableSet
Attributes
a:<undefined> | <string> | <true> | <SortableSet>
b:<undefined> | <string> | <true> | <SortableSet>
Returns:<undefined> | <string> | <true> | <SortableSet>

mergeRuntimeOwned(a, b): RuntimeSpec
Attributes

runtimeConditionToString(runtimeCondition): string
Attributes
runtimeCondition:<RuntimeCondition>
Returns:<string>

runtimeEqual(a, b): boolean
Attributes
Returns:<boolean>

runtimeToString(runtime): string
Attributes
Returns:<string>

subtractRuntime(a, b): RuntimeSpec
Attributes

subtractRuntimeCondition(a, b, runtime): RuntimeCondition
Attributes