We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jsonify
1 parent 1dc2477 commit a6f6970Copy full SHA for a6f6970
1 file changed
manifests/native.json
@@ -729,6 +729,18 @@
729
"compatKey": "javascript.builtins.Iterator.Iterator"
730
}
731
},
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
744
"Map": {
745
"id": "Map",
746
"type": "native",
@@ -2380,6 +2392,11 @@
2380
2392
"moduleName": "iterator.prototype",
2381
2393
"replacements": ["Iterator.prototype"]
2382
2394
2395
+ "jsonify": {
2396
+ "type": "module",
2397
+ "moduleName": "jsonify",
2398
+ "replacements": ["JSON"]
2399
2383
2400
"last-index-of": {
2384
2401
"type": "module",
2385
2402
"moduleName": "last-index-of",
0 commit comments