Actions
Refactor #20846
closedrefactor usage of ES6 Map to using _set
Description
#195541 introduced the use of `Map`, which needs to be enabled (still) to be used in older browsers that do not support it yet, like the browser used for integration tests.
See https://babeljs.io/learn-es2015/#ecmascript-2015-features-map-set-weak-map-weak-set
[1]https://github.com/theforeman/foreman/pull/4792
Updated by Daniel Lobato Garcia over 7 years ago
- Status changed from Ready For Testing to Closed
Closing as the PR was replaced by https://github.com/theforeman/foreman/pull/4811
Updated by Ohad Levy over 7 years ago
- Status changed from Closed to Rejected
instead of adding support for ES6 map, we ended up rewriting the patch to not use Map.
Actions