add comment

This commit is contained in:
Tobias Koppers 2018-10-18 09:22:11 +02:00
parent 96f9722173
commit 767b15f3b9
1 changed files with 2 additions and 0 deletions

View File

@ -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