Skip to content

Commit a26c35e

Browse files
Update compat-table (#220)
1 parent 3c3bc68 commit a26c35e

File tree

2 files changed

+144
-22
lines changed

2 files changed

+144
-22
lines changed

packages/babel-plugin-polyfill-es-shims/data/polyfills.json

Lines changed: 143 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,13 @@
324324
"samsung": "9",
325325
"electron": "3"
326326
},
327-
"ArrayBuffer.prototype.transfer": {},
327+
"ArrayBuffer.prototype.transfer": {
328+
"chrome": "126",
329+
"opera": "112",
330+
"edge": "126",
331+
"firefox": "122",
332+
"electron": "31"
333+
},
328334
"Date.prototype.toISOString": {
329335
"chrome": "5",
330336
"opera": "10.50",
@@ -390,19 +396,84 @@
390396
"samsung": "1",
391397
"electron": "0.20"
392398
},
393-
"Iterator": {},
394-
"Iterator.from": {},
395-
"Iterator.prototype.drop": {},
396-
"Iterator.prototype.every": {},
397-
"Iterator.prototype.filter": {},
398-
"Iterator.prototype.find": {},
399-
"Iterator.prototype.flatMap": {},
400-
"Iterator.prototype.forEach": {},
401-
"Iterator.prototype.map": {},
402-
"Iterator.prototype.reduce": {},
403-
"Iterator.prototype.some": {},
404-
"Iterator.prototype.take": {},
405-
"Iterator.prototype.toArray": {},
399+
"Iterator": {
400+
"chrome": "126",
401+
"opera": "112",
402+
"edge": "126",
403+
"electron": "31"
404+
},
405+
"Iterator.from": {
406+
"chrome": "126",
407+
"opera": "112",
408+
"edge": "126",
409+
"electron": "31"
410+
},
411+
"Iterator.prototype.drop": {
412+
"chrome": "126",
413+
"opera": "112",
414+
"edge": "126",
415+
"electron": "31"
416+
},
417+
"Iterator.prototype.every": {
418+
"chrome": "126",
419+
"opera": "112",
420+
"edge": "126",
421+
"electron": "31"
422+
},
423+
"Iterator.prototype.filter": {
424+
"chrome": "126",
425+
"opera": "112",
426+
"edge": "126",
427+
"electron": "31"
428+
},
429+
"Iterator.prototype.find": {
430+
"chrome": "126",
431+
"opera": "112",
432+
"edge": "126",
433+
"electron": "31"
434+
},
435+
"Iterator.prototype.flatMap": {
436+
"chrome": "126",
437+
"opera": "112",
438+
"edge": "126",
439+
"electron": "31"
440+
},
441+
"Iterator.prototype.forEach": {
442+
"chrome": "126",
443+
"opera": "112",
444+
"edge": "126",
445+
"electron": "31"
446+
},
447+
"Iterator.prototype.map": {
448+
"chrome": "126",
449+
"opera": "112",
450+
"edge": "126",
451+
"electron": "31"
452+
},
453+
"Iterator.prototype.reduce": {
454+
"chrome": "126",
455+
"opera": "112",
456+
"edge": "126",
457+
"electron": "31"
458+
},
459+
"Iterator.prototype.some": {
460+
"chrome": "126",
461+
"opera": "112",
462+
"edge": "126",
463+
"electron": "31"
464+
},
465+
"Iterator.prototype.take": {
466+
"chrome": "126",
467+
"opera": "112",
468+
"edge": "126",
469+
"electron": "31"
470+
},
471+
"Iterator.prototype.toArray": {
472+
"chrome": "126",
473+
"opera": "112",
474+
"edge": "126",
475+
"electron": "31"
476+
},
406477
"Map": {
407478
"chrome": "51",
408479
"opera": "38",
@@ -791,23 +862,74 @@
791862
"electron": "1.2"
792863
},
793864
"Set.prototype.difference": {
865+
"chrome": "122",
866+
"opera": "108",
867+
"edge": "122",
868+
"firefox": "127",
794869
"safari": "17",
795-
"ios": "17"
870+
"node": "22",
871+
"ios": "17",
872+
"electron": "29"
796873
},
797874
"Set.prototype.intersection": {
875+
"chrome": "122",
876+
"opera": "108",
877+
"edge": "122",
878+
"firefox": "127",
879+
"safari": "17",
880+
"node": "22",
881+
"ios": "17",
882+
"electron": "29"
883+
},
884+
"Set.prototype.isDisjointFrom": {
885+
"chrome": "122",
886+
"opera": "108",
887+
"edge": "122",
888+
"firefox": "127",
889+
"safari": "17",
890+
"node": "22",
891+
"ios": "17",
892+
"electron": "29"
893+
},
894+
"Set.prototype.isSubsetOf": {
895+
"chrome": "122",
896+
"opera": "108",
897+
"edge": "122",
898+
"firefox": "127",
899+
"safari": "17",
900+
"node": "22",
901+
"ios": "17",
902+
"electron": "29"
903+
},
904+
"Set.prototype.isSupersetOf": {
905+
"chrome": "122",
906+
"opera": "108",
907+
"edge": "122",
908+
"firefox": "127",
798909
"safari": "17",
799-
"ios": "17"
910+
"node": "22",
911+
"ios": "17",
912+
"electron": "29"
800913
},
801-
"Set.prototype.isDisjointFrom": {},
802-
"Set.prototype.isSubsetOf": {},
803-
"Set.prototype.isSupersetOf": {},
804914
"Set.prototype.symmetricDifference": {
915+
"chrome": "122",
916+
"opera": "108",
917+
"edge": "122",
918+
"firefox": "127",
805919
"safari": "17",
806-
"ios": "17"
920+
"node": "22",
921+
"ios": "17",
922+
"electron": "29"
807923
},
808924
"Set.prototype.union": {
925+
"chrome": "122",
926+
"opera": "108",
927+
"edge": "122",
928+
"firefox": "127",
809929
"safari": "17",
810-
"ios": "17"
930+
"node": "22",
931+
"ios": "17",
932+
"electron": "29"
811933
},
812934
"String.fromCodePoint": {
813935
"chrome": "41",

scripts/download-compat-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { existsSync, mkdirSync } = require("fs");
33
const path = require("path");
44
const rimraf = require("rimraf");
55

6-
const COMPAT_TABLE_COMMIT = "459ee154ee35e1cf55fc9179178d072badf8c67d";
6+
const COMPAT_TABLE_COMMIT = "fb3c71d4fea9b376c353752b28be38febd99688c";
77
const COMPAT_TABLE_PATH = "build/compat-table";
88

99
if (existsSync(COMPAT_TABLE_PATH)) {

0 commit comments

Comments
 (0)