compareRuntime(a, b): 0 | 1 | -1Attributes
Returns:
<0>
|
<1>
|
<-1>filterRuntime(runtime, filter): undefined | string | boolean | SortableSetAttributes
runtime:
<RuntimeSpec>filter:
<object>Returns:
<undefined>
|
<string>
|
<boolean>
|
<SortableSet><
<string>
>forEachRuntime(runtime, fn, deterministicOrder?): voidAttributes
Returns:
{void}
getEntryRuntime(compilation, name, options?): RuntimeSpecAttributes
Returns:
<RuntimeSpec>getRuntimeKey(runtime): stringAttributes
runtime:
<RuntimeSpec>Returns:
<string>intersectRuntime(a, b): RuntimeSpecAttributes
Returns:
<RuntimeSpec>keyToRuntime(key): RuntimeSpecAttributes
key:
<string>Returns:
<RuntimeSpec>mergeRuntime(a, b): RuntimeSpecAttributes
Returns:
<RuntimeSpec>mergeRuntimeCondition(a, b, runtime): RuntimeConditionAttributes
Returns:
<RuntimeCondition>mergeRuntimeConditionNonFalse(a, b, runtime): undefined | string | true | SortableSetAttributes
a:
<undefined>
|
<string>
|
<true>
|
<SortableSet><
<string>
>b:
<undefined>
|
<string>
|
<true>
|
<SortableSet><
<string>
>runtime:
<RuntimeSpec>Returns:
<undefined>
|
<string>
|
<true>
|
<SortableSet><
<string>
>mergeRuntimeOwned(a, b): RuntimeSpecAttributes
Returns:
<RuntimeSpec>runtimeConditionToString(runtimeCondition): stringAttributes
runtimeCondition:
<RuntimeCondition>Returns:
<string>runtimeEqual(a, b): booleanAttributes
Returns:
<boolean>runtimeToString(runtime): stringAttributes
runtime:
<RuntimeSpec>Returns:
<string>subtractRuntime(a, b): RuntimeSpecAttributes
Returns:
<RuntimeSpec>subtractRuntimeCondition(a, b, runtime): RuntimeConditionAttributes
Returns:
<RuntimeCondition>