From bc8f940a44362557aab79cce894f251208f5c9cb Mon Sep 17 00:00:00 2001 From: Roman Date: Sun, 12 Apr 2026 12:02:49 +0100 Subject: [PATCH] feat: add `event-target-shim` to native manifest --- manifests/native.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/manifests/native.json b/manifests/native.json index 866c5fa..c6c4f70 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -642,6 +642,18 @@ "compatKey": "javascript.builtins.Error.cause" } }, + "EventTarget": { + "id": "EventTarget", + "type": "native", + "url": { + "type": "mdn", + "id": "Web/API/EventTarget" + }, + "webFeatureId": { + "featureId": "events", + "compatKey": "api.EventTarget" + } + }, "Function.prototype.bind": { "id": "Function.prototype.bind", "type": "native", @@ -2032,6 +2044,11 @@ "moduleName": "escape-string-regexp", "replacements": ["RegExp.escape"] }, + "event-target-shim": { + "type": "module", + "moduleName": "event-target-shim", + "replacements": ["EventTarget"] + }, "extend-shallow": { "type": "module", "moduleName": "extend-shallow",