(a, b)
| 2168 | return first; |
| 2169 | } |
| 2170 | function compare(a, b) { |
| 2171 | var diff = a.sortIndex - b.sortIndex; |
| 2172 | return 0 !== diff ? diff : a.id - b.id; |
| 2173 | } |
| 2174 | exports.unstable_now = void 0; |
| 2175 | if ("object" === typeof performance && "function" === typeof performance.now) { |
| 2176 | var localPerformance = performance; |