Skip to content

Commit a6f6970

Browse files
authored
feat: add jsonify to native manifest (#709)
1 parent 1dc2477 commit a6f6970

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
@@ -729,6 +729,18 @@
729729
"compatKey": "javascript.builtins.Iterator.Iterator"
730730
}
731731
},
732+
"JSON": {
733+
"id": "JSON",
734+
"type": "native",
735+
"url": {
736+
"type": "mdn",
737+
"id": "Web/JavaScript/Reference/Global_Objects/JSON"
738+
},
739+
"webFeatureId": {
740+
"featureId": "json",
741+
"compatKey": "javascript.builtins.JSON"
742+
}
743+
},
732744
"Map": {
733745
"id": "Map",
734746
"type": "native",
@@ -2380,6 +2392,11 @@
23802392
"moduleName": "iterator.prototype",
23812393
"replacements": ["Iterator.prototype"]
23822394
},
2395+
"jsonify": {
2396+
"type": "module",
2397+
"moduleName": "jsonify",
2398+
"replacements": ["JSON"]
2399+
},
23832400
"last-index-of": {
23842401
"type": "module",
23852402
"moduleName": "last-index-of",

0 commit comments

Comments
 (0)