webpack.util.runtime.compareRuntime(a, b): voida{RuntimeSpec} firstb{RuntimeSpec} second- Returns: {0|1|-1} compare
webpack.util.runtime.filterRuntime(runtime, filter): voidruntime{RuntimeSpec} runtimefilter<object>filter function- Returns: {undefined|string|boolean|SortableSet
} true/false if filter is constant for all runtimes, otherwise runtimes that are active
webpack.util.runtime.forEachRuntime(runtime, fn, deterministicOrder?): voidruntime{RuntimeSpec} runtimefn<object>functordeterministicOrder<boolean>enforce a deterministic order- Returns: {void}
webpack.util.runtime.getEntryRuntime(compilation, name, options?): voidcompilation{Compilation} the compilationname<string>name of the entryoptions{EntryOptions} optionally already received entry options- Returns: {RuntimeSpec} runtime
webpack.util.runtime.getRuntimeKey(runtime): voidruntime{RuntimeSpec} runtime(s)- Returns:
<string>key of runtimes
webpack.util.runtime.intersectRuntime(a, b): voida{RuntimeSpec} firstb{RuntimeSpec} second- Returns: {RuntimeSpec} merged
webpack.util.runtime.keyToRuntime(key): RuntimeSpecAttributes
key:
<string>key of runtimes
Returns:
{RuntimeSpec} runtime(s)
webpack.util.runtime.mergeRuntime(a, b): voida{RuntimeSpec} firstb{RuntimeSpec} second- Returns: {RuntimeSpec} merged
webpack.util.runtime.mergeRuntimeCondition(a, b, runtime): voida{RuntimeCondition} firstb{RuntimeCondition} secondruntime{RuntimeSpec} full runtime- Returns: {RuntimeCondition} result
webpack.util.runtime.mergeRuntimeConditionNonFalse(a, b, runtime): voida{undefined|string|true|SortableSet} first b{undefined|string|true|SortableSet} second runtime{RuntimeSpec} full runtime- Returns: {undefined|string|true|SortableSet
} result
webpack.util.runtime.mergeRuntimeOwned(a, b): voida{RuntimeSpec} first (may be modified)b{RuntimeSpec} second- Returns: {RuntimeSpec} merged
webpack.util.runtime.runtimeConditionToString(runtimeCondition): voidruntimeCondition{RuntimeCondition} runtime condition- Returns:
<string>readable version
webpack.util.runtime.runtimeEqual(a, b): voida{RuntimeSpec} firstb{RuntimeSpec} second- Returns:
<boolean>true, when they are equal
webpack.util.runtime.runtimeToString(runtime): voidruntime{RuntimeSpec} runtime(s)- Returns:
<string>readable version
webpack.util.runtime.subtractRuntime(a, b): voida{RuntimeSpec} firstb{RuntimeSpec} second- Returns: {RuntimeSpec} result
webpack.util.runtime.subtractRuntimeCondition(a, b, runtime): voida{RuntimeCondition} firstb{RuntimeCondition} secondruntime{RuntimeSpec} runtime- Returns: {RuntimeCondition} result