core-js-compat 3.29.0 → 3.29.1
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/data.json +14 -2
- package/entries.json +23 -7
- package/package.json +1 -1
package/data.json
CHANGED
|
@@ -5622,7 +5622,13 @@
|
|
|
5622
5622
|
"esnext.string.code-points": {},
|
|
5623
5623
|
"esnext.string.dedent": {},
|
|
5624
5624
|
"esnext.string.is-well-formed": {
|
|
5625
|
-
"
|
|
5625
|
+
"android": "111",
|
|
5626
|
+
"bun": "0.4.0",
|
|
5627
|
+
"chrome": "111",
|
|
5628
|
+
"chrome-android": "111",
|
|
5629
|
+
"edge": "111",
|
|
5630
|
+
"electron": "24.0",
|
|
5631
|
+
"opera": "97"
|
|
5626
5632
|
},
|
|
5627
5633
|
"esnext.string.match-all": {
|
|
5628
5634
|
"android": "80",
|
|
@@ -5669,7 +5675,13 @@
|
|
|
5669
5675
|
"samsung": "14.0"
|
|
5670
5676
|
},
|
|
5671
5677
|
"esnext.string.to-well-formed": {
|
|
5672
|
-
"
|
|
5678
|
+
"android": "111",
|
|
5679
|
+
"bun": "0.5.7",
|
|
5680
|
+
"chrome": "111",
|
|
5681
|
+
"chrome-android": "111",
|
|
5682
|
+
"edge": "111",
|
|
5683
|
+
"electron": "24.0",
|
|
5684
|
+
"opera": "97"
|
|
5673
5685
|
},
|
|
5674
5686
|
"esnext.symbol.async-dispose": {},
|
|
5675
5687
|
"esnext.symbol.dispose": {},
|
package/entries.json
CHANGED
|
@@ -821,8 +821,8 @@
|
|
|
821
821
|
"es.array.unscopables.flat-map",
|
|
822
822
|
"es.array.unshift",
|
|
823
823
|
"es.array.with",
|
|
824
|
-
"es.map",
|
|
825
824
|
"es.object.to-string",
|
|
825
|
+
"es.promise",
|
|
826
826
|
"es.string.iterator",
|
|
827
827
|
"esnext.array.from-async",
|
|
828
828
|
"esnext.array.find-last",
|
|
@@ -3100,6 +3100,7 @@
|
|
|
3100
3100
|
"es.typed-array.to-locale-string"
|
|
3101
3101
|
],
|
|
3102
3102
|
"core-js/actual/typed-array/to-reversed": [
|
|
3103
|
+
"es.typed-array.to-reversed",
|
|
3103
3104
|
"esnext.typed-array.to-reversed"
|
|
3104
3105
|
],
|
|
3105
3106
|
"core-js/actual/typed-array/to-sorted": [
|
|
@@ -3294,6 +3295,7 @@
|
|
|
3294
3295
|
"es.typed-array.iterator"
|
|
3295
3296
|
],
|
|
3296
3297
|
"core-js/actual/typed-array/with": [
|
|
3298
|
+
"es.typed-array.with",
|
|
3297
3299
|
"esnext.typed-array.with"
|
|
3298
3300
|
],
|
|
3299
3301
|
"core-js/actual/unescape": [
|
|
@@ -5323,7 +5325,7 @@
|
|
|
5323
5325
|
"es.typed-array.to-locale-string"
|
|
5324
5326
|
],
|
|
5325
5327
|
"core-js/es/typed-array/to-reversed": [
|
|
5326
|
-
"
|
|
5328
|
+
"es.typed-array.to-reversed"
|
|
5327
5329
|
],
|
|
5328
5330
|
"core-js/es/typed-array/to-sorted": [
|
|
5329
5331
|
"es.typed-array.sort",
|
|
@@ -5489,7 +5491,7 @@
|
|
|
5489
5491
|
"es.typed-array.iterator"
|
|
5490
5492
|
],
|
|
5491
5493
|
"core-js/es/typed-array/with": [
|
|
5492
|
-
"
|
|
5494
|
+
"es.typed-array.with"
|
|
5493
5495
|
],
|
|
5494
5496
|
"core-js/es/unescape": [
|
|
5495
5497
|
"es.unescape"
|
|
@@ -6207,13 +6209,16 @@
|
|
|
6207
6209
|
"es.array.splice"
|
|
6208
6210
|
],
|
|
6209
6211
|
"core-js/features/array/to-reversed": [
|
|
6212
|
+
"es.array.to-reversed",
|
|
6210
6213
|
"esnext.array.to-reversed"
|
|
6211
6214
|
],
|
|
6212
6215
|
"core-js/features/array/to-sorted": [
|
|
6213
6216
|
"es.array.sort",
|
|
6217
|
+
"es.array.to-sorted",
|
|
6214
6218
|
"esnext.array.to-sorted"
|
|
6215
6219
|
],
|
|
6216
6220
|
"core-js/features/array/to-spliced": [
|
|
6221
|
+
"es.array.to-spliced",
|
|
6217
6222
|
"esnext.array.to-spliced"
|
|
6218
6223
|
],
|
|
6219
6224
|
"core-js/features/array/unique-by": [
|
|
@@ -6426,6 +6431,7 @@
|
|
|
6426
6431
|
"esnext.array.with"
|
|
6427
6432
|
],
|
|
6428
6433
|
"core-js/features/array/with": [
|
|
6434
|
+
"es.array.with",
|
|
6429
6435
|
"esnext.array.with"
|
|
6430
6436
|
],
|
|
6431
6437
|
"core-js/features/async-disposable-stack": [
|
|
@@ -6904,7 +6910,8 @@
|
|
|
6904
6910
|
"core-js/features/instance/replace-all": [
|
|
6905
6911
|
"es.regexp.exec",
|
|
6906
6912
|
"es.string.replace",
|
|
6907
|
-
"es.string.replace-all"
|
|
6913
|
+
"es.string.replace-all",
|
|
6914
|
+
"esnext.string.replace-all"
|
|
6908
6915
|
],
|
|
6909
6916
|
"core-js/features/instance/reverse": [
|
|
6910
6917
|
"es.array.reverse"
|
|
@@ -8903,6 +8910,7 @@
|
|
|
8903
8910
|
"es.typed-array.to-locale-string"
|
|
8904
8911
|
],
|
|
8905
8912
|
"core-js/features/typed-array/to-reversed": [
|
|
8913
|
+
"es.typed-array.to-reversed",
|
|
8906
8914
|
"esnext.typed-array.to-reversed"
|
|
8907
8915
|
],
|
|
8908
8916
|
"core-js/features/typed-array/to-sorted": [
|
|
@@ -9133,6 +9141,7 @@
|
|
|
9133
9141
|
"es.typed-array.iterator"
|
|
9134
9142
|
],
|
|
9135
9143
|
"core-js/features/typed-array/with": [
|
|
9144
|
+
"es.typed-array.with",
|
|
9136
9145
|
"esnext.typed-array.with"
|
|
9137
9146
|
],
|
|
9138
9147
|
"core-js/features/unescape": [
|
|
@@ -9922,13 +9931,16 @@
|
|
|
9922
9931
|
"es.array.splice"
|
|
9923
9932
|
],
|
|
9924
9933
|
"core-js/full/array/to-reversed": [
|
|
9934
|
+
"es.array.to-reversed",
|
|
9925
9935
|
"esnext.array.to-reversed"
|
|
9926
9936
|
],
|
|
9927
9937
|
"core-js/full/array/to-sorted": [
|
|
9928
9938
|
"es.array.sort",
|
|
9939
|
+
"es.array.to-sorted",
|
|
9929
9940
|
"esnext.array.to-sorted"
|
|
9930
9941
|
],
|
|
9931
9942
|
"core-js/full/array/to-spliced": [
|
|
9943
|
+
"es.array.to-spliced",
|
|
9932
9944
|
"esnext.array.to-spliced"
|
|
9933
9945
|
],
|
|
9934
9946
|
"core-js/full/array/unique-by": [
|
|
@@ -10141,6 +10153,7 @@
|
|
|
10141
10153
|
"esnext.array.with"
|
|
10142
10154
|
],
|
|
10143
10155
|
"core-js/full/array/with": [
|
|
10156
|
+
"es.array.with",
|
|
10144
10157
|
"esnext.array.with"
|
|
10145
10158
|
],
|
|
10146
10159
|
"core-js/full/async-disposable-stack": [
|
|
@@ -10619,7 +10632,8 @@
|
|
|
10619
10632
|
"core-js/full/instance/replace-all": [
|
|
10620
10633
|
"es.regexp.exec",
|
|
10621
10634
|
"es.string.replace",
|
|
10622
|
-
"es.string.replace-all"
|
|
10635
|
+
"es.string.replace-all",
|
|
10636
|
+
"esnext.string.replace-all"
|
|
10623
10637
|
],
|
|
10624
10638
|
"core-js/full/instance/reverse": [
|
|
10625
10639
|
"es.array.reverse"
|
|
@@ -12618,6 +12632,7 @@
|
|
|
12618
12632
|
"es.typed-array.to-locale-string"
|
|
12619
12633
|
],
|
|
12620
12634
|
"core-js/full/typed-array/to-reversed": [
|
|
12635
|
+
"es.typed-array.to-reversed",
|
|
12621
12636
|
"esnext.typed-array.to-reversed"
|
|
12622
12637
|
],
|
|
12623
12638
|
"core-js/full/typed-array/to-sorted": [
|
|
@@ -12848,6 +12863,7 @@
|
|
|
12848
12863
|
"es.typed-array.iterator"
|
|
12849
12864
|
],
|
|
12850
12865
|
"core-js/full/typed-array/with": [
|
|
12866
|
+
"es.typed-array.with",
|
|
12851
12867
|
"esnext.typed-array.with"
|
|
12852
12868
|
],
|
|
12853
12869
|
"core-js/full/unescape": [
|
|
@@ -17098,7 +17114,7 @@
|
|
|
17098
17114
|
"es.typed-array.to-locale-string"
|
|
17099
17115
|
],
|
|
17100
17116
|
"core-js/stable/typed-array/to-reversed": [
|
|
17101
|
-
"
|
|
17117
|
+
"es.typed-array.to-reversed"
|
|
17102
17118
|
],
|
|
17103
17119
|
"core-js/stable/typed-array/to-sorted": [
|
|
17104
17120
|
"es.typed-array.sort",
|
|
@@ -17264,7 +17280,7 @@
|
|
|
17264
17280
|
"es.typed-array.iterator"
|
|
17265
17281
|
],
|
|
17266
17282
|
"core-js/stable/typed-array/with": [
|
|
17267
|
-
"
|
|
17283
|
+
"es.typed-array.with"
|
|
17268
17284
|
],
|
|
17269
17285
|
"core-js/stable/unescape": [
|
|
17270
17286
|
"es.unescape"
|