mirror of https://github.com/webpack/webpack.git
add comment
This commit is contained in:
parent
96f9722173
commit
767b15f3b9
|
|
@ -355,6 +355,8 @@ const compareIterables = elementComparator => {
|
|||
};
|
||||
exports.compareIterables = compareIterables;
|
||||
|
||||
// TODO this is no longer needed when minimum node.js version is >= 12
|
||||
// since these versions ship with a stable sort function
|
||||
/**
|
||||
* @template T
|
||||
* @param {Iterable<T>} iterable original ordered list
|
||||
|
|
|
|||
Loading…
Reference in New Issue