Skip to content

Commit 1dc2477

Browse files
authored
feat: add object.groupby to native manifest (#701)
* feat: add `object.groupby` to native manifest * chore: fix `webFeatureId`
1 parent 1281f96 commit 1dc2477

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

manifests/native.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,18 @@
10661066
"compatKey": "javascript.builtins.Object.getPrototypeOf"
10671067
}
10681068
},
1069+
"Object.groupBy": {
1070+
"id": "Object.groupBy",
1071+
"type": "native",
1072+
"url": {
1073+
"type": "mdn",
1074+
"id": "Web/JavaScript/Reference/Global_Objects/Object/groupBy"
1075+
},
1076+
"webFeatureId": {
1077+
"featureId": "array-group",
1078+
"compatKey": "javascript.builtins.Object.groupBy"
1079+
}
1080+
},
10691081
"Object.hasOwn": {
10701082
"id": "Object.hasOwn",
10711083
"type": "native",
@@ -2643,6 +2655,11 @@
26432655
"moduleName": "object.getprototypeof",
26442656
"replacements": ["Object.getPrototypeOf"]
26452657
},
2658+
"object.groupby": {
2659+
"type": "module",
2660+
"moduleName": "object.groupby",
2661+
"replacements": ["Object.groupBy"]
2662+
},
26462663
"object.hasown": {
26472664
"type": "module",
26482665
"moduleName": "object.hasown",

0 commit comments

Comments
 (0)