From 3893676b1a85c801ea72d51034aab9d11b811b97 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 2 Jun 2026 22:58:37 +0100 Subject: [PATCH] feat: add `jsonify` to native manifest --- manifests/native.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/manifests/native.json b/manifests/native.json index 44dfde0..9497bfa 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -729,6 +729,18 @@ "compatKey": "javascript.builtins.Iterator.Iterator" } }, + "JSON": { + "id": "JSON", + "type": "native", + "url": { + "type": "mdn", + "id": "Web/JavaScript/Reference/Global_Objects/JSON" + }, + "webFeatureId": { + "featureId": "json", + "compatKey": "javascript.builtins.JSON" + } + }, "Map": { "id": "Map", "type": "native", @@ -2380,6 +2392,11 @@ "moduleName": "iterator.prototype", "replacements": ["Iterator.prototype"] }, + "jsonify": { + "type": "module", + "moduleName": "jsonify", + "replacements": ["JSON"] + }, "last-index-of": { "type": "module", "moduleName": "last-index-of",