On this page

compareRuntime(a, b): 0 | 1 | -1
Attributes
Returns:
{0|1|-1}

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

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): void
  • a {undefined|string|true|SortableSet< string >}
  • b {undefined|string|true|SortableSet< string >}
  • runtime <RuntimeSpec>
  • Returns: {undefined|string|true|SortableSet< string >}

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