From 3f5aa717c019c87a3e56992a1e440ab2a731cd5c Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Tue, 29 Jul 2025 12:48:51 +0200 Subject: [PATCH 1/2] Fix custom JS for SuppressedError --- custom/js.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/js.json b/custom/js.json index 7142738d3..e89eae698 100644 --- a/custom/js.json +++ b/custom/js.json @@ -130,7 +130,7 @@ "SuppressedError": { "__comment": "Remove when https://arai-a.github.io/ecma262-compare/?pr=3000 is merged into the main ECMAScript spec.", "ctor": {}, - "instance": ["error", "suppressed"] + "members": {"instance": ["error", "suppressed"]} }, "Symbol": { "members": {"static": ["asyncDispose", "dispose"]} From 35747ef76d9e730bd125bc9718a29344fc3bbd52 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Tue, 29 Jul 2025 13:03:00 +0200 Subject: [PATCH 2/2] another typo --- custom/js.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/js.json b/custom/js.json index e89eae698..72494d10e 100644 --- a/custom/js.json +++ b/custom/js.json @@ -36,7 +36,7 @@ ] } }, - "AsynIterator": { + "AsyncIterator": { "__comment": "Remove when https://arai-a.github.io/ecma262-compare/?pr=3000 is merged into the main ECMAScript spec.", "ctor": {}, "members": {