From ed1b688f632d3f9b2975bb3a65e280a89e988aca Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 10 Apr 2026 19:50:35 +0100 Subject: [PATCH] feat: add `url-parse` to native manifest --- manifests/native.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/native.json b/manifests/native.json index 474e8b8..e9bc48e 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -2579,6 +2579,11 @@ "moduleName": "typedarray.prototype.slice", "replacements": ["%TypedArray%.prototype.slice"] }, + "url-parse": { + "type": "module", + "moduleName": "url-parse", + "replacements": ["URL"] + }, "util.promisify": { "type": "module", "moduleName": "util.promisify",