core-js-compat 3.3.5 → 3.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entries.json +3 -2
- package/package.json +1 -1
package/entries.json
CHANGED
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"es.function.bind"
|
|
616
616
|
],
|
|
617
617
|
"core-js/es/global-this": [
|
|
618
|
-
"
|
|
618
|
+
"es.global-this"
|
|
619
619
|
],
|
|
620
620
|
"core-js/es": [
|
|
621
621
|
"es.symbol",
|
|
@@ -2520,6 +2520,7 @@
|
|
|
2520
2520
|
"web.dom-collections.iterator"
|
|
2521
2521
|
],
|
|
2522
2522
|
"core-js/features/global-this": [
|
|
2523
|
+
"es.global-this",
|
|
2523
2524
|
"esnext.global-this"
|
|
2524
2525
|
],
|
|
2525
2526
|
"core-js/features": [
|
|
@@ -5196,7 +5197,7 @@
|
|
|
5196
5197
|
"es.function.bind"
|
|
5197
5198
|
],
|
|
5198
5199
|
"core-js/stable/global-this": [
|
|
5199
|
-
"
|
|
5200
|
+
"es.global-this"
|
|
5200
5201
|
],
|
|
5201
5202
|
"core-js/stable": [
|
|
5202
5203
|
"es.symbol",
|