Skip to content

Commit 857772a

Browse files
committed
33206: Removed lib/web/es6-collections.js and replaced usages with native JS
1 parent 0a05fa3 commit 857772a

File tree

4 files changed

+0
-242
lines changed

4 files changed

+0
-242
lines changed

app/code/Magento/Ui/view/base/requirejs-config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ var config = {
3636
* Adds polyfills only for browser contexts which prevents bundlers from including them.
3737
*/
3838
if (typeof window !== 'undefined' && window.document) {
39-
/**
40-
* Polyfill Map and WeakMap for older browsers that do not support them.
41-
*/
42-
if (typeof Map === 'undefined' || typeof WeakMap === 'undefined') {
43-
config.deps.push('es6-collections');
44-
}
45-
4639
/**
4740
* Polyfill MutationObserver only for the browsers that do not support it.
4841
*/

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromCreateProject/composer.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testSkeleton/composer.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/web/es6-collections.js

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)