From db3249274e8d54d4df3da4d1ff3e6010c52ad2c1 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 21 Mar 2026 21:46:37 +0000 Subject: [PATCH] feat: add `whatwg-url` to native manifest --- manifests/native.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/manifests/native.json b/manifests/native.json index 0796f19..8a90b0c 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -1339,6 +1339,18 @@ "compatKey": "javascript.builtins.Symbol.description" } }, + "URL": { + "id": "URL", + "type": "native", + "url": { + "type": "mdn", + "id": "Web/API/URL" + }, + "webFeatureId": { + "featureId": "url", + "compatKey": "api.URL" + } + }, "WeakMap": { "id": "WeakMap", "type": "native", @@ -2525,6 +2537,11 @@ "moduleName": "weak-map", "replacements": ["WeakMap"] }, + "whatwg-url": { + "type": "module", + "moduleName": "whatwg-url", + "replacements": ["URL"] + }, "xtend": { "type": "module", "moduleName": "xtend",