You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading QUnit in https://github.com/jashkenas/underscore I noticed that its unit tests for "is Map" started failing in older browsers because it was passing the check for "browser has Map support" but failing some of its tests since it is not actually a drop-in feature-complete implementation of ES6 Map.
When upgrading QUnit in https://github.com/jashkenas/underscore I noticed that its unit tests for "is Map" started failing in older browsers because it was passing the check for "browser has Map support" but failing some of its tests since it is not actually a drop-in feature-complete implementation of ES6
Map
.I've submitted an upstream patch at farzher/fuzzysort#71 (farzher/fuzzysort#72), but meanwhile we should fix it so that we don't leak it.
The text was updated successfully, but these errors were encountered: