We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f89b22 commit e030a38Copy full SHA for e030a38
custom/js.json
@@ -36,7 +36,7 @@
36
]
37
}
38
},
39
- "AsynIterator": {
+ "AsyncIterator": {
40
"__comment": "Remove when https://arai-a.github.io/ecma262-compare/?pr=3000 is merged into the main ECMAScript spec.",
41
"ctor": {},
42
"members": {
@@ -130,7 +130,7 @@
130
"SuppressedError": {
131
132
133
- "instance": ["error", "suppressed"]
+ "members": {"instance": ["error", "suppressed"]}
134
135
"Symbol": {
136
"members": {"static": ["asyncDispose", "dispose"]}
0 commit comments