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",