Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix custom JS for SuppressedError
  • Loading branch information
Elchi3 committed Jul 29, 2025
commit 3f5aa717c019c87a3e56992a1e440ab2a731cd5c
2 changes: 1 addition & 1 deletion custom/js.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down