Skip to content

Commit e030a38

Browse files
authored
Fix custom JS for SuppressedError (#2592)
* Fix custom JS for SuppressedError * another typo
1 parent 2f89b22 commit e030a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom/js.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
}
3838
},
39-
"AsynIterator": {
39+
"AsyncIterator": {
4040
"__comment": "Remove when https://arai-a.github.io/ecma262-compare/?pr=3000 is merged into the main ECMAScript spec.",
4141
"ctor": {},
4242
"members": {
@@ -130,7 +130,7 @@
130130
"SuppressedError": {
131131
"__comment": "Remove when https://arai-a.github.io/ecma262-compare/?pr=3000 is merged into the main ECMAScript spec.",
132132
"ctor": {},
133-
"instance": ["error", "suppressed"]
133+
"members": {"instance": ["error", "suppressed"]}
134134
},
135135
"Symbol": {
136136
"members": {"static": ["asyncDispose", "dispose"]}

0 commit comments

Comments
 (0)