From c0228dff69706c573d429f294ab2a0f9b818f1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Fl=C3=BCckiger?= Date: Wed, 29 Jul 2026 13:33:00 +0000 Subject: [PATCH 1/2] Add bytes-modules feature --- features/bytes-modules.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 features/bytes-modules.yml diff --git a/features/bytes-modules.yml b/features/bytes-modules.yml new file mode 100644 index 00000000000..e87488dd7cd --- /dev/null +++ b/features/bytes-modules.yml @@ -0,0 +1,4 @@ +name: Bytes import attributes +description: 'Module `import … with { type: "bytes" }` statements load binary data.' +spec: https://github.com/tc39/proposal-import-attributes +compat_features: [] From 2ac622ddf7933b2f220fc08ff8332126baea7f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Fl=C3=BCckiger?= Date: Wed, 29 Jul 2026 13:42:41 +0000 Subject: [PATCH 2/2] Fix schema validation by removing empty compat_features --- features/bytes-modules.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/features/bytes-modules.yml b/features/bytes-modules.yml index e87488dd7cd..f1280de1ec9 100644 --- a/features/bytes-modules.yml +++ b/features/bytes-modules.yml @@ -1,4 +1,3 @@ name: Bytes import attributes description: 'Module `import … with { type: "bytes" }` statements load binary data.' spec: https://github.com/tc39/proposal-import-attributes -compat_features: []